Skip to content

Bump @ark-ui/solid from 5.39.1 to 5.39.2 - #8

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/ark-ui/solid-5.39.2
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/ark-ui/solid-5.39.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 22, 2026

Copy link
Copy Markdown

Bumps @ark-ui/solid from 5.39.1 to 5.39.2.

Release notes

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

@​ark-ui/solid@​5.39.2

@​ark-ui/solid

[5.39.2] - 2026-09-11

Fixed

  • Listbox: Fix ItemContext.selected staying false after selection. The option already set data-selected and aria-selected; the render-prop kept the first-render value. ItemContext is now an accessor, matching Select and Combobox. Read item().selected instead of item.selected.
    • Field: Fix Field.Context inside Field.Item missing later invalid and disabled changes on Field.Root.
    • ColorPicker: Fix SwatchIndicator inside ValueSwatch keeping the first-rendered color.
  • Fix ./hotkeys and ./interaction entrypoints missing from the published exports map. The build files shipped, but the publish config (clean-package) maintains its own exports map and was never updated when the hotkeys and interaction primitives were added, so import { useHotkeys } from '@ark-ui/react/hotkeys' failed with ERR_MODULE_NOT_FOUND. Both entrypoints are now included in the published map for every framework.
  • Fix the Solid build failing to resolve the interaction provider barrel. The providers index still imported ./interaction/index.ts after the file was renamed to index.tsx, so bun run build aborted with an unresolved import.
  • Fix issue where the tour backdrop stayed visible after the tour was closed

[5.39.1] - 2026-08-28

Fixed

  • Fix NavigationMenu.Content throwing document is not defined during SSR.

[5.39.0] - 2026-08-21

Added

  • Toc [New]: Add a table of contents component that tracks which headings are in view as the reader scrolls. Pass the headings to Toc.Root as items, where each entry needs the heading element's id as value and its level as depth. Set scrollEl when the content scrolls inside a container rather than the page, so tracking observes that element instead of the viewport.
    <Toc.Root items={items} scrollEl={() => contentRef.current}>
      <Toc.Content />
      <Toc.Nav>
        <Toc.Title />
        <Toc.List>
          <Toc.Indicator />
          <Toc.Item item={item}>
            <Toc.Link />
          </Toc.Item>
        </Toc.List>
      </Toc.Nav>
    </Toc.Root>
    More than one heading can be active at once, so Toc.Item carries data-first and data-last to mark the ends of

... (truncated)

Changelog

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

[5.39.2] - 2026-09-11

Fixed

  • Listbox: Fix ItemContext.selected staying false after selection. The option already set data-selected and aria-selected; the render-prop kept the first-render value. ItemContext is now an accessor, matching Select and Combobox. Read item().selected instead of item.selected.
    • Field: Fix Field.Context inside Field.Item missing later invalid and disabled changes on Field.Root.
    • ColorPicker: Fix SwatchIndicator inside ValueSwatch keeping the first-rendered color.
  • Fix ./hotkeys and ./interaction entrypoints missing from the published exports map. The build files shipped, but the publish config (clean-package) maintains its own exports map and was never updated when the hotkeys and interaction primitives were added, so import { useHotkeys } from '@ark-ui/react/hotkeys' failed with ERR_MODULE_NOT_FOUND. Both entrypoints are now included in the published map for every framework.
  • Fix the Solid build failing to resolve the interaction provider barrel. The providers index still imported ./interaction/index.ts after the file was renamed to index.tsx, so bun run build aborted with an unresolved import.
  • Fix issue where the tour backdrop stayed visible after the tour was closed
Commits
  • 8067ebe chore: release packages (#4012)
  • ac62ef7 fix(solid): resolve the renamed interaction provider barrel (#4034)
  • 6be0205 fix: include hotkeys and interaction entrypoints in published exports (#4033)
  • bccd826 chore(deps): update all non-major dependencies (#4017)
  • 2cfca0f fix(tour): keep the backdrop hidden after the tour closes (#3994)
  • e607c50 fix(solid): keep Listbox, Field, and ColorPicker item context reactive
  • 7e1a3a7 chore(deps): update all non-major dependencies (#3992)
  • f8ad5fb docs(navigation-menu): add indicator example
  • 85eabd6 docs(navigation-menu): add docs page with upgraded examples
  • See full diff in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@ark-ui/solid](https://github.com/chakra-ui/ark/tree/HEAD/packages/solid) from 5.39.1 to 5.39.2.
- [Release notes](https://github.com/chakra-ui/ark/releases)
- [Changelog](https://github.com/chakra-ui/ark/blob/main/packages/solid/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/ark/commits/@ark-ui/solid@5.39.2/packages/solid)

---
updated-dependencies:
- dependency-name: "@ark-ui/solid"
  dependency-version: 5.39.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 22, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​ark-ui/​solid@​5.39.1 ⏵ 5.39.296 -110010097 +1100

View full report

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

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants