Skip to content

chore(deps): bump the frontend group across 1 directory with 6 updates - #674

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/frontend/frontend-30fc660200
Open

chore(deps): bump the frontend group across 1 directory with 6 updates#674
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/frontend/frontend-30fc660200

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the frontend group with 6 updates in the /frontend directory:

Package From To
@ark-ui/solid 5.37.1 5.38.1
@inlang/paraglide-js 2.23.0 2.23.2
@testing-library/jest-dom 7.0.0 7.0.1
eslint 10.8.0 10.8.1
typescript-eslint 8.65.0 8.66.0
vite 8.2.0 8.2.1

Updates @ark-ui/solid from 5.37.1 to 5.38.1

Release notes

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

@​ark-ui/solid@​5.38.1

@​ark-ui/solid

[5.38.1] - 2026-08-07

Fixed

  • Fixed DateInput.Segment resolving segments by type, so segments sharing a type all rendered the first match's text. Literal separators like : and , rendered as /.

[5.38.0] - 2026-08-01

Added

    • Number Input: Add largeStep and smallStep props for configurable keyboard stepping. Hold Shift for largeStep (defaults to 10 * step), Alt for smallStep (defaults to step / 10). The defaults match the previous behavior.
      <NumberInput.Root largeStep={20} smallStep={0.5} />
    • Slider: Add largeStep prop, applied on Shift or PageUp/PageDown (defaults to 10 * step). The default matches the previous behavior.
    • Autofocus Control: Add data-autofocus and data-no-autofocus to decide what gets focus when an overlay opens. Mark chrome like the close button with data-no-autofocus to skip it, or mark the real target with data-autofocus.
      <Dialog.Content>
        <Dialog.CloseTrigger data-no-autofocus>Close</Dialog.CloseTrigger>
        <input data-autofocus />
        <button>Save</button>
      </Dialog.Content>
      Focus goes to initialFocusEl, then [data-autofocus], then the first tabbable element without [data-no-autofocus], then the content root.

      Supported in Dialog and Drawer.

    • Focus Trap: Add persistentElements to treat portalled content as part of the trap when it isn't reachable via aria-controls/aria-expanded. Pass getters so the elements can be resolved lazily.
      <FocusTrap persistentElements={[() => document.getElementById('toast-region')]} />
    • Image Cropper: getCropData() now returns the exact corners and outputSize of the crop in natural-image pixels, so you can hand the region straight to a server-side cropper.
    • Image Cropper: Add maxSize to getCroppedImage() to cap the output dimensions. The crop keeps its aspect ratio and scales down to fit.
      const blob = await imageCropper.getCroppedImage({ maxSize: { width: 512, height: 512 } })

Fixed

... (truncated)

Changelog

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

[5.38.1] - 2026-08-07

Fixed

  • Fixed DateInput.Segment resolving segments by type, so segments sharing a type all rendered the first match's text. Literal separators like : and , rendered as /.

[5.38.0] - 2026-08-01

Added

    • Number Input: Add largeStep and smallStep props for configurable keyboard stepping. Hold Shift for largeStep (defaults to 10 * step), Alt for smallStep (defaults to step / 10). The defaults match the previous behavior.
      <NumberInput.Root largeStep={20} smallStep={0.5} />
    • Slider: Add largeStep prop, applied on Shift or PageUp/PageDown (defaults to 10 * step). The default matches the previous behavior.
    • Autofocus Control: Add data-autofocus and data-no-autofocus to decide what gets focus when an overlay opens. Mark chrome like the close button with data-no-autofocus to skip it, or mark the real target with data-autofocus.
      <Dialog.Content>
        <Dialog.CloseTrigger data-no-autofocus>Close</Dialog.CloseTrigger>
        <input data-autofocus />
        <button>Save</button>
      </Dialog.Content>
      Focus goes to initialFocusEl, then [data-autofocus], then the first tabbable element without [data-no-autofocus], then the content root.

      Supported in Dialog and Drawer.

    • Focus Trap: Add persistentElements to treat portalled content as part of the trap when it isn't reachable via aria-controls/aria-expanded. Pass getters so the elements can be resolved lazily.
      <FocusTrap persistentElements={[() => document.getElementById('toast-region')]} />
    • Image Cropper: getCropData() now returns the exact corners and outputSize of the crop in natural-image pixels, so you can hand the region straight to a server-side cropper.
    • Image Cropper: Add maxSize to getCroppedImage() to cap the output dimensions. The crop keeps its aspect ratio and scales down to fit.
      const blob = await imageCropper.getCroppedImage({ maxSize: { width: 512, height: 512 } })

Fixed

  • Exposed the toast content generic on createToaster so CreateToasterReturn<T> can type custom toast data.

... (truncated)

Commits
  • 8e0b749 chore: release packages (#3960)
  • 485d174 fix(date-input): resolve segments by position instead of type
  • 7b9da86 docs(toggle-group): add with-tooltip example composing Item and Tooltip.Trigger
  • a39ea77 chore(deps): update dependency @​testing-library/jest-dom to v7 (#3946)
  • 325de53 chore(deps): update dependency jsdom to v30 (#3955)
  • b3bdce6 chore: release packages (#3919)
  • 9f2b597 chore: bump zag-js
  • 2a000e1 fix(vue): respect controlled paths on SignaturePad.Root
  • 1a72fba chore(deps): bump non-major dependencies
  • 4371650 feat(toast): expose content generic on createToaster
  • Additional commits viewable in compare view

Updates @inlang/paraglide-js from 2.23.0 to 2.23.2

Changelog

Sourced from @​inlang/paraglide-js's changelog.

2.23.2

Patch Changes

  • b8af4b1: Embed TypeScript sources in published JavaScript sourcemaps and stop emitting declaration sourcemaps that reference unpublished source files.

2.23.1

Patch Changes

  • 6f9b062: Keep the server middleware's AsyncLocalStorage available when module instrumentation snapshots mutable exports.
Commits

Updates @testing-library/jest-dom from 7.0.0 to 7.0.1

Release notes

Sourced from @​testing-library/jest-dom's releases.

v7.0.1

7.0.1 (2026-08-09)

Bug Fixes

  • declare vitest as an optional peer dependency (#733) (3782c78)
Commits

Updates eslint from 10.8.0 to 10.8.1

Release notes

Sourced from eslint's releases.

v10.8.1

Bug Fixes

  • 18eb0a7 fix: prevent ASI hazard in no-unused-labels autofix (#21173) (dongkyu lee)
  • 151ba3f fix: false positives in getter-return and accessor-pairs (#21163) (Grit)
  • 6898df9 fix: ignore meta-property names in id-denylist (#21166) (Pixel)
  • 4d7db66 fix: ignore meta-property names in id-match (#21167) (Pixel)
  • 677214e fix: handle ASI hazards in no-unused-vars removeVar suggestion (#20935) (kuldeep kumar)

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js (#21183) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)
  • 69bb948 docs: Update README (GitHub Actions Bot)

Chores

  • 0a14800 chore: update github/codeql-action action to v4.37.4 (#21196) (renovate[bot])
  • 05adcb1 test: fix failing ecosystem test for eslint-plugin-unicorn (#21191) (Lazizbek Ergashev)
  • 5611035 test: add error locations info to no-void (#21185) (Lee Daeun)
  • ee47333 ci: bump github/codeql-action from 4 to 4.37.3 (#21176) (dependabot[bot])
  • f131c03 chore: improve ecosystem test failure reporting (#20937) (crimsonjay0)
  • 1f6edde chore: update ecosystem plugins (#21182) (ESLint Bot)
  • d3266fb chore: unpin webpack dependency (#21172) (Francesco Trotta)
  • 65a6519 chore: add allowScripts field to package.json (#21092) (GiHoon Noh)
  • 22e5256 ci: add triage:no label to Dependabot PRs (#21141) (lumir)
  • 55c9038 ci: bump actions/labeler from 6 to 7 (#21159) (dependabot[bot])
  • 7280e78 chore: update dependency prettier to v3.9.6 (#21162) (renovate[bot])
  • eddbad6 test: fix failing ecosystem test for eslint-plugin-unicorn (#21156) (Francesco Trotta)
  • 60a178d chore: update ecosystem plugins (#21150) (ESLint Bot)
  • f9f61dc test: add error locations to no-unreachable (#21151) (JIYEON)
  • d086293 test: add error locations to no-undef (#21147) (JIYEON)
  • cc01b67 test: add error locations to no-useless-catch (#21144) (devoil)
  • 688e75e chore: add missing backticks in JSDoc (#21143) (Bo Hyun Kim)
  • 7c1e175 test: add error locations to require-await (#21145) (Grit)
  • 588a26d test: add error locations to no-extra-label (#21139) (dongkyu lee)
  • 059aa89 test: add error locations to no-useless-concat (#21140) (dongkyu lee)
  • 5a452a8 test: add error locations to no-const-assign (#21138) (dongkyu lee)
Commits

Updates typescript-eslint from 8.65.0 to 8.66.0

Release notes

Sourced from typescript-eslint's releases.

v8.66.0

8.66.0 (2026-08-03)

🚀 Features

  • typescript-estree: handle import.defer() as ImportExpression (#12609)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#12590)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#12591)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#12607)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#12588)
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#12617)
  • website: list onUnsupportedTypeScriptVersion in parser options (#12585)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.66.0 (2026-08-03)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates vite from 8.2.0 to 8.2.1

Release notes

Sourced from vite's releases.

plugin-legacy@8.2.1

Please refer to CHANGELOG.md for details.

v8.2.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.2.1 (2026-08-06)

Bug Fixes

  • build: make client chunkImportMap work with sharedPlugins: true (#23184) (15f0307)
  • bundled-dev: inject client script tag before chunk scripts (#23161) (eac0cc8)
  • css: don't re-run lightningcss visitor during minify (fix #23146) (#23147) (de041a7)
  • deps: update all non-major dependencies (#23136) (14454fd)
  • deps: update rolldown-related dependencies (#23070) (7ac6f7f)
  • don't mutate the user config when resolving the lib entry from the top-level input (#23135) (b4bf596)
  • handle shebang ending with uncommon line terminators (#23038) (17f7b2f)
  • server: use a random port when port is 0 (#23158) (fddf4ea)

Performance Improvements

Documentation

  • build: fix incomplete @default for build.minify (#23177) (ef02435)

Miscellaneous Chores

  • deps: update dependency rolldown-plugin-dts to ^0.28.0 (#23137) (4adc1e7)
  • deps: update dependency strip-literal to v4 (#23140) (9db65ce)

Code Refactoring

  • bundled-dev: avoid injecting server values in the bundle (#22967) (23b8a08)
  • bundled-dev: remove rolldown lazy stub module workaround (#23129) (e72036e)

Tests

Commits
  • 4216158 release: v8.2.1
  • fddf4ea fix(server): use a random port when port is 0 (#23158)
  • de041a7 fix(css): don't re-run lightningcss visitor during minify (fix #23146) (#23147)
  • 15f0307 fix(build): make client chunkImportMap work with sharedPlugins: true (#23184)
  • c2155fe test(bundled-dev): enable sourcemap playgrounds (#23080)
  • ef02435 docs(build): fix incomplete @default for build.minify (#23177)
  • eac0cc8 fix(bundled-dev): inject client script tag before chunk scripts (#23161)
  • 23b8a08 refactor(bundled-dev): avoid injecting server values in the bundle (#22967)
  • e72036e refactor(bundled-dev): remove rolldown lazy stub module workaround (#23129)
  • 14454fd fix(deps): update all non-major dependencies (#23136)
  • Additional commits viewable in compare view

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 frontend group with 6 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@ark-ui/solid](https://github.com/chakra-ui/ark/tree/HEAD/packages/solid) | `5.37.1` | `5.38.1` |
| [@inlang/paraglide-js](https://github.com/opral/paraglide-js) | `2.23.0` | `2.23.2` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `7.0.0` | `7.0.1` |
| [eslint](https://github.com/eslint/eslint) | `10.8.0` | `10.8.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.65.0` | `8.66.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.2.0` | `8.2.1` |



Updates `@ark-ui/solid` from 5.37.1 to 5.38.1
- [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.38.1/packages/solid)

Updates `@inlang/paraglide-js` from 2.23.0 to 2.23.2
- [Changelog](https://github.com/opral/paraglide-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/opral/paraglide-js/commits)

Updates `@testing-library/jest-dom` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v7.0.0...v7.0.1)

Updates `eslint` from 10.8.0 to 10.8.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.8.0...v10.8.1)

Updates `typescript-eslint` from 8.65.0 to 8.66.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.66.0/packages/typescript-eslint)

Updates `vite` from 8.2.0 to 8.2.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.2.1/packages/vite)

---
updated-dependencies:
- dependency-name: "@ark-ui/solid"
  dependency-version: 5.38.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: "@inlang/paraglide-js"
  dependency-version: 2.23.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: "@testing-library/jest-dom"
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: eslint
  dependency-version: 10.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: typescript-eslint
  dependency-version: 8.66.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: vite
  dependency-version: 8.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend
...

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 Aug 13, 2026
@sonarqubecloud

Copy link
Copy Markdown

@github-actions
github-actions Bot enabled auto-merge August 13, 2026 11:46
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