Skip to content

chore: bump the npm-production group across 1 directory with 2 updates#360

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/npm-production-6dc06b1a6a
Open

chore: bump the npm-production group across 1 directory with 2 updates#360
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/npm-production-6dc06b1a6a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2026

Bumps the npm-production group with 2 updates in the / directory: @eslint/core and @ark-ui/react.

Updates @eslint/core from 1.2.0 to 1.2.1

Release notes

Sourced from @​eslint/core's releases.

core: v1.2.1

1.2.1 (2026-04-08)

Bug Fixes

  • revert re-export ESM types in CommonJS (#427) (9b16fe1)
Changelog

Sourced from @​eslint/core's changelog.

1.2.1 (2026-04-08)

Bug Fixes

  • revert re-export ESM types in CommonJS (#427) (9b16fe1)
Commits

Updates @ark-ui/react from 5.35.0 to 5.36.0

Release notes

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

@​ark-ui/react@​5.36.0

@​ark-ui/react

[5.36.0] - 2026-04-10

Added

  • Add new DateInput component for typing dates with keyboard input.

    <DateInput.Root>
      <DateInput.Label>Date</DateInput.Label>
      <DateInput.Control>
        <DateInput.SegmentGroup>
          {segments.map((segment) => (
            <DateInput.Segment segment={segment} />
          ))}
        </DateInput.SegmentGroup>
      </DateInput.Control>
      <DateInput.HiddenInput />
    </DateInput.Root>
  • Added

    • Dialog, Drawer, Hover Card, Menu, Popover, Tooltip: Add support for multiple triggers. A single component instance can now be shared across multiple trigger elements. Each trigger is identified by a value passed to getTriggerProps. When the component is open and a different trigger is activated, it switches and repositions without closing.
    • Splitter: Add multi-drag support for nested splitter layouts. When a horizontal and vertical splitter meet at the same point (e.g. a grid layout), users can drag the intersection to resize both directions at once. Create a shared registry via createSplitterRegistry() and pass it to each splitter instance.
    • Tags Input: Add sanitizeValue prop to normalize tag values before they are added. This runs on every new tag, so you can enforce consistent formatting in one place — strip whitespace, lowercase, remove special characters, etc. Defaults to (v) => v.trim().
    • Toast: Add priority-based queue system. When the max number of visible toasts is reached, incoming toasts are queued and sorted by priority so the most important ones display first. You can override the automatic priority by passing a custom priority value.
    • Floating Panel: Add initialFocusEl, finalFocusEl, and restoreFocus props for focus management when the panel opens or closes.

    Fixed

    • Date Input: Fix crash in non-React frameworks (Vue, Solid, Svelte) where event.nativeEvent.isComposing is undefined. The composing check now uses a framework-agnostic utility that works across all adapters.
    • Dialog / Drawer: Avoid setting inline pointer-events when modal, letting the dismissable layer manage it instead.
    • File Upload: Automatically reject duplicate files with FILE_EXISTS error. Previously, uploading the same file twice was silently accepted and deleting one duplicate removed all of them.
    • Splitter: Fix onResizeStart and onResizeEnd callbacks to fire for programmatic resizes.
    • Tags Input: Set enterKeyHint to "done" on the input element so mobile virtual keyboards show a "Done" button that triggers tag addition.
    • Toast: Restore role="region" on the toast group element. The role was previously removed to reduce screen

... (truncated)

Changelog

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

[5.36.0] - 2026-04-10

Added

  • Add new DateInput component for typing dates with keyboard input.
<DateInput.Root>
  <DateInput.Label />
  <DateInput.Control>
    <DateInput.SegmentGroup>
      <DateInput.Segment />
    </DateInput.SegmentGroup>
  </DateInput.Control>
  <DateInput.HiddenInput />
</DateInput.Root>
  • Multiple Trigger Support: No more duplicating a Dialog for every button in a list — render one instance and share it across as many triggers as you need. Each trigger gets a value, and the component repositions automatically when switching between them.

    <Dialog.Root>
      <Dialog.Trigger value="user-1">Edit Alice</Dialog.Trigger>
      <Dialog.Trigger value="user-2">Edit Bob</Dialog.Trigger>
      {/* one dialog, reused for both */}
    </Dialog.Root>

    Supported in Dialog, Drawer, Hover Card, Menu, Popover, and Tooltip.

  • Splitter: Nest splitters to build grid-like layouts. When a horizontal and vertical splitter meet at an intersection, you can drag both directions at once. Use createRegistry() to connect the splitter instances.

    const registry = Splitter.createRegistry()
    <Splitter.Root orientation="horizontal" registry={registry}>
    <Splitter.Panel>
    <Splitter.Root orientation="vertical" registry={registry}>
    ...
    </Splitter.Root>
    </Splitter.Panel>
    </Splitter.Root>

  • Tags Input: Add sanitizeValue prop to clean up tag values before they're added — trim whitespace, lowercase, strip special characters, whatever you need. Defaults to (v) => v.trim().

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-production group with 2 updates in the / directory: [@eslint/core](https://github.com/eslint/rewrite/tree/HEAD/packages/core) and [@ark-ui/react](https://github.com/chakra-ui/ark/tree/HEAD/packages/react).


Updates `@eslint/core` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/core-v1.2.1/packages/core)

Updates `@ark-ui/react` from 5.35.0 to 5.36.0
- [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.36.0/packages/react)

---
updated-dependencies:
- dependency-name: "@eslint/core"
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@ark-ui/react"
  dependency-version: 5.36.0
  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 added dependencies javascript Pull requests that update javascript code labels Apr 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies design-system eslint-plugin javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants