Skip to content

chore(deps): update all non-major dependencies#2200

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#2200
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 9, 2026

This PR contains the following updates:

Package Change Age Confidence
@ai-sdk/mcp (source) ^1.0.25^1.0.35 age confidence
@iconify-json/logos ^1.2.10^1.2.11 age confidence
@iconify-json/lucide ^1.2.96^1.2.102 age confidence
@iconify-json/octicon ^1.2.21^1.2.22 age confidence
@iconify-json/simple-icons ^1.2.72^1.2.77 age confidence
@iconify-json/vscode-icons ^1.2.44^1.2.45 age confidence
@libsql/client (source) ^0.17.0^0.17.2 age confidence
@nuxt/devtools (source) ^3.2.3^3.2.4 age confidence
@nuxt/hints 1.0.0-alpha.101.0.3 age confidence
@nuxt/test-utils ^4.0.0^4.0.2 age confidence
@nuxt/ui (source) ^4.5.1^4.6.1 age confidence
@nuxtjs/mcp-toolkit (source) ^0.7.0^0.13.4 age confidence
@nuxtjs/mdc ^0.20.2^0.21.1 age confidence
@nuxtjs/turnstile ^1.1.1^1.1.2 age confidence
@playwright/test (source) ^1.58.2^1.59.1 age confidence
@vercel/analytics (source) ^2.0.0^2.0.1 age confidence
@vue/compiler-sfc (source) ^3.5.29^3.5.32 age confidence
ai (source) ^6.0.116^6.0.156 age confidence
better-sqlite3 ^12.6.2^12.8.0 age confidence
drizzle-kit (source) ^0.31.9^0.31.10 age confidence
drizzle-orm (source) ^0.45.1^0.45.2 age confidence
eslint (source) ^10.0.3^10.2.0 age confidence
h3 (source) ^1.15.6^1.15.11 age confidence
happy-dom ^20.8.3^20.8.9 age confidence
nuxt-charts ^2.1.3^2.1.4 age confidence
nuxt-content-twoslash ^0.2.1^0.4.0 age confidence
playwright (source) ^1.58.2^1.59.1 age confidence
pnpm (source) 10.31.010.33.0 age confidence
resend ^6.9.3^6.10.0 age confidence
twoslash (source) ^0.3.6^0.3.7 age confidence
valibot (source) ^1.2.0^1.3.1 age confidence
vitest (source) ^4.0.18^4.1.4 age confidence
vue (source) ^3.5.29^3.5.32 age confidence
vue-tsc (source) ^3.2.5^3.2.6 age confidence

Release Notes

nuxt/hints (@​nuxt/hints)

v1.0.3

Compare Source

🩹 Fixes
  • third-party: Wrap hookable callHook with promise.resolve (#​310)
❤️ Contributors

v1.0.2

Compare Source

🩹 Fixes
  • Write hints-config.mjs to fs (#​296)
❤️ Contributors

v1.0.1

Compare Source

🩹 Fixes
  • Prevent circular reference stack overflow in payload.__hints (#​289)
  • Fix #hints-config alias resolution (#​292)
🏡 Chore
  • README: Add modules options explanaition (#​285)
❤️ Contributors

v1.0.0

Compare Source

Nuxt Hints v1.0.0

We are very excited to move Nuxt hints from alpha stage to 1.0.0 !

Developer experience in Nuxt is truly something we treasure and we hope this module will help you out on finding different ways to make your Nuxt application more performant.
We also want to thank every contributors and users of the modules. It is thanks to them that @​nuxt/hints is reaching 1.0.0

Vision

Our vision at Nuxt has always been that better DX will have an impact on end-user's UX. By releasing this module, the goal is to help Nuxt developers to improve their Nuxt applications.

Roadmap

  • Production build integration
    • Having runtime warning in production could help users to actually get what happens in production
  • Font and scripts performance hints
  • Your ideas !
    • Nuxt is what it is thanks to it's incredible community. Your ideas and feedbacks are always welcomed and have an impact on the future of Nuxt.

Features

v1.0.0 comes with several improvement:

🚀 Enhancements
  • Html-validate integration (#​253)
  • hydration: Improve hydration log (#​258)
  • client: Allow to open potential lazy load components in editor (#​270)
  • Add feature related configuration (#​261)
🩹 Fixes
  • lazy-load: Avoid wrapping glob imports (#​264)
  • TDZ violation in lazy-hydration plugin with .client components (#​265)
  • web-vitals: Report all changes for CLS (#​266)
  • client: Remove shiki fit content style (#​272)
  • web-vitals: Correct next-gen image format detection logic (#​273)
  • Set correct tsconfig.json (#​274)
❤️ Thank you to all contributors
nuxt/test-utils (@​nuxt/test-utils)

v4.0.2

Compare Source

👉 Changelog

compare changes

🩹 Fixes
  • config: Respect override dev value (#​1602)
🤖 CI
  • Use pnpm publish to resolve workspace dependencies (#​1651)
❤️ Contributors

v4.0.1

Compare Source

nuxt-modules/mcp-toolkit (@​nuxtjs/mcp-toolkit)

v0.13.4

Compare Source

What's Changed

Features 🚀
Bug Fixes 🐞
  • fix: alias h3 through nitropack to prevent v2 bundle poisoning by @​HugoRCD in #​201
  • fix: in windows path generates '\' instead '/ by @​shba007 in #​203
  • fix(module): prefer structuredContent in code mode dispatch by @​Mat4m0 in #​207
  • fix(module): surface tool errors as throwable exceptions in sandbox by @​Mat4m0 in #​208
  • fix(module): generate typed return values from tool outputSchema by @​Mat4m0 in #​210
  • fix(module): harden executor with resource limits, async context, and concurrency safety by @​Mat4m0 in #​206
  • fix(module): harden transport origin checks and session lifecycle by @​Mat4m0 in #​215
  • fix(module): reject file resources outside the project root by @​Mat4m0 in #​216
Dependency Updates 📦

New Contributors

Full Changelog: https://github.com/nuxt-modules/mcp-toolkit/compare/@nuxtjs/mcp-toolkit@0.13.1...@​nuxtjs/mcp-toolkit@0.13.4

v0.13.3

Compare Source

v0.13.2

Compare Source

v0.13.1

Compare Source

What's Changed

Bug Fixes 🐞
  • fix: use node headers first in mcp handler and session transport by @​HugoRCD in #​196
Dependency Updates 📦

Full Changelog: https://github.com/nuxt-modules/mcp-toolkit/compare/@nuxtjs/mcp-toolkit@0.13.0...@​nuxtjs/mcp-toolkit@0.13.1

v0.13.0

Compare Source

What's Changed

Features 🚀
Bug Fixes 🐞
Documentation 📚
Dependency Updates 📦

Full Changelog: https://github.com/nuxt-modules/mcp-toolkit/compare/@nuxtjs/mcp-toolkit@0.12.0...@​nuxtjs/mcp-toolkit@0.13.0

v0.12.0

Compare Source

What's Changed

Features 🚀
Bug Fixes 🐞
Continuous Integration 🔄

New Contributors

Full Changelog: https://github.com/nuxt-modules/mcp-toolkit/compare/v0.11.0...@​nuxtjs/mcp-toolkit@0.12.0

v0.11.0

Compare Source

What's Changed

Features 🚀

Full Changelog: nuxt-modules/mcp-toolkit@v0.10.0...v0.11.0

v0.10.0

Compare Source

What's Changed

Features 🚀
Bug Fixes 🐞

Full Changelog: nuxt-modules/mcp-toolkit@v0.9.0...v0.10.0

v0.8.0

Compare Source

What's Changed

Features 🚀
Bug Fixes 🐞
Documentation 📚

New Contributors

Full Changelog: nuxt-modules/mcp-toolkit@v0.7.0...v0.8.0

nuxt-content/mdc (@​nuxtjs/mdc)

v0.21.1

Compare Source

compare changes

🏡 Chore
  • Updgrade & add missing @shikijs/engine-javascript dependency (f4f3b58)
❤️ Contributors

v0.21.0

Compare Source

compare changes

🩹 Fixes
  • Don't memoise configs, and allow external modules to call mdc:configSources (#​471)
  • Normalize lang (#​459)
  • cache: Fix issue where value watch could get out of sync (#​385)
🏡 Chore
❤️ Contributors
vercel/ai (ai)

v6.0.156

Compare Source

Patch Changes

v6.0.155

Compare Source

Patch Changes
  • 06764c5: fix(ai): skip passing invalid JSON inputs to response messages

v6.0.154

Compare Source

Patch Changes

v6.0.153

Compare Source

Patch Changes
  • f152133: feat (ai/core): support plain string model IDs in rerank() function

    The rerank() function now accepts plain model strings (e.g., 'cohere/rerank-v3.5') in addition to RerankingModel objects, matching the behavior of generateText, embed, and other core functions.

v6.0.152

Compare Source

Patch Changes
  • d42076d: Add AI Gateway hint to provider READMEs

v6.0.151

Compare Source

Patch Changes

v6.0.150

Compare Source

Patch Changes
antfu/nuxt-content-twoslash (nuxt-content-twoslash)

v0.4.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v0.3.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
pnpm/pnpm (pnpm)

v10.33.0

Compare Source

v10.32.1: pnpm 10.32.1

Compare Source

Patch Changes

  • Fix a regression where pnpm-workspace.yaml without a packages field caused all directories to be treated as workspace projects. This broke projects that use pnpm-workspace.yaml only for settings (e.g. minimumReleaseAge) without defining workspace packages #​10909.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.32.0: pnpm 10.32

Compare Source

Minor Changes

  • Added --all flag to pnpm approve-builds that approves all pending builds without interactive prompts #​10136.

Patch Changes

  • Reverted change related to setting explicitly the npm config file path, which caused regressions.
  • Reverted fix related to lockfile-include-tarball-url. Fixes #​10915.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx
twoslashes/twoslash (twoslash)

v0.3.7

Compare Source

   🚀 Features
    View changes on GitHub
vitest-dev/vitest (vitest)

v4.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on Monday"
  • 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 atinux as a code owner March 9, 2026 10:25
@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Mar 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nuxt Ready Ready Preview, Comment Apr 10, 2026 11:05am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6fcf3ad to d3961d6 Compare March 9, 2026 14:39
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^3.5.30 chore(deps): update all non-major dependencies Mar 9, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d3961d6 to 1b324a1 Compare March 9, 2026 23:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1b324a1 to 1418751 Compare March 10, 2026 06:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1418751 to 882cc55 Compare March 11, 2026 04:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 882cc55 to 25639da Compare March 12, 2026 06:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 25639da to 7d4a469 Compare March 12, 2026 13:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7d4a469 to 2dab427 Compare March 12, 2026 19:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2dab427 to 5ef7364 Compare March 12, 2026 23:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5ef7364 to eccecf5 Compare March 13, 2026 12:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eccecf5 to 1327965 Compare March 14, 2026 02:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1327965 to 92b6985 Compare March 15, 2026 06:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 92b6985 to c276b4e Compare March 16, 2026 11:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c276b4e to 3b3542f Compare March 16, 2026 22:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d2866ef to 523385e Compare March 19, 2026 13:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 523385e to b51d4f4 Compare March 19, 2026 18:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b51d4f4 to f5feb1c Compare March 19, 2026 22:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f5feb1c to eb6782e Compare March 20, 2026 18:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eb6782e to d42e980 Compare March 20, 2026 22:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d42e980 to 2a78447 Compare March 22, 2026 14:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2a78447 to 3692e43 Compare March 23, 2026 06:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3692e43 to 5ca773d Compare March 23, 2026 15:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5ca773d to aaa35ca Compare March 23, 2026 19:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aaa35ca to e24ed25 Compare March 23, 2026 22:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e24ed25 to 1a4c20f Compare March 24, 2026 19:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1a4c20f to 6c7217a Compare March 25, 2026 02:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6c7217a to b682604 Compare March 25, 2026 10:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b682604 to 2fed0a8 Compare March 26, 2026 00:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2fed0a8 to b934a7d Compare March 26, 2026 06:15
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