Skip to content

fix(deps): update all non-major dependencies#5168

Merged
traefiker merged 2 commits into
masterfrom
renovate/all-minor-patch
Jul 15, 2026
Merged

fix(deps): update all non-major dependencies#5168
traefiker merged 2 commits into
masterfrom
renovate/all-minor-patch

Conversation

@renovate-with-github-actions

@renovate-with-github-actions renovate-with-github-actions Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@radix-ui/react-accessible-icon (source) 1.1.81.1.11 age confidence
@radix-ui/react-accordion (source) 1.2.121.2.16 age confidence
@radix-ui/react-alert-dialog (source) 1.1.151.1.19 age confidence
@radix-ui/react-aspect-ratio (source) 1.1.81.1.11 age confidence
@radix-ui/react-avatar (source) 1.1.111.2.2 age confidence
@radix-ui/react-checkbox (source) 1.3.31.3.7 age confidence
@radix-ui/react-context-menu (source) 2.2.162.3.3 age confidence
@radix-ui/react-dialog (source) 1.1.151.1.19 age confidence
@radix-ui/react-dropdown-menu (source) 2.1.162.1.20 age confidence
@radix-ui/react-id (source) 1.1.11.1.2 age confidence
@radix-ui/react-label (source) 2.1.82.1.11 age confidence
@radix-ui/react-navigation-menu (source) 1.2.141.2.18 age confidence
@radix-ui/react-popover (source) 1.1.151.1.19 age confidence
@radix-ui/react-portal (source) 1.1.101.1.13 age confidence
@radix-ui/react-progress (source) 1.1.81.1.12 age confidence
@radix-ui/react-radio-group (source) 1.3.81.4.3 age confidence
@radix-ui/react-separator (source) 1.1.81.1.11 age confidence
@radix-ui/react-slider (source) 1.3.61.4.3 age confidence
@radix-ui/react-slot (source) 1.2.41.3.0 age confidence
@radix-ui/react-switch (source) 1.2.61.3.3 age confidence
@radix-ui/react-tabs (source) 1.1.131.1.17 age confidence
@radix-ui/react-toggle (source) 1.1.101.1.14 age confidence
@radix-ui/react-toggle-group (source) 1.1.111.1.15 age confidence
@radix-ui/react-tooltip (source) 1.2.81.2.12 age confidence
@radix-ui/react-use-layout-effect (source) 1.1.11.1.2 age confidence
@radix-ui/react-visually-hidden (source) 1.2.41.2.7 age confidence
@semantic-release/github 12.0.812.0.9 age confidence
@storybook/addon-docs (source) 10.4.210.5.0 age confidence
@storybook/addon-links (source) 10.4.210.5.0 age confidence
@storybook/builder-vite (source) 10.4.210.5.0 age confidence
@storybook/react-vite (source) 10.4.210.5.0 age confidence
@types/node (source) 24.13.024.13.3 age confidence
@vanilla-extract/css (source) 1.20.11.21.1 age confidence
@vanilla-extract/vite-plugin (source) 5.2.25.2.4 age confidence
@vitejs/plugin-react (source) 6.0.26.0.3 age confidence
eslint-plugin-storybook (source) 10.4.210.5.0 age confidence
globals 17.6.017.7.0 age confidence
lint-staged 17.0.717.0.8 age confidence
np 11.2.111.2.2 age confidence
prettier (source) 3.8.33.9.5 age confidence
semantic-release 25.0.325.0.5 age confidence
storybook (source) 10.4.210.5.0 age confidence
typescript-eslint (source) 8.60.18.63.0 age confidence
vite (source) 8.0.168.1.4 age confidence
yarn (source) 4.16.0+sha512.5374c94eb4ef6aa8188fb112f20c1aa6569f248d676c5e576e1fd2a1a4d8d87a96df65d9dfe1c2a0252cbe38bda46cf18d955005b81b43cc7607a5c9d56fd2b64.17.1 age confidence
Node.js 24.14.1 24.18.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

radix-ui/primitives (@​radix-ui/react-accessible-icon)

v1.1.11

v1.1.10

v1.1.9

  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/[email protected]
radix-ui/primitives (@​radix-ui/react-accordion)

v1.2.16

v1.2.15

v1.2.14

v1.2.13

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

v1.1.19

v1.1.18

v1.1.17

v1.1.16

radix-ui/primitives (@​radix-ui/react-aspect-ratio)

v1.1.11

v1.1.10

v1.1.9

  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/[email protected]
radix-ui/primitives (@​radix-ui/react-avatar)

v1.2.2

v1.2.1

v1.2.0

  • 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.
Other updates
  • Fixed console warnings to show in test environments.
  • Updated dependencies: @radix-ui/[email protected]

v1.1.12

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

v1.3.7

v1.3.6

v1.3.5

v1.3.4

radix-ui/primitives (@​radix-ui/react-context-menu)

v2.3.3

  • Fixed ContextMenu not re-anchoring to the latest pointer position when re-triggered while already open.
  • Fixed menu items, tab triggers, toolbar links, and select items intercepting Space/Enter keys that originate from focusable descendants.
  • Updated dependencies: @radix-ui/[email protected], @radix-ui/[email protected], @radix-ui/[email protected]

v2.3.2

v2.3.1

v2.3.0

  • Added support for a controlled open prop on ContextMenu.Root. This is intended for reading the open state and closing the menu programmatically, though we discourage opening the menu programmatically since opening the menu depends on user interaction to position the menu.
  • Fixed bug in context menu where submenus stayed expanded after re-opening on long-press touch events
  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/[email protected], @radix-ui/[email protected], @radix-ui/[email protected], @radix-ui/[email protected], @radix-ui/[email protected]
radix-ui/primitives (@​radix-ui/react-dialog)

v1.1.19

v1.1.18

v1.1.17

v1.1.16

radix-ui/primitives (@​radix-ui/react-dropdown-menu)

v2.1.20

v2.1.19

  • Fixed infinite re-render loop in React 19 caused by unstable composed ref callback references.
Other updates

v2.1.18

v2.1.17

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

v1.1.2

  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/[email protected]
radix-ui/primitives (@​radix-ui/react-label)

v2.1.11

v2.1.10

v2.1.9

  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/[email protected]
radix-ui/primitives (@​radix-ui/react-navigation-menu)

v1.2.18

v1.2.17

  • Fixed infinite re-render loop in React 19 caused by unstable composed ref callback references.
Other updates

v1.2.16

v1.2.15

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

v1.1.19

v1.1.18

v1.1.17

v1.1.16

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

v1.1.13

v1.1.12

v1.1.11

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

v1.1.12

v1.1.11

v1.1.10

v1.1.9

radix-ui/primitives (@​radix-ui/react-radio-group)

v1.4.3

v1.4.2

v1.4.1

v1.4.0

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

v1.1.11

v1.1.10

v1.1.9

  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/[email protected]
radix-ui/primitives (@​radix-ui/react-slider)

v1.4.3

  • Fixed a bug in form control components to ensure their values are updated when their associated form's is reset. This affects RadioGroup, Slider, Select, and Switch.
  • Fixed keyboard stepping skipping a valid value when the current value is off the step grid (eg, a defaultValue that isn't a multiple of step from min). Stepping now snaps to the next step-aligned value in the direction of travel, matching native <input type="range"> behavior.
  • Updated dependencies: @radix-ui/[email protected], @radix-ui/[email protected], @radix-ui/[email protected]

v1.4.2

  • Fixed infinite re-render loop in React 19 caused by unstable composed ref callback references.
Other updates

v1.4.1

v1.4.0

  • Added unstable ThumbProvider, ThumbTrigger, and BubbleInput parts to Slider. SliderThumb was previously a single component that implicitly rendered a hidden native input for form submission. It is now composed from these new parts, which are exposed so consumers can decouple the bubble input from the thumb (for example, to render or customize it independently) instead of relying on SliderThumb to render it implicitly. SliderThumb continues to render all three by default, so existing usage is unaffected.
  • Added focusVisible for non-keyboard interactions with slider thumbs for progressively enabling styles using :focus-visible alongside programmatic focus management
  • Fixed Slider focus bugs in scrollable context
  • Fixed a Slider bug where very small step values made the thumbs unresponsive
  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/[email protected], @radix-ui/[email protected], @radix-ui/[email protected], @radix-ui/[email protected], @radix-ui/[email protected], @radix-ui/[email protected], @radix-ui/[email protected], @radix-ui/[email protected], @radix-ui/[email protected], @radix-ui/[email protected], @radix-ui/[email protected]
radix-ui/primitives (@​radix-ui/react-slot)

v1.3.0

Added generic type arguments for SlotProps and createSlot

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

const Slot = createSlot<HTMLButtonElement, MyCustomButtonProps>('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/[email protected]
radix-ui/primitives (@​radix-ui/react-switch)

v1.3.3

  • Fixed a bug in form control components to ensure their values are updated when their associated form's is reset. This affects RadioGroup, Slider, Select, and Switch.
  • Updated dependencies: @radix-ui/[email protected], @radix-ui/[email protected]

v1.3.2

v1.3.1

v1.3.0

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

v1.1.17

v1.1.16

v1.1.15

v1.1.14

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

v1.1.14

v1.1.13

v1.1.12

v1.1.11

radix-ui/primitives (@​radix-ui/react-toggle-group)

v1.1.15

v1.1.14

v1.1.13

v1.1.12

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

v1.2.12

v1.2.11

v1.2.10

v1.2.9

radix-ui/primitives (@​radix-ui/react-use-layout-effect)

v1.1.2

  • Added repository.directory to all package.json files
radix-ui/primitives (@​radix-ui/react-visually-hidden)

v1.2.7

v1.2.6

v1.2.5

  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/[email protected]
semantic-release/github (@​semantic-release/github)

v12.0.9

Compare Source

Bug Fixes
  • asset-upload: stop setting content-length header manually (241f966), closes #​1224
  • local-undici: always use the locally inst

Note

PR body was truncated to here.


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.

👻 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 has been generated by Mend Renovate.

@renovate-with-github-actions renovate-with-github-actions Bot added area/infrastructure Pull requests that update infra/dependencies status/2-needs-review labels Jun 15, 2026
@renovate-with-github-actions
renovate-with-github-actions Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c4a451a to ec5490b Compare June 29, 2026 11:25
@renovate-with-github-actions
renovate-with-github-actions Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4d80d15 to 412ed1e Compare July 13, 2026 10:43
@mdeliatf mdeliatf closed this Jul 15, 2026
@mdeliatf mdeliatf reopened this Jul 15, 2026
@mdeliatf
mdeliatf force-pushed the renovate/all-minor-patch branch from 412ed1e to 2a1af15 Compare July 15, 2026 12:26

@mdeliatf mdeliatf left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@traefiker
traefiker merged commit 9b62d91 into master Jul 15, 2026
5 checks passed
@traefiker
traefiker deleted the renovate/all-minor-patch branch July 15, 2026 12:44
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 12.3.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Labels

area/infrastructure Pull requests that update infra/dependencies released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants