Skip to content

chore(deps): bump @radix-ui/react-dialog from 1.1.15 to 1.1.17#228

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

chore(deps): bump @radix-ui/react-dialog from 1.1.15 to 1.1.17#228
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/radix-ui/react-dialog-1.1.17

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @radix-ui/react-dialog from 1.1.15 to 1.1.17.

Changelog

Sourced from @​radix-ui/react-dialog's changelog.

1.1.17

  • Removed dev-only warnings for dialogs when title and/or description is not rendered.
  • Fixed Dismissable Layer so outside interactions stopped by extension UI overlays do not dismiss dialogs or popovers.
  • Updated dependencies: @radix-ui/react-slot@1.3.0, @radix-ui/react-dismissable-layer@1.1.13, @radix-ui/react-primitive@2.1.6, @radix-ui/react-focus-scope@1.1.10, @radix-ui/react-portal@1.1.12

1.1.16

  • Fixed disabled pointer events in closed dialogs
  • Fixed a bug where iOS text selection and editing on HTML inputs within react-dialog were broken
  • Fixed triggers referencing a non-existent element via aria-controls when their content is removed from the DOM (credit to @​dodomorandi for the original PR)
  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-presence@1.1.6, @radix-ui/react-slot@1.2.5, @radix-ui/react-focus-guards@1.1.4, @radix-ui/react-dismissable-layer@1.1.12, @radix-ui/primitive@1.1.4, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.1.4, @radix-ui/react-focus-scope@1.1.9, @radix-ui/react-id@1.1.2, @radix-ui/react-portal@1.1.11, @radix-ui/react-primitive@2.1.5, @radix-ui/react-use-controllable-state@1.2.3
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​radix-ui/react-dialog since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file frontend Frontend/UI changes labels Jun 15, 2026
@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
volvox-website Ready Ready Preview, Comment Jun 20, 2026 7:49pm

Request Review

@claude

claude Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Claude encountered an error —— View job


I'll analyze this and get back to you.

@greptile-apps

greptile-apps Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Routine dependabot bump of @radix-ui/react-dialog from 1.1.15 to 1.1.17. The lock file is updated consistently with the new resolved versions for the package and its transitive dependencies.

  • 1.1.16: Fixed disabled pointer events in closed dialogs, fixed iOS text selection/editing on HTML inputs inside dialogs, and fixed aria-controls pointing to non-existent elements when dialog content is removed from the DOM.
  • 1.1.17: Removed dev-only warnings when dialog title/description is absent, and fixed the Dismissable Layer so browser-extension UI overlays no longer inadvertently dismiss open dialogs or popovers.

Confidence Score: 5/5

Safe to merge — this is a patch-range bump with only bug fixes and no breaking API changes.

The change is limited to a version pin in package.json and the corresponding lock file update. Both intermediate releases (1.1.16 and 1.1.17) are pure bug-fix releases with no breaking changes, and the lock file is consistent with the declared specifier.

No files require special attention.

Important Files Changed

Filename Overview
package.json Bumps @radix-ui/react-dialog from ^1.1.15 to ^1.1.17; no other changes.
pnpm-lock.yaml Lock file updated consistently with the package.json change, adding new resolved versions for @radix-ui/react-dialog and its transitive dependencies.

Reviews (2): Last reviewed commit: "chore(deps): bump @radix-ui/react-dialog..." | Re-trigger Greptile

Bumps [@radix-ui/react-dialog](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/dialog) from 1.1.15 to 1.1.17.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/dialog/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/dialog)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-dialog"
  dependency-version: 1.1.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/radix-ui/react-dialog-1.1.17 branch from b586b60 to 1e92211 Compare June 20, 2026 19:48
@morph-subagents

Copy link
Copy Markdown

🤖 Morph Preview Test

Preview URL: https://volvox-website-qwgkhsqfk-volvox-llc.vercel.app

AI Summary

Issues:

  • Background content remains interactive when the Volvox Assistant dialog is open (was able to click background links and navigate).
  • No mobile-specific hamburger menu was found at 375px width; standard navigation remains visible.

Verified:

  • Volvox Assistant dialog opens correctly with a backdrop.
  • Dialog closes successfully via the close button and the Escape key (Radix Dialog standard behavior).
  • Navigation remains functional after dialog interactions.

Notes:
The lack of background blocking suggests the modal property of the Radix Dialog may be set to false or the backdrop implementation is not intercepting pointer events correctly.

Recording

Preview Recording

View full session →


Automated testing by Morph

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 frontend Frontend/UI changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant