Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 29, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@commitlint/cli (source) ^20.2.0^20.4.1 age confidence
@commitlint/config-conventional (source) ^20.2.0^20.4.1 age confidence
@iconify-json/lucide ^1.2.82^1.2.90 age confidence
@iconify-json/simple-icons ^1.2.63^1.2.70 age confidence
@netlify/nuxt (source) ^0.2.18^0.2.21 age confidence
@number-flow/vue (source) ^0.4.8^0.4.9 age confidence
@nuxt/eslint (source) ^1.12.1^1.15.1 age confidence
@nuxt/test-utils ^3.21.0^3.23.0 age confidence
@nuxt/ui (source) ^4.3.0^4.4.0 age confidence
@nuxtjs/i18n (source) ^10.2.1^10.2.3 age confidence
@nuxtjs/mcp-toolkit (source) 0.6.00.6.4 age confidence
@nuxtjs/seo (source) ^3.3.0^3.4.0 age confidence
@types/node (source) ^22.19.3^22.19.11 age confidence
@vite-pwa/nuxt ^1.1.0^1.1.1 age confidence
@vitest/eslint-plugin ^1.6.3^1.6.9 age confidence
@vueuse/nuxt (source) ^14.1.0^14.2.1 age confidence
@vueuse/router (source) ^14.1.0^14.2.1 age confidence
eslint-plugin-perfectionist (source) ^5.1.0^5.5.0 age confidence
eslint-plugin-prettier ^5.5.4^5.5.5 age confidence
happy-dom ^20.0.11^20.6.1 age confidence
node-html-parser ^7.0.1^7.0.2 age confidence
playwright-core (source) ^1.57.0^1.58.2 age confidence
pnpm (source) 10.26.210.29.3 age confidence
pnpm (source) >=10.26.2>=10.29.3 age confidence
prettier (source) ^3.7.4^3.8.1 age confidence
sass-embedded ^1.97.1^1.97.3 age confidence
supabase (source) ^2.70.3^2.76.8 age confidence
vue-tsc (source) ^3.2.1^3.2.4 age confidence
zod (source) ^4.2.1^4.3.6 age confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v20.4.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.4.0

Compare Source

Features

20.3.1 (2026-01-08)

Note: Version bump only for package @​commitlint/cli

v20.3.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.3.0

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v20.4.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.4.0

Compare Source

Features

20.3.1 (2026-01-08)

Note: Version bump only for package @​commitlint/config-conventional

v20.3.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.3.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

netlify/primitives (@​netlify/nuxt)

v0.2.21

Compare Source

Dependencies
  • The following workspace dependencies were updated

v0.2.20

Compare Source

Dependencies
  • The following workspace dependencies were updated

v0.2.19

Compare Source

Dependencies
  • The following workspace dependencies were updated
barvian/number-flow (@​number-flow/vue)

v0.4.9

Compare Source

Patch Changes
  • Updated dependencies [bdf8ce9]:
    • number-flow@​0.5.9
nuxt/eslint (@​nuxt/eslint)

v1.15.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.15.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.14.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.13.0

Compare Source

   🚀 Features
  • Upgrade eslint-flat-config-utils eslint-plugin-import-lite and eslint-plugin-jsdoc  -  by @​antfu (10bf9)
    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
nuxt/ui (@​nuxt/ui)

v4.4.0

Compare Source

Features
Bug Fixes
  • Banner: isolate banner visibility using per-instance CSS variables (#​5751) (c7332eb)
  • Banner: prevent XSS via id prop injection (4e334a0)
  • CommandPalette/ContextMenu/DropdownMenu: keyboard selection on link items (3f5bdb3)
  • CommandPalette: prevent XSS in search highlight (e12ceb6)
  • ContentSurround: align next link to right on tablet without prev (#​5833) (b3adccc)
  • defineShortcuts: check shift modifier for special character shortcuts (bd344d7), closes #​5911
  • Editor: set contentType when updating value (c37d6f7), closes #​5709
  • Editor: support all heading levels by default (3046c3e)
  • EditorToolbar: prevent onClick from being called twice on items (cbed0cc), closes #​5784
  • EditorToolbar: prevent disabled dropdown when items have no kind (d473f63)
  • Error/Main: render as main instead of div (6ccb1f5)
  • FileUpload: emit null when clearing file (#​5892) (1d9a2fd)
  • FileUpload: keep input visible when preview is disabled with multiple files (597ac29), closes #​5875
  • locale: improve cs and sk terminology for correct inflection (#​5789) (af6f288)
  • module: only override primary color and md size default variants (f422de8)
  • ProseCodeTree: prevent infinite update loop with expandAll prop (c79cb77), closes #​5828
  • useOverlay: refine close event argument extraction (#​5775) (182af20)
nuxt-modules/i18n (@​nuxtjs/i18n)

v10.2.3

Compare Source

This changelog is generated by GitHub Releases

No significant changes

    View changes on GitHub
nuxt-modules/mcp-toolkit (@​nuxtjs/mcp-toolkit)

v0.6.4

Compare Source

What's Changed

Features 🚀
Bug Fixes 🐞
Dependency Updates 📦

Full Changelog: nuxt-modules/mcp-toolkit@v0.6.3...v0.6.4

v0.6.3

Compare Source

What's Changed

Bug Fixes 🐞
Dependency Updates 📦

Full Changelog: nuxt-modules/mcp-toolkit@v0.6.2...v0.6.3

v0.6.2

Compare Source

What's Changed

Features 🚀
Bug Fixes 🐞
Dependency Updates 📦

Full Changelog: nuxt-modules/mcp-toolkit@v0.6.1...v0.6.2

v0.6.1

Compare Source

What's Changed

Features 🚀
Bug Fixes 🐞
Dependency Updates 📦

Full Changelog: nuxt-modules/mcp-toolkit@v0.6.0...v0.6.1

harlan-zw/nuxt-seo (@​nuxtjs/seo)

v3.4.0

Compare Source

This release brings major updates to Robots and Sitemap with definePageMeta() integration, a new zeroRuntime sitemap mode, a redesigned sitemap.xsl, and improved i18n support across modules, plus stability fixes throughout.

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 (v5.6.4v5.7.0)
  • ✨ Robots definePageMeta integration
  • ✨ i18n support for custom route paths in allow/disallow expansion
  • 🐛 Fix runtime resolution bug on @nuxtjs/robots/util
  • 🐛 Fix useBotDetection() empty when ran client-side only
  • 🐛 Fix broken route rules for Nuxt v3
  • 🐛 Fix type augmentation / definitions rework
  • 🐛 Fix Content-Usage/Content-Signal parsing with spaces after commas
  • 🐛 Fix broken useRobotsRule type, prevent _robots.txt in final bundle
Nuxt Sitemap (v7.4.9v7.6.0)
  • zeroRuntime mode for fully static sitemap generation
  • ✨ Build-time hook sitemap:prerender:done
  • ✨ Support sitemap on definePageMeta
  • ✨ Sitemap.xsl redesign with light/dark mode and validation warnings
  • ✨ Nuxt Content collection filters and onUrl function
  • ✨ DevTools UI refresh
  • parseSitemapIndex() utility
  • ⚡ Optimized XML generation, faster entry resolution, precomputed filter functions
  • 🐛 Fix memory leak on recursive sitemap requests
  • 🐛 Fix discoverImages missing body
  • 🐛 Fix chunked sitemaps with sitemapsPathPrefix /
  • 🐛 Fix i18n custom route paths, don't extract alternatives when autoI18n enabled
  • 🐛 Fix h3 v2 resolution, sitemaps with slash in name
  • 🐛 Fix type augments / overrides rework
Nuxt Site Config (v3.2.11v3.2.19)
  • 🐛 Fix env support for internal origin URL resolution
  • 🐛 Fix getNitroOrigin resolution rework
  • 🐛 Fix DevTools broken build and 500 error
  • 🐛 Fix respect devServer.host
  • 🐛 Fix i18n possible memory leak
  • 🐛 Fix handle undefined import.meta.env

    View changes on GitHub

vite-pwa/nuxt (@​vite-pwa/nuxt)

v1.1.1

Compare Source

No significant changes

    View changes on GitHub
vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.6.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.8

Compare Source

No significant changes

    View changes on GitHub

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.7...v1.6.8

v1.6.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.6

Compare Source

   🚀 Features
    View changes on GitHub

v1.6.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.4...v1.6.5

v1.6.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

What's Changed

  • docs(no-conditional-expect): add asymmetric matchers to example usage by @​wjhsf in #​847
  • fix(unbound-method): ignore functions passed to vi.mocked by @​G-Rath in #​849
  • feat: create new `

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

@renovate renovate bot added the Scope: Dependencies Library, framework, or package updates label Dec 29, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 45498e6 to c52e321 Compare January 4, 2026 18:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 6cd78f4 to e72f626 Compare January 10, 2026 00:38
@coderabbitai
Copy link

coderabbitai bot commented Jan 10, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from da17bc9 to 62fb21c Compare January 13, 2026 04:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 23 times, most recently from e9f292f to 81c93fb Compare February 10, 2026 06:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from fcfb692 to 02cc67f Compare February 12, 2026 17:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 02cc67f to 733b11b Compare February 14, 2026 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Dependencies Library, framework, or package updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants