Skip to content
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

chore(deps): update dependency @nuxt/ui to v2.19.2 #88

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/ui (source) 2.9.0 -> 2.19.2 age adoption passing confidence

Release Notes

nuxt/ui (@​nuxt/ui)

v2.19.2

Compare Source

Bug Fixes
  • Button: put back target override (212f7df)

v2.19.1

Compare Source

Bug Fixes
  • InputMenu/SelectMenu: regex breaks build (cb6f5f2)

v2.19.0

Compare Source

Features
Bug Fixes

v2.18.7

Compare Source

Features
Bug Fixes

v2.18.6

Compare Source

Bug Fixes

v2.18.5

Compare Source

Features
Bug Fixes

v2.18.4

Compare Source

Bug Fixes

v2.18.3

Compare Source

Bug Fixes
  • Link: define rel as any (69f605f)
  • types: only use .ts for index (93ddf1d)

v2.18.2

Compare Source

Bug Fixes
  • Tabs: add missing UIcon import (4fd1be2)

v2.18.1

Compare Source

Bug Fixes
  • components: use relative imports (ea721a3)

v2.18.0

Compare Source

⚠ BREAKING CHANGES
  • Icon: migrate from @egoist/tailwindcss-icons to new @nuxt/icon (#​1789)
Features
Bug Fixes
  • Accordion: truncate buttons (5db18c0), closes #​1909
  • Alert/Notification: missing margin on description (2c55fb6), closes #​1959
  • Breadcrumb: use rotate on rtl icon (53003fc)
  • ButtonGroup/FormGroup: pass default sizes to children (#​1875) (6b6b03d)
  • Carousel: remove mix-blend-overlay on indicators (#​1714) (f74f1df)
  • FormGroup: don't check for error slot so help slot can render (#​1888) (99c52e5)
  • InputMenu/SelectMenu: invalid label with value-attribute and async search (4d5f250), closes #​1780
  • InputMenu/SelectMenu: prevent double filter with async search (e2881d3), closes #​1966
  • Link: allow ariaLabel to be picked (720c44d), closes #​1934
  • Progress: pass down attrs to <progress> to improve accessibility (#​1881) (abd13f1)
  • RadioGroup: allow boolean in modelValue prop (#​1913) (8eca5a0)

v2.17.0

Compare Source

Features
Bug Fixes

v2.16.0

Compare Source

⚠ BREAKING CHANGES
  • Input: redesign file type without absolute positioning (#​1712)
Features
Bug Fixes

v2.15.2

Compare Source

Features
Bug Fixes
  • Breadcrumb: missing min-w-0 on wrapper to truncate (9f01145), closes #​1650
  • Carousel: next and prev buttons disabled (#​1619) (e909884)
  • Popover/Dropdown: prevent unintended closure on touchstart in mobile devices (#​1609) (2392b4a)
  • Slideover: remove dynamic component when closing (#​1615) (58faa10)
  • Slideover: wait for transition to complete to reset state (#​1624) (07a4d13)

v2.15.1

Compare Source

Features
Bug Fixes
  • Checkbox: [@change](https://redirect.github.com/change) event value (#​1580) (c98d6e3)
  • Divider: add w-full only on horizontal wrapper (#​1565) (bd8b737)
  • Dropdown: missing mouseenter event on container (7288953)
  • Input/SelectMenu: handle file type and change events (#​1570) (878f707)
  • Popover: missing mouseenter event on container (8517897), closes #​1564

v2.15.0

Compare Source

⚠ BREAKING CHANGES
  • forms: normalize input emits (#​1560)
Features
Bug Fixes

v2.14.2

Compare Source

Bug Fixes
  • Alert: improve description alignment when no title provided (ca4f06a), closes #​1408
  • Checkbox: label interaction without FormGroup (#​1427) (6e77f1d)
  • Dropdown: active/inactive dropdown links (#​1407) (6a1142b)
  • Dropdown: improve hover mode on touch devices (70bf4a7)
  • HorizontalNavigation: add relative class to icon (0a4a9e3)
  • Modal: remove overflow-hidden (#​1460) (002129c)
  • Notification: improve description alignment when no title provided (9cce445)
  • Popover: improve hover mode on touch devices (b50fbcf)
  • RadioGroup: add missing fieldset config (2d64b50), closes #​1472
  • SelectMenu: check null model value (4b6e80e), closes #​1421
  • Tooltip: arrow not hidden on mobile (272c19d), closes #​1470
  • VerticalNavigation: add relative class to icon (0b29dd4), closes #​1245

v2.14.1

Compare Source

Bug Fixes

v2.14.0

Compare Source

Features
Bug Fixes
  • Accordion: style disclosure div after #​1199 (882247e)
  • Alert: remove required title to prevent warning when using slot (e545b6f)
  • Card: prevent body padding without default slot (f682905)
  • components: hydration attribute mismatch with vue 3.4 (#​1199) (10db144)
  • Form: improve validate path type (#​1370) (5266591)
  • Form: return false when silent validation fails (#​1371) (d4b6147)
  • Link: check disabled prop before navigating (#​1321) (ac42ec1)
  • Meter: missing import of Icon component (f8b296f), closes #​1328
  • module: prevent tailwind warn with bun (bb40c31), closes #​809
  • module: put back all option in icons plugin (412cd75), closes #​1237
  • Notification: remove required title to prevent warning when using slot (aa2b1ca)
  • Progress: prevent NaN percent display when indeterminate (a55a08a)
  • RadioGroup: pass help prop to radio children (5a5b284), closes #​1313
  • SelectMenu: revert component is after #​1199 (d0f4530)
  • utils: prevent merge of popper key (9f35297), closes #​1393
Reverts
  • Revert "docs: add missing overflow-hidden on components" (b893607)

v2.13.0

Compare Source

⚠ BREAKING CHANGES
  • VerticalNavigation: use Badge component for consistency
Features
  • Carousel: new component (#​927) (f37b043)
  • Dropdown: default delay from config (c4a1c04)
  • Form: handle multiple paths in validate (#​1273) (20ac4b3)
  • HorizontalNavigation: new component (#​1279) (b8007ba)
  • InputMenu: handle nullable prop when clearing input (5e49fb8)
  • Modal/Slideover: emit close-prevented event (#​1207) (6faf15b)
  • module: add option to disable global css styles (#​1266) (f96eb5e)
  • Popover: default delay from config (7f5711b)
  • Tooltip: default delay from config (3400b56)
  • VerticalNavigation: use Badge component for consistency (3e81eee)
Bug Fixes
  • Breadrumb: handle truncate (5d3a962)
  • Link: propagate active prop to slot as isActive (b76e761)
  • Select: consistent placeholder with input and textarea (2cb41db), closes #​1276
  • Slideover: handle translate in RTL mode (#​1259) (ea58c88)

v2.12.3

Compare Source

Bug Fixes
  • link: import type from [#vue](https://redirect.github.com/nuxt/ui/issues/vue)-router (79ec3fd), closes #​1253

v2.12.2

Compare Source

Bug Fixes
  • link: improve nuxt link rel type (05e90aa)

v2.12.1

Compare Source

Bug Fixes
  • Button: inherit nuxt link props without breaking nuxt-component-meta (d3e19dc), closes #​578
  • Button: pass-through nuxt link props to ULink (a44bfc8)
  • InputMenu: take option-attribute into account to display label (1a93791)
  • Link: prevent type bind on <a> (b0df864)
  • SelectMenu: take option-attribute into account to display label (b9fe74b), closes #​1151
  • Tooltip: typo in kbd component (4405d32)

v2.12.0

Compare Source

⚠ BREAKING CHANGES
  • Card: remove overflow-hidden on wrapper
Features
Bug Fixes
Reverts
  • Revert "docs: pull nuxt/ui-pro docs from main branch" (d0ce8ee)

v2.11.1

Compare Source

Bug Fixes
  • Breadcrumb: handle divider in rtl (#​1049) (e53cdea)
  • CommandPalette: improve performances and avoid multiple recompute (db508b2)
  • CommandPalette: missing right padding on input with close button (ad33b26)
  • components: move remaining classes to config (#​1039) (e408eab)
  • module: prevent class merging on default children (f07968a), closes #​1076
  • Notification: handle dynamic backgrounds (#​1063) (1f0f618)
  • RadioGroup: props reactivity issues (#​1065) (7196d81)
  • types: favor Record<string, any>> instead of object (4d72a75)
  • types: improve with strict mode (#​1041) (4a9b66a)
  • types: workaround for popper weak type (5718dfd), closes #​644
Reverts
  • Revert "chore(deps): pin vitest" (6984989)

v2.11.0

Compare Source

Features
Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Copy link
Contributor Author

renovate bot commented Feb 26, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

Copy link

vercel bot commented Feb 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
discord-timestamp-generator ❌ Failed (Inspect) Nov 12, 2024 3:25am

@renovate renovate bot changed the title chore(deps): update dependency @nuxt/ui to v2.14.1 chore(deps): update dependency @nuxt/ui to v2.14.2 Mar 5, 2024
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/ui to v2.14.2 chore(deps): update dependency @nuxt/ui to v2.15.0 Mar 26, 2024
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/ui to v2.18.7 chore(deps): update dependency @nuxt/ui to v2.19.2 Nov 5, 2024
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.

1 participant