Skip to content

chore(deps): bump the npm-minor-and-patch group across 1 directory with 6 updates - #237

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/nuxt-module/npm-minor-and-patch-95513a5591
Open

chore(deps): bump the npm-minor-and-patch group across 1 directory with 6 updates#237
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/nuxt-module/npm-minor-and-patch-95513a5591

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-minor-and-patch group with 6 updates in the /nuxt-module directory:

Package From To
@nuxt/kit 4.4.8 4.5.2
usemods 1.16.0 1.17.0
@nuxt/eslint-config 1.16.0 1.17.0
@types/node 26.1.0 26.4.1
eslint 10.6.0 10.9.1
vitest 4.1.9 4.1.11

Updates @nuxt/kit from 4.4.8 to 4.5.2

Release notes

Sourced from @​nuxt/kit's releases.

v4.5.2

4.5.2 is the next patch release.

👉 Changelog

compare changes

🔥 Performance

  • nuxt,kit: Skip rewriting unchanged generated files (#35902)
  • kit,nuxt: Use lazy imports to improve parsing speed (#35901)
  • vite: Skip html entry probes in bare-import resolver (#35907)
  • nuxt: Reuse app and component scans for unchanged structures (#35912)

🩹 Fixes

  • vite: Resolve client manifest path from resolved config (#35883)
  • nuxt: Use client-side navigation for links inside islands (#35806)
  • nuxt: Generate types for route params defined with definePageMeta (#35857)
  • nuxt: Serialize island payloads for components with underscores in keys (#35807)
  • nitro: Dedupe island renders when prerendering (#35835)
  • nuxt: Drop prefetch hints for never-hydrated chunks (#35812)
  • vite: Use same asset filenames for worker builds (#35866)
  • nitro: Reject non-object island props (#35867)
  • nuxt: Support options api in v-for islands transform (#35877)
  • nuxt: Improve page meta extraction + performance (#35869)
  • nuxt: Set build outputs when restoring vue cache (#35895)
  • kit: Honour nested apply and applyToEnvironment in vite wrapper (#35899)
  • nuxt: Re-check for preview mode after prerendered page hydration (#35886)
  • kit,nuxt,vite: Handle missed chokidar watch events (#35887)
  • nuxt: Settle asyncData status when bailing (#35908)
  • kit: Clone resolved config with klona rather than klona/full (#35914)
  • kit: Honour nested plugins' enforce in vite wrapper (#35916)
  • nuxt: Collect build cache once build outputs are final (#35929)
  • vite: Resolve vite env api sourcemaps in vite-node (#35758)
  • nuxt: Don't warn about missing <NuxtPage> on nav + with slot (#35948)
  • kit: Prepend vite environment wrapper plugin when prepend is set (#35942)
  • nuxt: Depend on rolldown as a peer to reuse vite's copy (3fda97f60)
  • nitro: Define import.meta.test for server code (#35987)
  • nuxt: Match route rules against decoded paths (9123ed850)

💅 Refactors

  • nuxt: Use vue-component-type-helpers instead of locally maintained helpers (#35840)
  • nuxt: Use isReferenceIdentifier in page-meta plugin (#35882)

📖 Documentation

  • Sync mcp server page with live tools and providers (#35856)
  • Add server components guide and mostly-static site recipe (#35778)
  • Minor changes (#33479)
  • Add accessible routing guide (#34796)
  • Update testing guide to test-utils v4.1.0 (#35873)
  • Update .env provider reference from dotenv to c12 (#35911)
  • Add note to avoid using defineVitestProject in e2e tests (#35926)
  • Update roadmap (f6e6027fe)

📦 Build

  • ui-templates: Copy generated templates from resolved output dir (#35921)

... (truncated)

Commits
  • e2d3a39 v4.5.2
  • 898b9d6 fix(kit): prepend vite environment wrapper plugin when prepend is set (#35942)
  • d30598b fix(kit): honour nested plugins' enforce in vite wrapper (#35916)
  • f73c42d fix(kit): clone resolved config with klona rather than klona/full (#35914)
  • 2ca27f1 perf(kit,nuxt): use lazy imports to improve parsing speed (#35901)
  • 9508903 fix(kit,nuxt,vite): handle missed chokidar watch events (#35887)
  • 45bc386 perf(nuxt,kit): skip rewriting unchanged generated files (#35902)
  • 95aa923 fix(kit): honour nested apply and applyToEnvironment in vite wrapper (#35...
  • 3e58586 fix(nuxt): improve page meta extraction + performance (#35869)
  • 4a63063 fix(vite): resolve client manifest path from resolved config (#35883)
  • Additional commits viewable in compare view

Updates usemods from 1.16.0 to 1.17.0

Release notes

Sourced from usemods's releases.

v1.17.0

   🚀 Features

  • Add combineDates function and formatCompactNumber formatter  -  by @​jrmybtlr (0b758)
  • Import combineDates function in CombineDates component  -  by @​jrmybtlr (21a9d)
  • Enhance combineDates functionality and update documentation  -  by @​jrmybtlr (d8a42)
  • Add new generator components for lorem ipsum, password, random index, short ID, and UUIDs  -  by @​jrmybtlr (a8833)

   🐞 Bug Fixes

    View changes on GitHub

v1.16.2

compare changes

💅 Refactors

  • src: Modernize function bodies with native ES2023+ APIs (41251fdb)
  • src: Apply safe native JS leftovers (acdcb2b4)

❤️ Contributors

Changelog

Sourced from usemods's changelog.

v1.17.0

compare changes

🚀 Enhancements

  • Add combineDates function and formatCompactNumber formatter (0b75855b)
  • Import combineDates function in CombineDates component (21a9d755)
  • Enhance combineDates functionality and update documentation (d8a4270c)
  • Add new generator components for lorem ipsum, password, random index, short ID, and UUIDs (a8833abc)

🩹 Fixes

  • Patch Dependabot transitive dependency vulnerabilities (e5655aae)
  • Import parseDate in validators demo for CF prerender (8fa3bef5)

💅 Refactors

  • Update date function parameters and sitemap lastmod timestamps (ddb14b18)
  • Standardize parameter names across components and documentation (76d479bd)

🏡 Chore

  • release: Bump version to 1.16.2 (e63151f2)
  • Update sitemap lastmod timestamps and modify package.json exports (7c1de18b)

❤️ Contributors

v1.15.2

compare changes

🩹 Fixes

  • Export maps so locale and unit selects auto-import (eb5c0cec)

💅 Refactors

  • src: Modernize function bodies with native ES2023+ APIs (41251fdb)
  • src: Apply safe native JS leftovers (acdcb2b4)

📦 Build

  • Generate navigation and drop .md route hijack (e640fced)

🏡 Chore

  • deps-dev: Bump @​types/node from 25.5.2 to 26.1.0 in /nuxt-module (6846fd3d)

... (truncated)

Commits
  • 276dda4 chore(release): v1.17.0
  • 00cb7fa Merge branch 'main' of github.com:littlefoxcompany/usemods
  • 8493b3f Update button
  • 071a32d Align /src parameter names for consistent language
  • a8833ab feat: add new generator components for lorem ipsum, password, random index, s...
  • 76d479b refactor: standardize parameter names across components and documentation
  • 019c693 Adjust pnpm lockfile peer resolution
  • 28a889b Remove unused packages and leftover scaffolding
  • 5a8b77c chore(deps): bump svgo from 4.0.1 to 4.0.2 in /nuxt-module
  • c9ec43a Merge pull request #217 from jrmybtlr/dependabot/npm_and_yarn/vite-plugin-use...
  • Additional commits viewable in compare view

Updates @nuxt/eslint-config from 1.16.0 to 1.17.0

Commits

Updates @types/node from 26.1.0 to 26.4.1

Commits

Updates eslint from 10.6.0 to 10.9.1

Release notes

Sourced from eslint's releases.

v10.9.1

Bug Fixes

  • 1e641c9 fix: no-loss-of-precision false positive with trailing decimal point (#21251) (Aleksandr Shoronov)

Documentation

  • ad74a8d docs: add deprecation steps for EOL package versions (#21248) (Francesco Trotta)

Chores

v10.9.0

Features

  • 08de88e feat: handle underflow in no-loss-of-precision (#21218) (Rithish S)
  • 55db479 feat: add checkConditionalExpressions to no-unmodified-loop-condition (#21175) (sethamus)

Bug Fixes

  • 2ba3025 fix: prevent unsafe no-var autofix with hoisted functions (#21213) (sethamus)
  • 8e69622 fix: Prevent no-var autofix when var is shadowed by catch parameter (#21204) (Yang Hyeonjong)
  • 684b579 fix: prefer-template invalid autofix creates a tagged template call (#21207) (김채영)

Documentation

  • 9ef407a docs: use eslint.config.* wherever config file names are listed (#21216) (Marry (Subin Yang))
  • 87f66f4 docs: Update README (GitHub Actions Bot)
  • 585ef37 docs: update architecture documentation (#21112) (Francesco Trotta)
  • f3993b0 docs: Update README (GitHub Actions Bot)
  • ffc87d6 docs: fix broken links in Further Reading sections (#21203) (Minsu)
  • 1a761e1 docs: update moved JSX specification links (#21198) (Imran Mustafa)
  • 4d00ca4 docs: update ESLint peer dependency to ^10.0.0 in shareable configs (#21202) (lumir)
  • 510d1a2 docs: Update README (GitHub Actions Bot)

Chores

  • 899dbf1 chore: update github/codeql-action action to v4.37.7 (#21243) (renovate[bot])
  • 9aa3873 chore: update ecosystem plugins (#21235) (ESLint Bot)
  • dc1e7a8 chore: update ecosystem plugins (#21208) (ESLint Bot)
  • f878d21 ci: bump pnpm/action-setup from 6.0.9 to 6.0.10 (#21200) (dependabot[bot])
  • 4891e50 ci: bump github/codeql-action from 4.37.4 to 4.37.6 (#21199) (dependabot[bot])

v10.8.1

Bug Fixes

  • 18eb0a7 fix: prevent ASI hazard in no-unused-labels autofix (#21173) (dongkyu lee)
  • 151ba3f fix: false positives in getter-return and accessor-pairs (#21163) (Grit)
  • 6898df9 fix: ignore meta-property names in id-denylist (#21166) (Pixel)
  • 4d7db66 fix: ignore meta-property names in id-match (#21167) (Pixel)
  • 677214e fix: handle ASI hazards in no-unused-vars removeVar suggestion (#20935) (kuldeep kumar)

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js (#21183) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)

... (truncated)

Commits

Updates vitest from 4.1.9 to 4.1.11

Release notes

Sourced from vitest's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub

v4.1.10

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 9bd8d46 chore: release v4.1.11 (#10995)
  • 9851dbc fix(browser): trigger playwright/chromium gc on lower disk availability [back...
  • db616d2 chore: release v4.1.10 (#10718)
  • bae52b5 fix(vm): fix external module resolve error with deps optimizer query for enco...
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…th 6 updates

Bumps the npm-minor-and-patch group with 6 updates in the /nuxt-module directory:

| Package | From | To |
| --- | --- | --- |
| [@nuxt/kit](https://github.com/nuxt/nuxt/tree/HEAD/packages/kit) | `4.4.8` | `4.5.2` |
| [usemods](https://github.com/LittleFoxCompany/usemods) | `1.16.0` | `1.17.0` |
| [@nuxt/eslint-config](https://github.com/nuxt/eslint/tree/HEAD/packages/eslint-config) | `1.16.0` | `1.17.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.1.0` | `26.4.1` |
| [eslint](https://github.com/eslint/eslint) | `10.6.0` | `10.9.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.9` | `4.1.11` |



Updates `@nuxt/kit` from 4.4.8 to 4.5.2
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v4.5.2/packages/kit)

Updates `usemods` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/LittleFoxCompany/usemods/releases)
- [Changelog](https://github.com/jrmybtlr/usemods/blob/main/CHANGELOG.md)
- [Commits](v1.16.0...v1.17.0)

Updates `@nuxt/eslint-config` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/nuxt/eslint/releases)
- [Commits](https://github.com/nuxt/eslint/commits/v1.17.0/packages/eslint-config)

Updates `@types/node` from 26.1.0 to 26.4.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint` from 10.6.0 to 10.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.6.0...v10.9.1)

Updates `vitest` from 4.1.9 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest)

---
updated-dependencies:
- dependency-name: "@nuxt/kit"
  dependency-version: 4.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: usemods
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: "@nuxt/eslint-config"
  dependency-version: 1.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: "@types/node"
  dependency-version: 26.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: eslint
  dependency-version: 10.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: vitest
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 5, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 5, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
usemods f1a72ba Commit Preview URL

Branch Preview URL
Sep 05 2026, 08:44 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants