Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

chore(deps): bump @base-ui-components/react from 1.0.0-beta.4 to 1.0.0-beta.6#49

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/base-ui-components/react-1.0.0-beta.6
Closed

chore(deps): bump @base-ui-components/react from 1.0.0-beta.4 to 1.0.0-beta.6#49
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/base-ui-components/react-1.0.0-beta.6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2025

Bumps @base-ui-components/react from 1.0.0-beta.4 to 1.0.0-beta.6.

Release notes

Sourced from @​base-ui-components/react's releases.

v1.0.0-beta.6

This is a hotfix release with the following changes:

  • Fix for rendering of Alert Dialog, Dialog, Menu, Popover, and Tooltip in React Server Components (#3241) by @​michaldudak
  • Fix of the types of the refs in the Checkbox, Switch and Radio components (#3246) by @​mnajdova
  • Fix of the value type error with mergeProps (#3247) by @​atomiks

v1.0.0-beta.5

General changes

  • Breaking change: Replace trackAnchor with disableAnchorTracking. If you were using trackAnchor={false}, be sure to update your usage to disableAnchorTracking instead. (#3188) by @​mnajdova
  • Breaking change: Rename loop to loopFocus (#3186) by @​mnajdova
  • Fix type portability (#2912) by @​atomiks
  • Accept a function for the style prop (#3038) by @​mnajdova
  • Create portal elements inside React (#2889) by @​atomiks
  • Avoid applying hidden attribute to indicator elements when they specify keepMounted and are invisible (#3228) by @​atomiks
  • Fix crash in Next.js 16 when accessing render.props.ref (#3231) by @​atomiks

Accordion

Alert Dialog

  • Fix initialFocus as function being called on close (#2949) by @​atomiks
  • Support detached triggers (#2974) by @​michaldudak
  • Place overflow: hidden on <body> for overlay scrollbars by default. Avoids sticky elements shifting if <body> has an overflow style specified. (#3083) by @​atomiks
  • Add <AlertDialog.Viewport> part (#2808) by @​atomiks

Autocomplete

  • Breaking change: Refactor alwaysSubmitOnEnter to submitOnItemClick prop. If you were using alwaysSubmitOnEnter, be sure to update your usage to submitOnItemClick instead. (#3018) by @​atomiks
  • Prevent blocking filtering while composing text on Android (#2944) by @​atomiks
  • Add empty state to List.State (#2934) by @​atomiks
  • Fix initialFocus as function being called on close (#2949) by @​atomiks
  • Add role="combobox" to <Autocomplete.Trigger> if <Autocomplete.Input> is inside Popup (#2973) by @​atomiks
  • Fix stale onItemHighlighted data when filtering with autoHighlight (#2829) by @​atomiks
  • Add empty and side styling attributes on <Autocomplete.Input> (#2926) by @​atomiks
  • Fix <Autocomplete.Value> component return type for React 17 (#3050) by @​atomiks
  • Support autoHighlight: "always", and add keepHighlight, highlightItemOnHover props (#2976) by @​atomiks
  • Keep focus on input when pressing list element (#3092) by @​atomiks
  • Allow Esc to bubble if <Autocomplete.Empty> is not used (#2935) by @​atomiks
  • Add dialog role to popup when input is inside (#3213) by @​atomiks

Button

... (truncated)

Changelog

Sourced from @​base-ui-components/react's changelog.

v1.0.0-beta.6

Nov 17, 2025

This is a hotfix release with the following changes:

  • Fix for rendering of Alert Dialog, Dialog, Menu, Popover, and Tooltip in React Server Components (#3241) by @​michaldudak
  • Fix of the types of the refs in the Checkbox, Switch and Radio components (#3246) by @​mnajdova
  • Fix of the value type error with mergeProps (#3247) by @​atomiks

v1.0.0-beta.5

Nov 17, 2025

General changes

  • Breaking change: Replace trackAnchor with disableAnchorTracking. If you were using trackAnchor={false}, be sure to update your usage to disableAnchorTracking instead. (#3188) by @​mnajdova
  • Breaking change: Rename loop to loopFocus (#3186) by @​mnajdova
  • Fix type portability (#2912) by @​atomiks
  • Accept a function for the style prop (#3038) by @​mnajdova
  • Create portal elements inside React (#2889) by @​atomiks
  • Avoid applying hidden attribute to indicator elements when they specify keepMounted and are invisible (#3228) by @​atomiks
  • Fix crash in Next.js 16 when accessing render.props.ref (#3231) by @​atomiks

Accordion

Alert Dialog

  • Fix initialFocus as function being called on close (#2949) by @​atomiks
  • Support detached triggers (#2974) by @​michaldudak
  • Place overflow: hidden on <body> for overlay scrollbars by default. Avoids sticky elements shifting if <body> has an overflow style specified. (#3083) by @​atomiks
  • Add <AlertDialog.Viewport> part (#2808) by @​atomiks

Autocomplete

  • Breaking change: Refactor alwaysSubmitOnEnter to submitOnItemClick prop. If you were using alwaysSubmitOnEnter, be sure to update your usage to submitOnItemClick instead. (#3018) by @​atomiks
  • Prevent blocking filtering while composing text on Android (#2944) by @​atomiks
  • Add empty state to List.State (#2934) by @​atomiks
  • Fix initialFocus as function being called on close (#2949) by @​atomiks
  • Add role="combobox" to <Autocomplete.Trigger> if <Autocomplete.Input> is inside Popup (#2973) by @​atomiks
  • Fix stale onItemHighlighted data when filtering with autoHighlight (#2829) by @​atomiks
  • Add empty and side styling attributes on <Autocomplete.Input> (#2926) by @​atomiks
  • Fix <Autocomplete.Value> component return type for React 17 (#3050) by @​atomiks

... (truncated)

Commits
  • eb7e80b [release] v1.0.0-beta.6 (#3244)
  • c3dad6f [combobox][select] Fix value type error with mergeProps (#3247)
  • 04aa05b [checkbox][switch][radio] Correct the type of forwarded refs (#3246)
  • 22bf081 [alert dialog][dialog][menu][popover][tooltip] Do not use client-side code in...
  • 6e2d59d [docs] Wrap keyboard keys in kbd element (#3206)
  • 158aa3a [release] 1.0.0-beta.5 (#3210)
  • 2d877d7 [alert dialog] Re-export dialog parts (#3237)
  • 7a41931 [checkbox][radio][switch] Render root as span instead of button (#3205)
  • a59230c [tabs] Fix indicator sizing and offsets (#3214)
  • 21b50a9 [all components] Fix crash in Next.js 16 when accessing render.props.ref (#...
  • 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 [@base-ui-components/react](https://github.com/mui/base-ui/tree/HEAD/packages/react) from 1.0.0-beta.4 to 1.0.0-beta.6.
- [Release notes](https://github.com/mui/base-ui/releases)
- [Changelog](https://github.com/mui/base-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/base-ui/commits/v1.0.0-beta.6/packages/react)

---
updated-dependencies:
- dependency-name: "@base-ui-components/react"
  dependency-version: 1.0.0-beta.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 19, 2025
@dependabot dependabot bot requested a review from tobeycodes as a code owner November 19, 2025 16:29
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 19, 2025
@tobeycodes tobeycodes closed this Nov 19, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 19, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/base-ui-components/react-1.0.0-beta.6 branch November 19, 2025 16:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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

Comments