Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
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
@cloudflare/workers-types ^4.20260317.1^4.20260425.1 age confidence
@electric-sql/pglite (source) ^0.4.2^0.4.4 age confidence
@libsql/client (source) ^0.17.2^0.17.3 age confidence
@nuxt/test-utils ^4.0.0^4.0.2 age confidence
@nuxt/ui (source) ^4.6.0^4.7.0 age confidence
@nuxtjs/mdc ^0.21.0^0.21.1 age confidence
@types/bun (source) ^1.3.11^1.3.13 age confidence
@types/node (source) ^25.5.0^25.6.0 age confidence
@valibot/to-json-schema (source) ^1.5.0^1.6.0 age confidence
@vue/test-utils ^2.4.6^2.4.8 age confidence
better-sqlite3 ^12.8.0^12.9.0 age confidence
better-sqlite3 ^12.5.0^12.9.0 age confidence
c12 ^3.3.3^3.3.4 age confidence
defu ^6.1.4^6.1.7 age confidence
docus ^5.8.1^5.10.0 age confidence
drizzle-orm (source) ^0.45.1^0.45.2 age confidence
eslint (source) ^10.1.0^10.2.1 age confidence
happy-dom ^20.8.9^20.9.0 age confidence
isomorphic-git (source) ^1.37.4^1.37.5 age confidence
minimatch ^10.2.4^10.2.5 age confidence
nuxt-studio ^1.5.1^1.6.1 age confidence
nypm ^0.6.5^0.6.6 age confidence
pnpm (source) 10.33.010.33.2 age confidence
slugify ^1.6.8^1.6.9 age confidence
std-env ^4.0.0^4.1.0 age confidence
tinyglobby (source) ^0.2.15^0.2.16 age confidence
valibot (source) ^1.2.0^1.3.1 age confidence
vitest (source) ^4.1.2^4.1.5 age confidence
vue-tsc (source) ^3.2.6^3.2.7 age confidence
wrangler (source) ^4.77.0^4.85.0 age confidence

Release Notes

cloudflare/workerd (@​cloudflare/workers-types)

v4.20260425.1

Compare Source

v4.20260424.1

Compare Source

v4.20260423.1

Compare Source

v4.20260422.2

Compare Source

v4.20260422.1

Compare Source

v4.20260421.1

Compare Source

v4.20260420.1

Compare Source

v4.20260418.1

Compare Source

v4.20260417.1

Compare Source

v4.20260416.2

Compare Source

v4.20260416.1

Compare Source

v4.20260415.1

Compare Source

v4.20260414.1

Compare Source

v4.20260413.1

Compare Source

v4.20260412.2

Compare Source

v4.20260412.1

Compare Source

v4.20260411.1

Compare Source

v4.20260410.1

Compare Source

v4.20260409.1

Compare Source

v4.20260408.1

Compare Source

v4.20260405.1

Compare Source

v4.20260404.1

Compare Source

v4.20260403.1

Compare Source

v4.20260402.1

Compare Source

v4.20260401.1

Compare Source

v4.20260331.1

Compare Source

v4.20260329.1

Compare Source

electric-sql/pglite (@​electric-sql/pglite)

v0.4.4

Compare Source

Patch Changes

v0.4.3

Compare Source

Patch Changes
  • 2ae666f: Default database, user and role are now all "postgres"
  • fb95e66: Allow setting initial memory size.
  • 65fc101: Disable background workers.
tursodatabase/libsql-client-ts (@​libsql/client)

v0.17.3

Compare Source

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

👉 Changelog

compare changes

🩹 Fixes
  • config: Rename deps.optimizer.web to client for vitest4 (#​1593)
  • runtime-utils: Fix mockNuxtImport types when using string target (#​1592)
  • config: Pass non-project options for non-nuxt simple setup (#​1582)
  • config: Do not import defineConfig from vite (1aa5e8748)
  • runtime: Handle ResourceLoader removal in jsdom v28 (#​1611)
  • config,vitest-environment: Directly import peerDeps (#​1617)
  • runtime-utils: Align mount options merge w/ vue-test-utils (#​1610)
  • vitest-environment: Avoid vitest/environments import warning (#​1627)
  • runtime: Avoid error when vue/test-utils is not installed (#​1646)
  • config: Prefer project h3 version if present (#​1641)
🏡 Chore
  • Bump vitest-environment-nuxt versions (f5ec72127)
  • Use workspace dependency (14fb254a7)
  • Example playwright config improve type annotation for devices (#​1581)
  • pkg-pr-new prerelease vitest-environment-nuxt (#​1601)
  • Allow explicit any (633c93c2a)
  • Switch unit test target to dir and move type unit tests to test:types (#​1618)
  • Update lockfile (8306abf00)
✅ Tests
  • Add failing test for stubbed global provide (#​1314)
  • Update assertions deprecated in vitest 4.1 (#​1629)
  • Change example/workspace to use glob based projects setup (#​1585)
🤖 CI
  • Pin github actions to full-length commit shas (2832fd6d5)
  • Avoid checkout for reproduction comment (e4e67ab09)
  • Rename workflow (99318b9fc)
  • Correctly publish pkg-pr-new prerelease (#​1598)
❤️ Contributors
nuxt/ui (@​nuxt/ui)

v4.7.0

Compare Source

Features
Bug Fixes
  • Accordion/Tabs: use item value as stable key to avoid remounts (#​6380) (3cee610)
  • Avatar: remove leading-none from fallback (#​6383) (77ce09a)
  • ChatMessage/ChatMessages: preserve generic message type in slot scope (#​6391) (20f66db)
  • ChatMessages: prevent layout shift caused by indicator during streaming (#​6297) (b7160e2)
  • ChatMessages: use MutationObserver for auto-scroll during streaming (#​6357) (47bf3cb)
  • ChatPromptSubmit: ignore disabled prop when status is not ready (600a2ca)
  • components: resolve defaultVariants in template logic (#​6361) (75b37d0)
  • ContentSearch/DashboardSearch: pick shared props from CommandPalette (cdcf2e5)
  • ContentSearch: speed up navigation mapping (0faf2c2)
  • ContentToc: use links for scrollspy instead of hardcoded h2/h3 (#​6282) (6aba2ea)
  • FieldGroup: prevent context from leaking into portals (#​6313) (5155e27)
  • FileUpload: use form field color and highlight instead of raw props (bb5a9ed)
  • Header/DashboardSidebar/Sidebar: allow auto focus in menu for proper focus trapping (#​6266) (9b91ee4)
  • InputDate/InputTime: increase segments width (#​6339) (4ebdb2f)
  • InputTags: add missing field group variant (#​6326) (aae5378)
  • Link: ensure single-root rendering for v-show and $el resolution (#​6310) (2c4ff35)
  • Modal/Slideover: drop empty header wrapper when empty (#​6381) (1082960)
  • module: use relative tagPriority for inline style tags (#​6299) (ae693d0)
  • PricingTable: align header elements vertically (#​6111) (0daacb0)
  • PricingTable: handle RTL mode (#​6382) (ab203db)
  • ProseCodeCollapse: match background on overscroll (28c89fe)
  • ProseImg: respect markdown width attribute (#​6350) (d4e4ea1)
  • ProsePre: get code from DOM if code prop is missing (#​6333) (b808ce4)
  • Select: support item-aligned position mode (#​6358) (255807a)

v4.6.1

Compare Source

Bug Fixes
  • ai: use part.state for streaming detection and deprecate isReasoningStreaming (d2d7543)
  • ChatMessage: hide files slot when no file parts exist (9cddc8e)
  • ChatMessages: keep indicator visible until first content arrives (195cce8)
  • ChatMessages: reset scroll icon when messages are cleared (#​6239) (4ba3eef)
  • ChatPrompt: guard enter during composition (#​6280) (a911ca8)
  • DashboardSidebar: always pass collapsed: false in mobile menu slots (957a0f5), closes #​6157
  • Modal/Slideover/Drawer: suppress reka ui title and description warnings (3451b8d), closes #​6240
  • module: inline defaultVariants and prefix in dev template (314e23b)
  • module: transpile reka-ui to prevent injection errors (#​6286) (b822c43)
nuxt-content/mdc (@​nuxtjs/mdc)

v0.21.1

Compare Source

compare changes

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

v2.4.8

Compare Source

compare changes

🩹 Fixes
  • Correct declaration entrypoint (#​2826)
🤖 CI
❤️ Contributors

v2.4.7

Compare Source

compare changes

🚀 Enhancements
  • Add Chinese docs translation (#​2552)
  • SetData()/shallowMount with initialData for components using the Composition API / <script setup> (#​2655)
🩹 Fixes
  • Preserve code from keyboard events (#​2434)
  • Switch browser and require exports definitions (#​2501)
  • Re-add peer dependencies but with wider range (#​2511)
  • Resolve warnings in docs:dev (30b7491)
  • Resolve TypeScript type errors in .vitepress/config (#​2549)
  • Accept FunctionalComponent as selector (0bb947f)
  • Text() misses content for array functional component (#​2579)
  • Use await in test (c5482b4)
  • deps: Update dependency vue-component-type-helpers to v3 (#​2683)
  • Remove wrapper div when unmount (#​2700)
  • Make mount options slots compatible with noUncheckedIndexedAccess true (#​2713)
  • Add missing peerDependency @​vue/compiler-dom (75801ba)
  • docs: Declare css module for vitepress typecheck (ddaca97)
💅 Refactors
  • Enforce consistent usage of type imports (#​2734)
📖 Documentation
  • Clarify findComponent vs getComponent (#​2435)
  • Update fr docs (67064ef)
  • Add note about partial transition stub support (#​2431)
  • Fix missing data at passing data section essentials guide (dda205e)
  • Fix missing data at passing data section essentials guide fr (ae2c72c)
  • Fix plugin TS declaration example (#​2466)
  • Fixed incorrect checkbox value check (#​2495)
  • Capital letter in sentence fix (#​2499)
  • Import missing DOMWrapper on Implementation of the plugin section (#​2519)
  • Add migration step for deprecated ref syntax in findAllComponents (#​2498)
  • Correct anchor hash links and fix typo (#​2551)
  • Center logo on home (#​2559)
  • zh-cn: Review a-crash-course (#​2563)
  • Use code-group for install commands (#​2571)
  • zh-cn: Review event-handing.md (#​2572)
  • zh-cn: Enhance conditional-rendering.md (#​2562)
  • zh-cn: Review easy-to-test (#​2567)
  • zh-cn: Review passing-data.md (#​2575)
  • zh-cn: Review async-suspense.md (#​2576)
  • zh: 优化 API 文档格式和内容 (#​2569)
  • zh: 更新 Vitest 模拟日期和计时器的说明 (#​2578)
  • zh-cn: Review http-requests.md (#​2580)
  • zh-cn: Review forms (#​2582)
  • zh-cn: Guide/advanced/slots.md (#​2565)
  • zh: Review extending-vtu (#​2583)
  • zh: Review index (#​2584)
  • Fix modelValue test example (85bfdf4)
  • Removes broken link from plugins.md (69bc1ce)
  • zh: Review transitions, component-instance, and reusability-composition (#​2616)
  • zh: Review v-model and vuex (#​2617)
  • zh: Review all the rest advanced guide (#​2619)
  • zh: Review migration (#​2623)
  • Fix a typo in transitions.md (#​2635)
  • Update crash-course to script setup (c81aa79)
  • Update Essentials section to setup (composition api) (#​2647)
  • Typos in examples (#​2678)
  • Typo in easy-to-test.md (#​2710)
  • Add note about mocking requestAnimationFrame for transitions (2324c65)
  • Updated example TodoApp to script setup (#​2727)
  • Remove "Using data" section from "Conditional Rendering" guide and fix passing data test example (#​2743)
  • Follow-up fixes for the conditional rendering guide (#​2744)
  • Mention shallowMount stub name changes in migration guide (80e051a)
  • Update conditional rendering documentation to clarify isVisible() usage with attachTo (#​2799)
  • Restore Options API component for data() mounting example (#​2804)
  • Promote Vitest as recommended test runner (#​2805)
  • api: Note that setValue does not accept objects on <select> (#​2819)
🏡 Chore
  • Add api/index.md to docs:translation:compare (6b8681c)
  • Remove unnecessary generic arguments (cfd70c6)
  • Ignore TS error in config object (9d0a618)
  • Simplify eslint packages (c1d0ffd)
  • Use eslint v9 with flat config (2f19fdf)
  • Expose Stubs type publicly (#​2492)
  • Update documentation file path (9c96594)
  • Use pnpm v10 (e4c2cb3)
  • Pnpm approve build (81c54e9)
  • Use github issue forms (#​2673)
  • Exclude class components from test type-checking (0899008)
  • Add explicit coverage include for vitest v4 (51672b9)
  • Update to prettier v3.7 (fed9e7c)
  • Migrate to oxfmt (81c1de9)
  • Migrate to oxlint (a361908)
  • Prepare TypeScript 6 migration settings (55e1262)
  • Adjust tsd config for TypeScript 6 (7d23eb5)
  • Avoid TypeScript 6 target deprecation warning (81d063c)
🤖 CI
  • Remove node v22 build (7ebf58d)
  • Add node v22 build (57540ee)
  • Use "pool: threads" instead of vmThreads (d0cbb54)
  • Remove node v18 and add v24 (fd9cf95)
  • Add trusted publishing release workflow (#​2825)
❤️ Contributors
WiseLibs/better-sqlite3 (better-sqlite3)

v12.9.0

Compare Source

What's Changed

  • Update SQLite to version 3.53.0 in #​1464

Full Changelog: WiseLibs/better-sqlite3@v12.8.0...v12.9.0

unjs/c12 (c12)

v3.3.4

Compare Source

compare changes

🏡 Chore
📦 Build
nuxt-content/docus (docus)

v5.10.0

Compare Source

Features
Bug Fixes

v5.9.0

Compare Source

Features
Bug Fixes
eslint/eslint (eslint)

v10.2.1

Compare Source

capricorn86/happy-dom (happy-dom)

v20.9.0

Compare Source

🎨 Features
  • Adds support for event listener properties on Window (e.g. Window.onkeydown) - By @​capricorn86 in task #​2131
isomorphic-git/isomorphic-git (isomorphic-git)

v1.37.5

Compare Source

Bug Fixes
nuxt-content/nuxt-studio (nuxt-studio)

[`v1.


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.

@vercel
Copy link
Copy Markdown

vercel Bot commented Dec 29, 2025

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

Project Deployment Actions Updated (UTC)
content Ready Ready Preview, Comment Apr 25, 2026 2:57am

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Dec 29, 2025

npm i https://pkg.pr.new/@nuxt/content@3663

commit: d185c4f

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 125a169 to eae5839 Compare December 30, 2025 02:47
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from eae5839 to 13bf540 Compare December 30, 2025 22:50
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 13bf540 to bce80b9 Compare December 31, 2025 03:12
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from bce80b9 to 59d0398 Compare December 31, 2025 18:29
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 59d0398 to 27d6137 Compare January 1, 2026 07:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 27d6137 to d5c70f5 Compare January 3, 2026 02:41
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from d5c70f5 to daa8eef Compare January 4, 2026 18:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from daa8eef to 746dfa3 Compare January 5, 2026 20:27
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 746dfa3 to a65ecd6 Compare January 6, 2026 14:59
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a65ecd6 to 299177a Compare January 6, 2026 18:52
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 299177a to f17fc6e Compare January 7, 2026 11:08
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f17fc6e to 58832ea Compare January 7, 2026 18:42
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 58832ea to 6367d46 Compare January 8, 2026 02:36
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 6367d46 to 6c7501c Compare January 8, 2026 14:59
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 58b633f to 07f1faf Compare January 13, 2026 18:54
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 07f1faf to 7823340 Compare January 14, 2026 03:31
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 7823340 to 6b23dd4 Compare January 14, 2026 15:17
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 6b23dd4 to b71a1b0 Compare January 14, 2026 19:16
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from b71a1b0 to 3c0af0d Compare January 14, 2026 23:16
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 3c0af0d to fef811d Compare January 15, 2026 03:50
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from fef811d to f31d576 Compare January 15, 2026 11:43
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f31d576 to be06955 Compare January 15, 2026 15:43
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies chore(deps): update peerdependency better-sqlite3 to ^12.6.0 Jan 15, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from be06955 to 5be0ebe Compare January 15, 2026 16:34
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 5be0ebe to 6f49a41 Compare January 15, 2026 16:42
@renovate renovate Bot changed the title chore(deps): update peerdependency better-sqlite3 to ^12.6.0 chore(deps): update all non-major dependencies Jan 15, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 6f49a41 to 18eaed6 Compare January 15, 2026 16:47
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 18eaed6 to dda4b84 Compare January 15, 2026 22:43
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from dda4b84 to 536df5c Compare January 15, 2026 23:57
@socket-security
Copy link
Copy Markdown

socket-security Bot commented Apr 23, 2026

@socket-security
Copy link
Copy Markdown

socket-security Bot commented Apr 23, 2026

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

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