Skip to content

Update dependency @radix-ui/react-dialog to v1.1.23 - autoclosed - #9

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/radix-ui-react-dialog-1.x-lockfile
Closed

Update dependency @radix-ui/react-dialog to v1.1.23 - autoclosed#9
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/radix-ui-react-dialog-1.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Nov 5, 2024

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@radix-ui/react-dialog (source) 1.1.11.1.23 age adoption passing confidence

Release Notes

radix-ui/primitives (@​radix-ui/react-dialog)

v1.1.23

  • Reverted breaking changes that caused compatibility issues with React Server Components.
  • Updated dependencies: @radix-ui/react-compose-refs@1.1.5, @radix-ui/react-context@1.2.2, @radix-ui/react-dismissable-layer@1.1.19, @radix-ui/react-focus-guards@1.1.6, @radix-ui/react-focus-scope@1.1.16, @radix-ui/react-id@1.1.4, @radix-ui/react-portal@1.1.17, @radix-ui/react-presence@1.1.10, @radix-ui/react-primitive@2.1.10, @radix-ui/react-slot@1.3.3, @radix-ui/react-use-controllable-state@1.2.6, @radix-ui/react-use-layout-effect@1.1.4

v1.1.22

  • Updated dependencies: @radix-ui/react-slot@1.3.2, @radix-ui/react-primitive@2.1.9, @radix-ui/react-dismissable-layer@1.1.18, @radix-ui/react-focus-scope@1.1.15, @radix-ui/react-portal@1.1.16

v1.1.21

  • Republish through CI to attach provenance attestations. The previous versions of these packages were published manually outside of CI and therefore shipped without provenance; this patch re-releases the same code through the CI pipeline so every package includes an attestation.
  • Updated dependencies: @radix-ui/primitive@1.1.7, @radix-ui/react-compose-refs@1.1.4, @radix-ui/react-context@1.2.1, @radix-ui/react-dismissable-layer@1.1.17, @radix-ui/react-focus-guards@1.1.5, @radix-ui/react-focus-scope@1.1.14, @radix-ui/react-id@1.1.3, @radix-ui/react-portal@1.1.15, @radix-ui/react-presence@1.1.9, @radix-ui/react-primitive@2.1.8, @radix-ui/react-slot@1.3.1, @radix-ui/react-use-controllable-state@1.2.5, @radix-ui/react-use-layout-effect@1.1.3

v1.1.20

  • Fixed broken ARIA references in Dialogs where a title or description elements are not rendered.
  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @​__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-dismissable-layer@1.1.16, @radix-ui/react-focus-scope@1.1.13, @radix-ui/react-portal@1.1.14, @radix-ui/react-presence@1.1.8, @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.2.0, @radix-ui/react-focus-guards@1.1.4, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.7, @radix-ui/react-slot@1.3.0, @radix-ui/react-use-layout-effect@1.1.2

v1.1.19

  • Updated dependencies: @radix-ui/react-dismissable-layer@1.1.15, @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-focus-scope@1.1.12, @radix-ui/react-presence@1.1.7

v1.1.18

  • Updated dependencies: @radix-ui/react-primitive@2.1.7, @radix-ui/react-dismissable-layer@1.1.14, @radix-ui/react-focus-scope@1.1.11, @radix-ui/react-portal@1.1.13

v1.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

v1.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

v1.1.15

  • Updated dependencies: @radix-ui/react-presence@1.1.5, @radix-ui/react-slot@1.2.4, @radix-ui/react-focus-guards@1.1.3, @radix-ui/primitive@1.1.3, @radix-ui/react-context@1.1.3, @radix-ui/react-primitive@2.1.4, @radix-ui/react-dismissable-layer@1.1.11, @radix-ui/react-focus-scope@1.1.8, @radix-ui/react-portal@1.1.10

v1.1.14

  • Replace deprecated 'ElementRef' with 'ComponentRef' (#​3426)
  • Updated dependencies: @radix-ui/react-dismissable-layer@1.1.10, @radix-ui/react-focus-scope@1.1.7, @radix-ui/react-portal@1.1.9, @radix-ui/react-slot@1.2.3, @radix-ui/react-primitive@2.1.3

v1.1.13

  • Updated dependencies: @radix-ui/react-slot@1.2.2, @radix-ui/react-primitive@2.1.2, @radix-ui/react-dismissable-layer@1.1.9, @radix-ui/react-focus-scope@1.1.6, @radix-ui/react-portal@1.1.8

v1.1.12

  • Updated dependencies: @radix-ui/react-slot@1.2.1, @radix-ui/react-primitive@2.1.1, @radix-ui/react-dismissable-layer@1.1.8, @radix-ui/react-focus-scope@1.1.5, @radix-ui/react-portal@1.1.7

v1.1.11

  • Updated dependencies: @radix-ui/react-presence@1.1.4

v1.1.10

  • Updated dependencies: @radix-ui/react-use-controllable-state@1.2.2

v1.1.9

  • Updated dependencies: @radix-ui/react-use-controllable-state@1.2.1

v1.1.8

  • Minor improvements to useControllableState to enhance performance, reduce surface area for bugs, and log warnings when misused (#​3455)
  • Updated dependencies: @radix-ui/react-use-controllable-state@1.2.0, @radix-ui/react-primitive@2.1.0, @radix-ui/react-dismissable-layer@1.1.7, @radix-ui/react-focus-scope@1.1.4, @radix-ui/react-portal@1.1.6

v1.1.7

Compare Source

v1.1.6

Compare Source

v1.1.5

Compare Source

v1.1.4

Compare Source

v1.1.3

Compare Source

v1.1.2

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@sourcery-ai

sourcery-ai Bot commented Nov 6, 2024

Copy link
Copy Markdown

Reviewer's Guide by Sourcery

This PR updates the @radix-ui/react-dialog dependency from version 1.1.1 to 1.1.2. The update includes several internal dependency updates and version bumps for related Radix UI components and their dependencies.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Update @radix-ui/react-dialog package and its dependencies
  • Upgrade @radix-ui/react-dialog from 1.1.1 to 1.1.2
  • Update @radix-ui/react-context to 1.1.1
  • Update @radix-ui/react-dismissable-layer to 1.1.1
  • Update @radix-ui/react-focus-guards to 1.1.1
  • Update @radix-ui/react-portal to 1.1.2
  • Update @radix-ui/react-presence to 1.1.1
  • Update react-remove-scroll to 2.6.0
pnpm-lock.yaml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!

@renovate renovate Bot changed the title Update dependency @radix-ui/react-dialog to v1.1.2 Update dependency @radix-ui/react-dialog to v1.1.3 Dec 13, 2024
@renovate renovate Bot changed the title Update dependency @radix-ui/react-dialog to v1.1.3 Update dependency @radix-ui/react-dialog to v1.1.4 Dec 18, 2024
@renovate renovate Bot changed the title Update dependency @radix-ui/react-dialog to v1.1.4 Update dependency @radix-ui/react-dialog to v1.1.5 Jan 23, 2025
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch 2 times, most recently from 4b3b47a to c944f72 Compare January 25, 2025 14:54
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from c944f72 to 5c787bc Compare January 31, 2025 07:17
@renovate renovate Bot changed the title Update dependency @radix-ui/react-dialog to v1.1.5 Update dependency @radix-ui/react-dialog to v1.1.6 Feb 6, 2025
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch 2 times, most recently from 427a2e9 to 42058c3 Compare February 9, 2025 11:46
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from 42058c3 to f8d255f Compare March 5, 2025 03:46
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch 3 times, most recently from a31219d to 65b31e0 Compare March 18, 2025 08:00
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from 65b31e0 to 55c421b Compare April 2, 2025 19:51
@renovate renovate Bot changed the title Update dependency @radix-ui/react-dialog to v1.1.6 Update dependency @radix-ui/react-dialog to v1.1.7 Apr 12, 2025
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from 55c421b to 0fe0235 Compare April 12, 2025 04:06
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from 0fe0235 to d8fd304 Compare April 19, 2025 07:37
@renovate renovate Bot changed the title Update dependency @radix-ui/react-dialog to v1.1.7 Update dependency @radix-ui/react-dialog to v1.1.10 Apr 19, 2025
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from d8fd304 to dc214cf Compare April 24, 2025 00:10
@renovate renovate Bot changed the title Update dependency @radix-ui/react-dialog to v1.1.10 Update dependency @radix-ui/react-dialog to v1.1.11 Apr 24, 2025
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from dc214cf to b8d9441 Compare April 27, 2025 03:50
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from b8d9441 to d8d019e Compare May 10, 2025 07:54
@renovate renovate Bot changed the title Update dependency @radix-ui/react-dialog to v1.1.11 Update dependency @radix-ui/react-dialog to v1.1.13 May 10, 2025
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from d8d019e to b62052e Compare May 24, 2025 12:00
@renovate renovate Bot changed the title Update dependency @radix-ui/react-dialog to v1.1.13 Update dependency @radix-ui/react-dialog to v1.1.14 May 24, 2025
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch 2 times, most recently from 72958bf to a3c83b9 Compare June 6, 2025 17:17
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from a3c83b9 to f904408 Compare July 5, 2025 04:03
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from e19bc8e to 2d5bf2d Compare January 9, 2026 12:17
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch 2 times, most recently from b687121 to 9f3d982 Compare January 24, 2026 07:02
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from 9f3d982 to 82525f2 Compare February 3, 2026 19:48
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from 82525f2 to af53d55 Compare February 13, 2026 20:18
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch 2 times, most recently from 81fa13b to da68130 Compare March 14, 2026 17:24
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from da68130 to 11a9d4e Compare April 15, 2026 11:40
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from 11a9d4e to d3e70ad Compare May 1, 2026 07:40
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from d3e70ad to aa77e3f Compare May 13, 2026 20:17
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from aa77e3f to dc469c5 Compare May 22, 2026 03:28
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch 3 times, most recently from 08abcf0 to 48edfa5 Compare June 6, 2026 15:45
@renovate renovate Bot changed the title Update dependency @radix-ui/react-dialog to v1.1.15 Update dependency @radix-ui/react-dialog to v1.1.16 Jun 6, 2026
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from 48edfa5 to f4aa195 Compare June 12, 2026 14:47
@renovate renovate Bot changed the title Update dependency @radix-ui/react-dialog to v1.1.16 Update dependency @radix-ui/react-dialog to v1.1.17 Jun 20, 2026
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from f4aa195 to b0fd1e2 Compare June 20, 2026 16:12
@renovate renovate Bot changed the title Update dependency @radix-ui/react-dialog to v1.1.17 Update dependency @radix-ui/react-dialog to v1.1.18 Jul 1, 2026
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from b0fd1e2 to 5eaaff4 Compare July 1, 2026 04:27
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from 5eaaff4 to bb1a2e4 Compare July 10, 2026 08:09
@renovate renovate Bot changed the title Update dependency @radix-ui/react-dialog to v1.1.18 Update dependency @radix-ui/react-dialog to v1.1.19 Jul 10, 2026
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from bb1a2e4 to e653d65 Compare July 18, 2026 00:09
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from e653d65 to 7c8d489 Compare July 25, 2026 12:03
@renovate renovate Bot changed the title Update dependency @radix-ui/react-dialog to v1.1.19 Update dependency @radix-ui/react-dialog to v1.1.23 Jul 25, 2026
@renovate
renovate Bot force-pushed the renovate/radix-ui-react-dialog-1.x-lockfile branch from 7c8d489 to 8bb0f4f Compare August 1, 2026 11:48
@renovate renovate Bot changed the title Update dependency @radix-ui/react-dialog to v1.1.23 Update dependency @radix-ui/react-dialog to v1.1.23 - autoclosed Aug 8, 2026
@renovate renovate Bot closed this Aug 8, 2026
@renovate
renovate Bot deleted the renovate/radix-ui-react-dialog-1.x-lockfile branch August 8, 2026 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants