Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Bumps @nuxt/ui from 2.21.1 to 3.3.4.

Release notes

Sourced from @​nuxt/ui's releases.

v3.3.4

🐛 Bug Fixes

  • FileUpload: add missing button type (91f86d9), closes #4935
  • Form: handling race condition on clear function (#4843) (0a8ead7)
  • InputMenu/Select/SelectMenu: show falsy value when model value is falsy (#4882) (5b9d9d8)
  • locale: improve id name (#4890) (e5cb55b)

Full Changelog: nuxt/ui@v3.3.3...v3.3.4

v3.3.3

🚀 Features

  • useFormField: export form errors injection key (#4808) (ec2bc0a)

🐛 Bug Fixes

  • components: broken types for update:model-value event (#4853) (7133f50)
  • Form: default slot types (#4758) (a32cc37)
  • Form: update Form interface to accept RegExp (#4821) (0c2d390)
  • InputMenu/Select/SelectMenu: show placeholder when model value is falsy (#4825) (90b5daf)
  • InputMenu: prevent focus-outside event on content (77b6b9a)
  • Link: ensure target _blank is flagged as external for Inertia (#4746) (520b277)
  • Table: ensure colspan calc for loading and empty states (#4826) (bdcc8c4)

New Contributors

Full Changelog: nuxt/ui@v3.3.2...v3.3.3

v3.3.2

This release ensures the [email protected] dependency is installed. The 2.1.0 version is somehow broken at the moment: heroui-inc/tailwind-variants#259 / heroui-inc/tailwind-variants#258

Full Changelog: nuxt/ui@v3.3.1...v3.3.2

v3.3.1

🚀 Features

🐛 Bug Fixes

  • Drawer: improve closing animation with inset prop (#4676) (9da1527)
  • FileUpload: handle wildcard in dropzone dataTypes (#4671) (729bed4)
  • FileUpload: improve file removal a11y (#4607) (f90bba0)
  • FileUpload: open dialog on keyup (#4629) (8e9265e)
  • FileUpload: prevent default on keydown (#4633) (68d8a98)

... (truncated)

Changelog

Sourced from @​nuxt/ui's changelog.

3.3.4 (2025-09-15)

Bug Fixes

  • FileUpload: add missing button type (91f86d9), closes #4935
  • Form: handling race condition on clear function (#4843) (0a8ead7)
  • InputMenu/Select/SelectMenu: show falsy value when model value is falsy (#4882) (5b9d9d8)
  • locale: improve id name (#4890) (e5cb55b)

3.3.3 (2025-09-01)

Features

  • useFormField: export form errors injection key (#4808) (ec2bc0a)

Bug Fixes

  • components: broken types for update:model-value event (#4853) (7133f50)
  • Form: default slot types (#4758) (a32cc37)
  • Form: update Form interface to accept RegExp (#4821) (0c2d390)
  • InputMenu/Select/SelectMenu: show placeholder when model value is falsy (#4825) (90b5daf)
  • InputMenu: prevent focus-outside event on content (77b6b9a)
  • Link: ensure target _blank is flagged as external for Inertia (#4746) (520b277)
  • Table: ensure colspan calc for loading and empty states (#4826) (bdcc8c4)

3.3.2 (2025-08-14)

3.3.1 (2025-08-14)

Features

Bug Fixes

  • Drawer: improve closing animation with inset prop (#4676) (9da1527)
  • FileUpload: handle wildcard in dropzone dataTypes (#4671) (729bed4)
  • FileUpload: improve file removal a11y (#4607) (f90bba0)
  • FileUpload: open dialog on keyup (#4629) (8e9265e)
  • FileUpload: prevent default on keydown (#4633) (68d8a98)
  • Input: incorrect rendering of type date / time on iOS (#4715) (93cc83c)
  • InputMenu/Select/SelectMenu: add display value fallback when no items found (#4689) (34ca811)
  • Select/InputMenu: handle focus via label inside a FormField (#4696) (55dbcd2)
  • Tabs: add missing Badge import (#4594) (fbec29c)
  • Toast: add type for progress ui prop (#4677) (a8af85c)
  • Tooltip: render only if text or kbds are present (#4568) (5e39cbb)

3.3.0 (2025-07-24)

... (truncated)

Commits
  • 296feac chore(release): v3.3.4
  • 53bc5a6 docs(team): update grid
  • 082f9ad chore(deps): update dependency capture-website to v5 (v3) (#4983)
  • 3060e3d chore(deps): update vue-tsc to ^3.0.7 (v3) (#4980)
  • c39c34c chore(deps): update all non-major dependencies (v3) (#4920)
  • e5cb55b fix(locale): improve id name (#4890)
  • 0a8ead7 fix(Form): handling race condition on clear function (#4843)
  • 91f86d9 fix(FileUpload): add missing button type
  • 5b9d9d8 fix(InputMenu/Select/SelectMenu): show falsy value when model value is falsy ...
  • e38f8d9 docs(avatar/avatar-group): add mask example (#4897)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 15, 2025
@pkg-pr-new
Copy link

pkg-pr-new bot commented Sep 15, 2025

Open in StackBlitz

npm i https://pkg.pr.new/adrienZ/slip/nuxt-slip-auth@182

commit: d8b88c5

Bumps [@nuxt/ui](https://github.com/nuxt/ui) from 2.21.1 to 3.3.4.
- [Release notes](https://github.com/nuxt/ui/releases)
- [Changelog](https://github.com/nuxt/ui/blob/v3.3.4/CHANGELOG.md)
- [Commits](nuxt/ui@v2.21.1...v3.3.4)

---
updated-dependencies:
- dependency-name: "@nuxt/ui"
  dependency-version: 3.3.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/playground/nuxt/ui-3.3.4 branch from 6593dde to d8b88c5 Compare September 17, 2025 07:23
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 30, 2025

Superseded by #192.

@dependabot dependabot bot closed this Sep 30, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/playground/nuxt/ui-3.3.4 branch September 30, 2025 01:47
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant