Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 17, 2025

This PR contains the following updates:

Package Change Age Confidence
@nuxt/eslint (source) ^1.10.0 -> ^1.12.1 age confidence
@nuxt/eslint-config (source) ^1.10.0 -> ^1.12.1 age confidence
@nuxt/kit (source) ^4.2.1 -> ^4.2.2 age confidence
@nuxt/schema (source) ^4.2.1 -> ^4.2.2 age confidence
@nuxt/test-utils ^3.20.1 -> ^3.21.0 age confidence
@nuxtjs/i18n (source) ^10.2.0 -> ^10.2.1 age confidence
@playwright/test (source) ^1.56.1 -> ^1.57.0 age confidence
eslint (source) ^9.39.1 -> ^9.39.2 age confidence
happy-dom ^20.0.10 -> ^20.0.11 age confidence
nuxt (source) ^4.2.1 -> ^4.2.2 age confidence
nuxt-component-preview ^1.0.0-beta.1 -> ^1.0.0-beta.2 age confidence
playwright-core (source) ^1.56.1 -> ^1.57.0 age confidence

Release Notes

nuxt/eslint (@​nuxt/eslint)

v1.12.1

Compare Source

No significant changes

    View changes on GitHub

v1.11.0

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/nuxt (@​nuxt/kit)

v4.2.2

Compare Source

4.2.2 is the next patch release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxt upgrade --dedupe

This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🩹 Fixes
  • nitro: Do not show pretty error handler when testing (243261edb)
  • nuxt: Generate valid references for component declaration items (#​33388)
  • nuxt: Sync internal route before calling page:finish hook (#​33707)
  • kit: Add TypeScript path alias support for test files (#​33672)
  • nitro: Ensure html is a string before injecting error handler (f70b70c97)
  • nitro: Include layer server directories in tsconfig.server.json (#​33510)
  • nuxt: Ensure deduped async data executions return latest promise (#​33740)
  • kit,nuxt: Type + respect moduleDependencies by meta name (#​33774)
  • nuxt,schema: Ignore .d.vue.ts declarations (1c73525a2)
  • kit,nuxt: Protect against resolved nuxt module subpath (#​33767)
  • nuxt: Re-execute callOnce during HMR (#​33810)
  • nuxt: Resolve watch callback after reactive key change in useAsyncData (#​33802)
  • nuxt: Escape HTML in development error page stack trace (#​33820)
  • kit: Do not add resolved rootDir to cached layer config (#​33779)
  • kit,schema: Add moduleDependencies -> installModule (#​33689)
💅 Refactors
  • nuxt: Improve type safety within callOnce function (#​33825)
📖 Documentation
🏡 Chore
  • Update pnpm to 10.21 and enable trust policy (d2c9711c0)
  • Revert pnpm trust policy and restore provenance action (f9d0e0a3d)
  • Update markdownlint config to ignore mdc issues (e7fff7132)
  • Pin to single version of unstorage (ec316eae8)
✅ Tests
  • Add patchProp and nodeOps to excluded Vue helpers (#​33754)
  • Use fake timers for watch params test (08d9d2f3b)
🤖 CI
  • Add --pnpm flag to correctly publish prerelease (#​33688)
  • Update action lint config (#​33710)
❤️ Contributors
nuxt/test-utils (@​nuxt/test-utils)

v3.21.0

Compare Source

3.21.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements
  • runtime-utils: Support rerender behavior in renderSuspended (#​1466)
  • runtime-utils: Support once option in registerEndpoint (#​1475)
  • runtime-utils: Support css modules in mount + render helpers (#​1464)
  • runtime-utils: Pass app context across in mount + render helpers (#​1477)
  • runtime-utils: Support mocked target arguments in mockNuxtImport (#​1492)
🩹 Fixes
  • runtime: Remove redefinition of $fetch.create (#​1471)
  • runtime-utils: Pass non-enumerable globalProperties in mount + render helpers (#​1476)
  • module: Include vitest config in node project (#​1497)
  • runtime-utils: Improve mount + render helpers (#​1483)
  • Revert to @nuxt/kit v3 for bridge support (#​1498)
🏡 Chore
  • Move built dep configuration -> workspace file (d936cb465)
  • Update pnpm to 10.21 and enable trust policy (ed6ff050d)
  • Revert pnpm trust policy and restore provenance action (b034f0a5e)
  • Remove spurious globby dependency (eba19d16b)
  • Remove export (2a88683bd)
  • Remove @nuxt/kit from peer dependencies (b80ca5ea8)
  • Add back @nuxt/kit as peer dep (5c126e1af)
  • Bump vite-node to v5 (3322919c2)
🤖 CI
  • Rebuild better-sqlite3 on windows (9fdaf3824)
❤️ Contributors
nuxt-modules/i18n (@​nuxtjs/i18n)

v10.2.1

Compare Source

This changelog is generated by GitHub Releases

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
microsoft/playwright (@​playwright/test)

v1.57.0

Compare Source

eslint/eslint (eslint)

v9.39.2

Compare Source

capricorn86/happy-dom (happy-dom)

v20.0.11

Compare Source

drunomics/nuxt-component-preview (nuxt-component-preview)

v1.0.0-beta.2

Compare Source

What's Changed

  • fix: fix detecting nuxtjs-drupal-ce for resolving components by @​fago in #​63

Full Changelog: drunomics/nuxt-component-preview@v1.0.0-beta.1...v1.0.0-beta.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9ee1c20 to 91f0436 Compare November 25, 2025 13:36
@renovate renovate bot changed the title chore(deps): update devdependency @nuxtjs/i18n to ^10.2.1 chore(deps): update all non-major dependencies Nov 25, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8f930b4 to fbaf558 Compare December 3, 2025 17:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 738484c to 260fab6 Compare December 10, 2025 05:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 260fab6 to 6150ef4 Compare December 13, 2025 02:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6150ef4 to 63e3407 Compare December 16, 2025 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant