Skip to content

build(deps-dev): bump the frontend-development-tooling group across 1 directory with 10 updates - #26

Merged
w0rldx merged 1 commit into
developfrom
dependabot/npm_and_yarn/XE-Local-AI-Engine.Client.React/develop/frontend-development-tooling-89debed9c4
Aug 23, 2026
Merged

build(deps-dev): bump the frontend-development-tooling group across 1 directory with 10 updates#26
w0rldx merged 1 commit into
developfrom
dependabot/npm_and_yarn/XE-Local-AI-Engine.Client.React/develop/frontend-development-tooling-89debed9c4

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the frontend-development-tooling group with 10 updates in the /XE-Local-AI-Engine.Client.React directory:

Package From To
@biomejs/biome 2.5.7 2.5.8
@cspell/dict-en_us 4.4.33 4.4.36
@tanstack/devtools-vite 0.7.2 0.8.3
@tanstack/react-devtools 0.10.9 0.10.10
@tanstack/react-form-devtools 0.2.32 0.2.34
@tanstack/react-pacer-devtools 0.7.1 0.8.0
@tanstack/router-plugin 1.168.26 1.168.32
cspell 9.8.0 10.0.1
dependency-cruiser 17.4.3 18.2.0
knip 6.15.0 6.32.2

Updates @biomejs/biome from 2.5.7 to 2.5.8

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.5.8

2.5.8

Patch Changes

  • #10710 0a0fbc1 Thanks @​dyc3! - Added a new nursery rule useReactCompiler, which reports diagnostics from React Compiler lint mode.

  • #11251 ea9dd8a Thanks @​dyc3! - Improved performance of noImportCycles.

  • #11247 52b44d6 Thanks @​dyc3! - Added the nursery rule noSvelteLegacyConst, which disallows legacy Svelte {@const} tags and recommends declaration tags with $derived().

    Invalid:

    {#each boxes as box}
      {@const area = box.width * box.height}
      <p>{area}</p>
    {/each}

    Valid:

    {#each boxes as box}
      {const area = $derived(box.width * box.height)}
      <p>{area}</p>
    {/each}
  • #11252 d5f5704 Thanks @​Turtle-Hwan! - Fixed #11250: useAwait no longer reports async functions that contain an await using declaration.

  • #11143 6be7be1 Thanks @​vznh! - Fixed #11017: noUselessUndefined no longer reports return undefined when the enclosing function has a return type annotation other than undefined or void.

  • #11234 caefe39 Thanks @​subotac! - Fixed #11228: CSS block comments between a declaration colon and value now preserve their source indentation.

     :root {
       --font-stack:
    -/* comment */
    +    /* comment */
         system-ui;
     }
  • #11285 bca1f73 Thanks @​denbezrukov! - Fixed #11280: CSS formatting keeps comments inside functional pseudo-classes and pseudo-elements instead of moving them before the function name.

    -:/* comment */ where(div) {}
    +:where(/* comment */ div) {}

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.5.8

Patch Changes

  • #10710 0a0fbc1 Thanks @​dyc3! - Added a new nursery rule useReactCompiler, which reports diagnostics from React Compiler lint mode.

  • #11251 ea9dd8a Thanks @​dyc3! - Improved performance of noImportCycles.

  • #11247 52b44d6 Thanks @​dyc3! - Added the nursery rule noSvelteLegacyConst, which disallows legacy Svelte {@const} tags and recommends declaration tags with $derived().

    Invalid:

    {#each boxes as box}
      {@const area = box.width * box.height}
      <p>{area}</p>
    {/each}

    Valid:

    {#each boxes as box}
      {const area = $derived(box.width * box.height)}
      <p>{area}</p>
    {/each}
  • #11252 d5f5704 Thanks @​Turtle-Hwan! - Fixed #11250: useAwait no longer reports async functions that contain an await using declaration.

  • #11143 6be7be1 Thanks @​vznh! - Fixed #11017: noUselessUndefined no longer reports return undefined when the enclosing function has a return type annotation other than undefined or void.

  • #11234 caefe39 Thanks @​subotac! - Fixed #11228: CSS block comments between a declaration colon and value now preserve their source indentation.

     :root {
       --font-stack:
    -/* comment */
    +    /* comment */
         system-ui;
     }
  • #11285 bca1f73 Thanks @​denbezrukov! - Fixed #11280: CSS formatting keeps comments inside functional pseudo-classes and pseudo-elements instead of moving them before the function name.

    -:/* comment */ where(div) {}
    +:where(/* comment */ div) {}

... (truncated)

Commits

Updates @cspell/dict-en_us from 4.4.33 to 4.4.36

Release notes

Sourced from @​cspell/dict-en_us's releases.

@​cspell/dict-en_us: v4.4.36

4.4.36 (2026-07-12)

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​cspell/aoo-mozilla-en-dict bumped to 1.0.11
      • @​cspell/dict-en-shared bumped to 1.0.54

@​cspell/dict-en_us: v4.4.35

4.4.35 (2026-05-23)

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​cspell/dict-en-shared bumped to 1.0.53

@​cspell/dict-en_us: v4.4.34

4.4.34 (2026-05-03)

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​cspell/aoo-mozilla-en-dict bumped to 1.0.10
      • @​cspell/dict-en-shared bumped to 1.0.52
Changelog

Sourced from @​cspell/dict-en_us's changelog.

4.4.36 (2026-07-12)

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​cspell/aoo-mozilla-en-dict bumped to 1.0.11
      • @​cspell/dict-en-shared bumped to 1.0.54

4.4.35 (2026-05-23)

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​cspell/dict-en-shared bumped to 1.0.53

4.4.34 (2026-05-03)

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​cspell/aoo-mozilla-en-dict bumped to 1.0.10
      • @​cspell/dict-en-shared bumped to 1.0.52
Commits

Updates @tanstack/devtools-vite from 0.7.2 to 0.8.3

Release notes

Sourced from @​tanstack/devtools-vite's releases.

@​tanstack/devtools-vite@​0.8.3

Patch Changes

  • Updated dependencies [f4c35d2]:
    • @​tanstack/devtools-bundler-core@​0.1.1

@​tanstack/devtools-vite@​0.8.2

Patch Changes

  • #484 d6e9022 - Internal refactor: consume @tanstack/devtools-bundler-core for shared logic. No public API or behavior change.

  • Updated dependencies [d6e9022, d6e9022]:

    • @​tanstack/devtools-bundler-core@​0.1.0

@​tanstack/devtools-vite@​0.8.1

Patch Changes

  • Updated dependencies []:
    • @​tanstack/devtools-client@​0.0.8

@​tanstack/devtools-vite@​0.8.0

Minor Changes

  • #384 958c683 - feat: deliver devtools events from isolated server runtimes over Vite's native HotChannel

    Server code running in an isolated runtime (Nitro v3 worker thread, Cloudflare workerd, or any separate thread/process) does not share globalThis.__TANSTACK_EVENT_TARGET__ with the Vite dev process, so devtools events emitted on the server never reached the panel.

    The Vite plugin now bridges those events over the framework's existing import.meta.hot HotChannel — the same connection the runtime already uses for HMR. It injects a tiny, dev-only bridge into the event client when it runs in a non-client environment and wires each server environment's hot channel to the in-process ServerEventBus. No new WebSocket, no fetch, no reconnect logic, and no new runtime dependencies; the bridge is fully tree-shaken in production.

Changelog

Sourced from @​tanstack/devtools-vite's changelog.

0.8.3

Patch Changes

  • Updated dependencies [f4c35d2]:
    • @​tanstack/devtools-bundler-core@​0.1.1

0.8.2

Patch Changes

  • #484 d6e9022 - Internal refactor: consume @tanstack/devtools-bundler-core for shared logic. No public API or behavior change.

  • Updated dependencies [d6e9022, d6e9022]:

    • @​tanstack/devtools-bundler-core@​0.1.0

0.8.1

Patch Changes

  • Updated dependencies []:
    • @​tanstack/devtools-client@​0.0.8

0.8.0

Minor Changes

  • #384 958c683 - feat: deliver devtools events from isolated server runtimes over Vite's native HotChannel

    Server code running in an isolated runtime (Nitro v3 worker thread, Cloudflare workerd, or any separate thread/process) does not share globalThis.__TANSTACK_EVENT_TARGET__ with the Vite dev process, so devtools events emitted on the server never reached the panel.

    The Vite plugin now bridges those events over the framework's existing import.meta.hot HotChannel — the same connection the runtime already uses for HMR. It injects a tiny, dev-only bridge into the event client when it runs in a non-client environment and wires each server environment's hot channel to the in-process ServerEventBus. No new WebSocket, no fetch, no reconnect logic, and no new runtime dependencies; the bridge is fully tree-shaken in production.

Commits
  • 0600635 ci: Version Packages (#487)
  • f9553f5 ci: Version Packages (#486)
  • d6e9022 feat: add @​tanstack/devtools-rspack (1:1 Vite parity) + shared @​tanstack/devt...
  • e026667 ci: Version Packages (#475)
  • 7114ecd test: e2e suite (8 apps + server↔client probe) + unit/component coverage (#472)
  • f17d7e8 chore: add bugs.url metadata to all published packages (#470)
  • d9f2b37 ci: Version Packages (#468)
  • 958c683 feat: deliver devtools events from isolated server runtimes via Vite HotChann...
  • See full diff in compare view

Updates @tanstack/react-devtools from 0.10.9 to 0.10.10

Release notes

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

@​tanstack/react-devtools@​0.10.10

Patch Changes

Changelog

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

0.10.10

Patch Changes

Commits

Updates @tanstack/react-form-devtools from 0.2.32 to 0.2.34

Release notes

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

@​tanstack/react-form-devtools@​0.2.34

Patch Changes

  • Updated dependencies []:
    • @​tanstack/form-devtools@​0.2.34

@​tanstack/react-form-devtools@​0.2.33

Patch Changes

  • Updated dependencies []:
    • @​tanstack/form-devtools@​0.2.33
Changelog

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

0.2.34

Patch Changes

  • Updated dependencies []:
    • @​tanstack/form-devtools@​0.2.34

0.2.33

Patch Changes

  • Updated dependencies []:
    • @​tanstack/form-devtools@​0.2.33
Commits

Updates @tanstack/react-pacer-devtools from 0.7.1 to 0.8.0

Release notes

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

@​tanstack/react-pacer-devtools@​0.8.0

Minor Changes

  • Update package dependencies and migrate the devtools theme integration to the latest API. (#245)

Patch Changes

  • Updated dependencies [bd96217]:
    • @​tanstack/pacer-devtools@​1.4.0
Changelog

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

0.8.0

Minor Changes

  • Update package dependencies and migrate the devtools theme integration to the latest API. (#245)

Patch Changes

  • Updated dependencies [bd96217]:
    • @​tanstack/pacer-devtools@​1.4.0
Commits

Updates @tanstack/router-plugin from 1.168.26 to 1.168.32

Changelog

Sourced from @​tanstack/router-plugin's changelog.

1.168.32

Patch Changes

1.168.31

Patch Changes

  • Updated dependencies [0c25a7b, 31882c7]:
    • @​tanstack/react-router@​1.170.28
    • @​tanstack/router-core@​1.171.23
    • @​tanstack/router-generator@​1.167.29

1.168.30

Patch Changes

1.168.29

Patch Changes

  • Updated dependencies [51138a8]:
    • @​tanstack/router-core@​1.171.21
    • @​tanstack/react-router@​1.170.25
    • @​tanstack/router-generator@​1.167.27

1.168.28

Patch Changes

  • Updated dependencies [44a8c3e, 5253e70]:
    • @​tanstack/router-core@​1.171.20
    • @​tanstack/react-router@​1.170.24
    • @​tanstack/router-generator@​1.167.26

1.168.27

Patch Changes

... (truncated)

Commits

Updates cspell from 9.8.0 to 10.0.1

Release notes

Sourced from cspell's releases.

v10.0.1

Fixes

fix(cli): ignore closed readline after stdin (#8862)

What changed

Wrap the stdin readline async iterator so CSpell ignores the terminal readline was closed error that can occur after stdin has already yielded its file list.

Other readline errors are still rethrown.

Why

Fixes #8778. On Node 24, cspell lint --file-list stdin can finish processing a large stdin file list and then report Linter Error: readline was closed instead of completing cleanly.

Tests

Added unit coverage for:

  • preserving all yielded stdin lines when readline throws readline was closed after reading
  • continuing to throw unrelated readline errors

I could not run the package test command locally in this sandbox because the checkout has no node_modules, and Corepack is blocked from creating its user cache directory (EPERM under ~/.cache/node/corepack).


fix(docs): replace .json with package.json in configuration docs (#8861)

Fix

In the package.json configuration section, the sentence referred to "the .json file" instead of "the package.json file".

Before: "CSpell looks for the configuration in the cspell field of the .json file." After: "CSpell looks for the configuration in the cspell field of the package.json file."


fix: substitution display and ranges for output checking (#8838)

... (truncated)

Changelog

Sourced from cspell's changelog.

v10.0.1 (2026-05-31)

Fixes

fix(cli): ignore closed readline after stdin (#8862)

What changed

Wrap the stdin readline async iterator so CSpell ignores the terminal readline was closed error that can occur after stdin has already yielded its file list.

Other readline errors are still rethrown.

Why

Fixes #8778. On Node 24, cspell lint --file-list stdin can finish processing a large stdin file list and then report Linter Error: readline was closed instead of completing cleanly.

Tests

Added unit coverage for:

  • preserving all yielded stdin lines when readline throws readline was closed after reading
  • continuing to throw unrelated readline errors

I could not run the package test command locally in this sandbox because the checkout has no node_modules, and Corepack is blocked from creating its user cache directory (EPERM under ~/.cache/node/corepack).


fix(docs): replace .json with package.json in configuration docs (#8861)

Fix

In the package.json configuration section, the sentence referred to "the .json file" instead of "the package.json file".

Before: "CSpell looks for the configuration in the cspell field of the .json file." After: "CSpell looks for the configuration in the cspell field of the package.json file."


... (truncated)

Commits

Updates dependency-cruiser from 17.4.3 to 18.2.0

Release notes

Sourced from dependency-cruiser's releases.

v18.2.0

✨ features

👷 maintenance

  • 718af4c0/ 99d964ff chore(npm): updates external devDependencies

v18.2.0-beta-2

✨ features

  • b5e0657b feat: enables configurations in typescript
  • 85f7d25e feat: auto-search for typescript extensions as well

trying again - apparently 18.2.0-beta-1 never got published due to GitHub actions having a bad hair day yesterday.

v18.2.0-beta-1

✨ features

  • b5e0657b feat: enables configurations in typescript

⚠️ Because GitHub (actions) had a bad hair day on this date, this version wasn't actually released to npmjs.

v18.1.1

👷 maintenance

  • 1ee565bb/ 942cf969 build(npm): updates external dependencies
  • f0061d15 fix: removes all unused catch parameters
  • cbe062ae/ c0250f8d chore(tools): uses node permission model
  • 01c47439 fix(build): re-adds esbuild to the devDependencies
  • e57d9fc2 chore: replaces eslint with oxlint (#1074)

v18.1.0

✨ new functionality

  • 65c432cc feat: adds environment inconsistency checks (#1070) dependency-cruiser now also warns at runtime if it detects typescript is needed, but (a usable version of the) typescript compiler isn't present (+ the same for babel and swc). It already did so on --init. Thanks @​kbarendrecht for the suggestion!
  • 6bb22b6f feat(report/error-html): makes the table heads sticky

TypeScript 7 support: typescript@7.1.0 is expected to ship with a public API - so that's the first version in the TypeScript 7 (formerly tsgo) version range dependency-cruiser will be able to support.

👷 maintenance

  • f04f2fad build(npm): updates external dependencies

... (truncated)

Commits
  • ec60345 18.2.0
  • 718af4c chore(npm): updates external devDependencies
  • e9f237f feat(utl/cache): also takes nested .gitignores into account (#1072)
  • 99d964f fix: refreshes package lock
  • 530a486 feat: enables configurations in typescript (#1077)
  • da355e4 18.1.1
  • c0250f8 chore(tools): makes the tools work again on node 22
  • 942cf96 build(npm): updates external dependencies
  • cbe062a chore(tools): uses node permission model
  • 01c4743 fix(build): re-adds esbuild to the devDependencies
  • Additional commits viewable in compare view

Updates knip from 6.15.0 to 6.32.2

Release notes

Sourced from knip's releases.

Release 6.32.2

  • Support oxfmt.config.mts (#1933) (795900191dc75eec8d1e717b866bf57e1e2912cc) - thanks @​joealden!
  • Support oxlint.config.mts (#1934) (531e2dc7c1d8bf31babea0068c34391182ec2d50) - thanks @​joealden!
  • Fix Supported lint-staged Configs (#1935) (f9c755e414ed10baa4d01af8ddac6d04cb8d5617) - thanks @​joealden!
  • Update dependencies (95f7c529f918dd9e1a84f92c68d064738977b825)
  • Update sentry snapshot (ea7929fcbd6b323c8bdd9252ac57017feeb29ecf)

Release 6.32.1

  • Handle referenced config files in their own plugin (resolve #1931, close #1932) (982c1d8e28cc62d3cba5ecde6dd8df2740c7c329)
  • Fix type-check against typescript@5.0.4 (2febefe44a8b39f74158916a2bc73933b4c281ae)
  • Update sentry snapshot (0397bddbf809e2b24fe59a4bea8c0258526bb565)

Release 6.32.0

  • fix: attribute wildcard subpath-import aliases as dependency usage (#1918) (4890a2ad5317b9e3f0ab844631ad0f0592802c3e) - thanks @​jsmecham!
  • Add Borp plugin (5eb9ad4cfb2ccb7770eac49f6109459d30590211)
  • Add tsd plugin (bd4ae7041f3fc6aef27b027644f80daefc432aca)
  • Resolve Rollup --config argument as plugin configuration (8111f97981406f4327d5e6a655c13308a9dc4426)
  • Resolve babel-jest configFile from Jest transform options (24794ccecb80fdaecfe4d46a26faff46c30d9015)
  • Add pre-commit plugin (ac726b0918cb931a6d538797e342484812a6752e)
  • Thread script words through resolvers to preserve quoting (89f9ada6ca81229bf8f7293439998acc5f87d457)
  • Resolve entries from Mocha script arguments (353f860f8e32f05f7c87dc5501071befc0e5a293)
  • Detect Node test runner through c8 (fa44be722aa35c6e8b441cd8cd0f4cf644027c22)
  • Update dependencies (non-major) (#1922) (6b1e6f3cbb1749776e3798f46eb2b99cd95ed56a) - thanks @​renovate[bot]!
  • fix(playwright): match config files with .cjs, .cts and .mts extensions (#1919) (1c1073a1817fdb3bcd3dc00eda2b1d858e444156) - thanks @​davidpavlovschi!
  • Restart VS Code language server process (resolve #1923) (d48eac5a2447567a33e835ce3e1648bf3f4ffb2b)
  • Classify built-ins from module specifiers (resolve #1925) (3528c5d0f808b7b2155f69a1f98493ee0e3e06c1)
  • Don't turn absolute-path script tokens into entries (resolve #1928) (e5608e77b434145c8dd5c2c2872bfb90ae622ce7)
  • Update sponsors data (025884bb53eede041732723197ac0415a1a50f71)
  • Update dependencies (d2c0a07c09cea70ab2cae5f97d12da272a6e43e6)

Release 6.31.0

  • feat: Add basic support for Marko 6 and 5 (#1914) (c6b151642701f9b4864ddb5ea8e40580623f59d1) - thanks @​caseycarroll!
  • Use Array.from in Marko compiler (5aadf47a22bdfd43bb8ad4082768e07fe37fc5ca)
  • Update release-it and fix release script flags (6fa9c269c65c0923965924226a5ccf0778842967)
  • Downgrade @​types/vscode to match extension engines range (6d8e9bf5200cf982d0bc801469c4e2be5627e5b8)

Release 6.30.0

  • docs: migrate to Starlight Blog plugin (#1854) (c89e3e3c9) - thanks @​trueberryless!
  • Include workspace dependencies in scoped runs (resolve #1901) (a75309eda)
  • Simplify workspace assembly (b3ac16411)
  • Document export declaration safety (ef98a7682)
  • Read object jsPlugin specifiers from Vite+ config (#1879) (3ea6a92d4) - thanks @​matchai!
  • Compile gitignore negations once (6884cdb20)
  • Cache Node test script detection (d970f67d8)
  • Track only enabled workspace plugins (67d48268a)
  • Skip unsupported Vite config command (545bb2d36)
  • Add SARIF reporter (ce11cf5d4)
  • Track catalog refs in pnpm dlx scripts (resolve #1885, close #1886) (102189a1a)
  • Report unresolved catalog references (b2b86c3e5)
  • Track catalog references across scoped runs (resolve #1905) (f0365bae0)

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 22, 2026
@dependabot
dependabot Bot requested a review from w0rldx as a code owner August 22, 2026 23:08
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 22, 2026
… directory with 10 updates

Bumps the frontend-development-tooling group with 10 updates in the /XE-Local-AI-Engine.Client.React directory:

| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.5.7` | `2.5.8` |
| [@cspell/dict-en_us](https://github.com/streetsidesoftware/cspell-dicts/tree/HEAD/dictionaries/en_US) | `4.4.33` | `4.4.36` |
| [@tanstack/devtools-vite](https://github.com/TanStack/devtools/tree/HEAD/packages/devtools-vite) | `0.7.2` | `0.8.3` |
| [@tanstack/react-devtools](https://github.com/TanStack/devtools/tree/HEAD/packages/react-devtools) | `0.10.9` | `0.10.10` |
| [@tanstack/react-form-devtools](https://github.com/TanStack/form/tree/HEAD/packages/react-form-devtools) | `0.2.32` | `0.2.34` |
| [@tanstack/react-pacer-devtools](https://github.com/TanStack/pacer/tree/HEAD/packages/react-pacer-devtools) | `0.7.1` | `0.8.0` |
| [@tanstack/router-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-plugin) | `1.168.26` | `1.168.32` |
| [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) | `9.8.0` | `10.0.1` |
| [dependency-cruiser](https://github.com/sverweij/dependency-cruiser) | `17.4.3` | `18.2.0` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `6.15.0` | `6.32.2` |



Updates `@biomejs/biome` from 2.5.7 to 2.5.8
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.8/packages/@biomejs/biome)

Updates `@cspell/dict-en_us` from 4.4.33 to 4.4.36
- [Release notes](https://github.com/streetsidesoftware/cspell-dicts/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell-dicts/commits/@cspell/dict-en_us@4.4.36/dictionaries/en_US)

Updates `@tanstack/devtools-vite` from 0.7.2 to 0.8.3
- [Release notes](https://github.com/TanStack/devtools/releases)
- [Changelog](https://github.com/TanStack/devtools/blob/main/packages/devtools-vite/CHANGELOG.md)
- [Commits](https://github.com/TanStack/devtools/commits/@tanstack/devtools-vite@0.8.3/packages/devtools-vite)

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

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

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

Updates `@tanstack/router-plugin` from 1.168.26 to 1.168.32
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/router-plugin/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/router-plugin@1.168.32/packages/router-plugin)

Updates `cspell` from 9.8.0 to 10.0.1
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v10.0.1/packages/cspell)

Updates `dependency-cruiser` from 17.4.3 to 18.2.0
- [Release notes](https://github.com/sverweij/dependency-cruiser/releases)
- [Changelog](https://github.com/sverweij/dependency-cruiser/blob/main/CHANGELOG.md)
- [Commits](sverweij/dependency-cruiser@v17.4.3...v18.2.0)

Updates `knip` from 6.15.0 to 6.32.2
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@6.32.2/packages/knip)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.5.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-development-tooling
- dependency-name: "@cspell/dict-en_us"
  dependency-version: 4.4.36
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-development-tooling
- dependency-name: "@tanstack/devtools-vite"
  dependency-version: 0.8.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-development-tooling
- dependency-name: "@tanstack/react-devtools"
  dependency-version: 0.10.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-development-tooling
- dependency-name: "@tanstack/react-form-devtools"
  dependency-version: 0.2.34
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-development-tooling
- dependency-name: "@tanstack/react-pacer-devtools"
  dependency-version: 0.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-development-tooling
- dependency-name: "@tanstack/router-plugin"
  dependency-version: 1.168.32
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-development-tooling
- dependency-name: cspell
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-development-tooling
- dependency-name: dependency-cruiser
  dependency-version: 18.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-development-tooling
- dependency-name: knip
  dependency-version: 6.32.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-development-tooling
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps-dev): bump the frontend-development-tooling group in /XE-Local-AI-Engine.Client.React with 10 updates build(deps-dev): bump the frontend-development-tooling group across 1 directory with 10 updates Aug 23, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/XE-Local-AI-Engine.Client.React/develop/frontend-development-tooling-89debed9c4 branch from b0852ca to 0c60103 Compare August 23, 2026 17:18
@w0rldx
w0rldx merged commit 9dc0463 into develop Aug 23, 2026
5 checks passed
@w0rldx
w0rldx deleted the dependabot/npm_and_yarn/XE-Local-AI-Engine.Client.React/develop/frontend-development-tooling-89debed9c4 branch August 23, 2026 17:39
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.

1 participant