chore(deps): update dependency @nuxt/ui to v2.22.3 #50

Closed
tommy wants to merge 1 commit from renovate/nuxt-ui-2.x-lockfile into main
Owner

This PR contains the following updates:

Package Change Age Confidence
@nuxt/ui (source) 2.21.0 -> 2.22.3 age confidence

Release Notes

nuxt/ui (@​nuxt/ui)

v2.22.3

Compare Source

v2.22.2

Compare Source

🐛 Bug Fixes

  • Meter: correct vertical alignment of progress bar (#​4735) (875be4b)
  • SelectMenu/InputMenu: ensure object compare with by prop (#​4791) (44382cd)

New Contributors

Full Changelog: https://github.com/nuxt/ui/compare/v2.22.1...v2.22.2

v2.22.1

Compare Source

🐛 Bug Fixes

Full Changelog: https://github.com/nuxt/ui/compare/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/module-builder@1.0.0!

🚨 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 valibot@1.0.0 / zod@3.24.0 if you use them in your app.

🐛 Bug Fixes

Full Changelog: https://github.com/nuxt/ui/compare/v2.21.1...v2.22.0

v2.21.1

Compare Source

🚀 Features

🐛 Bug Fixes

👋 New Contributors

Full Changelog: https://github.com/nuxt/ui/compare/v2.21.0...v2.21.1


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 Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@nuxt/ui](https://ui.nuxt.com) ([source](https://github.com/nuxt/ui)) | [`2.21.0` -> `2.22.3`](https://renovatebot.com/diffs/npm/@nuxt%2fui/2.21.0/2.22.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fui/2.22.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fui/2.21.0/2.22.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nuxt/ui (@&#8203;nuxt/ui)</summary> ### [`v2.22.3`](https://github.com/nuxt/ui/compare/v2.22.2...v2.22.3) [Compare Source](https://github.com/nuxt/ui/compare/v2.22.2...v2.22.3) ### [`v2.22.2`](https://github.com/nuxt/ui/releases/tag/v2.22.2) [Compare Source](https://github.com/nuxt/ui/compare/v2.22.1...v2.22.2) #### :bug: Bug Fixes - **Meter:** correct vertical alignment of progress bar ([#&#8203;4735](https://github.com/nuxt/ui/issues/4735)) ([875be4b](https://github.com/nuxt/ui/commit/875be4b680856b2e2b4e6b31d18f233f7e7fcdfb)) - **SelectMenu/InputMenu:** ensure object compare with `by` prop ([#&#8203;4791](https://github.com/nuxt/ui/issues/4791)) ([44382cd](https://github.com/nuxt/ui/commit/44382cd3404cb692a3a72336312d81a72fa7cde6)) #### New Contributors - [@&#8203;DanielPagani](https://github.com/DanielPagani) made their first contribution in [#&#8203;4735](https://github.com/nuxt/ui/pull/4735) **Full Changelog**: <https://github.com/nuxt/ui/compare/v2.22.1...v2.22.2> ### [`v2.22.1`](https://github.com/nuxt/ui/releases/tag/v2.22.1) [Compare Source](https://github.com/nuxt/ui/compare/v2.22.0...v2.22.1) #### :bug: Bug Fixes - **Badge/Button:** support numeric zero as visible label ([#&#8203;4116](https://github.com/nuxt/ui/issues/4116)) ([2971a31](https://github.com/nuxt/ui/commit/2971a3124299e927ddb506bb0fc61b906aa0cfeb)) **Full Changelog**: <https://github.com/nuxt/ui/compare/v2.22.0...v2.22.1> ### [`v2.22.0`](https://github.com/nuxt/ui/releases/tag/v2.22.0) [Compare Source](https://github.com/nuxt/ui/compare/v2.21.1...v2.22.0) #### :sparkles: Highlights - **deps:** update `@nuxt/module-builder` to v1 ([#&#8203;3801](https://github.com/nuxt/ui/issues/3801)) The module has been updated to use [nuxt/module-builder@1.0.0](https://github.com/nuxt/module-builder/releases/tag/v1.0.0)! #### :rotating\_light: Breaking Changes - **Form:** drop explicit support for `zod` and `valibot` ([#&#8203;3618](https://github.com/nuxt/ui/issues/3618)) We now rely on [standard-schema](https://github.com/standard-schema/standard-schema) for Form validation with `valibot` and `zod`. Make sure to upgrade to `valibot@1.0.0` / `zod@3.24.0` if you use them in your app. #### :bug: Bug Fixes - **Link:** properly pick all `aria-*` & `data-*` attrs ([2bef1e2](https://github.com/nuxt/ui/commit/2bef1e26c6dfd5ee81b11f6da76e257861fc0bef)), closes [#&#8203;3007](https://github.com/nuxt/ui/issues/3007) - **Table:** checkbox still emit `@select` event ([#&#8203;3269](https://github.com/nuxt/ui/issues/3269)) ([c0e14d0](https://github.com/nuxt/ui/commit/c0e14d006ea39965e805adbf9698f5cb95e7c965)) - **Table:** remove type annotation in template ([4e96dcc](https://github.com/nuxt/ui/commit/4e96dcca4213bbb56f1dd465ad7d47374e83bc9a)), closes [#&#8203;3146](https://github.com/nuxt/ui/issues/3146) **Full Changelog**: <https://github.com/nuxt/ui/compare/v2.21.1...v2.22.0> ### [`v2.21.1`](https://github.com/nuxt/ui/releases/tag/v2.21.1) [Compare Source](https://github.com/nuxt/ui/compare/v2.21.0...v2.21.1) #### :rocket: Features - **Form:** add standard schema support ([#&#8203;2880](https://github.com/nuxt/ui/issues/2880)) ([9c36d37](https://github.com/nuxt/ui/commit/9c36d37b847468d1cbd76eea38ac00cbc22549ca)) - **module:** add `colorMode` option ([d2ceead](https://github.com/nuxt/ui/commit/d2ceeadae796254128697d94a3e317234bc2ecda)), closes [#&#8203;3143](https://github.com/nuxt/ui/issues/3143) - **SelectMenu:** add inputTargetForm prop to handle input validation ([#&#8203;3107](https://github.com/nuxt/ui/issues/3107)) ([feb716c](https://github.com/nuxt/ui/commit/feb716c941f1e7315009b53861a4dc0c2f233052)) #### :bug: Bug Fixes - **Alert/Notification:** allow description ui override ([125a281](https://github.com/nuxt/ui/commit/125a28190b1a83e2456457e7a4ec618384b2446c)), closes [#&#8203;2554](https://github.com/nuxt/ui/issues/2554) - **Table:** revert [#&#8203;2600](https://github.com/nuxt/ui/issues/2600) to fix excessive column data slot re-renders ([#&#8203;3375](https://github.com/nuxt/ui/issues/3375)) ([23d9b51](https://github.com/nuxt/ui/commit/23d9b51a5861f5d1f32f68a3141a600655a0598a)) #### :wave: New Contributors - [@&#8203;LeonidevFR](https://github.com/LeonidevFR) made their first contribution in [#&#8203;3107](https://github.com/nuxt/ui/pull/3107) - [@&#8203;coreyshuman](https://github.com/coreyshuman) made their first contribution in [#&#8203;3375](https://github.com/nuxt/ui/pull/3375) **Full Changelog**: <https://github.com/nuxt/ui/compare/v2.21.0...v2.21.1> </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
tommy force-pushed renovate/nuxt-ui-2.x-lockfile from 73ba6495d5 to 57a86e8c66 2025-11-04 18:06:25 +00:00 Compare
tommy force-pushed renovate/nuxt-ui-2.x-lockfile from 57a86e8c66 to ae6080cc7f 2025-11-05 01:08:23 +00:00 Compare
tommy force-pushed renovate/nuxt-ui-2.x-lockfile from ae6080cc7f to 6facd5b972 2025-11-06 01:09:03 +00:00 Compare
tommy force-pushed renovate/nuxt-ui-2.x-lockfile from 6facd5b972 to 542d667d5d 2025-11-07 01:08:48 +00:00 Compare
tommy force-pushed renovate/nuxt-ui-2.x-lockfile from 542d667d5d to f231e9228b 2025-11-09 01:08:38 +00:00 Compare
tommy force-pushed renovate/nuxt-ui-2.x-lockfile from f231e9228b to 3e43d9a7ab 2025-11-09 21:17:51 +00:00 Compare
tommy force-pushed renovate/nuxt-ui-2.x-lockfile from 3e43d9a7ab to c36a7c38fa 2025-11-11 01:07:20 +00:00 Compare
tommy force-pushed renovate/nuxt-ui-2.x-lockfile from c36a7c38fa to 20b8f69c6a 2025-11-12 01:07:43 +00:00 Compare
tommy force-pushed renovate/nuxt-ui-2.x-lockfile from 20b8f69c6a to ffd3b91c71 2025-11-13 01:09:08 +00:00 Compare
tommy force-pushed renovate/nuxt-ui-2.x-lockfile from ffd3b91c71 to 495a5f24f3 2025-11-14 01:09:26 +00:00 Compare
tommy force-pushed renovate/nuxt-ui-2.x-lockfile from 495a5f24f3 to 4f416adc69 2025-11-15 01:08:57 +00:00 Compare
tommy force-pushed renovate/nuxt-ui-2.x-lockfile from 4f416adc69 to 0b6ffb160b 2025-11-16 01:08:41 +00:00 Compare
tommy force-pushed renovate/nuxt-ui-2.x-lockfile from 0b6ffb160b to 0d9f008050 2025-11-17 17:10:22 +00:00 Compare
tommy force-pushed renovate/nuxt-ui-2.x-lockfile from 0d9f008050 to bcb304ab42 2025-11-21 01:12:23 +00:00 Compare
tommy force-pushed renovate/nuxt-ui-2.x-lockfile from bcb304ab42 to 21c1c9d122 2025-11-25 01:14:42 +00:00 Compare
tommy closed this pull request 2025-11-25 20:40:40 +00:00
Author
Owner

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^2.21.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update (`^2.21.0`). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the `ignoreDeps` array of your Renovate config. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Commenting is not possible because the repository is archived.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pub/status-web!50
No description provided.