Skip to content

chore: bump the npm-production group across 1 directory with 11 updates#533

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/npm-production-48ece8a965
Open

chore: bump the npm-production group across 1 directory with 11 updates#533
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/npm-production-48ece8a965

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-production group with 11 updates in the / directory:

Package From To
@ark-ui/react 5.36.1 5.37.1
@radix-ui/react-collapsible 1.1.12 1.1.13
@radix-ui/react-dialog 1.1.15 1.1.16
@radix-ui/react-dropdown-menu 2.1.16 2.1.17
@radix-ui/react-popover 1.1.15 1.1.16
@radix-ui/react-tooltip 1.2.8 1.2.9
@radix-ui/react-visually-hidden 1.2.4 1.2.5
@tanstack/react-virtual 3.13.24 3.14.2
@zag-js/react 1.40.0 1.41.2
@zag-js/steps 1.40.0 1.41.2
valibot 1.2.0 1.4.1

Updates @ark-ui/react from 5.36.1 to 5.37.1

Release notes

Sourced from @​ark-ui/react's releases.

@​ark-ui/react@​5.37.1

@​ark-ui/react

[5.37.1] - 2026-06-06

Fixed

    • Date Input: Fix segment placeholders for locales with explicit script subtags.
    • Drawer: Fix flickering when a controlled drawer is swiped or backdrop-closed while the open setter is async (e.g. the History API or a delayed state update).
    • Image Cropper: Fix getCroppedImage and getCropData returning the wrong region when the image is shown at a size different from its natural resolution (e.g. width / height of 100%).
    • Pin Input: Fix data-filled being set on every input on first render.
    • Signature Pad: Fix the dir prop being accepted but never forwarded to the DOM.

[5.37.0] - 2026-05-26

Added

  • Floating Components: Add data-side to placement-aware parts so you can style them based on the current placement (top, bottom, left, right).

    Affects Color Picker, Combobox, Date Picker, Hover Card, Menu, Popover, Select, Tooltip, and Tour.

  • Date Input: Add hideTimeZone prop. When the value is a ZonedDateTime, the timeZoneName segment now renders automatically — set hideTimeZone to hide it. Arrow navigation and auto-advance after typing now reach read-only focusable segments too.

  • Splitter

    • Accept CSS units (px, em, rem, vh, vw) for defaultSize, minSize, and maxSize in addition to percentages.

      <Splitter.Root
        panels={[
          { id: 'nav', minSize: '240px', maxSize: '480px' },
          { id: 'main', minSize: 30 },
        ]}
        defaultSize={['240px', '60vw']}
      />
    • Add resizeBehavior per panel. Set to "preserve-pixel-size" to keep a panel's pixel size constant when the parent splitter group resizes.

    • Allow non-panel children (toolbars, rails, status bars) inside the splitter root. Use partial trigger ids ("left:", ":right") to bind handles around the fixed element.

Fixed

... (truncated)

Changelog

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

[5.37.1] - 2026-06-06

Fixed

    • Date Input: Fix segment placeholders for locales with explicit script subtags.
    • Drawer: Fix flickering when a controlled drawer is swiped or backdrop-closed while the open setter is async (e.g. the History API or a delayed state update).
    • Image Cropper: Fix getCroppedImage and getCropData returning the wrong region when the image is shown at a size different from its natural resolution (e.g. width / height of 100%).
    • Pin Input: Fix data-filled being set on every input on first render.
    • Signature Pad: Fix the dir prop being accepted but never forwarded to the DOM.

[5.37.0] - 2026-05-26

Added

  • Floating Components: Add data-side to placement-aware parts so you can style them based on the current placement (top, bottom, left, right).

    Affects Color Picker, Combobox, Date Picker, Hover Card, Menu, Popover, Select, Tooltip, and Tour.

  • Date Input: Add hideTimeZone prop. When the value is a ZonedDateTime, the timeZoneName segment now renders automatically — set hideTimeZone to hide it. Arrow navigation and auto-advance after typing now reach read-only focusable segments too.

  • Splitter

    • Accept CSS units (px, em, rem, vh, vw) for defaultSize, minSize, and maxSize in addition to percentages.

      <Splitter.Root
        panels={[
          { id: 'nav', minSize: '240px', maxSize: '480px' },
          { id: 'main', minSize: 30 },
        ]}
        defaultSize={['240px', '60vw']}
      />
    • Add resizeBehavior per panel. Set to "preserve-pixel-size" to keep a panel's pixel size constant when the parent splitter group resizes.

    • Allow non-panel children (toolbars, rails, status bars) inside the splitter root. Use partial trigger ids ("left:", ":right") to bind handles around the fixed element.

Fixed

  • Accordion: Remove redundant aria-disabled from item triggers.

  • Color Picker: Fire onValueChangeEnd when you pick a color with the EyeDropper API — matches the behavior when

... (truncated)

Commits

Updates @radix-ui/react-collapsible from 1.1.12 to 1.1.13

Changelog

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

1.1.13

  • 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/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/react-use-layout-effect@1.1.2
Commits
Maintainer changes

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


Updates @radix-ui/react-dialog from 1.1.15 to 1.1.16

Changelog

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

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.


Updates @radix-ui/react-dropdown-menu from 2.1.16 to 2.1.17

Changelog

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

2.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
Commits
Maintainer changes

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


Updates @radix-ui/react-popover from 1.1.15 to 1.1.16

Changelog

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

1.1.16

  • 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-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/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-popover since your current version.


Updates @radix-ui/react-tooltip from 1.2.8 to 1.2.9

Changelog

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

1.2.9

  • Fixed runtime error when event target is non-Node
  • Fixed a Tooltip bug so that skipDelayDuration={0} works as expected. Previously, the open delay could still be skipped when moving between triggers.
  • 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-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-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/react-visually-hidden@1.2.5
Commits
Maintainer changes

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


Updates @radix-ui/react-visually-hidden from 1.2.4 to 1.2.5

Changelog

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

1.2.5

  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-primitive@2.1.5
Commits
Maintainer changes

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


Updates @tanstack/react-virtual from 3.13.24 to 3.14.2

Release notes

Sourced from @​tanstack/react-virtual's releases.

@​tanstack/react-virtual@​3.14.2

Patch Changes

@​tanstack/react-virtual@​3.14.1

Patch Changes

  • Updated dependencies [c746841]:
    • @​tanstack/virtual-core@​3.16.1

@​tanstack/react-virtual@​3.14.0

Minor Changes

  • Add opt-in direct DOM updates for scroll positioning with directDomUpdates, directDomUpdatesMode, and containerRef. (#1180)

@​tanstack/react-virtual@​3.13.26

Patch Changes

  • Updated dependencies [fc992ab]:
    • @​tanstack/virtual-core@​3.16.0

@​tanstack/react-virtual@​3.13.25

Patch Changes

  • Replace the useReducer(() => ({}), {}) force-rerender pattern with an (#1168) incrementing number counter. Same semantics (every dispatch changes the reducer state, forcing a render); zero per-dispatch object allocation. Trivial individual cost, but eliminates one steady-state GC source on scroll-heavy apps.
  • Updated dependencies [99355ad, 99355ad, 99355ad, 99355ad, 99355ad, 99355ad, 99355ad]:
    • @​tanstack/virtual-core@​3.15.0
Changelog

Sourced from @​tanstack/react-virtual's changelog.

3.14.2

Patch Changes

3.14.1

Patch Changes

  • Updated dependencies [c746841]:
    • @​tanstack/virtual-core@​3.16.1

3.14.0

Minor Changes

  • Add opt-in direct DOM updates for scroll positioning with directDomUpdates, directDomUpdatesMode, and containerRef. (#1180)

3.13.26

Patch Changes

  • Updated dependencies [fc992ab]:
    • @​tanstack/virtual-core@​3.16.0

3.13.25

Patch Changes

  • Replace the useReducer(() => ({}), {}) force-rerender pattern with an (#1168) incrementing number counter. Same semantics (every dispatch changes the reducer state, forcing a render); zero per-dispatch object allocation. Trivial individual cost, but eliminates one steady-state GC source on scroll-heavy apps.
  • Updated dependencies [99355ad, 99355ad, 99355ad, 99355ad, 99355ad, 99355ad, 99355ad]:
    • @​tanstack/virtual-core@​3.15.0
Commits
  • b983b21 ci: Version Packages (#1184)
  • fbf3bdb feat(virtual-core): add useCachedMeasurements option to preserve sizes when...
  • 13dec39 docs: add directDomUpdates and directDomUpdatesMode options (#1185)
  • c33902f ci: Version Packages (#1182)
  • d789c6e ci: Version Packages (#1181)
  • 73e115d feat(react-virtual): add directDomUpdates for re-render-free scroll positioni...
  • 693d915 ci: Version Packages (#1174)
  • fc992ab feat: support end-anchored virtualizers (#1173)
  • 949180b ci: Version Packages (#1169)
  • 99355ad perf: virtual-core rewrite for mount/measure-storm, plus iOS Safari handling ...
  • Additional commits viewable in compare view

Updates @zag-js/react from 1.40.0 to 1.41.2

Release notes

Sourced from @​zag-js/react's releases.

@​zag-js/react@​1.41.2

Patch Changes

  • Updated dependencies []:
    • @​zag-js/core@​1.41.2
    • @​zag-js/store@​1.41.2
    • @​zag-js/types@​1.41.2
    • @​zag-js/utils@​1.41.2
Changelog

Sourced from @​zag-js/react's changelog.

1.41.2 - 2026-06-05

Fixed

  • Date Input: Fix date segment placeholders for locales with explicit script subtags.

  • Drawer

    • Fix controlled drawer flickering when swiped or backdrop-closed while the open setter is asynchronous (e.g. history API or a delayed state update).
    • Keep nested-drawer layout metrics in machine state so swipe and backdrop-close transitions stay visually stable.
  • Image Cropper: Fix getCroppedImage and getCropData returning the wrong region when the image is displayed at a size different from its natural resolution (e.g. width/height: 100%).

  • Pin Input: Fix issue where data-filled was incorrectly set on every input on first render.

  • Signature Pad: Fix issue where the dir prop was accepted but never forwarded to the DOM.

1.41.1 - 2026-05-26

Fixed

  • Dismissable: Fix layer pointer-events being wiped by frameworks (Svelte, Vue) whose spread updates rewrite the entire style attribute.

  • Drawer

    • Fix controlled drawers snapping back to open before the close animation when dismissed via swipe.
    • Fix indent and indent-background snapping back into place after the close animation instead of transitioning in sync.
    • Fix --drawer-swipe-progress jumping to 1 at the start of a dismiss swipe; it now goes smoothly from 0 (at rest) to 1 (fully dismissed).
    • Fix drawer freezing mid-drag on release when its content mounts lazily which left snap points unmeasured.

1.41.0 - 2026-05-22

Added

  • Floating Components: Add data-side to placement-aware parts based on the current placement.

    Affected Components: Cascade Select, Color Picker, Combobox, Date Picker, Hover Card, Menu, Popover, Select, Tooltip, Tour.

  • Date Input

    • Add hideTimeZone prop. The timeZoneName segment now renders automatically when the value is a ZonedDateTime, and can be hidden via hideTimeZone: true.
    • Arrow navigation and auto-advance after typing now reach read-only focusable segments (e.g. timeZoneName). Typing the final editable segment (e.g. "P" on dayPeriod) advances focus to the trailing read-only segment instead of staying put.
  • Splitter

... (truncated)

Commits
  • 91f6bb5 Version Packages (#3153)
  • fc42341 fix(dom-query): export missing type Booleanish
  • b1820cd chore(tree-view): add tree-view in dialog example (#3162)
  • b4d75ed fix(pin-input): set data-filled only on inputs that contain a value
  • a83c537 fix(signature-pad): forward dir prop to the DOM
  • 206dfa7 fix: respect date-input locale script placeholders (#3155)
  • 43b96d4 fix(drawer): stabilize nested drawer metrics in controlled flows
  • d5afd14 fix(drawer): resolve flickering issue in controlled drawer with async open se...
  • 5e602cb fix(image-cropper): correct viewport-to-natural pixel conversion in cropping API
  • e4ceafa docs: next changelog
  • Additional commits viewable in compare view

Updates @zag-js/steps from 1.40.0 to 1.41.2

Release notes

Sourced from @​zag-js/steps's releases.

@​zag-js/steps@​1.41.2

Patch Changes

  • Updated dependencies []:
    • @​zag-js/anatomy@​1.41.2
    • @​zag-js/core@​1.41.2
    • @​zag-js/types@​1.41.2
    • @​zag-js/utils@​1.41.2
    • @​zag-js/dom-query@​1.41.2
Changelog

Sourced from @​zag-js/steps's changelog.

1.41.2 - 2026-06-05

Fixed

  • Date Input: Fix date segment placeholders for locales with explicit script subtags.

  • Drawer

    • Fix controlled drawer flickering when swiped or backdrop-closed while the open setter is asynchronous (e.g. history API or a delayed state update).
    • Keep nested-drawer layout metrics in machine state so swipe and backdrop-close transitions stay visually stable.
  • Image Cropper: Fix getCroppedImage and getCropData returning the wrong region when the image is displayed at a size different from its natural resolution (e.g. width/height: 100%).

  • Pin Input: Fix issue where data-filled was incorrectly set on every input on first render.

  • Signature Pad: Fix issue where the dir prop was accepted but never forwarded to the DOM.

1.41.1 - 2026-05-26

Fixed

  • Dismissable: Fix layer pointer-events being wiped by frameworks (Svelte, Vue) whose spread updates rewrite the entire style attribute.

  • Drawer

    • Fix controlled drawers snapping back to open before the close animation when dismissed via swipe.
    • Fix indent and indent-background snapping back into place after the close animation instead of transitioning in sync.
    • Fix --drawer-swipe-progress jumping to 1 at the start of a dismiss swipe; it now goes smoothly from 0 (at rest) to 1 (fully dismissed).
    • Fix drawer freezing mid-drag on release when its content mounts lazily which left snap points unmeasured.

1.41.0 - 2026-05-22

Added

  • Floating Components: Add data-side to placement-aware parts based on the current placement.

    Affected Components: Cascade Select, Color Picker, Combobox, Date Picker, Hover Card, Menu, Popover, Select, Tooltip, Tour.

  • Date Input

    • Add hideTimeZone prop. The timeZoneName segment now renders automatically when the value is a ZonedDateTime, and can be hidden via hideTimeZone: true.
    • Arrow navigation and auto-advance after typing now reach read-only focusable segments (e.g. timeZoneName). Typing the final editable segment (e.g. "P" on dayPeriod) advances focus to the trailing read-only segment instead of staying put.
  • Splitter

... (truncated)

Commits
  • 91f6bb5 Version Packages (#3153)
  • fc42341 fix(dom-query): export missing type Booleanish
  • b1820cd chore(tree-view): add tree-view in dialog example (#3162)
  • b4d75ed fix(pin-input): set data-filled only on inputs that contain a value
  • a83c537 fix(signature-pad): forward dir prop to the DOM
  • 206dfa7 fix: respect date-input locale script placeholders (#3155)
  • 43b96d4 fix(drawer): stabilize nested drawer metrics in controlled flows
  • d5afd14 fix(drawer): resolve flickering issue in controlled drawer with async open se...
  • 5e602cb fix(image-cropper): correct viewport-to-natural pixel conversion in cropping API
  • e4ceafa docs: next changelog
  • Additional commits viewable in compare view

Updates valibot from 1.2.0 to 1.4.1

Release notes

Sourced from valibot's releases.

v1.4.1

  • Fix intersect schema to infer correct input and output types for non-tuple array options instead of never (pull request #1478)

v1.4.0

Many thanks to @​ksaurav24, @​heiwen, @​compulim, @​ysknsid25, @​alaycock-stripe, @​IlyaSemenov, @​wszgrcy, @​LMGO, @​yslpn, @​EltonLobo07 and @​Eronmmer for contributing to this release.

Read the release notes on our website for a quick overview of the most exciting new features in this release.

  • Add isoDateTimeSecond validation action to validate ISO date times with seconds (pull request #1418)
  • Add toCamelCase, toKebabCase, toPascalCase and toSnakeCase transformation actions to convert strings between common naming conventions (pull request #1457)
  • Change internal ReadonlyOutputKeys and OutputWithReadonly types of object schemas and WithReadonly type of record schemas to improve TypeScript type performance (pull request #1442)
  • Change hot paths to reduce object allocations and improve runtime performance (pull request #1437)
  • Change build target to ES2020 so distributed output stays compatible with environments that lack support for newer syntax (pull request #1455)
  • Change internal _LruCache to use a TypeScript private method instead of a #private class field to avoid runtime helpers in the transpiled output (pull request #1455)
  • Change internal _isValidObjectKey to use Object.prototype.hasOwnProperty.call instead of Object.hasOwn so the distributed output stays compatible with runtimes that lack the ES2022 Object.hasOwn builtin (pull request #1421)
  • Change flatten method to accept readonly issue arrays (pull request #1269)
  • Fix potential RangeError caused by spreading large issue arrays (pull request #1437)
  • Fix creditCard validation action to reject Mastercard numbers with invalid lengths (pull request #1462)
  • Fix intersect schema to no longer mutate input values, allowing frozen objects and arrays to be merged (pull request #1463)

v1.4.0 (to-json-schema)

Many thanks to @​stefanprobst, @​sruenwg and @​cruzdanilo for contributing to this release.

  • Add support for examples action
  • Add support for integer when used with minValue and maxValue actions (pull request #1367)
  • Change Valibot peer dependency to v1.2.0
  • Fix conversion of exactOptional object properties (pull request #1220)
  • Fix conversion of variant to use oneOf instead of anyOf (pull request #1193)

v1.3.1

  • Change MAC48_REGEX, MAC64_REGEX and MAC_REGEX to drop the i flag for better JSON Schema compatibility (pull request #1430)
  • Change hash action to use case-expanded character classes instead of the i flag (pull request #1430)

v1.3.0

Many thanks to @​EskiMojo14, @​yslpn, @​alexilyaev, @​idleberg, @​BerkliumBirb and @​frenzzy for contributing to this release.

Read the release notes on our website for a quick overview of the most exciting new features in this release.

  • Add guard transformation action to narrow types using type predicates (pull request #1204)
  • Add parseBoolean transformation action to parse boolean values from strings and other types (pull request #1251)
  • Add isrc validation action to validate ISRC codes (pull request #1373)
  • Add cache method for caching schema output by input (pull request #1170)
  • Add domain validation action to validate domain names (pull request #1284)
  • Add jwsCompact validation action to validate JWS compact strings (pull request #1348)
  • Fix creditCard validation action to allow 13-digit Visa card numbers (pull request #1347)
  • Fix isoTimestamp validation action to allow optional space before UTC offset for PostgreSQL timestamptz compatibility (pull request #1195)
  • Fix types for deeply readonly default and fallback values

v1.3.0 (to-json-schema)

Many thanks to @​Xiot for contributing to this release.

... (truncated)

Commits
  • 6991ea7 Bump version to 1.4.1 and update changelog for release (#1479)
  • c3a8f07 Fix intersect schema to infer correct types (#1478)
  • 106893c Change syntax highlighting form Prism to Shiki (#1468)
  • 5949d9e Bump to-json-schema version to 1.7.0 and update changelog for release
  • 9f90a74 Bump i18n version to 1.2.0 and update changelog for release
  • d00a646 Add release notes for Valibot v1.4 to blog
  • 52280c5 Bump version to 1.4.0 and update changelog for release
  • 482ad9e Update description on rfcEmail (#1073)
  • 7b5db7b Adds example for optional (#1321)
  • d66a0fe Rewrite introduction guide from first-person to third-person perspective (#1388)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for valibot since your current version.


@dependabot dependabot Bot added dependencies javascript Pull requests that update javascript code labels Jun 8, 2026
@netlify

netlify Bot commented Jun 8, 2026

Copy link
Copy Markdown

Deploy Preview for drivenets-design-system ready!

Name Link
🔨 Latest commit fbf81de
🔍 Latest deploy log https://app.netlify.com/projects/drivenets-design-system/deploys/6a27ce0fdd9cff000807522f
😎 Deploy Preview https://deploy-preview-533--drivenets-design-system.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@StyleShit

Copy link
Copy Markdown
Member

@dependabot recreate

Bumps the npm-production group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@ark-ui/react](https://github.com/chakra-ui/ark/tree/HEAD/packages/react) | `5.36.1` | `5.37.1` |
| [@radix-ui/react-collapsible](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/collapsible) | `1.1.12` | `1.1.13` |
| [@radix-ui/react-dialog](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/dialog) | `1.1.15` | `1.1.16` |
| [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/dropdown-menu) | `2.1.16` | `2.1.17` |
| [@radix-ui/react-popover](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/popover) | `1.1.15` | `1.1.16` |
| [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/tooltip) | `1.2.8` | `1.2.9` |
| [@radix-ui/react-visually-hidden](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/visually-hidden) | `1.2.4` | `1.2.5` |
| [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) | `3.13.24` | `3.14.2` |
| [@zag-js/react](https://github.com/chakra-ui/zag) | `1.40.0` | `1.41.2` |
| [@zag-js/steps](https://github.com/chakra-ui/zag) | `1.40.0` | `1.41.2` |
| [valibot](https://github.com/open-circle/valibot) | `1.2.0` | `1.4.1` |



Updates `@ark-ui/react` from 5.36.1 to 5.37.1
- [Release notes](https://github.com/chakra-ui/ark/releases)
- [Changelog](https://github.com/chakra-ui/ark/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/ark/commits/@ark-ui/react@5.37.1/packages/react)

Updates `@radix-ui/react-collapsible` from 1.1.12 to 1.1.13
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/collapsible/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/collapsible)

Updates `@radix-ui/react-dialog` from 1.1.15 to 1.1.16
- [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)

Updates `@radix-ui/react-dropdown-menu` from 2.1.16 to 2.1.17
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/dropdown-menu/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/dropdown-menu)

Updates `@radix-ui/react-popover` from 1.1.15 to 1.1.16
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/popover/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/popover)

Updates `@radix-ui/react-tooltip` from 1.2.8 to 1.2.9
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/tooltip/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/tooltip)

Updates `@radix-ui/react-visually-hidden` from 1.2.4 to 1.2.5
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/visually-hidden/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/visually-hidden)

Updates `@tanstack/react-virtual` from 3.13.24 to 3.14.2
- [Release notes](https://github.com/TanStack/virtual/releases)
- [Changelog](https://github.com/TanStack/virtual/blob/main/packages/react-virtual/CHANGELOG.md)
- [Commits](https://github.com/TanStack/virtual/commits/@tanstack/react-virtual@3.14.2/packages/react-virtual)

Updates `@zag-js/react` from 1.40.0 to 1.41.2
- [Release notes](https://github.com/chakra-ui/zag/releases)
- [Changelog](https://github.com/chakra-ui/zag/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/zag/compare/@zag-js/react@1.40.0...@zag-js/react@1.41.2)

Updates `@zag-js/steps` from 1.40.0 to 1.41.2
- [Release notes](https://github.com/chakra-ui/zag/releases)
- [Changelog](https://github.com/chakra-ui/zag/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/zag/compare/@zag-js/steps@1.40.0...@zag-js/steps@1.41.2)

Updates `valibot` from 1.2.0 to 1.4.1
- [Release notes](https://github.com/open-circle/valibot/releases)
- [Commits](open-circle/valibot@v1.2.0...v1.4.1)

---
updated-dependencies:
- dependency-name: "@ark-ui/react"
  dependency-version: 5.37.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-collapsible"
  dependency-version: 1.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-dialog"
  dependency-version: 1.1.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-dropdown-menu"
  dependency-version: 2.1.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-popover"
  dependency-version: 1.1.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-tooltip"
  dependency-version: 1.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-visually-hidden"
  dependency-version: 1.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@tanstack/react-virtual"
  dependency-version: 3.14.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: "@zag-js/react"
  dependency-version: 1.41.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: "@zag-js/steps"
  dependency-version: 1.41.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: valibot
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore: bump the npm-production group with 11 updates chore: bump the npm-production group across 1 directory with 11 updates Jun 9, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-production-48ece8a965 branch from 7180d5e to 50af78d Compare June 9, 2026 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies design-system javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant