Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2026

This PR contains the following updates:

Package Change Age Confidence
@iconify-json/lucide ^1.2.91^1.2.94 age confidence
@iconify-json/vscode-icons ^1.2.43^1.2.44 age confidence
@nuxt/devtools (source) ^3.2.1^3.2.2 age confidence
@nuxt/eslint (source) ^1.15.1^1.15.2 age confidence
@nuxt/hints 1.0.0-alpha.61.0.0-alpha.9 age confidence
@nuxt/ui (source) ^4.4.0^4.5.0 age confidence
@vercel/functions (source) ^3.4.2^3.4.3 age confidence
@vue/compiler-sfc (source) ^3.5.28^3.5.29 age confidence
ai (source) ^6.0.86^6.0.103 age confidence
eslint (source) ^10.0.0^10.0.2 age confidence
evalite (source) 1.0.0-beta.151.0.0-beta.16 age confidence
happy-dom ^20.6.1^20.7.0 age confidence
nuxt-auth-utils ^0.5.28^0.5.29 age confidence
nuxt-charts ^2.1.2^2.1.3 age confidence
pnpm (source) 10.29.310.30.3 age confidence
shiki (source) ^3.22.0^3.23.0 age confidence
vue (source) ^3.5.28^3.5.29 age confidence
vue-tsc (source) ^3.2.4^3.2.5 age confidence

Release Notes

nuxt/devtools (@​nuxt/devtools)

v3.2.2

Compare Source

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

v1.15.2

Compare Source

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

v1.0.0-alpha.9

Compare Source

🩹 Fixes
  • lazy-load: Fix potential TMZ violation (#​243)
💅 Refactors
  • Move from NuxtApp augment to NuxtPayload (#​240)
❤️ Contributors

v1.0.0-alpha.8

Compare Source

🩹 Fixes
  • Skip hydration check if client only component (#​227)
  • lazy-load: Prefer cloning component over wrapping component (#​232)
  • client: Add empty unocss config object (#​233)
  • lazy-load: Use NuxtComponent name for auto-imports (#​235)
✅ Tests
❤️ Contributors

v1.0.0-alpha.7

Compare Source

compare changes

🚀 Enhancements
  • Initial component lazy load hints (#​212)
  • Lazy load hints devtools integration (#​220)
🩹 Fixes
  • Return correct data in endpoint (#​218)
  • Use component filename if auto import for lazy-load hint (#​219)
  • Move uid generation server side (#​222)
💅 Refactors
  • Move to extensible hints handlers (#​208)
  • Assign handler to context instead of waiting for hook result (#​213)
  • Simplify handlers (#​216)
🏡 Chore
🤖 CI
  • renovate: Extend nuxt configuration (#​206)
❤️ Contributors
nuxt/ui (@​nuxt/ui)

v4.5.0

Compare Source

Features
  • DashboardSidebar/Header: add autoClose prop (#​6089) (2663deb)
  • EditorDragHandle: proxy nested / nestedOptions props and emit hover event (#​5960) (ed60193)
  • Form: add HTML5 validation to programmatic submit (#​6002) (ed552fc)
  • locale: add Belarusian language (#​5972) (ac9e7b3)
  • module: add support for taupe / mauve / mist / olive neutral colors (#​6081) (bc49d3f)
  • NavigationMenu: allow tooltip usage in horizontal orientation (#​5682) (f46b504)
  • NavigationMenu: handle chip in items (#​6064) (401a2c0)
  • ScrollArea: add skipMeasurement virtualize option (#​5721) (548b711)
  • Select/SelectMenu: add hover effects on outline and subtle variants (94b0c31)
  • Theme: new component (#​4387) (c97047d)
  • Toaster: prevent duplicate toasts and add pulse animation (3f6581a)
Bug Fixes
  • BlogPost/ChangelogVersion: use ImgHTMLAttributes type for image prop (#​6007) (0185856)
  • ChatMessages: allow message props to override role defaults (#​6000) (f64ec17)
  • ChatMessages: prevent flash at top before scrolling to bottom on mount (4bdcb83)
  • Checkbox/Switch: prevent data-state conflict when used inside Tooltip (2bb1a8b), closes #​3599
  • CheckboxGroup: update update:modelValue emit type (#​5927) (64d2e88)
  • ColorModeImage: add baseURL support for public paths (#​6006) (db510f3)
  • components: add fixed prop to prevent responsive text size reduction (#​6074) (8f5f44c)
  • components: nullable and optional type support (#​6060) (cd3432b)
  • components: prevent iOS auto-zoom on input fields with font-size below 16px (#​6040) (1262016)
  • ContentNavigation: pass nested child data to slots (#​6043) (e67f77e)
  • defineShortcuts: add alt key guard (#​6020) (8451f45)
  • defineShortcuts: allow shifted special character shortcuts (08facc0)
  • Drawer/Modal/Popover/Slideover: prevent unexpected close on touch when interacting with other overlays (#​5695) (e2c038c)
  • Editor: handle placeholder in RTL mode (#​5977) (3cc16e3)
  • EditorMentionMenu: use char prop as mention prefix instead of always @ (0b9b097), closes #​6035
  • EditorToolbar: proxy size prop to dropdown menu (8f8d989)
  • InputMenu/InputNumber/SelectMenu: proxy size to buttons (1ec1698), closes #​5958
  • InputMenu/Select/SelectMenu: exclude cosmetic items from model value type (#​6044) (22cf1ea)
  • InputMenu/SelectMenu: sort filtered items by match relevance (058c66b), closes #​4672
  • InputMenu: prevent focus on trailing button (88073b6)
  • module: update icon cssLayer option from components to base (#​6076) (e8bc322)
  • NavigationMenu: allow clicking trailing slot in horizontal orientation (7f9996f), closes #​5192 #​6083
  • NavigationMenu: unique auto-generated item values for grouped items (7b317d9)
  • PricingPlan: truncate title (#​6041) (8e86c51)
  • Select: remove useless by prop (14dceaf)
  • Table: improve perfs with shallowRef when watch deep is disabled (#​6023) (bc06ce2)
  • Toast: allow update to keep toast open and reset duration (82afa0a)
  • Toast: improve animation smoothness (#​6065) (ee2c0a5)
  • types: improve DotPathKeys accuracy and GetItemKeys performance (#​6077) (6f7af3e)
  • useEditorMenu: rank filtered results by relevance (f53484a)
vercel/vercel (@​vercel/functions)

v3.4.3

Compare Source

Patch Changes
  • [functions] Revert "[functions] URL encode cache tags" (#​15213)
vuejs/core (@​vue/compiler-sfc)

v3.5.29

Compare Source

Bug Fixes
vercel/ai (ai)

v6.0.103

Compare Source

Patch Changes

v6.0.102

Compare Source

Patch Changes

v6.0.101

Compare Source

Patch Changes
  • 5230482: fix(ai): Don't create duplicate tool parts when models call non-existent tools

v6.0.100

Compare Source

Patch Changes
  • b7fba77: feat(ai): add event notifiers to core functions

v6.0.99

Compare Source

Patch Changes

v6.0.98

Compare Source

Patch Changes

v6.0.97

Compare Source

Patch Changes
  • ebfdad1: feat(ai): experimental callbacks in ToolLoopAgent

v6.0.96

Compare Source

Patch Changes
  • 30c9de6: feat(ai): experimental callbacks for streamText

v6.0.95

Compare Source

Patch Changes

v6.0.94

Compare Source

Patch Changes

v6.0.93

Compare Source

Patch Changes
  • d3769ec: feat(ai): add experimental callbacks in generateText

v6.0.92

Compare Source

Patch Changes

v6.0.91

Compare Source

Patch Changes
eslint/eslint (eslint)

v10.0.2

Compare Source

v10.0.1

Compare Source

Bug Fixes

Documentation

  • 5b3dbce docs: add AI acknowledgement section to templates (#​20431) (루밀LuMir)
  • 6f23076 docs: toggle nav in no-JS mode (#​20476) (Tanuj Kanti)
  • b69cfb3 docs: Update README (GitHub Actions Bot)

Chores

capricorn86/happy-dom (happy-dom)

v20.7.0

Compare Source

🎨 Features

v20.6.5

Compare Source

👷‍♂️ Patch fixes

v20.6.4

Compare Source

👷‍♂️ Patch fixes

v20.6.3

Compare Source

👷‍♂️ Patch fixes
  • Refactors query selector parser to be able to handle complex rules - By @​capricorn86 in task #​1910
  • Fixes issue related to using query selector for attribute in XML document - By @​capricorn86 in task #​1912
  • Fixes issue with using quotes within quotes for attribute query selector (e.g. [data-value="it's a test"]) - By @​capricorn86 in task #​2034
pnpm/pnpm (pnpm)

v10.30.3

Compare Source

v10.30.2

Compare Source

v10.30.1: pnpm 10.30.1

Compare Source

Patch Changes

  • Use the /-/npm/v1/security/audits/quick endpoint as the primary audit endpoint, falling back to /-/npm/v1/security/audits when it fails #​10649.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz Nx

v10.30.0: pnpm 10.30

Compare Source

Minor Changes

  • pnpm why now shows a reverse dependency tree. The searched package appears at the root with its dependents as branches, walking back to workspace roots. This replaces the previous forward-tree output which was noisy and hard to read for deeply nested dependencies.

Patch Changes

  • Revert pnpm why dependency pruning to prefer correctness over memory consumption. Reverted PR: #​7122.
  • Optimize pnpm why and pnpm list performance in workspaces with many importers by sharing the dependency graph and materialization cache across all importers instead of rebuilding them independently for each one #​10596.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz Nx
shikijs/shiki (shiki)

v3.23.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/language-tools (vue-tsc)

v3.2.5

Compare Source

language-core
language-service
language-plugin-pug
workspace
  • docs: document all packages with consistent README structure (#​5953)
  • docs: update tsconfig schema of plugins option - Thanks to @​KazariEX!

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 requested a review from atinux as a code owner February 23, 2026 02:39
@vercel
Copy link
Contributor

vercel bot commented Feb 23, 2026

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

Project Deployment Actions Updated (UTC)
nuxt Error Error Feb 26, 2026 7:26pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 68597bc to d2e89bc Compare February 23, 2026 20:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d2e89bc to f4391c9 Compare February 24, 2026 00:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f4391c9 to c4e5ecd Compare February 24, 2026 11:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c4e5ecd to 45f3c95 Compare February 24, 2026 16:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 45f3c95 to f9c0abf Compare February 25, 2026 00:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f9c0abf to 0f64f3b Compare February 25, 2026 03:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0f64f3b to 9d67e53 Compare February 25, 2026 09:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9d67e53 to 82d24c9 Compare February 25, 2026 17:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 82d24c9 to 827f7dd Compare February 26, 2026 04:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 827f7dd to 55f2780 Compare February 26, 2026 10:32
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