Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 8, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@nuxt/eslint-config (source) ^1.13.0^1.15.2 age confidence devDependencies minor
@nuxt/ui (source) 4.4.04.7.1 age confidence dependencies minor
@release-it/conventional-changelog ^10.0.4^10.0.6 age confidence devDependencies patch
@vitest/ui (source) ^4.0.18^4.1.5 age confidence devDependencies minor
eslint (source) ^9.39.2^9.39.4 age confidence devDependencies patch
node 24.13.024.15.0 age confidence uses-with minor
nuxt (source) ^4.3.0^4.4.4 age confidence dependencies minor
pnpm (source) 10.28.210.33.4 age confidence packageManager minor
vitest (source) ^4.0.18^4.1.5 age confidence devDependencies minor

Release Notes

nuxt/eslint (@​nuxt/eslint-config)

v1.15.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

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
nuxt/ui (@​nuxt/ui)

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)

v4.6.0

Compare Source

⚠ BREAKING CHANGES
  • module: use moduleDependencies to manipulate options (#​5384)
Features
Bug Fixes
  • Avatar: use resolved size for image width/height (#​6008) (6dd0fc4)
  • ChatShimmer: handle RTL mode (#​6180) (51793a8)
  • ContentNavigation: prevent toggling disabled parent items (#​6122) (0f1074f)
  • ContentSurround: handle RTL mode (#​6148) (6921f13)
  • ContentToc: reset start margin at lg breakpoint (8f24f79)
  • DashboardSearchButton: use valid HTML structure for trailing slot (#​6194) (578a12f)
  • Editor: guard lift calls for unavailable list extensions (#​6100) (065db6b)
  • Error: support status and statusText properties (1350d62), closes #​6134
  • FileUpload: make multiple, accept and reset options reactive (#​6204) (ae093df)
  • Modal/Slideover/Popover/Drawer: prevent double close:prevent emit (#​6226) (9a0d501)
  • module: only auto-import public composables and allow Vite opt-out (#​6197) (886f5fb)
  • NavigationMenu: improve RTL support for viewport and indicator (#​6164) (755867b)
  • NavigationMenu: propagate disabled state to item in vertical orientation (6d4d651)
  • ProsePre: move shiki line highlight styles to theme (d663950)

v4.5.1

Compare Source

Bug Fixes
  • components: improve arrow styling with stroke-default and fill-bg (#​6095) (0e9198e)
  • components: improve slots return types and tests (#​6109) (7d1e863)
  • components: prevent transformUI from mutating cached useComponentUI value (286738a), closes #​6104 #​4387
  • ContentToc: add relative positioning to content slot (fcdb231), closes #​6117
  • ContentToc: use rem units for indicator size calculation (d631853)
  • NavigationMenu: prevent navigation when clicking trailing area in horizontal orientation (8f84c90), closes #​6083
  • Page: make slot presence reactive for variant computation (082ea41)
  • types: resolve isArrayOfArray type return (#​6097) (04292d9)
  • useResizable: use function declaration to prevent false auto-import (c22ecf4)

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)
release-it/conventional-changelog (@​release-it/conventional-changelog)

v10.0.6

Compare Source

v10.0.5

Compare Source

vitest-dev/vitest (@​vitest/ui)

v4.1.5

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.4

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.3

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.2

Compare Source

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (#​9975).

   🐞 Bug Fixes
    View changes on GitHub

v4.1.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    [View changes on GitHub](https://redirect.github.com/vi

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 6 times, most recently from 9484f06 to 5cfef66 Compare September 19, 2025 18:30
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e28f112 to 9dde14a Compare September 25, 2025 17:02
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from dae9496 to e0c17ec Compare October 9, 2025 15:26
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 196d1a8 to 7d0ceb3 Compare October 14, 2025 14:55
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 0ba5ffa to 03f55ad Compare October 23, 2025 16:35
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 25be817 to 7e13e38 Compare October 31, 2025 23:37
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 7e13e38 to 836d658 Compare November 4, 2025 00:50
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 4028892 to 5e86d84 Compare December 3, 2025 17:55
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from ac14d54 to 698b2b8 Compare December 15, 2025 14:50
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7f22710 to 97ff54d Compare December 19, 2025 02:33
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b658016 to b807627 Compare December 26, 2025 17:38
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f613b4d to e4667dd Compare January 6, 2026 17:39
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 52318a6 to ce0359c Compare January 14, 2026 04:41
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from a9d0aeb to 35284af Compare January 23, 2026 20:11
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