Skip to content

chore(deps): update resolutions @nuxt/ui to v3 #567

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2025

This PR contains the following updates:

Package Change Age Confidence
@nuxt/ui (source) 2.15.2 -> 3.3.0 age confidence

Release Notes

nuxt/ui (@​nuxt/ui)

v3.3.0

Compare Source

Features
Bug Fixes
  • Button/Link: merge active-class / inactive-class with app config (#​4446) (9debce7)
  • Button: add active styles to behave like hover on mobile (df8f202), closes #​991
  • Carousel/Tree: add type to button elements for accessibility (#​4493) (fc24e03)
  • Carousel: add aria-current attribute to active dot (#​4447) (1ba8a55)
  • Carousel: improve accessibility (55e06e9), closes #​4494
  • Carousel: resolve plugins with page transitions (#​4380) (3b67d54)
  • ColorPicker: update color conversion logic (#​4550) (6b6ec8c)
  • CommandPalette: remove rtl:space-x-reverse from label (#​4576) (4682ded)
  • defineShortcuts: allow extra keys to be combined with shift (#​4456) (772631c)
  • defineShortcuts: always pass event to shotcut handler (#​4516) (ef473c3)
  • FileUpload: handle RTL mode (#​4585) (02161ed)
  • FormField: improve error type with boolean (a4d0ca7), closes #​4496
  • FormField: resolve minor accessibility and rendering issues (#​4515) (c64c4cd)
  • InputMenu/SelectMenu: filter null items in search (488707e)
  • InputMenu/SelectMenu: improve display value without valueKey (4d4234d), closes #​4528
  • InputMenu/SelectMenu: only filter non-null fields (c92f908), closes #​4509
  • InputMenu: reset search term on mounted (cb160e6), closes #​3993
  • module: merge user's options when installing modules (78f92a2)
  • NavigationMenu/Tabs: display badge when not undefined (b22891a)
  • NavigationMenu/Tabs: proxy fallthrough attributes (836f748)
  • RadioGroup: improve type safety for normalizeItem function (#​4535) (bb99345)
  • Table: add scope attribute to headers (#​4417) (347694b)
  • Table: handle reactive columns (#​4412) (4ce6540)
  • theme: colors autocomplete in app config (752e2b6)
  • Toast: only show progress when open (1d052ec), closes #​4464
  • Tooltip: display separator only with text and kbds (#​4570) (63476e5)
  • useLocale: ensure inject defaults to en (df1abf1), closes #​4579
  • useLocale: prevent hydration error when switching locale (15c7991)
  • useOverlay: don't use patch when passing props to open (#​4497) (5ad7dab)
  • useOverlay: improve props handling by merging existing and new (#​4478) (6519a74)
  • useOverlay: support infering close argument from complex emits (#​4414) (d7aefa5)
  • vue: handle override when importing from @nuxt/ui (57a5037)
  • vue: stub clearError (d8160ba)

v3.2.0

Compare Source

⚠ BREAKING CHANGES
  • useOverlay: correct spelling of unmount function (#​4051)
Features
Bug Fixes
  • Card/Drawer/Modal: prevent scrollbars overflow (#​4368) (c3adc38)
  • components: remove default md size on buttons (#​4357) (be41aed)
  • defineShortcuts: allow meta_- shortcut (#​4321) (4e7c1c9)
  • Form: conditionally type form data via transform prop (#​4188) (37abcc6)
  • Form: expose reactive fields (#​4386) (1a8feb7)
  • InputMenu/SelectMenu: dynamic empty size (ba3c6e8), closes #​4377
  • InputTags: extend emits interface (8781a07)
  • Modal/Slideover: don't emit close:prevent on closeAutoFocus (150b334)
  • NavigationMenu: nested accordion context at every level (#​4363) (2fa8db6)
  • NavigationMenu: set content max-height in horizontal orientation (62bc7b2), closes #​4208
  • Pagination: match default button size (#​4350) (4dd56c8)
  • Select/SelectMenu: display falsy values (7df7ee3)
  • Select/SelectMenu: prevent empty string display when multiple (483e473)
  • SelectMenu: dynamic input size (b0364b9)
  • Table: use tr as separator (#​4083) (edca3bc)
  • Toast: calc height on next tick (3bf5acb), closes #​4265
  • Toaster: smoother visibility transition for stacked toasts (#​4367) (abfd0ed)
  • useOverlay: correct spelling of unmount function (#​4051) (546df57)
  • useOverlay: set props to original props when defaultOpen is set (#​4308) (66355ba)
  • useOverlay: use original props when not provided to open (#​4269) (bf56e15)

v3.1.3

Compare Source

⚠ BREAKING CHANGES
  • NavigationMenu: revert new collapsible field
Features
Bug Fixes
  • CheckboxGroup/RadioGroup: variant table borders in RTL mode (#​4192) (43d281f)
  • CommandPalette: add presentation role to viewport (2ba94db)
  • ContextMenu/DropdownMenu: wrap groups in a viewport (dcf34a7), closes #​3315
  • Drawer: improve title & description accessibility (41087d4), closes #​4199
  • icons: update loading icon (#​4163) (fe4e1f8)
  • Input/Textarea: define model modifiers types (#​4195) (3243fb8)
  • InputMenu/Select/SelectMenu: manual viewport to display scrollbars (f95abf8), closes #​4069
  • NavigationMenu: incorrect hover when disabled and active (d0be599)
  • NavigationMenu: only display tooltip when collapsed (44f536f)
  • NavigationMenu: remove font-medium in popover children (0236399)
  • NavigationMenu: revert new collapsible field (3c78e2f)
  • Textarea: missing imports (#​4207) (6aab62e)
  • theme: define old-neutral color as static (#​4193) (dae9f0b)
  • Tooltip: increase padding for consistency (0634a75)

v3.1.2

Compare Source

Features
Bug Fixes
  • Badge/Button: handle zero value in label correctly (#​4108) (f244d15)
  • ButtonGroup: add z-index on focused element (204953b)
  • Calendar: wrong color for today date with neutral color (7d51a9e), closes #​4084 #​3629
  • Checkbox/RadioGroup: render correct element without variant (f2fd778), closes #​3998
  • CheckboxGroup: relative UCheckbox import (7551a85), closes #​4090
  • ColorPicker: make thumb touch draggable (#​4101) (cc20a26)
  • components: class should have priority over ui prop (e6e510b)
  • FormField: block form field injection after use (#​4150) (d79da9d)
  • FormField: use div for error and help slots (459a041)
  • inertia: link always render as anchor tag (#​3989) (e81464a)
  • inertia: make useAppConfig reactive (12303a8)
  • Input/Textarea: handle generic types (3c8d6cd), closes nuxt/ui-pro#887
  • InputNumber: handle inside button group (2e4c308), closes #​4155
  • Link: consistent behavior between nuxt, vue and inertia (#​4134) (67da90a)
  • module: configure @nuxt/fonts with default weights (276268d)
  • NavigationMenu: arrow position conflict (#​4137) (0dc4678)
  • Select: support more primitive types in value field (#​4105) (09b4699)
  • Slider: handle generic types (d7a4d02)
  • Stepper: use div tag for title & description (a57844e), closes #​4096
  • Tabs: prevent trigger truncate without parent width (06e5689), closes #​4056
  • Tabs: set focus:outline-none with link variant (999a0f8)
  • templates: dont write unused variants in theme files (d3df3bb)
  • Toaster: allow base slot override (c63d2f3)
  • vue: make useAppConfig reactive (869c070), closes #​3952

v3.1.1

Compare Source

Features
Bug Fixes

v3.1.0

Compare Source

⚠ BREAKING CHANGES
  • OverlayProvider: return an overlay instance from .open() (#​3829)
Features
Bug Fixes

v3.0.2

Compare Source

Features
Bug Fixes
  • Avatar: proxy $attrs to default slot (#​3712) (88f349d)
  • Button: use focus:outline-none instead of focus:outline-hidden (c231fe5), closes #​3658
  • CommandPalette: use group.id as key (bc61d29)
  • components: improve generic types (#​3331) (b998354)
  • Container: add w-full class (df00149)
  • defineLocale/defineShortcuts: remove @__NO_SIDE_EFFECTS__ (82e2665)
  • Drawer: remove fadeFromIndex prop proxy (f7604e5)
  • Form: clear dirty state after submit (#​3692) (3dd88ba)
  • FormField: add help to aria-describedby attribute (#​3691) (20c3392)
  • InputMenu/SelectMenu: empty search results (94b6e52)
  • InputMenu: reset searchTerm on update:open (3074632), closes #​3620
  • Link: handle aria-current like NuxtLink / RouterLink (c531d02)
  • Link: prevent active="true" binding on html (d73768b)
  • Link: properly pick all aria-* & data-* attrs (ade16b7)
  • Link: proxy onClick (370054b), closes #​3631
  • NavigationMenu: add z-index on viewport (0095d89), closes #​3654
  • Switch: prevent transition on focus outline (68787b2)
  • Table: wrong condition on caption slot (4ebb94c)
  • Tabs: remove focus:outline-hidden class (1769d5e)
  • types: add missing export for ButtonGroup (#​3709) (e7e6745)
  • useOverlay: refine open method type to infer close emit return type (#​3716) (bd99c2d)
  • vue: mock nuxtApp.hooks & useRuntimeHook (23bfeb9)

v3.0.1

Compare Source

⚠ BREAKING CHANGES
  • Form: drop explicit support for zod and valibot (#​3617)
Features
Bug Fixes
Code Refactoring

v3.0.0

Compare Source

v2.22.1

Compare Source

🐛 Bug Fixes

Full Changelog: nuxt/ui@v2.22.0...v2.22.1

v2.22.0

Compare Source

✨ Highlights

  • deps: update @nuxt/module-builder to v1 (#​3801)

The module has been updated to use nuxt/[email protected]!

🚨 Breaking Changes

  • Form: drop explicit support for zod and valibot (#​3618)

We now rely on standard-schema for Form validation with valibot and zod. Make sure to upgrade to [email protected] / [email protected] if you use them in your app.

🐛 Bug Fixes

Full Changelog: nuxt/ui@v2.21.1...v2.22.0

v2.21.1

Compare Source

🚀 Features

🐛 Bug Fixes

👋 New Contributors

Full Changelog: nuxt/ui@v2.21.0...v2.21.1

v2.21.0

Compare Source

🚀 Features

🐛 Bug Fixes

  • Table: v-model causing first column missing (#​2890) (d573fb6)
  • Table: remove @select event on checkbox (#​3042) ([d

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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/nuxt-ui-3.x branch 2 times, most recently from f6e27cd to 3a3836a Compare March 21, 2025 16:52
@renovate renovate bot force-pushed the renovate/nuxt-ui-3.x branch 2 times, most recently from 543df48 to e988396 Compare March 31, 2025 02:12
@renovate renovate bot force-pushed the renovate/nuxt-ui-3.x branch from e988396 to 01c540a Compare April 13, 2025 02:01
@renovate renovate bot changed the title chore(deps): update resolutions @nuxt/ui to v3 chore(deps): update resolutions @nuxt/ui to v3 - autoclosed Apr 22, 2025
@renovate renovate bot closed this Apr 22, 2025
@renovate renovate bot deleted the renovate/nuxt-ui-3.x branch April 22, 2025 17:42
@renovate renovate bot changed the title chore(deps): update resolutions @nuxt/ui to v3 - autoclosed chore(deps): update resolutions @nuxt/ui to v3 Apr 28, 2025
@renovate renovate bot reopened this Apr 28, 2025
@renovate renovate bot force-pushed the renovate/nuxt-ui-3.x branch 3 times, most recently from ec26e9e to 1f9b1a2 Compare May 2, 2025 21:00
@renovate renovate bot force-pushed the renovate/nuxt-ui-3.x branch 3 times, most recently from 97323c6 to c55213e Compare May 16, 2025 07:01
@renovate renovate bot force-pushed the renovate/nuxt-ui-3.x branch 4 times, most recently from 27a214f to 014662d Compare May 26, 2025 14:39
@renovate renovate bot force-pushed the renovate/nuxt-ui-3.x branch 3 times, most recently from 9593a46 to 4e5e758 Compare July 2, 2025 02:00
@renovate renovate bot force-pushed the renovate/nuxt-ui-3.x branch 3 times, most recently from 66598e3 to 7da95db Compare July 3, 2025 12:41
@renovate renovate bot force-pushed the renovate/nuxt-ui-3.x branch 3 times, most recently from 02bfea2 to 87e86a0 Compare July 24, 2025 07:14
@renovate renovate bot force-pushed the renovate/nuxt-ui-3.x branch from 87e86a0 to f85209b Compare July 24, 2025 15:43
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