Skip to content
/ canvas Public template

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@nuxt/eslint-config (source) 1.11.0 -> 1.12.1 age confidence devDependencies minor
@nuxtjs/seo (source) ^3.2.2 -> ^3.3.0 age confidence dependencies minor
node 24.11.1-alpine -> 24.12.0-alpine age confidence final minor
node 24.11.1-alpine -> 24.12.0-alpine age confidence stage minor
nuxt (source) 4.2.1 -> 4.2.2 age confidence dependencies patch
nuxt-studio 1.0.0-alpha.3 -> 1.0.0-alpha.4 age confidence dependencies patch
pnpm (source) 10.24.0 -> 10.25.0 age confidence packageManager minor
resend 6.5.2 -> 6.6.0 age confidence dependencies minor

Release Notes

nuxt/eslint (@​nuxt/eslint-config)

v1.12.1

Compare Source

No significant changes

    View changes on GitHub
harlan-zw/nuxt-seo (@​nuxtjs/seo)

v3.3.0

Compare Source

This release brings significant updates across all Nuxt SEO modules with new features for robots and sitemap, plus numerous stability improvements throughout the ecosystem.

Highlights:

✅ 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.

   📦 Module Updates

Nuxt Robots

https://github.com/nuxt-modules/robots/releases/tag/v5.5.5https://github.com/nuxt-modules/robots/releases/tag/v5.6.4

Nuxt Sitemap

https://github.com/nuxt-modules/sitemap/releases/tag/v7.4.7https://github.com/nuxt-modules/sitemap/releases/tag/v7.4.9

  • ✨ Chunking support with URL filtering
  • 🐛 Fix Windows unicode escape errors when reading sources
  • 🐛 Fix prerendering pages not consistently appearing in sources
  • 🐛 Fix robots meta rules respected during prerendering
  • 🐛 Fix XML spec compliance (snake_case for geo_location)

Nuxt Link Checker

https://github.com/harlan-zw/nuxt-link-checker/releases/tag/v4.3.2https://github.com/harlan-zw/nuxt-link-checker/releases/tag/v4.3.9

  • 🐛 Fix ignore all /_* paths
  • 🐛 Fix pages hang edge case
  • 🐛 Fix hanging when pages dir is missing
  • 🐛 JSON report only shows failing results
  • 🐛 Tree sort for markdown reports

Nuxt OG Image

https://github.com/harlan-zw/nuxt-og-image/releases/tag/v5.1.11https://github.com/harlan-zw/nuxt-og-image/releases/tag/v5.1.13

  • 🐛 Fix broken Google font mirror
  • 🐛 Fix WASM Satori API compatibility
  • 🐛 Fix _query params disrupting render path

Nuxt Schema.org

https://github.com/harlan-zw/nuxt-schema-org/releases/tag/v5.0.9https://github.com/harlan-zw/nuxt-schema-org/releases/tag/v5.0.10

  • 🐛 Fix zod as optional peer dep

Nuxt SEO Utils

https://github.com/harlan-zw/nuxt-seo-utils/releases/tag/v7.0.16https://github.com/harlan-zw/nuxt-seo-utils/releases/tag/v7.0.19

  • 🐛 Fix Vite plugin ordering
  • 🐛 Fix normalize incorrect BCP 47 locales

Nuxt Site Config

https://github.com/harlan-zw/nuxt-site-config/releases/tag/v3.2.7https://github.com/harlan-zw/nuxt-site-config/releases/tag/v3.2.11

  • 🐛 Fix redundant baseUrl warning in development
  • 🐛 Fix IPv6 address support in host parsing
  • 🐛 Fix safe runtime type generation

    harlan-zw/nuxt-seo@v3.2.0...v3.3.0

nodejs/node (node)

v24.12.0: 2025-12-10, Version 24.12.0 'Krypton' (LTS), @​targos

Compare Source

Notable Changes
  • [1a00b5f68a] - (SEMVER-MINOR) http: add optimizeEmptyRequests server option (Rafael Gonzaga) #​59778
  • [ff5754077d] - (SEMVER-MINOR) lib: add options to util.deprecate (Rafael Gonzaga) #​59982
  • [8987159234] - (SEMVER-MINOR) module: mark type stripping as stable (Marco Ippolito) #​60600
  • [92c484ebf4] - (SEMVER-MINOR) node-api: add napi_create_object_with_properties (Miguel Marcondes Filho) #​59953
  • [b11bc5984e] - (SEMVER-MINOR) sqlite: allow setting defensive flag (Bart Louwers) #​60217
  • [e7da5b4b7d] - (SEMVER-MINOR) src: add watch config namespace (Marco Ippolito) #​60178
  • [a7f7d10c06] - (SEMVER-MINOR) src: add an option to make compile cache portable (Aditi) #​58797
  • [92ea669240] - (SEMVER-MINOR) src,permission: add --allow-inspector ability (Rafael Gonzaga) #​59711
  • [05d7509bd2] - (SEMVER-MINOR) v8: add cpu profile (theanarkh) #​59807
Commits
nuxt/nuxt (nuxt)

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-content/studio (nuxt-studio)

v1.0.0-alpha.4

Compare Source

Features
Bug Fixes
  • auth: improve OAuth state token validation (#​160) (9992865)
  • auth: only display detected provider on _studio page (98e0fd2)
  • editor: handle markdown files as data collection (#​153) (511b2f5)
  • item: do not close form on extension selection (#​161) (9f17b4f)
  • item: do not unset action in progress on extension selection (#​155) (b54b0dd)
  • preferences: resolve double-toggle event conflict on debug switch (#​166) (c5b69ed)
  • sw: unregister on sign out (#​164) (b261da9)
  • tree: autfocus input on creation (b1e5ac3)
pnpm/pnpm (pnpm)

v10.25.0

Compare Source

resend/resend-node (resend)

v6.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: resend/resend-node@v6.5.2...v6.6.0


Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@vercel
Copy link

vercel bot commented Dec 10, 2025

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

Project Deployment Preview Comments Updated (UTC)
canvas Ready Ready Preview Comment Dec 12, 2025 4:51am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f6197a1 to 35db931 Compare December 12, 2025 04:48
@HugoRCD HugoRCD merged commit 5d27ac2 into main Dec 12, 2025
8 checks passed
@HugoRCD HugoRCD deleted the renovate/all-minor-patch branch December 12, 2025 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants