Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 29, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@nuxt/icon 2.1.12.2.1 age confidence devDependencies minor
@nuxt/test-utils 3.21.03.23.0 age confidence devDependencies minor
@shikijs/transformers (source) 3.20.03.21.0 age confidence devDependencies minor
@types/node (source) 24.10.424.10.9 age confidence devDependencies patch
actions/setup-node v6.1.0v6.2.0 age confidence action minor
happy-dom 20.0.1120.3.4 age confidence devDependencies minor
nitropack 2.12.92.13.1 age confidence dependencies minor
oxc-parser (source) ^0.105.0^0.110.0 age confidence dependencies minor
pnpm (source) 10.26.2+sha512.0e308ff2005fc7410366f154f625f6631ab2b16b1d2e70238444dd6ae9d630a8482d92a451144debc492416896ed16f7b114a86ec68b8404b2443869e68ffda610.28.1 age confidence packageManager minor
sass-embedded 1.97.11.97.2 age confidence devDependencies patch
shiki (source) 3.20.03.21.0 age confidence devDependencies minor
shiki-transformer-fold ^0.1.0^0.2.0 age confidence devDependencies minor
vitest (source) 4.0.164.0.17 age confidence devDependencies patch

Release Notes

nuxt/icon (@​nuxt/icon)

v2.2.1

Compare Source

No significant changes

    View changes on GitHub

v2.2.0

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/test-utils (@​nuxt/test-utils)

v3.23.0

Compare Source

3.23.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements
  • runtime-utils: Support h3 v2 (#​1515)
  • module: Add install wizard when freshly installed (#​1538)
🩹 Fixes
  • e2e: Ensure $fetch is not typed as any (1f4754ea9)
🏡 Chore
✅ Tests
  • Add cleanup to resolve-config tests (#​1537)
🤖 CI
  • Prepare build environment in autofix workflow (2c0864ed6)
❤️ Contributors

v3.22.0

Compare Source

3.22.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements
  • runtime-utils: Unify logic of mount + render helpers (#​1522)
  • module: Run vitest in separate process (#​1524)
  • runtime-utils: Allow skipping initial route change (fd77ec066)
  • runtime: Skip route sync emulation when NuxtPage exists (#​1530)
🔥 Performance
  • module: Skip nuxt-root stub plugin when building (#​1512)
🩹 Fixes
  • runtime-utils: Reject promise on error render + mount helpers (#​1503)
  • runtime-utils: Support new .sync method for syncing route (1148c3cf1)
  • e2e: Always override global env options with inline options (c8f881b3d)
  • runtime-utils: Avoid missing render warn on reject render + suspend helpers (#​1520)
  • e2e: Use server.deps rather than deps (2b3c86921)
  • config: Also call sync() in initial setup (ec555192c)
  • module: Use devtools:before hook instead of direct config check (#​1532)
  • config: Do not override vitest root with nuxt rootDir (#​1531)
💅 Refactors
  • runtime-utils: Do not export addCleanup (86b4998bb)
  • module: Extract nuxt environment options plugin (5ada22a9f)
📖 Documentation
  • Fix link to module authors testing guide (#​1511)
🏡 Chore
✅ Tests
  • Use local kit version for module (79f1e14d5)
  • Add defaultLocale in i18n test (059988fc3)
  • Avoid definePageMeta compiler-hint warning (#​1523)
🤖 CI
❤️ Contributors
shikijs/shiki (@​shikijs/transformers)

v3.21.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
actions/setup-node (actions/setup-node)

v6.2.0

Compare Source

capricorn86/happy-dom (happy-dom)

v20.3.4

Compare Source

v20.3.3

Compare Source

v20.3.2

Compare Source

v20.3.1

Compare Source

👷‍♂️ Patch fixes
  • Normalizes the "format" parameter according to the HTML specification in DataTransfer.getData() - By @​marchaos in task #​1965
  • Handle partial responses in XMLHttpRequest - By @​rexxars in task #​1890

v20.3.0

Compare Source

🎨 Features

v20.2.0

Compare Source

🎨 Features
  • Use Element.classList.contains() instead of splitting className in query selectors to improve performance as it's cached - By @​TrevorBurnham in task #​1884

v20.1.1

Compare Source

👷‍♂️ Patch fixes

v20.1.0

Compare Source

🎨 Features
👷‍♂️ Patch fixes
nitrojs/nitro (nitropack)

v2.13.1

Compare Source

compare changes

This release mainly updates dependencies (696dc3a9)

v2.13.0

Compare Source

compare changes

🚀 Enhancements
  • vercel: Add support for skew protection (#​3850)
  • bun: Support NITRO_BUN_IDLE_TIMEOUT env variable (#​3294)
🔥 Performance
  • Process static assets in parallel (#​3910)
  • Limit concurrency for compressing public assets (#​3384)
🩹 Fixes
  • firebase: Update gen 1 import to match latest sdk (28406449)
  • Correct crypto polyfill (5caca6c0)
  • vercel: Handle ISR requests with passQuery: true (#​3539)
  • dev: Automatically use Content-Encoding: gzip for .gz static files (#​3381)
  • static: Add vary: accept-encoding for assets with compressed version (#​3443)
  • dev: Respect opts.json when false for error handler (#​3920)
  • dev: Apply headers from route rules for static assets (c74d7a17, f059e4ba, be316b49)
  • vercel: Avoid adding o11y links for prerendered paths (#​3927)
  • cloudflare-durable: Expose env bindings in durable handler (#​3931)
💅 Refactors

q

  • Update firebase-functions type import (d27fbe86)
📖 Documentation
📦 Dependencies
🤖 CI
  • Avoid bumping h3 to nightly (0b5a9c37)
  • Correct ref check for nightly (de8d24c4)
❤️ Contributors
oxc-project/oxc (oxc-parser)

v0.109.0

💥 BREAKING CHANGES
  • 9135b0b ast: [BREAKING] Move scope from TSEnumDeclaration to TSEnumBody (#​18058) (Boshen)
🚀 Features
  • 6e8fa80 napi/parser, napi/transform: Accept sourceType: "commonjs" (#​18197) (overlookmotel)
  • 66b8c02 parser: Implement unambiguous module parsing for JS/TS files (#​18124) (Boshen)
  • 08dad63 span: Add sourceType: 'commonjs' support (#​18089) (Boshen)
🐛 Bug Fixes
  • 7a0ca99 linter/plugins: Use correct ScriptKind for tokens (#​17185) (Peter Wagenet)

v0.108.0

v0.107.0

v0.106.0

pnpm/pnpm (pnpm)

v10.28.1

Compare Source

v10.28.0

Compare Source

v10.27.0

Compare Source

sass/embedded-host-node (sass-embedded)

v1.97.2

Compare Source

  • Additional fixes for implicit configuration when nested imports are involved.
huang-julien/shiki-transformer-fold (shiki-transformer-fold)

v0.2.0

Compare Source

🚀 Enhancements

  • Add fold level when redering (#​3)
vitest-dev/vitest (vitest)

v4.0.17

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

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.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 29, 2025

Open in StackBlitz

npm i https://pkg.pr.new/nuxt/hints/@nuxt/hints@183

commit: dee70e3

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c336152 to e04fb5f Compare December 30, 2025 22:59
@renovate renovate bot changed the title fix(deps): update dependency oxc-parser to ^0.106.0 fix(deps): update all non-major dependencies Dec 30, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 887be10 to 4b4f3cb Compare January 11, 2026 15:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 82718f0 to 770152d Compare January 19, 2026 03:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 770152d to eec2653 Compare January 19, 2026 11:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from dee70e3 to aefdc9b Compare January 20, 2026 02:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aefdc9b to be81dbd Compare January 20, 2026 06:13
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