Skip to content

build(deps): bump the nuxt group across 1 directory with 4 updates - #14

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/docs/nuxt-7679aead91
Open

build(deps): bump the nuxt group across 1 directory with 4 updates#14
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/docs/nuxt-7679aead91

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown
Contributor

Bumps the nuxt group with 4 updates in the /docs directory: @nuxt/eslint, nuxt, nuxt-pdf-kit and nuxt-studio.

Updates @nuxt/eslint from 1.12.1 to 1.17.0

Commits
  • 5d40737 chore: release v1.17.0
  • ca3db60 chore: update deps
  • de61df2 chore: release v1.16.0
  • 74c56cc chore(deps): upgrade dependencies and fix resulting type/CI issues (#682)
  • f852ae5 chore: release v1.15.2
  • 69aa40e fix: prevent race condition of running checker module before eslint config is...
  • 8961807 chore: release v1.15.1
  • b554991 chore: release v1.15.0
  • 305a9bb feat: relax peer deps range to support ESLint v10, fix #642
  • 997aa95 chore: release v1.14.0
  • Additional commits viewable in compare view

Updates nuxt from 4.5.1 to 4.5.2

Release notes

Sourced from nuxt'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
  • 9123ed8 fix(nuxt): match route rules against decoded paths
  • 2c38086 chore: bump nuxt rolldown peer dep to match unctx
  • 3fda97f fix(nuxt): depend on rolldown as a peer to reuse vite's copy
  • b960d36 refactor(nuxt): use isReferenceIdentifier in page-meta plugin (#35882)
  • 1f52b61 fix(nuxt): don't warn about missing \<NuxtPage> on nav + with slot (#35948)
  • c7604bd fix(nuxt): collect build cache once build outputs are final (#35929)
  • ba4fc0a perf(nuxt): reuse app and component scans for unchanged structures (#35912)
  • d7f5f07 fix(nuxt): settle asyncData status when bailing (#35908)
  • 2ca27f1 perf(kit,nuxt): use lazy imports to improve parsing speed (#35901)
  • Additional commits viewable in compare view

Updates nuxt-pdf-kit from 1.2.0 to 1.3.1

Changelog

Sourced from nuxt-pdf-kit's changelog.

v1.3.1

compare changes

🏡 Chore

  • Trigger deploy with new build command (c29f9bb)
  • Trigger build with complete root install (f531684)

❤️ Contributors

v1.3.0 - 2026-08-04

🔒 Security

  • Upgraded nuxt to ^4.5.1 — includes critical RCE security patch
  • Upgraded @nuxt/devtools to ^3.3.1 — includes critical RCE security patch
  • Upgraded @nuxt/kit and @nuxt/schema to ^4.5.1

⚡ Dependencies

  • Upgraded @nuxt/ui to ^4.10.0 (peer ^4.0.0) — v4 full rewrite
  • Upgraded @nuxt/test-utils to ^4.1.0 and vitest to ^4.x
  • Upgraded @nuxt/eslint-config to ^1.16.0

🧪 Testing

  • Added vitest.config.ts using defineVitestProject
  • Reorganized tests into test/nuxt/ (e2e) and test/unit/ (composables)
  • Fixed composable test imports for new directory structure

🔧 Technical Details

Modified Files:

  • package.json - Version bump to 1.3.0, dependency upgrades
  • src/module.ts - @nuxt/ui module dependency requires >=4.0.0
  • playground/package.json - nuxt bumped to ^4.5.1

New Files:

  • vitest.config.ts - Vitest project configuration for unit + nuxt environments
  • test/nuxt/basic.test.ts - Moved e2e test
  • test/nuxt/custom-toolbar.test.ts - Moved e2e test
  • test/unit/composables.test.ts - Moved unit test
Commits
  • 9f1bdf3 chore(release): v1.3.1
  • f531684 chore: trigger build with complete root install
  • c29f9bb chore: trigger deploy with new build command
  • 1164aef Update readme docs
  • 63e3100 update ts config
  • a8703d4 add auto update PR
  • 8113993 Add Site to Doc
  • cb92e4a chore: release v1.3.0
  • a373a22 Upadate README
  • 8f12025 feat: Add nuxt-pdf-kit and new dependencies to the docs project.
  • Additional commits viewable in compare view

Updates nuxt-studio from 1.0.0 to 1.7.0

Release notes

Sourced from nuxt-studio's releases.

v1.7.0

🚀 Features

  • editor: add meta.commands option to filter tiptap command(#421) (ad542d5)
  • editor: double-enter to escape current slot context (#430) (ea3b530)
  • studio: add a global option to restrict icon libraries (#432) (9dee6d7)

🐛 Bug Fixes

  • editor: disable AI toolbar items when not setup (#429) (c5da214)
  • editor: normalize icon names for InputIcon (#433) (880e860)
  • i18n: improve Ukrainian(ua) locales (#431) (c24fda7)
  • tests: ai mock in host (c436159)

⚠️ Deprecation

The meta option is now deprecated in favor of editor. Configs keep working without any breaking change. But users should migrate in their nuxt.config.ts.

Before

export default defineNuxtConfig({
  studio: {
    meta: {
      components: { include: ['Content*'] },
    }
  }
})

After

export default defineNuxtConfig({
  studio: {
    editor: {
      components: { include: ['Content*'] },
      iconLibraries: ['heroicons'], // new in 1.7
      commands: { exclude: ['blockquote', 'style'] }, // new in 1.7
    }
  }
})

Full Changelog: nuxt-content/nuxt-studio@v1.6.1...v1.7.0

v1.6.1

🐛 Bug Fixes

  • medias: create folder and ipx thumbnail preview (#441) (ca56f5d)
  • medias: rename indexdb name (#442) (c89dd70)

... (truncated)

Changelog

Sourced from nuxt-studio's changelog.

1.7.0 (2026-04-28)

Features

  • editor: add meta.commands option to filter tiptap command(#421) (ad542d5)
  • editor: double-enter to escape current slot context (#430) (ea3b530)
  • studio: add a global option to restrict icon libraries (#432) (9dee6d7)

Bug Fixes

  • editor: disable AI toolbar items when not setup (#429) (c5da214)
  • editor: normalize icon names for InputIcon (#433) (880e860)
  • i18n: improve Ukrainian(ua) locales (#431) (c24fda7)
  • tests: ai mock in host (c436159)

1.6.1 (2026-04-22)

Bug Fixes

  • medias: create folder and ipx thumbnail preview (#441) (ca56f5d)
  • medias: rename indexdb name (#442) (c89dd70)

1.6.0 (2026-04-09)

Features

  • data: implement swapping objects in arrays (#396) (c84b094)
  • data: improve labels for arrays of objects (#395) (2a8e961)
  • editor: add folder filtering on media picker (#411) (6585be0)
  • i18n: add custom pluralization rules for i18n (#416) (b3c9793)
  • i18n: sync and improve chinese locale (#399) (4c4784c)

Bug Fixes

  • build: externalize studio app from host vite build (#412) (15a2346)
  • collections: empty prefix not matched correctly (#398) (5892459)
  • config: prioritize CI-detected repository values (#417) (cf2c605)
  • files: skip .navigation.yml when collection source doesn't exists (#414) (0130bed)
  • host: filter null value from list (#419) (f068f8a)
  • i18n: add missing locales keys (5441313)
  • media: make ipx optional to support Cloudflare Workers (#404) (e3db8ea)
  • medias: resolve ipx from http path (#413) (3635722)
  • tree: empty route path for data items (#407) (c9eb844)

1.5.1 (2026-03-19)

Bug Fixes

  • medias: ipx protocol normalization with S3 providers (#392) (90b0485)
  • module: user options override CI values (#393) (1f44cdf)

... (truncated)

Commits
  • 1f53f9e chore(release): v1.7.0
  • 845bee4 chore(build): add externals deps
  • 3a59edf docs(prose): remove callout prose- prefix
  • ad542d5 feat(editor): add meta.commands option to filter tiptap command(#421)
  • c436159 fix(tests): ai mock in host
  • c5da214 fix(editor): disable AI toolbar items when not setup (#429)
  • 9dee6d7 feat(studio): add a global option to restrict icon libraries (#432)
  • ea3b530 feat(editor): double-enter to escape current slot context (#430)
  • 880e860 fix(editor): normalize icon names for InputIcon (#433)
  • c24fda7 fix(i18n): improve Ukrainian(ua) locales (#431)
  • Additional commits viewable 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

Bumps the nuxt group with 4 updates in the /docs directory: [@nuxt/eslint](https://github.com/nuxt/eslint/tree/HEAD/packages/module), [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt), [nuxt-pdf-kit](https://github.com/narr07/nuxt-pdf-kit) and [nuxt-studio](https://github.com/nuxt-content/nuxt-studio).


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

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

Updates `nuxt-pdf-kit` from 1.2.0 to 1.3.1
- [Release notes](https://github.com/narr07/nuxt-pdf-kit/releases)
- [Changelog](https://github.com/narr07/nuxt-pdf-kit/blob/master/CHANGELOG.md)
- [Commits](v1.2.0...v1.3.1)

Updates `nuxt-studio` from 1.0.0 to 1.7.0
- [Release notes](https://github.com/nuxt-content/nuxt-studio/releases)
- [Changelog](https://github.com/nuxt-content/nuxt-studio/blob/main/CHANGELOG.md)
- [Commits](nuxt-content/nuxt-studio@v1.0.0...v1.7.0)

---
updated-dependencies:
- dependency-name: "@nuxt/eslint"
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuxt
- dependency-name: nuxt
  dependency-version: 4.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuxt
- dependency-name: nuxt-pdf-kit
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuxt
- dependency-name: nuxt-studio
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuxt
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, docs, npm. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants