supabase icon indicating copy to clipboard operation
supabase copied to clipboard

chore(deps): update devdependency @nuxthq/ui to v2

Open renovate[bot] opened this issue 1 year ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxthq/ui ^1.2.10 -> ^2.7.0 age adoption passing confidence

Release Notes

nuxtlabs/ui (@​nuxthq/ui)

v2.7.0

Compare Source

⚠ BREAKING CHANGES
  • Link: rename from LinkCustom and add exact-query / exact-hash props
  • Badge: add colors and variants (solid has changed)
  • SelectMenu: invert ui and ui-select props (#​432)
Features
Bug Fixes

v2.6.0

Compare Source

⚠ BREAKING CHANGES
  • Avatar: bind component attributes to img element (#​421)
Features
Bug Fixes
  • Accordion: missing ref import from vue (3de6b34)
  • Accordion: solve the shift between buttons when they are opened (#​379) (eaf0043)
  • ButtonGroup: err when no props on buttons (80a9738), closes #​360
  • Button: missing disabled state on some variants (41a5238)
  • Modal: disabling transition prop had no effect (db34665)
  • Range: disabled thumb opacity (c92dc98)
  • Range: progress style (#​385) (a79c165)
  • SelectMenu: missing appear on transition (cbe2b1b), closes #​400
  • Table: fixed row deletion bug on deselect (#​425) (46b444a)

v2.5.0

Compare Source

⚠ BREAKING CHANGES
  • Radio/Checkbox/Toggle: handle color prop for form elements (#​323)
Features
Bug Fixes
  • components: prefix @headlessui/vue components (41b85d5), closes #​315
  • defineShortcuts: missing ref import (a880379)
  • defineShortcuts: missing useDebounceFn import (9cd73aa)
  • FormGroup: prevent overriding color of children (6be9290), closes #​352
  • Table: default sortButton icon (07b27a2)
  • Table: missing default sort icon when overriding sort-button prop (0f3fe0d)
  • Toggle: add opacity-50 when disabled (c2ebb04)
  • Tooltip: add color in config (1b03b8a)
2.4.1 (2023-06-21)
Bug Fixes
  • forms: precise type assertion for onInput event handler (#​293) (457b7a9)
  • module: let tailwindcss viewer enabled by default (4023fbe), closes #​292
  • module: safelist aliases for input (f719111)
  • module: safelist regex when a : was present before color (f7e2082)
  • Radio/Checkbox: remove legacy custom (3bac087)

v2.4.1

Compare Source

v2.4.0

Compare Source

⚠ BREAKING CHANGES
  • forms: bind $attrs to elements (#​279)
  • Select: rename text-attribute to option-attribute and defaults to label
Features
Bug Fixes
  • ButtonGroup: invalid size validator (a617672)

  • ButtonGroup: use -space-x-px on wrapper (d91c0bb)

  • Button: same size when no label + uniformize form elements (a6903df)

  • CommandPalette: input focus after be5f352 (cbc8ef1)

  • deps: move @tailwindcss/container-queries to dependencies (9559d0b)

  • forms: padded prop with p-0 class (207444f)

  • forms: bind $attrs to elements (#​279) (e12e974)

  • module: deduplicate default safelist as components may share same rules (2cfa1f8)

  • module: hardcode gray safelist instead of deduplicate complex logic (a733c13)

  • module: only safelist known colors (cdce519)

  • module: prevent safelisting dynamic :color variables (ccd9ca5)

  • module: transform vue files to detect multi-line components (88c1930)

  • module: use @tailwindcss/forms class strategy (#​278) (be5f352)

  • Notification: class priority for icon color (07f7855)

  • Radio/Checkbox: split preset as indeterminate is checkbox only (429791d)

  • SelectMenu: input focus after be5f352 (717a514)

  • Table: colspan of empty and loading is wrong when selection enabled (#​284) (786d776)

  • Toggle: missing disabled prop (fe833eb)

  • Select: rename text-attribute to option-attribute and defaults to label (b4a96a8)

v2.3.0

Compare Source

⚠ BREAKING CHANGES
  • Input: move pointer class inside its own preset class
  • SelectMenu: remove inline-flex from wrapper to behave like other form elements
  • Notification: rename to closeButton and actionButton for consistency
  • CommandPalette: rename props to emptyState and closeButton for consistency
  • Toggle: rename icons to onIcon / offIcon for consistency
Features
Bug Fixes
  • Avatar: placeholder font size (71edb91)

  • Badge: remove console.log in validator (f9b935f)

  • Button: invalid padding when using square prop (1ebaa5a)

  • CommandPalette: override of closeButton and emptyState props (2c673f5)

  • defineShortcuts: err with input autocomplete that triggers keydown (01fa85c)

  • SelectMenu: disable on loading (8951923)

  • Table: add missing text-left in th.base (6bd5142)

  • Table: missing ref import from vue (272af9d)

  • Table: override of sortButton and emptyState props (192b0e6)

  • Table: type sort prop (3ba0aed)

  • use cloneVNode when altering props in render functions (5e50eb9), closes #​252

  • CommandPalette: rename props to emptyState and closeButton for consistency (daca463)

  • Input: move pointer class inside its own preset class (f59a92c)

  • Notification: rename to closeButton and actionButton for consistency (4458656)

  • SelectMenu: remove inline-flex from wrapper to behave like other form elements (ba44c58)

  • Toggle: rename icons to onIcon / offIcon for consistency (8ee2ac1)

2.2.1 (2023-05-27)
Bug Fixes

v2.2.1

Compare Source

v2.2.0

Compare Source

⚠ BREAKING CHANGES
  • handle color states on form elements (#​234)
  • Notification: rename progressColor to color and style icon
  • Avatar: remove chipVariant prop
  • VerticalNavigation: split preset
Features
Bug Fixes
  • Notification: remove default color on icon (1a9dc5c)

  • Radio/Checkbox: remove ring offset on focus (a56dbea)

  • VerticalNavigation: badge display (d2ee505), closes #​205

  • Avatar: remove chipVariant prop (1f22f84)

  • Notification: rename progressColor to color and style icon (1b61ec7)

  • VerticalNavigation: split preset (19923cb)

v2.1.0

Compare Source

Bug Fixes
2.0.4 (2023-05-15)
Bug Fixes
  • SelectMenu: add missing inline-flex on wrapper (e8b4654)
2.0.3 (2023-05-15)
2.0.2 (2023-05-11)
Bug Fixes
  • LinkCustom: handle button when no to prop (c7c78cb)
2.0.1 (2023-05-11)
Bug Fixes
  • app.config: remove old u- classes (939efba)
  • Avatar: gray missing for chipColor (fd4c80a)
  • Avatar: shrink chip ring (ebf5fd6)
  • Button: variant validator takes color into account (d1d8ab3)
  • colors: missing useNuxtApp import (76a0d61)
  • CommandPalette: expose input ref to template (192bf4c)
  • CommandPalette: put back searchable on v-show to input ref always exists (aacb7e9)
  • CommandPalette: wrong type usage (4665563)
  • docs: sticky search button z-index (f48ead6)
  • Icon: missing import (cd430a4)
  • module: remove .ts ext from app.config (a076cae)
  • Notifications: missing computed from vue (9ce43ac)
  • prefix imported components (0c69385)
  • put back app.config for hmr (626409e)
  • remove augmentation of app (#​152) (f5c0030)
  • revert back to runtime app for hmr (#​153) (97b1a85)
  • Select: move types from template (fa05653)
  • Toggle: wrong icon-off positioning (d5471f4)
  • update to fix type issues (#​151) (11e00a1)
  • VerticalNavigation: improve focus (034a95d)
  • VerticalNavigation: improve stacking context (28ee917)

v2.0.4

Compare Source

v2.0.2

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source

Features
1.2.11 (2023-05-04)
Bug Fixes
1.2.10 (2023-04-07)
Bug Fixes
  • CommandPalette: typecheck (cfce152)
1.2.9 (2023-04-07)
1.2.8 (2023-04-04)
1.2.7 (2023-04-04)
Bug Fixes
  • useTimer: remaining after pause (aafdfdb)
1.2.6 (2023-04-04)
1.2.5 (2023-04-04)
1.2.4 (2023-04-04)
1.2.3 (2023-03-22)
1.2.2 (2023-03-20)
1.2.1 (2023-03-20)
Bug Fixes
  • defineShortcuts: shift + alphabetic character handling (#​140) (377b418)

v1.2.11

Compare Source


Configuration

📅 Schedule: 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.

🔕 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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar May 04 '23 13:05 renovate[bot]