Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps @nuxt/ui from 3.0.2 to 4.0.1.

Release notes

Sourced from @​nuxt/ui's releases.

v4.0.1

🐛 Bug Fixes

  • App: allow global portal disabling (#5111) (7659fa1)
  • AuthForm: export type with proper inference for field-specific props (#5106) (344f269)
  • Avatar: remove redundant img role (066b8a1), closes #5044
  • Carousel: ensure plugins init after client-side navigation (#5117) (21fbe63)
  • Carousel: invert arrow keys in RTL direction (#5072) (fde53ee)
  • ChatMessages: ensure content is render before scrolling (0db622a)
  • ChatMessages: watch deep to handle streaming with parts (ff67fa3)
  • components: add missing data-orientation for consistency (a9fe7c6)
  • ContentNavigation: improve path matching and recursion with default-open (22ee075), closes #5112
  • ContentSearch/DashboardSearch: proxy modal props to support fullscreen (095a0c1)
  • DashboardPanel/DashboardSidebar: handle RTL mode (#5109) (fface35)
  • Drawer: prevent unwanted close when dismissible is false (#5085) (2abdc21)
  • Drawer: use full height/width for snapPoints (#5041) (b145768)
  • locale: improve ckb translations (#5079) (3ee3a5e)
  • locale: improve typography with ellipsis (#5052) (391f9f5)
  • Pagination: make ellipsis non-interactive (#5081) (62f64cc)
  • Table: empty cell value causing hydration errors (#5069) (44a38ea)
  • unplugin: handle components resolution with subpath (31db8d9)
  • useKbd: update escape key from to Esc (#5076) (64d1589)
  • vue: align useCookie stub with nuxt's default value handling (#5089) (f531807)

👋 New Contributors

Full Changelog: nuxt/ui@v4.0.0...v4.0.1

v4.0.0

We are excited to announce Nuxt UI v4, a major milestone that unifies Nuxt UI and Nuxt UI Pro into a single, fully open-source library. Following NuxtLabs joining Vercel in July, we're now able to offer 100+ production-ready components and a complete Figma Kit available for free to everyone.

Read the blog post announcement: https://nuxt.com/blog/nuxt-ui-v4

Get started with Nuxt UI v4 →

✨ Highlights

🌐 Unified and Open Source

Nuxt UI v4 marks a significant milestone by merging Nuxt UI and Nuxt UI Pro into one cohesive, fully open-source library:

  • 100+ components: Complete access to all components, including those previously exclusive to Pro
  • Figma Kit: Professional design resources now available to everyone
  • Single package: Everything unified under @nuxt/ui

... (truncated)

Changelog

Sourced from @​nuxt/ui's changelog.

4.0.1 (2025-10-02)

Bug Fixes

  • App: allow global portal disabling (#5111) (7659fa1)
  • AuthForm: export type with proper inference for field-specific props (#5106) (344f269)
  • Avatar: remove redundant img role (066b8a1), closes #5044
  • Carousel: ensure plugins init after client-side navigation (#5117) (21fbe63)
  • Carousel: invert arrow keys in RTL direction (#5072) (fde53ee)
  • ChatMessages: ensure content is render before scrolling (0db622a)
  • ChatMessages: watch deep to handle streaming with parts (ff67fa3)
  • components: add missing data-orientation for consistency (a9fe7c6)
  • ContentNavigation: improve path matching and recursion with default-open (22ee075), closes #5112
  • ContentSearch/DashboardSearch: proxy modal props to support fullscreen (095a0c1)
  • DashboardPanel/DashboardSidebar: handle RTL mode (#5109) (fface35)
  • Drawer: prevent unwanted close when dismissible is false (#5085) (2abdc21)
  • Drawer: use full height/width for snapPoints (#5041) (b145768)
  • locale: improve ckb translations (#5079) (3ee3a5e)
  • locale: improve typography with ellipsis (#5052) (391f9f5)
  • Pagination: make ellipsis non-interactive (#5081) (62f64cc)
  • Table: empty cell value causing hydration errors (#5069) (44a38ea)
  • unplugin: handle components resolution with subpath (31db8d9)
  • useKbd: update escape key from to Esc (#5076) (64d1589)
  • vue: align useCookie stub with nuxt's default value handling (#5089) (f531807)

4.0.0 (2025-09-23)

4.0.0-beta.0 (2025-09-22)

Bug Fixes

  • ChatMessages: wrap indicator with slot (#5036) (c00bf30)
  • CheckboxGroup: proxy generic to emits (ffa5b23)
  • Form: flaky reactivity test (#5038) (263015c)
  • Form: flaky reactivity tests (#5033) (817b902)
  • Form: improve nested form validation handling (#5024) (77a554e)
  • Form: remove joi and yup in favor of @​standard-schema/spec (#5035) (723cf36)
  • InputMenu: ensure to pass a string to items when multiple (9beccbb), closes #5018
  • InputTags: add blur and focus event handlers on input (#5007) (3fd2614)
  • locale: improve translations in pt locale (#5003) (725ef9b)
  • module: only inject tailwindcss vite plugin once (#5008) (c2e39dd)
  • ProseImg: add w-full by default (#4997) (de47add)
  • Tabs: use nullish coalescing on item value (340fc48), closes #4804
  • Tree: remove value-key in favor of get-key (#4999) (240ff42)
  • types: allow arbitrary keys in tv config (#4992) (ae77b69)

4.0.0-alpha.2 (2025-09-17)

⚠ BREAKING CHANGES

... (truncated)

Commits
  • ddc3b10 chore(release): v4.0.1
  • b145768 fix(Drawer): use full height/width for snapPoints (#5041)
  • a1a4d2a chore(deps): update tailwindcss to ^4.1.14 (v4) (#5127)
  • b6dc9dc docs(mcp): add missing queryCollection import (#5124)
  • 21fbe63 fix(Carousel): ensure plugins init after client-side navigation (#5117)
  • 8adfdbe docs(llms): add proper spacing to text (#5122)
  • 9c433fe docs(mcp): revise Cursor MCP setup instructions (#5118)
  • 44a38ea fix(Table): empty cell value causing hydration errors (#5069)
  • 066b8a1 fix(Avatar): remove redundant img role
  • 1c2da64 docs(app): put back key on content navigation
  • 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 3.0.2 to 4.0.1.
- [Release notes](https://github.com/nuxt/ui/releases)
- [Changelog](https://github.com/nuxt/ui/blob/v4/CHANGELOG.md)
- [Commits](nuxt/ui@v3.0.2...v4.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 13, 2025

Assignees

The following users could not be added as assignees: diizzayy. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 13, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2025

Superseded by #717.

@dependabot dependabot bot closed this Oct 27, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nuxt/ui-4.0.1 branch October 27, 2025 00:06
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.

2 participants