Skip to content

fix(deps): update all dependencies#56

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/all
Jun 9, 2026
Merged

fix(deps): update all dependencies#56
renovate[bot] merged 1 commit into
mainfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
@radix-ui/react-avatar (source) ^1.1.11^1.1.12 age confidence dependencies patch
@radix-ui/react-dialog (source) ^1.1.15^1.1.16 age confidence dependencies patch
@radix-ui/react-dropdown-menu (source) ^2.1.16^2.1.17 age confidence dependencies patch
@radix-ui/react-label (source) ^2.1.8^2.1.9 age confidence dependencies patch
@radix-ui/react-select (source) ^2.2.6^2.3.0 age confidence dependencies minor
@radix-ui/react-slot (source) ^1.2.4^1.2.5 age confidence dependencies patch
@radix-ui/react-tabs (source) ^1.1.13^1.1.14 age confidence dependencies patch
@types/node (source) ^25.9.1^25.9.2 age confidence devDependencies patch
@types/react (source) ^19.2.16^19.2.17 age confidence devDependencies patch
actions/checkout v6.0.2v6.0.3 age confidence action patch
concurrently ^10.0.1^10.0.3 age confidence devDependencies patch
convex-helpers (source) ^0.1.118^0.1.119 age confidence dependencies patch
effect (source) ^3.21.2^3.21.3 age confidence dependencies patch
happy-dom ^20.9.0^20.10.2 age confidence devDependencies minor
react-hook-form (source) ^7.77.0^7.78.0 age confidence dependencies minor
ultracite (source) 7.8.17.8.2 age confidence devDependencies patch

Release Notes

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

v1.1.12

  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-context@1.1.4, @radix-ui/react-primitive@2.1.5, @radix-ui/react-use-callback-ref@1.1.2, @radix-ui/react-use-is-hydrated@0.1.1, @radix-ui/react-use-layout-effect@1.1.2
radix-ui/primitives (@​radix-ui/react-dialog)

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
radix-ui/primitives (@​radix-ui/react-dropdown-menu)

v2.1.17

  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-menu@2.1.17, @radix-ui/primitive@1.1.4, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.1.4, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.5, @radix-ui/react-use-controllable-state@1.2.3
radix-ui/primitives (@​radix-ui/react-label)

v2.1.9

  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-primitive@2.1.5
radix-ui/primitives (@​radix-ui/react-select)

v2.3.0

  • Added unstable Provider and BubbleInput parts to Select. Select.unstable_Provider sets up Select's context and state without implicitly rendering the hidden native select, and Select.unstable_BubbleInput exposes that previously internal native select so consumers can recompose it explicitly. Select continues to render both by default.
  • Added support for presence-based exit animations in Select
  • Fixed Select hidden input so it submits empty string when no value is selected
  • Fixed placeholder rendering when a controlled Select is reset to an empty value
  • Added missing __selectScope prop to PopperContent component
  • Fixed Select closing unexpectedly after touch-scrolling its content when rendered inside an open shadow DOM
  • 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)
  • Fixed SelectValue logging invalid prop errors when used with both asChild and a placeholder
  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-presence@1.1.6, @radix-ui/react-popper@1.3.0, @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/react-collection@1.1.9, @radix-ui/react-direction@1.1.2, @radix-ui/number@1.1.2, @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-callback-ref@1.1.2, @radix-ui/react-use-controllable-state@1.2.3, @radix-ui/react-use-layout-effect@1.1.2, @radix-ui/react-use-previous@1.1.2, @radix-ui/react-visually-hidden@1.2.5
radix-ui/primitives (@​radix-ui/react-slot)

v1.2.5

  • Fixed infinite re-render loop in React 19 caused by Slot creating a new ref callback on every render
  • Added support for nested Slottable via a render prop, so a slotted element can be wrapped while still merging Slot props and refs onto it
  • Added repository.directory to all package.json files
  • Improved error messages for invalid slot children
  • Updated dependencies: @radix-ui/react-compose-refs@1.1.3
radix-ui/primitives (@​radix-ui/react-tabs)

v1.1.14

  • 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-direction@1.1.2, @radix-ui/primitive@1.1.4, @radix-ui/react-context@1.1.4, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.5, @radix-ui/react-roving-focus@1.1.12, @radix-ui/react-use-controllable-state@1.2.3
actions/checkout (actions/checkout)

v6.0.3

Compare Source

open-cli-tools/concurrently (concurrently)

v10.0.3

Compare Source

Republish of https://github.com/open-cli-tools/concurrently/releases/tag/v10.0.1 with Trusted Publishing enabled (see #​595)

Full Changelog: open-cli-tools/concurrently@v10.0.2...v10.0.3

get-convex/convex-helpers (convex-helpers)

v0.1.119

Compare Source

  • Zod 4 support: the return types of zodToConvex and zodOutputToConvex
    now return the expected type when enabling the
    exactOptionalPropertyTypes TypeScript setting.
Effect-TS/effect (effect)

v3.21.3

Compare Source

Patch Changes
capricorn86/happy-dom (happy-dom)

v20.10.2

Compare Source

👷‍♂️ Patch fixes

v20.10.1

Compare Source

v20.10.0

Compare Source

react-hook-form/react-hook-form (react-hook-form)

v7.78.0

Compare Source

haydenbleasel/ultracite (ultracite)

v7.8.2

Compare Source

Patch Changes
  • 30971a8: Enable newly available Oxlint and Stylelint rules in the shared configs.

    For Oxlint, the core preset now enables eslint/prefer-named-capture-group,
    jsdoc/require-yields-description, node/callback-return,
    typescript/method-signature-style, and unicorn/import-style.

    The Vue preset now enables vue/component-definition-name-casing,
    vue/no-computed-properties-in-data, vue/no-deprecated-props-default-this,
    vue/no-expose-after-await, vue/no-reserved-component-names,
    vue/no-shared-component-data, vue/no-watch-after-await,
    vue/require-prop-type-constructor, vue/require-render-return,
    vue/require-slots-as-functions, vue/return-in-emits-validator,
    vue/valid-define-options, and vue/valid-next-tick.

    The Stylelint preset now enables display-notation with the short option.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate Bot added the deps label Jun 6, 2026
@renovate
renovate Bot requested a review from giacomoguidotto as a code owner June 6, 2026 02:03
@vercel

vercel Bot commented Jun 6, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
blueprint Ready Ready Preview, Comment Jun 8, 2026 7:03pm

@renovate
renovate Bot merged commit 0823417 into main Jun 9, 2026
10 checks passed
@renovate
renovate Bot deleted the renovate/all branch June 9, 2026 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant