Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 7, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@nuxt/content (source) ^3.11.2^3.14.0 age confidence dependencies minor
@nuxt/devtools (source) 3.2.13.2.4 age confidence dependencies patch
@nuxt/eslint-config (source) 1.15.11.15.2 age confidence devDependencies patch
@nuxt/scripts (source) ^0.13.2^0.13.4 age confidence dependencies patch
@nuxt/ui (source) ^4.4.0^4.8.0 age confidence dependencies minor
@nuxtjs/i18n (source) ^10.2.3^10.4.0 age confidence dependencies minor
@vueuse/core (source) 14.2.114.3.0 age confidence dependencies minor
@vueuse/nuxt (source) 14.2.114.3.0 age confidence dependencies minor
better-sqlite3 ^12.6.2^12.10.0 age confidence dependencies minor
eslint (source) 9.39.39.39.4 age confidence devDependencies patch
node 24.13.1-alpine24.16.0-alpine age confidence final minor
node 24.13.1-alpine24.16.0-alpine age confidence stage minor
nuxt (source) 4.3.14.4.6 age confidence dependencies minor
nuxt-studio 1.3.21.7.0 age confidence dependencies minor
pnpm (source) 11.1.311.3.0 age confidence packageManager minor
resend 6.9.26.12.3 age confidence dependencies minor
sitemap 9.0.09.0.1 age confidence dependencies patch
ufo ^1.6.3^1.6.4 age confidence dependencies patch

Release Notes

nuxt/content (@​nuxt/content)

v3.14.0

Compare Source

Features
Bug Fixes
  • docs: update Nuxt version from 3 to 4 in template features (#​3780) (1f24029)
  • path-meta: slugify function did not pass to transformer (#​3794) (778d7db)
  • preview: skip collections without source in preview template (#​3771) (8aabefd)

v3.13.0

Compare Source

Bug Fixes
  • get mdc configs by calling mdc:configSources hook (#​3736) (57f5552)
  • preview: move formatDate/formatDateTime into runtime subtree (#​3749) (4a76b2a)
nuxt/devtools (@​nuxt/devtools)

v3.2.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.3

Compare Source

Bug Fixes

v3.2.2

Compare Source

Bug Fixes
Features
nuxt/eslint (@​nuxt/eslint-config)

v1.15.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
nuxt/scripts (@​nuxt/scripts)

v0.13.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.13.3

Compare Source

Full Changelog: nuxt/scripts@v0.13.3...v0.13.3

nuxt/ui (@​nuxt/ui)

v4.8.0

Compare Source

⚠ BREAKING CHANGES
  • InputMenu: rename autocomplete prop to mode to free up HTML attribute (#​6474)
Features
  • Avatar/AvatarGroup: add color prop (#​6405) (6f2396f)
  • Breadcrumb: add color prop (#​6406) (955dac1)
  • ChatMessage: add body slot and improve actions alignment (#​6460) (48685b6)
  • ChatMessage: add color prop and header slot (#​6407) (c6ce8ca)
  • ChatPrompt: add submitOnEnter prop to control Enter behavior (b597f90), closes #​6177
  • Checkbox/RadioGroup/Switch: add highlight prop for error ring styling (a0deee4)
  • CommandPalette: search and highlight description field (524c34d)
  • ContentSearch/DashboardSearch: enable Fuse.js token search by default (ba08220)
  • ContentSearch: add async search support via useSearchCollection (#​6432) (a1bef8b)
  • DashboardGroup: add storageOptions prop (8f0101b), closes #​6170
  • Error: add icon prop and leading slot (e6ea707), closes #​6119
  • Separator: add position prop (#​6415) (844660a)
  • Theme: override component prop defaults (#​6031) (71c008e)
Bug Fixes
  • ChatMessage: add wrap-break-word to content slot (#​6476) (eb468e6)
  • CommandPalette: only split tokens in highlight when useTokenSearch is enabled (898fbce)
  • CommandPalette: preserve relative order of ignoreFilter groups (e4c1787)
  • CommandPalette: re-highlight first item after debounced results render (efd7b8e)
  • CommandPalette: update default fuse keys in docs and search components (0d9cc0d)
  • components: apply theme.prefix to hardcoded utility classes (f51b1e8)
  • components: constrain popper content to available viewport height (007b136), closes #​6449
  • ContentSearch: preserve intermediate ancestors in breadcrumb prefix (#​6466) (f639b19)
  • ContentToc: apply ui.trigger prop to trigger elements (252b906), closes #​6428
  • defineShortcuts: use e.code for alt shortcuts to handle macOS key remapping (231f156), closes #​6444
  • FileUpload: pass disabled attribute to button variant (2890c83), closes #​6420
  • Form: improve errors type (#​6208) (c1090ab)
  • InputMenu/Select/SelectMenu: respect trailing: false over default trailingIcon (#​6457) (65b47ce)
  • InputMenu: rename autocomplete prop to mode to free up HTML attribute (#​6474) (2799fa6)
  • module: don't require @nuxtjs/mdc when using content option (89f7778)
  • module: pass computed ref directly to useHead innerHTML (00b7476)
  • module: ship stripped [#build](https://redirect.github.com/nuxt/ui/issues/build)/ui.css fallback for tooling (083c2a9), closes #​5504
  • ProseKbd: add default slot and make value optional (f317c7f)
  • Textarea: autoresize on mount with pre-filled value (e96a0b6), closes #​5962
  • useComponentProps: treat array-typed theme values as ClassValue leaves (cac3860)

v4.7.1

Compare Source

Bug Fixes
  • ChatMessage: make actions slot accessible on touch devices (f5a3349)
  • Drawer: handle RTL mode (#​6396) (2e3fed2)
  • Link: prevent double-prefixing with @nuxtjs/i18n auto-localization (#​6404) (dde09d0)
  • ProseImg: close zoom overlay on Escape key (e3cdbc5)
  • ProsePrompt: improve responsive (0a5b433)

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-modules/i18n (@​nuxtjs/i18n)

v10.4.0

Compare Source

This changelog is generated by GitHub Releases

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v10.3.0

Compare Source

This changelog is generated by GitHub Releases

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vueuse/vueuse (@​vueuse/core)

v14.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
WiseLibs/better-sqlite3 (better-sqlite3)

v12.10.0

Compare Source

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.9.1...v12.10.0

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

eslint/eslint (eslint)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

nodejs/node (node)

v24.16.0: 2026-05-21, Version 24.16.0 'Krypton' (LTS), @​aduh95

Compare Source

Notable Changes
  • [b267f6bca3] - (SEMVER-MINOR) crypto: implement randomUUIDv7() (nabeel378) #​62553
  • [ec2451b9cd] - (SEMVER-MINOR) debugger: add edit-free runtime expression probes to node inspect (Joyee Cheung) #​62713
  • [9705f628d9] - (SEMVER-MINOR) fs: add signal option to fs.stat() (Mert Can Altin) #​57775
  • [40ccfdecf9] - (SEMVER-MINOR) fs: expose frsize field in statfs (Jinho Jang) #​62277
  • [d7188af5c9] - (SEMVER-MINOR) http: harden ClientRequest options merge (Matteo Collina) #​63082
  • [aa1d8a9afc] - (SEMVER-MINOR) http: add req.signal to IncomingMessage (Akshat) #​62541
  • [6f37f7e240] - (SEMVER-MINOR) stream: propagate destruction in duplexPair (Ahmed Elhor) #​61098
  • [d14029be7f] - (SEMVER-MINOR) test_runner: support test order randomization (Pietro Marchini) #​61747
  • [d142c584cd] - (SEMVER-MINOR) test_runner: align mock timeout api (sangwook) #​62820
  • [01a9552585] - (SEMVER-MINOR) test_runner: add mock-timers support for AbortSignal.timeout (DeveloperViraj) #​60751
  • [00705a459a] - (SEMVER-MINOR) util: colorize text with hex colors (Guilherme Araújo) #​61556
Commits

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 2am and before 3am"
  • Automerge
    • "after 1am and before 2am"

🚦 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
Copy Markdown

vercel Bot commented Mar 7, 2026

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

Project Deployment Actions Updated (UTC)
canvas Error Error Apr 20, 2026 7:55pm

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 3d8b980 to 37eb35a Compare March 8, 2026 00:38
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 37eb35a to 08cda43 Compare March 9, 2026 08:50
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 08cda43 to 286fe64 Compare March 10, 2026 02:05
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 286fe64 to 8c026ac Compare March 11, 2026 05:32
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 8c026ac to b4dac9b Compare March 12, 2026 13:08
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from b4dac9b to 25dcfb0 Compare March 13, 2026 18:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 25dcfb0 to 8c473a8 Compare March 14, 2026 01:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 8c473a8 to 957c0ed Compare March 16, 2026 21:55
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 957c0ed to a411016 Compare March 17, 2026 05:23
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a411016 to 9bca0e0 Compare March 19, 2026 01:33
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 9bca0e0 to f644671 Compare March 19, 2026 21:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f644671 to 4c5b6e2 Compare March 23, 2026 16:51
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 4c5b6e2 to 45a4e00 Compare March 24, 2026 00:59
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 45a4e00 to a1d3870 Compare March 24, 2026 17:45
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f5ae42a to c89bed7 Compare April 12, 2026 21:49
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from c89bed7 to 04deba1 Compare April 13, 2026 14:03
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 04deba1 to 25dfa2a Compare April 13, 2026 16:53
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 25dfa2a to 7cdcb4a Compare April 14, 2026 05:21
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 7cdcb4a to 3fd9371 Compare April 14, 2026 09:22
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 3fd9371 to 35f2775 Compare April 16, 2026 10:17
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 35f2775 to 43b9e5b Compare April 16, 2026 19:43
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 43b9e5b to dea701e Compare April 20, 2026 19:53
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5579bf2 to a48caa9 Compare April 28, 2026 14:58
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 187cf6a to 30a62df Compare May 6, 2026 16:31
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2289080 to be5ffe2 Compare May 12, 2026 11:03
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.

0 participants