Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2025

This PR contains the following updates:

Package Change Age Confidence
nuxi (source) 3.29.0 -> 3.30.0 age confidence

Release Notes

nuxt/cli (nuxi)

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

v3.29.3

Compare Source

👉 Changelog

compare changes

🩹 Fixes
  • dev: Skip sending headers if they are already sent (4509643)
  • dev: Handle multiple set-cookie headers correctly (#​1079)
  • dev: Handle more kinds of fetch errors (#​1076)
❤️ Contributors

v3.29.2

Compare Source

👉 Changelog

compare changes

🩹 Fixes
  • Polyfill process.getBuiltinModule (fa5d5e6)
  • dev: Use node pipelining on windows (#​1072)
🏡 Chore
🤖 CI
  • Write pr number to artifact (5e9adc2)
  • Debug artifact paths (5316bd4)
  • Resolve statsDir + move checkout earlier (c94e144)
  • Remove packages/ dir from size parsing script (5b3d7a3)
❤️ Contributors

v3.29.1

Compare Source

👉 Changelog

compare changes

🩹 Fixes
  • dev: Use existing nuxt options to resolve versions (646b777)
🏡 Chore
🤖 CI
  • Split out comment into workflow_run (ad1e0d8)
  • Extract script from workflow (f2dbebd)
  • Setup latest node for size comment (0755948)
❤️ Contributors

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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/nuxi-3.x-lockfile branch from dc81857 to 2f71aeb Compare October 7, 2025 19:29
@renovate renovate bot changed the title chore(deps): update dependency nuxi to v3.29.1 chore(deps): update dependency nuxi to v3.29.2 Oct 7, 2025
@renovate renovate bot changed the title chore(deps): update dependency nuxi to v3.29.2 chore(deps): update dependency nuxi to v3.29.3 Oct 9, 2025
@renovate renovate bot force-pushed the renovate/nuxi-3.x-lockfile branch from 2f71aeb to 60f8ee3 Compare October 9, 2025 17:44
@renovate renovate bot changed the title chore(deps): update dependency nuxi to v3.29.3 chore(deps): update dependency nuxi to v3.30.0 Nov 3, 2025
@renovate renovate bot force-pushed the renovate/nuxi-3.x-lockfile branch from 60f8ee3 to 38bb57e Compare November 3, 2025 19:30
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.

1 participant