Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2025

This PR contains the following updates:

Package Change Age Confidence
@nuxt/cli (source) ^3.29.3 -> ^3.30.0 age confidence
@nuxt/eslint-config (source) ^1.9.0 -> ^1.10.0 age confidence
@vitest/coverage-v8 (source) ^4.0.4 -> ^4.0.6 age confidence
eslint (source) ^9.38.0 -> ^9.39.1 age confidence
knip (source) ^5.66.3 -> ^5.67.1 age confidence
ofetch ^1.4.1 -> ^1.5.1 age confidence
pnpm (source) 10.19.0 -> 10.20.0 age confidence
vitest (source) ^4.0.4 -> ^4.0.6 age confidence
vue-tsc (source) ^3.1.2 -> ^3.1.3 age confidence

Release Notes

nuxt/cli (@​nuxt/cli)

v3.30.0

Compare Source

3.30.0 is the next minor release.

👀 Highlights

The biggest change in this release is that we drop the built-in proxy server which we previously used.

this will mean that there's not a persistent connection, but it avoids a lot of the pain and potential problematic behaviour with having a proxy (either over socket, which can be flaky on different oses/runtimes - or over network, which is slow on windows).

we're also continuing to focus on performance, including dropping some dependencies, and migrating where possible to new unjs libraries like h3 v2 and srvx.

👉 Changelog

compare changes

🚀 Enhancements
  • dev: Experimentally support nitro v3 + inline h3 (11f8bf7)
🔥 Performance
  • info: Migrate from clipboardy to copy-paste (#​1087)
  • preview: Inline port description (2b40c32)
🩹 Fixes
  • build,dev: Support showing nitro version (70dcc9b)
  • dev: Use proxy instead of web fetch handler (#​1104)
  • module,upgrade: Allow adding module/nuxt version to pnpm workspace root (#​1109)
💅 Refactors
  • analyze: Use srvx to serve analysis results (97d8172)
  • dev: Remove proxy server in favour of direct listening (#​1105)
📦 Build
  • Use tsdown + isolated declarations (#​1095)
🏡 Chore
  • Update knip config (c23e915)
  • Clean up playground console logging (3a92d84)
  • Add verifyDepsBeforeRun: install (#​1106)
  • Update ignoredBuiltDependencies (#​1107)
✅ Tests
  • Remove separate socket runtime tests (df17ad4)
❤️ Contributors
nuxt/eslint (@​nuxt/eslint-config)

v1.10.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitest-dev/vitest (@​vitest/coverage-v8)

v4.0.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.5

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
eslint/eslint (eslint)

v9.39.1

Compare Source

v9.39.0

Compare Source

webpro-nl/knip (knip)

v5.67.1

Compare Source

v5.67.0

Compare Source

v5.66.4

Compare Source

unjs/ofetch (ofetch)

v1.5.1

Compare Source

compare changes

🩹 Fixes
  • Normalize options.headers (again) after onRequest hook (#​524)
❤️ Contributors

v1.5.0

Compare Source

compare changes

🚀 Enhancements
  • Serialize with URLSearchParams for application/x-www-form-urlencoded content type header (#​482)
  • Auto detect text/event-stream as stream response type (#​486)
🩹 Fixes
  • Mark FormData & URLSearchParams as non-serializable for bun compatibility (#​483)
💅 Refactors
  • Deprecate params in favor of query (#​511)
📖 Documentation
  • readme: Use ProxyAgent in example (#​465)
  • Fix typo (#​472)
  • Add retryStatusCodes option to auto retry example (#​480)
  • Guide on augmenting FetchOptions (#​487)
  • Replace ProxyAgent with Agent in self-signed certs example (#​516)
❤️ Contributors
pnpm/pnpm (pnpm)

v10.20.0

Compare Source

Minor Changes
  • Support --all option in pnpm --help to list all commands #​8628.
Patch Changes
  • When the latest version doesn't satisfy the maturity requirement configured by minimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #​10100.
  • create command should not verify patch info.
  • Set managePackageManagerVersions to false, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #​10063.
vuejs/language-tools (vue-tsc)

v3.1.3

Compare Source

Features
  • feat(typescript-plugin): allow triggering file references on <template> (#​5734) - Thanks to @​KazariEX!
Bug Fixes
  • fix(vscode): correct syntax highlight in template with lang="html" (#​5728) - Thanks to @​serkodev!
Other Changes
  • refactor(language-core): generate intrinsic elements variable into global types (#​5730) - Thanks to @​KazariEX!
  • refactor(typescript-plugin): remove go to definition trick for auto imported components (#​5733) - Thanks to @​KazariEX!

Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), 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 requested a review from danielroe as a code owner November 3, 2025 04:00
@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 3, 2025

Open in StackBlitz

npm i https://pkg.pr.new/@nuxt/module-builder@685

commit: e4d0b20

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8562c4b to 75afb0c Compare November 3, 2025 19:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 75afb0c to e4d0b20 Compare November 3, 2025 23:01
@danielroe danielroe merged commit 5422b81 into main Nov 4, 2025
6 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch November 4, 2025 09:17
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.

2 participants