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

Bump @nuxt/ui from 2.18.4 to 2.20.0 #49

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps @nuxt/ui from 2.18.4 to 2.20.0.

Release notes

Sourced from @​nuxt/ui's releases.

v2.20.0

⚠️ Breaking Changes

  • Form: resolve async validation in yup & issue directly mutate state (#2701)

🚀 Features

🐛 Bug Fixes

  • AvatarGroup/ButtonGroup/MeterGroup: allow deeply partial ui config (#2542) (bf58086)
  • Carousel: wrong ui type with strategy (07ef771)
  • components: replace as const with correct type in config (#2652) (51c8b8e)
  • DatePicker: undefined dayIndex (#2545) (ce955d2)
  • Form: resolve async validation in yup & issue directly mutate state (#2701) (f3632dd)
  • Form: use parsed value from joi instead of original state (#2587) (acecff4)
  • InputMenu/SelectMenu: use by prop to compare objects & support dot notation in value-attribute (#2566) (7154254)
  • Link: exactQuery prop type (#2781) (4cde571)
  • Notification: element renders even when no notification is present (#2561) (d4e408c)
  • Table: data outdated when rows change (#2600) (b23f2de)
  • Table: missing type on props loadingState (#2551) (6e66990)
  • Table: prevent onClick while blocking element (#2592) (9703786)
  • types: improve DeepPartial type for App Config (#2621) (976b03f)

👋 New Contributors

Full Changelog: nuxt/ui@v2.19.2...v2.20.0

v2.19.1

🐛 Bug Fixes

  • InputMenu/SelectMenu: regex breaks build (cb6f5f2)

... (truncated)

Changelog

Sourced from @​nuxt/ui's changelog.

2.20.0 (2024-12-09)

⚠ BREAKING CHANGES

  • Form: resolve async validation in yup & issue directly mutate state (#2701)

Features

  • Accordion: add close event (#2750) (419a24f)
  • Badge: handle icon prop (#2594) (0d1a76e)
  • InputMenu/SelectMenu: add support for dot notation in by prop (#2607) (53df9d9)
  • Link: allow partial query match for activeClass (#2663) (03e24f4)
  • Notification: add pauseTimeoutOnHover prop (#2661) (11b8c3d)
  • Table: add contextmenu handling to table rows (#2283) (c9e6256)
  • Table: add custom [@select](https://github.com/select):all event (#2581) (ac323c4)
  • Table: allow dynamically render checkbox (#2549) (d6daf46)

Bug Fixes

  • AvatarGroup/ButtonGroup/MeterGroup: allow deeply partial ui config (#2542) (bf58086)
  • Carousel: wrong ui type with strategy (07ef771)
  • components: replace as const with correct type in config (#2652) (51c8b8e)
  • date-picker: undefined dayIndex (#2545) (ce955d2)
  • Form: resolve async validation in yup & issue directly mutate state (#2701) (f3632dd)
  • Form: use parsed value from joi instead of original state (#2587) (acecff4)
  • InputMenu/SelectMenu: use by prop to compare objects & support dot notation in value-attribute (#2566) (7154254)
  • Link: exactQuery prop type (#2781) (4cde571)
  • Notification: element renders even when no notification is present (#2561) (d4e408c)
  • Table: data outdated when rows change (#2600) (b23f2de)
  • Table: missing type on props loadingState (#2551) (6e66990)
  • Table: prevent onClick while blocking element (#2592) (9703786)
  • types: improve DeepPartial type for App Config (#2621) (976b03f)

2.19.2 (2024-11-05)

Bug Fixes

  • Button: put back target override (212f7df)

2.19.1 (2024-11-05)

Bug Fixes

  • InputMenu/SelectMenu: regex breaks build (cb6f5f2)

2.19.0 (2024-11-05)

Features

... (truncated)

Commits
  • b654c93 chore(release): v2.20.0
  • b7e04db chore(deps): lock file maintenance (dev) (#2862)
  • e6034a2 chore(deps): update pnpm to v9.15.0 (dev) (#2847)
  • a8c3822 chore(deps): update devdependency @​nuxt/test-utils to ^3.15.1 (dev) (#2838)
  • a9ef640 chore(deps): update all non-major dependencies (dev) (#2819)
  • 96e846d chore(deps): update dependency tailwindcss to ^3.4.16 (dev) (#2830)
  • 16dbc1b docs(app): remove banner
  • c6b2ae4 docs(Header): hide color mode button on mobile
  • 547c657 chore(deps): lock file maintenance (dev) (#2817)
  • b16b434 chore(deps): update all non-major dependencies (dev) (#2756)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@nuxt/ui](https://github.com/nuxt/ui) from 2.18.4 to 2.20.0.
- [Release notes](https://github.com/nuxt/ui/releases)
- [Changelog](https://github.com/nuxt/ui/blob/v2.20.0/CHANGELOG.md)
- [Commits](nuxt/ui@v2.18.4...v2.20.0)

---
updated-dependencies:
- dependency-name: "@nuxt/ui"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
Copy link

vercel bot commented Dec 9, 2024

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

Name Status Preview Comments Updated (UTC)
portfolio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 9, 2024 9:44pm

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 20, 2025

Superseded by #55.

@dependabot dependabot bot closed this Jan 20, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nuxt/ui-2.20.0 branch January 20, 2025 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants