Skip to content

chore(deps): bump radix-ui from 1.5.0 to 1.6.0#134

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/radix-ui-1.6.0
Open

chore(deps): bump radix-ui from 1.5.0 to 1.6.0#134
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/radix-ui-1.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps radix-ui from 1.5.0 to 1.6.0.

Changelog

Sourced from radix-ui's changelog.

1.6.0

const Slot = createSlot<HTMLButtonElement, MyCustomButtonProps>('Slot');

Avatar

  • Fixed several edge cases with Avatar's loading state
    • An avatar's fallback would not be displayed again if its image component unmounted. This is now fixed.
    • Rendering multiple Avatar.Image components per Avatar.Root was never supported and results in buggy, unpredictable behavior. We now warn about this in development.
    • Zero-sized images were treated as loading, meaning that onLoadingStatusChange is never called once loaded. A zero-sized image now triggers an error status on load.

Password Toggle Field

  • Renamed misspelled onVisiblityChange prop to onVisibilityChange.
  • Fixed prop type definitions to include asChild for all component parts.

Scroll Area

  • Stabilized the viewport style tag unless the nonce changes.

Slot

  • SlotProps and createSlot now accept generic type arguments to specify the type of element a slot should render, as well as its props.

Toggle Group

  • Updated single-select and multi-select toggle groups to use the radiogroup and toolbar roles, respectively.

Select

  • Allowed a Select.Item with an empty string value to act as a "clear" option. Selecting it resets the selection back to the placeholder, restoring the native <select> behavior for optional selects. Previously using an empty string value would throw an error.
  • Fixed a bug where typeahead search resulted in focusing an element that no longer exists.

Other updates

  • Fixed a regression in that caused submenu misalignment when using custom portals.
  • Removed dev-only warnings for dialogs when title and/or description is not rendered.
  • Fixed a bug where menus and submenus remained open after a window loses focus.
  • Fixed Dismissable Layer so outside interactions stopped by extension UI overlays do not dismiss dialogs or popovers.
  • Fixed Duplicate index signature errors that surfaced when consuming multiple packages together.
Commits

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 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 [radix-ui](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/radix-ui) from 1.5.0 to 1.6.0.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/radix-ui/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/radix-ui)

---
updated-dependencies:
- dependency-name: radix-ui
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Dependency changes label Jun 22, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automated. Please create it before Dependabot can add it to a pull request.

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

@vercel

vercel Bot commented Jun 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
modelhub Ready Ready Preview, Comment Jun 22, 2026 8:48am

@greptile-apps

greptile-apps Bot commented Jun 22, 2026

Copy link
Copy Markdown

Greptile Summary

This PR bumps radix-ui from 1.5.0 to 1.6.0 via Dependabot, updating both package.json and pnpm-lock.yaml. The release includes bug fixes for Avatar loading states, Select empty-string handling, menu/submenu focus and alignment issues, and a rename of the misspelled onVisiblityChange prop in PasswordToggle.

  • The renamed onVisiblityChangeonVisibilityChange prop is a technically breaking change, but no usage of PasswordToggle or that prop was found anywhere in the codebase, so there is no impact.
  • The codebase does use Select, ScrollArea, Dialog, DropdownMenu, and other primitives from radix-ui — all of which receive only bug fixes in this release, with no removed or changed APIs affecting current usage.

Confidence Score: 5/5

Safe to merge — this is a routine minor-version bump with only bug fixes and additive changes that do not affect current usage patterns in the codebase.

All 1.6.0 changes are either bug fixes or additive features. The one technically breaking change (renaming the misspelled onVisiblityChange prop on PasswordToggle) has no impact because PasswordToggle is not used anywhere in the repository. The components that are used — Select, ScrollArea, Dialog, DropdownMenu — receive only fixes in this release.

No files require special attention.

Important Files Changed

Filename Overview
package.json Version specifier updated from ^1.5.0 to ^1.6.0 for the radix-ui dependency — a straightforward minor bump with no other changes.
pnpm-lock.yaml Lockfile updated to resolve radix-ui@1.6.0 and its transitive dependency updates (e.g., @peculiar/asn1-* packages bumped). No manual edits detected.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[dependabot opens PR] --> B[package.json: radix-ui ^1.5.0 → ^1.6.0]
    B --> C[pnpm-lock.yaml resolved to 1.6.0]
    C --> D{Breaking changes?}
    D -->|onVisiblityChange renamed| E[PasswordToggle not used in codebase ✓]
    D -->|ToggleGroup ARIA roles| F[ToggleGroup not used in codebase ✓]
    D -->|Select empty-string value| G[Select used — change is additive ✓]
    D -->|Dialog title/desc warnings removed| H[Dialog used — improvement ✓]
    D -->|ScrollArea style stability| I[ScrollArea used — improvement ✓]
    E & F & G & H & I --> J[No breaking impact detected — safe to merge]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[dependabot opens PR] --> B[package.json: radix-ui ^1.5.0 → ^1.6.0]
    B --> C[pnpm-lock.yaml resolved to 1.6.0]
    C --> D{Breaking changes?}
    D -->|onVisiblityChange renamed| E[PasswordToggle not used in codebase ✓]
    D -->|ToggleGroup ARIA roles| F[ToggleGroup not used in codebase ✓]
    D -->|Select empty-string value| G[Select used — change is additive ✓]
    D -->|Dialog title/desc warnings removed| H[Dialog used — improvement ✓]
    D -->|ScrollArea style stability| I[ScrollArea used — improvement ✓]
    E & F & G & H & I --> J[No breaking impact detected — safe to merge]
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump radix-ui from 1.5.0 to..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants