Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 10, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@iconify-json/lucide ^1.2.72^1.2.91 age confidence
@iconify-json/simple-icons ^1.2.57^1.2.71 age confidence
@iconify-json/vscode-icons ^1.2.33^1.2.43 age confidence
@nuxt/content (source) ^3.8.0^3.11.2 age confidence
@nuxt/eslint-config (source) ^1.10.0^1.15.1 age confidence
@nuxt/test-utils ^3.20.0^3.23.0 age confidence
@nuxt/test-utils ^3.20.1^3.23.0 age confidence
@nuxt/ui (source) ^4.1.0^4.4.0 age confidence
@nuxthub/core (source) 0.9.00.10.6 age confidence
@tsconfig/node22 (source) ^22.0.2^22.0.5 age confidence
@types/node (source) ^22.19.0^22.19.11 age confidence
@vitejs/plugin-vue (source) ^6.0.1^6.0.4 age confidence
@vitest/ui (source) ^4.0.6^4.0.18 age confidence
@volar/typescript (source) ^2.4.23^2.4.28 age confidence
@vue/devtools-kit (source) ^8.0.3^8.0.6 age confidence
better-sqlite3 ^12.4.1^12.6.2 age confidence
eslint (source) ^9.39.1^9.39.2 age confidence
knitwork ^1.2.0^1.3.0 age confidence
motion-v ^1.7.4^1.10.3 age confidence
nuxt-llms 0.1.30.2.0 age confidence
nuxt-og-image (source) ^5.1.12^5.1.13 age confidence
pnpm (source) 10.20.010.29.3 age confidence
prettier (source) ^3.6.2^3.8.1 age confidence
reka-ui ^2.6.0^2.8.0 age confidence
shiki (source) ^3.14.0^3.22.0 age confidence
supertest ^7.1.4^7.2.2 age confidence
ufo ^1.6.1^1.6.3 age confidence
unplugin (source) ^2.3.10^2.3.11 age confidence
unplugin-ast ^0.15.3^0.16.0 age confidence
vite (source) ^7.1.12^7.3.1 age confidence
vite-plugin-vue-devtools (source) ^8.0.3^8.0.6 age confidence
vue-router (source) ^4.6.3^4.6.4 age confidence
zod (source) ^4.1.12^4.3.6 age confidence

Release Notes

nuxt/content (@​nuxt/content)

v3.11.2

Compare Source

Bug Fixes
  • studio: fallback to env variable to detect ai feature (#​3713) (3fc8b7b)

v3.11.1

Compare Source

Features
  • collections: create studio collections for AI if detected (#​3709) (7744645)
Bug Fixes
  • issue with disabling contentRawMarkdown (5be6b0c)

v3.11.0

Compare Source

Features
  • api: use request fetch (#​3677) (2b32a4d)
  • auto generate markdown version of documents (#​3688) (340fdf4)
  • cast date field from datetime to date string format (#​3673) (f1a2ca4)
  • collection: allow hidden property in editor without redefine validation (#​3661) (24af55a)
  • nuxt-llms: rewriteLLMSTxt option to disable rewriting paths in llms.txt (38e57ec)
Bug Fixes
Performance Improvements
Reverts
  • Revert "chore: upgrade deps" (c4a3228)
  • Revert "chore: upgrade deps" (841b360)

v3.10.0

Compare Source

Features
Bug Fixes
  • database: sqlite memory driver syntax (#​3635) (9b4b4f2)
  • docs: prerendering issues (b8c5225)
  • lint: configs (1ef7768)
  • lint: unique headings (c5cc00c)
  • module: work with route rules cache: true (#​3617) (fa6c267)
  • nuxthub: inherit preset form node/cloudflare (551a7fb)
  • parser: do not extract content title & description from body on data collections (4f4e958)
  • path-meta: apply path meta fields if they exists in schema (#​3632) (b3d7464)

v3.9.0

Compare Source

Features
  • amplity: usenode:sqlite on AWS Amplify if Node.js > 22 (#​3598) e74bb6d
Bug Fixes
  • fs-watcher: add timeout to deal with race-condition c07336e
  • prepare for NuxtHub 0.10 with hub.db (#​3624) 8a9f9d3
  • respect app.baseURL in Cloudflare database handler (#​3608) 1af6adc

v3.8.2

Compare Source

v3.8.1

Compare Source

Bug Fixes
Performance Improvements
nuxt/eslint (@​nuxt/eslint-config)

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

v1.12.1

Compare Source

No significant changes

    View changes on GitHub

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

v3.21.0

Compare Source

3.21.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements
  • runtime-utils: Support rerender behavior in renderSuspended (#​1466)
  • runtime-utils: Support once option in registerEndpoint (#​1475)
  • runtime-utils: Support css modules in mount + render helpers (#​1464)
  • runtime-utils: Pass app context across in mount + render helpers (#​1477)
  • runtime-utils: Support mocked target arguments in mockNuxtImport (#​1492)
🩹 Fixes
  • runtime: Remove redefinition of $fetch.create (#​1471)
  • runtime-utils: Pass non-enumerable globalProperties in mount + render helpers (#​1476)
  • module: Include vitest config in node project (#​1497)
  • runtime-utils: Improve mount + render helpers (#​1483)
  • Revert to @nuxt/kit v3 for bridge support (#​1498)
🏡 Chore
  • Move built dep configuration -> workspace file (d936cb465)
  • Update pnpm to 10.21 and enable trust policy (ed6ff050d)
  • Revert pnpm trust policy and restore provenance action (b034f0a5e)
  • Remove spurious globby dependency (eba19d16b)
  • Remove export (2a88683bd)
  • Remove @nuxt/kit from peer dependencies (b80ca5ea8)
  • Add back @nuxt/kit as peer dep (5c126e1af)
  • Bump vite-node to v5 (3322919c2)
🤖 CI
  • Rebuild better-sqlite3 on windows (9fdaf3824)
❤️ 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)

v4.3.0

Compare Source

Features
Bug Fixes
  • BlogPost/ChangelogVersion/PageFeature/User: allow tab focus (47d93d3), closes #​5635
  • Carousel: consistent stopOnInteraction behavior (#​5489) (36a7861)
  • Carousel: improve dots focus styles (cc90fb8)
  • ColorModeButton: improve icon class merging (2ce9af2)
  • ContentSearch/DasboardSearch: set full height on mobile to prevent jump (70317e5)
  • DashboardResizeHandle: allow hover over panel with z-index (07147f1)
  • EditorDragHandle: add missing UButton import (1b850bb)
  • EditorToolbar: map dropdown items recursively to support kind (feb756d)
  • FormField: hide error if error prop is false (#​5599) (6b7fe25)
  • InputDate/InputTime: add missing field group variant (#​5596) (cb3cec2)
  • PageCard/PageCTA/PageSection: handle reverse prop under lg screens (#​5545) (60b430c)
  • ProseA/ProseCallout/ProseCard: improve focus styles (df5f8c2)
  • Slider: add aria-label to thumb (#​5313) (f99ec46)
  • Table: only forward necessary props (#​5527) (b0b209e)
  • Table: properly position pinned columns based on size (e885b0e), closes #​4721 #​3927

v4.2.1

Compare Source

Bug Fixes

v4.2.0

Compare Source

⚠ BREAKING CHANGES
  • components: consistent exposed refs (#​5385)
  • module: properly export composables from module
Features
Bug Fixes
  • AuthForm: ensure header is shown with leading slot (#​5405) (b61127a)
  • AuthForm: use password input id for aria-controls (#​5312) (55ea9be)
  • ChatPrompt: proxy disabled prop (a8f2156), closes #​5300
  • CheckboxGroup/RadioGroup/Switch: consistent disabled styles (ddd8faf), closes #​5391
  • ColorModeButton: use css to display color mode icon (#​5394) (1d1c638)
  • CommandPalette/ContentSearch: improve performances and filtering logic (#​5433) (e751b37)
  • components: calc virtualizer estimateSize based on item description (56ae8e7)
  • components: clean html attributes extend (fda3c98), closes #​5348
  • components: consistent exposed refs (#​5385) (fce2df4)
  • components: remove locale / dir props proxy (#​5432) (a6efa7a)
  • ContentNavigation/NavigationMenu/Tabs: ensure proper badge display (e5c11e6)
  • ContentSearchButton/DashboardSearchButton: hide label and trailing with css when collapsed (3e72bf8)
  • FileUpload: ensure native validation works with required (#​5358) (eb491e1)
  • Form: refine nested prop type handling and simplify logic (#​5360) (8d5c26f)
  • inertia: set serverRendered dynamically to prevent SSR crash (#​5396) (c0da1b2)
  • Input/InputNumber/Textarea: make modelModifiers generic (#​5361) (5c347af)
  • InputMenu: prevent change event when selecting create item (418c87b), closes #​4664
  • Link: partial extend for vue-router and inertia (637ef58)
  • Marquee: move keyframes into global css (1e6242e)
  • module: detect lazy components when using experimental.componentDetection (5a5ac45)
  • module: properly export composables from module (cb25902), closes #​5370
  • module: scan layers when using component detection (9872740), closes #​5389
  • NavigationMenu: hide label and trailing with css when collapsed (f004031), closes #​4254
  • NavigationMenu: proxy modelValue / defaultValue in vertical orientation (cffaaaa), closes #​5392
  • ProseCallout: add inline-block class to icon (#​5317) (fc36f69)
  • RadioGroup: update update:modelValue emit type (#​5349) (4cb0638)
  • Table: apply styles to th based on column meta (#​5418) (620defa)
  • types: export missing utils types (#​5448) (5f0a107)
  • vite: write theme templates (#​5355) (411ebcc)
  • vue: check import.meta.env.SSR to support vite-ssg (#​5347) (8f38c04)
nuxt-hub/core (@​nuxthub/core)

v0.10.6

Compare Source

compare changes

🚀 Enhancements
  • db: Add support for database replica (#​808)
🩹 Fixes
  • db: Generate schema types during prepare (#​795)
  • Change Cloudflare D1 API URI (#​794)
  • devtools: Point Drizzle Studio to correct D1 database file (#​806)
  • db: Create package.json during prepare (#​797)
  • db: Resolve Nuxt aliases in schema bundling (#​802)
📖 Documentation
  • Fix typo in schema documentation (#​807)
🏡 Chore
❤️ Contributors

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 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 force-pushed the renovate/all-minor-patch branch 12 times, most recently from 2515abd to 07be91c Compare November 18, 2025 15:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 7e38f01 to 1fc307b Compare November 25, 2025 14:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 11f285f to d042d12 Compare November 27, 2025 09:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 0afca46 to aa9a87c Compare January 30, 2026 12:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from e99474f to 3896757 Compare February 6, 2026 10:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 7d771d7 to c5cc164 Compare February 12, 2026 22:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c5cc164 to 96f7a06 Compare February 17, 2026 10:12
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