Skip to content

Bump the production-dependencies group across 1 directory with 62 updates#38

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-9b0e1fe4c0
Open

Bump the production-dependencies group across 1 directory with 62 updates#38
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-9b0e1fe4c0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps the production-dependencies group with 62 updates in the / directory:

Package From To
@nx/devkit 21.2.2 22.4.4
@eslint/js 9.30.1 9.39.2
@nx/eslint 21.2.2 22.4.4
@nx/eslint-plugin 21.2.2 22.4.4
@nx/jest 21.2.2 22.4.4
@nx/js 21.2.2 22.4.4
@nx/plugin 21.2.2 22.4.4
@swc-node/register 1.9.2 1.11.1
@swc/cli 0.6.0 0.7.10
@swc/core 1.5.29 1.15.11
@swc/helpers 0.5.17 0.5.18
@types/node 18.16.9 25.2.0
eslint 9.30.1 9.39.2
eslint-config-prettier 10.1.5 10.1.8
jest 29.7.0 30.2.0
@types/jest 29.5.14 30.0.0
jest-environment-node 29.7.0 30.2.0
jsonc-eslint-parser 2.4.0 2.4.2
nx 21.2.2 22.4.4
prettier 3.6.2 3.8.1
ts-jest 29.4.0 29.4.6
ts-node 10.9.1 10.9.2
typescript 5.8.3 5.9.3
typescript-eslint 8.35.1 8.54.0
@clack/prompts 0.11.0 1.0.0
@floating-ui/dom 1.7.2 1.7.5
@napi-rs/simple-git 0.1.19 0.1.22
@webgpu/types 0.1.63 0.1.69
ansi-truncate 1.2.0 1.4.0
chokidar 4.0.3 5.0.0
esbuild-sass-plugin 3.3.1 3.6.0
flexsearch 0.7.43 0.8.212
globby 14.1.0 16.1.0
is-absolute-url 4.0.1 5.0.0
js-yaml 4.1.0 4.1.1
lightningcss 1.30.1 1.31.1
mdast-util-to-hast 13.2.0 13.2.1
minimatch 10.0.3 10.1.1
pixi.js 8.11.0 8.15.0
preact 10.26.9 10.28.3
preact-render-to-string 6.5.13 6.6.5
pretty-bytes 7.0.0 7.1.0
satori 0.13.2 0.19.1
sharp 0.34.2 0.34.5
shiki 1.29.2 3.22.0
unist-util-visit 5.0.0 5.1.0
workerpool 9.3.3 10.0.1
ws 8.18.3 8.19.0
@types/yargs 17.0.33 17.0.35
esbuild 0.25.5 0.27.2
tsx 4.20.3 4.21.0
react 19.1.0 19.2.4
@types/react 19.1.8 19.2.10
react-dom 19.1.0 19.2.4
@types/react-dom 19.1.6 19.2.3
@vitejs/plugin-react 4.6.0 5.1.2
cypress 14.5.1 15.9.0
cypress-cdp 1.6.82 1.6.87
cypress-image-diff-js 2.4.0 2.5.0
vite 6.3.5 7.3.1
lit 3.3.1 3.3.2
lodash 4.17.21 4.17.23

Updates @nx/devkit from 21.2.2 to 22.4.4

Release notes

Sourced from @​nx/devkit's releases.

22.4.4 (2026-01-30)

🚀 Features

  • core: add decorative banners for Nx Cloud CNW completion message (#34270)

🩹 Fixes

  • testing: add timeout to runCommandUntil to prevent hanging tests (#34148)
  • testing: preload vitest/node to prevent race condition on Node 24 (#34261, #34028, #33091)

❤️ Thank You

22.4.3 (2026-01-29)

🚀 Features

  • core: add Nx Cloud connect URL to template README (#34249)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)

🩹 Fixes

  • core: hide already-installed nx packages from suggestion list during nx import (#34227)
  • core: improve plugin worker error messages and lifecycle timeouts (#34251)
  • core: do not throw error if worker.stdout is not instanceof socket (#34224)
  • gradle: use tooling api compatible flags (#34247)
  • nx-dev: update dead links across nx-dev UI libraries (#34238)
  • vite: handle sophisticated vite plugins (#34242)
  • web: ensure vitest config file is created (#34216)

❤️ Thank You

22.4.2 (2026-01-26)

... (truncated)

Commits
  • 9073f40 docs(misc): update the docs to use more direct language (#34264)
  • 6f85b83 cleanup(repo): format all files (#33902)
  • 62c13c5 feat(misc): support prettier v3 (#33898)
  • 50cf84f chore(repo): update nx to 22.1.0-rc.2 (#33464)
  • 62d0ad7 chore(repo): rename jest.config.ts to jest.config.cts to be compat with Node ...
  • 4fcdc95 fix(maven): resolve maven dependencies from project roots (#33313)
  • f76f1ce chore(repo): dogfood pnpm catalogs (#33232)
  • 6788fcc fix(core): fix swapped arguments when resolving catalog references from the f...
  • f1fe6c0 fix(misc): handle null exit codes from crashed child processes (#33163)
  • 16c4b2b feat(core): enhance spinner handling and add spinner to inferred conversion (...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​nx/devkit since your current version.


Updates @eslint/js from 9.30.1 to 9.39.2

Release notes

Sourced from @​eslint/js's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

  • 7ca0af7 chore: upgrade to @eslint/js@9.39.2 (#20394) (Francesco Trotta)
  • c43ce24 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c9858e ci: add v9.x-dev branch (#20382) (Milos Djermanovic)

v9.39.1

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284) (Francesco Trotta)
  • c7ebefc chore: package.json update for @​eslint/js release (Jenkins)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275) (renovate[bot])
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)
  • 009e507 test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correct Rule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)

... (truncated)

Commits
  • c43ce24 chore: package.json update for @​eslint/js release
  • c7ebefc chore: package.json update for @​eslint/js release
  • 2375a6d chore: package.json update for @​eslint/js release
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208)
  • 25d0e33 chore: package.json update for @​eslint/js release
  • abee4ca chore: package.json update for @​eslint/js release
  • 90a71bf docs: update README files to add badge and instructions (#20115)
  • 488cba6 chore: package.json update for @​eslint/js release
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116)
  • af2a087 chore: package.json update for @​eslint/js release
  • Additional commits viewable in compare view

Updates @nx/eslint from 21.2.2 to 22.4.4

Release notes

Sourced from @​nx/eslint's releases.

22.4.4 (2026-01-30)

🚀 Features

  • core: add decorative banners for Nx Cloud CNW completion message (#34270)

🩹 Fixes

  • testing: add timeout to runCommandUntil to prevent hanging tests (#34148)
  • testing: preload vitest/node to prevent race condition on Node 24 (#34261, #34028, #33091)

❤️ Thank You

22.4.3 (2026-01-29)

🚀 Features

  • core: add Nx Cloud connect URL to template README (#34249)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)

🩹 Fixes

  • core: hide already-installed nx packages from suggestion list during nx import (#34227)
  • core: improve plugin worker error messages and lifecycle timeouts (#34251)
  • core: do not throw error if worker.stdout is not instanceof socket (#34224)
  • gradle: use tooling api compatible flags (#34247)
  • nx-dev: update dead links across nx-dev UI libraries (#34238)
  • vite: handle sophisticated vite plugins (#34242)
  • web: ensure vitest config file is created (#34216)

❤️ Thank You

22.4.2 (2026-01-26)

... (truncated)

Commits
  • 9073f40 docs(misc): update the docs to use more direct language (#34264)
  • 0fe39b2 fix(linter): delete override block when update returns undefined in replaceOv...
  • 9fb5a6c fix(linter): handle variable references in replaceOverride (#34026)
  • 8b83502 feat(linter): add bulk suppression support for ESLint v9.24.0+ (#32184)
  • 5659d50 fix(linter): honor setParserOptionsProject in flat config (#33953)
  • 6f85b83 cleanup(repo): format all files (#33902)
  • a64d1b2 fix(storybook): use helper to find correct version when pnpm catalogs are use...
  • 62c13c5 feat(misc): support prettier v3 (#33898)
  • 4493157 fix(js): allow copying generated Prisma client (asset) from 'node_modules' (#...
  • f8f05b4 fix(linter): update generators to use ESLint v9 compatible versions (#33633)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​nx/eslint since your current version.


Updates @nx/eslint-plugin from 21.2.2 to 22.4.4

Release notes

Sourced from @​nx/eslint-plugin's releases.

22.4.4 (2026-01-30)

🚀 Features

  • core: add decorative banners for Nx Cloud CNW completion message (#34270)

🩹 Fixes

  • testing: add timeout to runCommandUntil to prevent hanging tests (#34148)
  • testing: preload vitest/node to prevent race condition on Node 24 (#34261, #34028, #33091)

❤️ Thank You

22.4.3 (2026-01-29)

🚀 Features

  • core: add Nx Cloud connect URL to template README (#34249)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)

🩹 Fixes

  • core: hide already-installed nx packages from suggestion list during nx import (#34227)
  • core: improve plugin worker error messages and lifecycle timeouts (#34251)
  • core: do not throw error if worker.stdout is not instanceof socket (#34224)
  • gradle: use tooling api compatible flags (#34247)
  • nx-dev: update dead links across nx-dev UI libraries (#34238)
  • vite: handle sophisticated vite plugins (#34242)
  • web: ensure vitest config file is created (#34216)

❤️ Thank You

22.4.2 (2026-01-26)

... (truncated)

Commits
  • 9073f40 docs(misc): update the docs to use more direct language (#34264)
  • 574d841 chore(core): update to latest version of tsquery (#34067)
  • 97fde57 feat(linter): add peerDepsVersionStrategy option to dependency-checks (#33417)
  • dd7ec30 feat(core): support cwd specific hashes (#33879)
  • 6f85b83 cleanup(repo): format all files (#33902)
  • 8136eaf feat(angular): support angular v21 (#33378)
  • 239a4db feat(linter): add util to load eslint rules from a directory (#33543)
  • 50cf84f chore(repo): update nx to 22.1.0-rc.2 (#33464)
  • 62d0ad7 chore(repo): rename jest.config.ts to jest.config.cts to be compat with Node ...
  • f76f1ce chore(repo): dogfood pnpm catalogs (#33232)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​nx/eslint-plugin since your current version.


Updates @nx/jest from 21.2.2 to 22.4.4

Release notes

Sourced from @​nx/jest's releases.

22.4.4 (2026-01-30)

🚀 Features

  • core: add decorative banners for Nx Cloud CNW completion message (#34270)

🩹 Fixes

  • testing: add timeout to runCommandUntil to prevent hanging tests (#34148)
  • testing: preload vitest/node to prevent race condition on Node 24 (#34261, #34028, #33091)

❤️ Thank You

22.4.3 (2026-01-29)

🚀 Features

  • core: add Nx Cloud connect URL to template README (#34249)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)

🩹 Fixes

  • core: hide already-installed nx packages from suggestion list during nx import (#34227)
  • core: improve plugin worker error messages and lifecycle timeouts (#34251)
  • core: do not throw error if worker.stdout is not instanceof socket (#34224)
  • gradle: use tooling api compatible flags (#34247)
  • nx-dev: update dead links across nx-dev UI libraries (#34238)
  • vite: handle sophisticated vite plugins (#34242)
  • web: ensure vitest config file is created (#34216)

❤️ Thank You

22.4.2 (2026-01-26)

... (truncated)

Commits
  • 9073f40 docs(misc): update the docs to use more direct language (#34264)
  • 6092966 feat(core): add PLUGIN.md files to testing-tools (#34125)
  • 574d841 chore(core): update to latest version of tsquery (#34067)
  • d9ca27b fix(testing): ensure jest v30 migration is run (#33916)
  • 6f85b83 cleanup(repo): format all files (#33902)
  • 62c13c5 feat(misc): support prettier v3 (#33898)
  • c29834c fix(angular): ensure jest and jest-preset-angular are updated correctly for a...
  • 8136eaf feat(angular): support angular v21 (#33378)
  • 2c043bc fix(testing): update jest ci target to forward top level args (#31379)
  • b314dd1 chore(testing): add jest migration example (#33687)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​nx/jest since your current version.


Updates @nx/js from 21.2.2 to 22.4.4

Release notes

Sourced from @​nx/js's releases.

22.4.4 (2026-01-30)

🚀 Features

  • core: add decorative banners for Nx Cloud CNW completion message (#34270)

🩹 Fixes

  • testing: add timeout to runCommandUntil to prevent hanging tests (#34148)
  • testing: preload vitest/node to prevent race condition on Node 24 (#34261, #34028, #33091)

❤️ Thank You

22.4.3 (2026-01-29)

🚀 Features

  • core: add Nx Cloud connect URL to template README (#34249)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)

🩹 Fixes

  • core: hide already-installed nx packages from suggestion list during nx import (#34227)
  • core: improve plugin worker error messages and lifecycle timeouts (#34251)
  • core: do not throw error if worker.stdout is not instanceof socket (#34224)
  • gradle: use tooling api compatible flags (#34247)
  • nx-dev: update dead links across nx-dev UI libraries (#34238)
  • vite: handle sophisticated vite plugins (#34242)
  • web: ensure vitest config file is created (#34216)

❤️ Thank You

22.4.2 (2026-01-26)

... (truncated)

Commits
  • 9073f40 docs(misc): update the docs to use more direct language (#34264)
  • 92f821d fix(js): avoid duplicate @nx/js/typescript plugin entries for non-buildable...
  • f154b70 fix(core): daemon client reconnection on server restart (#33432)
  • 6f85b83 cleanup(repo): format all files (#33902)
  • 62c13c5 feat(misc): support prettier v3 (#33898)
  • 4493157 fix(js): allow copying generated Prisma client (asset) from 'node_modules' (#...
  • de966a2 fix(js): adjusted stdout and stderr handling to support the latest @​swc/cli v...
  • 68d4d4e fix(js): check package.json for name when project.json exists but has no name...
  • 192099a fix(js): resolve nx binary from workspace root in node executor (#33842)
  • 80523ef fix(js): prevent crash when terminating task using the @nx/js:swc executor ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​nx/js since your current version.


Updates @nx/plugin from 21.2.2 to 22.4.4

Release notes

Sourced from @​nx/plugin's releases.

22.4.4 (2026-01-30)

🚀 Features

  • core: add decorative banners for Nx Cloud CNW completion message (#34270)

🩹 Fixes

  • testing: add timeout to runCommandUntil to prevent hanging tests (#34148)
  • testing: preload vitest/node to prevent race condition on Node 24 (#34261, #34028, #33091)

❤️ Thank You

22.4.3 (2026-01-29)

🚀 Features

  • core: add Nx Cloud connect URL to template README (#34249)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)

🩹 Fixes

  • core: hide already-installed nx packages from suggestion list during nx import (#34227)
  • core: improve plugin worker error messages and lifecycle timeouts (#34251)
  • core: do not throw error if worker.stdout is not instanceof socket (#34224)
  • gradle: use tooling api compatible flags (#34247)
  • nx-dev: update dead links across nx-dev UI libraries (#34238)
  • vite: handle sophisticated vite plugins (#34242)
  • web: ensure vitest config file is created (#34216)

❤️ Thank You

22.4.2 (2026-01-26)

... (truncated)

Commits
  • 9073f40 docs(misc): update the docs to use more direct language (#34264)
  • 62c13c5 feat(misc): support prettier v3 (#33898)
  • af003c1 feat(nx-plugin): allow customizing the location of the companion E2E project ...
  • 1c8796a docs(misc): update migration docs to use supported markdown syntax (#33563)
  • 50cf84f chore(repo): update nx to 22.1.0-rc.2 (#33464)
  • 685e497 feat(vitest): split vitest into @​nx/vitest plugin (#33311)
  • 62d0ad7 chore(repo): rename jest.config.ts to jest.config.cts to be compat with Node ...
  • 9b5768e fix(testing): use .cts config files for Jest 30+ to fix __dirname issues (#33...
  • f76f1ce chore(repo): dogfood pnpm catalogs (#33232)
  • 8360341 chore(repo): disable duplicated typecheck targets if the project already uses...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​nx/plugin since your current version.


Updates @swc-node/register from 1.9.2 to 1.11.1

Release notes

Sourced from @​swc-node/register's releases.

@​swc-node/register@​1.10.9

What's Changed

Full Changelog: https://github.com/swc-project/swc-node/compare/@​swc-node/register@​1.10.8...@​swc-node/register@​1.10.9

@​swc-node/register@​1.10.8

What's Changed

New Contributors

Full Changelog: https://github.com/swc-project/swc-node/compare/@​swc-node/register@​1.10.7...@​swc-node/register@​1.10.8

@​swc-node/register@​1.10.5

What's Changed

New Contributors

Full Changelog: https://github.com/swc-project/swc-node/compare/@​swc-node/register@​1.10.3...@​swc-node/register@​1.10.5

@​swc-node/register@​1.10.3

What's Changed

Full Changelog: https://github.com/swc-project/swc-node/compare/@​swc-node/register@​1.10.2...@​swc-node/register@​1.10.3

@​swc-node/register@​1.10.1

What's Changed

... (truncated)

Commits
  • 41dc957 chore(release): publish
  • a6f263b ci: fix publish
  • a792736 chore(release): publish
  • f81f87a chore(deps): lock file maintenance (#878)
  • 2dcaa95 feat(core): respect decoratorVersion config (#956)
  • 20abe92 feat(register): respect conditions from Node.js (#955)
  • ca6e80c feat: upgrade deps (#954)
  • 5fea021 chore(deps): update pnpm to v10.14.0 (#950)
  • 34ae8eb feat(register): add new env SWC_NODE_INLINE_SOURCE_MAP (#953)
  • b5bf4fc chore(deps): update dependency lerna to v8.2.3 (#945)
  • Add...

    Description has been truncated

…ates

Bumps the production-dependencies group with 62 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `21.2.2` | `22.4.4` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.30.1` | `9.39.2` |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `21.2.2` | `22.4.4` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `21.2.2` | `22.4.4` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `21.2.2` | `22.4.4` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `21.2.2` | `22.4.4` |
| [@nx/plugin](https://github.com/nrwl/nx/tree/HEAD/packages/plugin) | `21.2.2` | `22.4.4` |
| [@swc-node/register](https://github.com/swc-project/swc-node) | `1.9.2` | `1.11.1` |
| [@swc/cli](https://github.com/swc-project/pkgs) | `0.6.0` | `0.7.10` |
| [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core) | `1.5.29` | `1.15.11` |
| [@swc/helpers](https://github.com/swc-project/swc) | `0.5.17` | `0.5.18` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.16.9` | `25.2.0` |
| [eslint](https://github.com/eslint/eslint) | `9.30.1` | `9.39.2` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` | `10.1.8` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.2.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.14` | `30.0.0` |
| [jest-environment-node](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-node) | `29.7.0` | `30.2.0` |
| [jsonc-eslint-parser](https://github.com/ota-meshi/jsonc-eslint-parser) | `2.4.0` | `2.4.2` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `21.2.2` | `22.4.4` |
| [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.8.1` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.0` | `29.4.6` |
| [ts-node](https://github.com/TypeStrong/ts-node) | `10.9.1` | `10.9.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.35.1` | `8.54.0` |
| [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `0.11.0` | `1.0.0` |
| [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) | `1.7.2` | `1.7.5` |
| [@napi-rs/simple-git](https://github.com/Brooooooklyn/simple-git) | `0.1.19` | `0.1.22` |
| [@webgpu/types](https://github.com/gpuweb/types) | `0.1.63` | `0.1.69` |
| [ansi-truncate](https://github.com/fabiospampinato/ansi-truncate) | `1.2.0` | `1.4.0` |
| [chokidar](https://github.com/paulmillr/chokidar) | `4.0.3` | `5.0.0` |
| [esbuild-sass-plugin](https://github.com/glromeo/esbuild-sass-plugin) | `3.3.1` | `3.6.0` |
| [flexsearch](https://github.com/nextapps-de/flexsearch) | `0.7.43` | `0.8.212` |
| [globby](https://github.com/sindresorhus/globby) | `14.1.0` | `16.1.0` |
| [is-absolute-url](https://github.com/sindresorhus/is-absolute-url) | `4.0.1` | `5.0.0` |
| [js-yaml](https://github.com/nodeca/js-yaml) | `4.1.0` | `4.1.1` |
| [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.30.1` | `1.31.1` |
| [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast) | `13.2.0` | `13.2.1` |
| [minimatch](https://github.com/isaacs/minimatch) | `10.0.3` | `10.1.1` |
| [pixi.js](https://github.com/pixijs/pixijs) | `8.11.0` | `8.15.0` |
| [preact](https://github.com/preactjs/preact) | `10.26.9` | `10.28.3` |
| [preact-render-to-string](https://github.com/preactjs/preact-render-to-string) | `6.5.13` | `6.6.5` |
| [pretty-bytes](https://github.com/sindresorhus/pretty-bytes) | `7.0.0` | `7.1.0` |
| [satori](https://github.com/vercel/satori) | `0.13.2` | `0.19.1` |
| [sharp](https://github.com/lovell/sharp) | `0.34.2` | `0.34.5` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.29.2` | `3.22.0` |
| [unist-util-visit](https://github.com/syntax-tree/unist-util-visit) | `5.0.0` | `5.1.0` |
| [workerpool](https://github.com/josdejong/workerpool) | `9.3.3` | `10.0.1` |
| [ws](https://github.com/websockets/ws) | `8.18.3` | `8.19.0` |
| [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs) | `17.0.33` | `17.0.35` |
| [esbuild](https://github.com/evanw/esbuild) | `0.25.5` | `0.27.2` |
| [tsx](https://github.com/privatenumber/tsx) | `4.20.3` | `4.21.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.1.0` | `19.2.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.8` | `19.2.10` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.1.0` | `19.2.4` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.1.6` | `19.2.3` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.6.0` | `5.1.2` |
| [cypress](https://github.com/cypress-io/cypress) | `14.5.1` | `15.9.0` |
| [cypress-cdp](https://github.com/bahmutov/cypress-cdp) | `1.6.82` | `1.6.87` |
| [cypress-image-diff-js](https://github.com/uktrade/cypress-image-diff) | `2.4.0` | `2.5.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.3.5` | `7.3.1` |
| [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) | `3.3.1` | `3.3.2` |
| [lodash](https://github.com/lodash/lodash) | `4.17.21` | `4.17.23` |



Updates `@nx/devkit` from 21.2.2 to 22.4.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.4.4/packages/devkit)

Updates `@eslint/js` from 9.30.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js)

Updates `@nx/eslint` from 21.2.2 to 22.4.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.4.4/packages/eslint)

Updates `@nx/eslint-plugin` from 21.2.2 to 22.4.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.4.4/packages/eslint-plugin)

Updates `@nx/jest` from 21.2.2 to 22.4.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.4.4/packages/jest)

Updates `@nx/js` from 21.2.2 to 22.4.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.4.4/packages/js)

Updates `@nx/plugin` from 21.2.2 to 22.4.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.4.4/packages/plugin)

Updates `@swc-node/register` from 1.9.2 to 1.11.1
- [Release notes](https://github.com/swc-project/swc-node/releases)
- [Commits](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.9.2...@swc-node/register@1.11.1)

Updates `@swc/cli` from 0.6.0 to 0.7.10
- [Commits](https://github.com/swc-project/pkgs/commits)

Updates `@swc/core` from 1.5.29 to 1.15.11
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits/v1.15.11/packages/core)

Updates `@swc/helpers` from 0.5.17 to 0.5.18
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG-CORE.md)
- [Commits](https://github.com/swc-project/swc/commits)

Updates `@types/node` from 18.16.9 to 25.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint` from 9.30.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.30.1...v9.39.2)

Updates `eslint-config-prettier` from 10.1.5 to 10.1.8
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v10.1.5...v10.1.8)

Updates `jest` from 29.7.0 to 30.2.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest)

Updates `@types/jest` from 29.5.14 to 30.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `jest-environment-node` from 29.7.0 to 30.2.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest-environment-node)

Updates `jsonc-eslint-parser` from 2.4.0 to 2.4.2
- [Release notes](https://github.com/ota-meshi/jsonc-eslint-parser/releases)
- [Changelog](https://github.com/ota-meshi/jsonc-eslint-parser/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/jsonc-eslint-parser@v2.4.0...v2.4.2)

Updates `nx` from 21.2.2 to 22.4.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.4.4/packages/nx)

Updates `prettier` from 3.6.2 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.6.2...3.8.1)

Updates `ts-jest` from 29.4.0 to 29.4.6
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.0...v29.4.6)

Updates `ts-node` from 10.9.1 to 10.9.2
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](TypeStrong/ts-node@v10.9.1...v10.9.2)

Updates `typescript` from 5.8.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.3)

Updates `typescript-eslint` from 8.35.1 to 8.54.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.54.0/packages/typescript-eslint)

Updates `@clack/prompts` from 0.11.0 to 1.0.0
- [Release notes](https://github.com/bombshell-dev/clack/releases)
- [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md)
- [Commits](https://github.com/bombshell-dev/clack/commits/@clack/prompts@1.0.0/packages/prompts)

Updates `@floating-ui/dom` from 1.7.2 to 1.7.5
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/HEAD/packages/dom)

Updates `@napi-rs/simple-git` from 0.1.19 to 0.1.22
- [Release notes](https://github.com/Brooooooklyn/simple-git/releases)
- [Commits](Brooooooklyn/simple-git@v0.1.19...v0.1.22)

Updates `@webgpu/types` from 0.1.63 to 0.1.69
- [Commits](gpuweb/types@v0.1.63...v0.1.69)

Updates `ansi-truncate` from 1.2.0 to 1.4.0
- [Commits](fabiospampinato/ansi-truncate@v1.2.0...v1.4.0)

Updates `chokidar` from 4.0.3 to 5.0.0
- [Release notes](https://github.com/paulmillr/chokidar/releases)
- [Commits](paulmillr/chokidar@4.0.3...5.0.0)

Updates `esbuild-sass-plugin` from 3.3.1 to 3.6.0
- [Release notes](https://github.com/glromeo/esbuild-sass-plugin/releases)
- [Commits](https://github.com/glromeo/esbuild-sass-plugin/commits)

Updates `flexsearch` from 0.7.43 to 0.8.212
- [Release notes](https://github.com/nextapps-de/flexsearch/releases)
- [Changelog](https://github.com/nextapps-de/flexsearch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextapps-de/flexsearch/commits)

Updates `globby` from 14.1.0 to 16.1.0
- [Release notes](https://github.com/sindresorhus/globby/releases)
- [Commits](sindresorhus/globby@v14.1.0...v16.1.0)

Updates `is-absolute-url` from 4.0.1 to 5.0.0
- [Release notes](https://github.com/sindresorhus/is-absolute-url/releases)
- [Commits](sindresorhus/is-absolute-url@v4.0.1...v5.0.0)

Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.0...4.1.1)

Updates `lightningcss` from 1.30.1 to 1.31.1
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/commits)

Updates `mdast-util-to-hast` from 13.2.0 to 13.2.1
- [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases)
- [Commits](syntax-tree/mdast-util-to-hast@13.2.0...13.2.1)

Updates `minimatch` from 10.0.3 to 10.1.1
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v10.0.3...v10.1.1)

Updates `pixi.js` from 8.11.0 to 8.15.0
- [Release notes](https://github.com/pixijs/pixijs/releases)
- [Commits](pixijs/pixijs@v8.11.0...v8.15.0)

Updates `preact` from 10.26.9 to 10.28.3
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.26.9...10.28.3)

Updates `preact-render-to-string` from 6.5.13 to 6.6.5
- [Release notes](https://github.com/preactjs/preact-render-to-string/releases)
- [Changelog](https://github.com/preactjs/preact-render-to-string/blob/main/CHANGELOG.md)
- [Commits](preactjs/preact-render-to-string@v6.5.13...v6.6.5)

Updates `pretty-bytes` from 7.0.0 to 7.1.0
- [Release notes](https://github.com/sindresorhus/pretty-bytes/releases)
- [Commits](sindresorhus/pretty-bytes@v7.0.0...v7.1.0)

Updates `satori` from 0.13.2 to 0.19.1
- [Release notes](https://github.com/vercel/satori/releases)
- [Commits](vercel/satori@0.13.2...0.19.1)

Updates `sharp` from 0.34.2 to 0.34.5
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.34.2...v0.34.5)

Updates `shiki` from 1.29.2 to 3.22.0
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v3.22.0/packages/shiki)

Updates `unist-util-visit` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/syntax-tree/unist-util-visit/releases)
- [Commits](syntax-tree/unist-util-visit@5.0.0...5.1.0)

Updates `workerpool` from 9.3.3 to 10.0.1
- [Changelog](https://github.com/josdejong/workerpool/blob/master/HISTORY.md)
- [Commits](https://github.com/josdejong/workerpool/commits/v10.0.1)

Updates `ws` from 8.18.3 to 8.19.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.18.3...8.19.0)

Updates `@types/yargs` from 17.0.33 to 17.0.35
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/yargs)

Updates `esbuild` from 0.25.5 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.25.5...v0.27.2)

Updates `tsx` from 4.20.3 to 4.21.0
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.20.3...v4.21.0)

Updates `react` from 19.1.0 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react)

Updates `@types/react` from 19.1.8 to 19.2.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 19.1.0 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react-dom)

Updates `@types/react-dom` from 19.1.6 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@types/react` from 19.1.8 to 19.2.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 19.1.6 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@vitejs/plugin-react` from 4.6.0 to 5.1.2
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.2/packages/plugin-react)

Updates `cypress` from 14.5.1 to 15.9.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v14.5.1...v15.9.0)

Updates `cypress-cdp` from 1.6.82 to 1.6.87
- [Release notes](https://github.com/bahmutov/cypress-cdp/releases)
- [Commits](bahmutov/cypress-cdp@v1.6.82...v1.6.87)

Updates `cypress-image-diff-js` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/uktrade/cypress-image-diff/releases)
- [Changelog](https://github.com/haim-io/cypress-image-diff/blob/main/release.config.js)
- [Commits](haim-io/cypress-image-diff@v2.4.0...v2.5.0)

Updates `vite` from 6.3.5 to 7.3.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/v7.3.1/packages/vite)

Updates `lit` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/lit/lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/packages/lit/CHANGELOG.md)
- [Commits](https://github.com/lit/lit/commits/lit-element@3.3.2/packages/lit)

Updates `lodash` from 4.17.21 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

---
updated-dependencies:
- dependency-name: "@nx/devkit"
  dependency-version: 22.4.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@eslint/js"
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@nx/eslint"
  dependency-version: 22.4.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@nx/eslint-plugin"
  dependency-version: 22.4.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@nx/jest"
  dependency-version: 22.4.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@nx/js"
  dependency-version: 22.4.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@nx/plugin"
  dependency-version: 22.4.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@swc-node/register"
  dependency-version: 1.11.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@swc/cli"
  dependency-version: 0.7.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@swc/core"
  dependency-version: 1.15.11
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@swc/helpers"
  dependency-version: 0.5.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: jest
  dependency-version: 30.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@types/jest"
  dependency-version: 30.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: jest-environment-node
  dependency-version: 30.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: jsonc-eslint-parser
  dependency-version: 2.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: nx
  dependency-version: 22.4.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ts-jest
  dependency-version: 29.4.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ts-node
  dependency-version: 10.9.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@clack/prompts"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@floating-ui/dom"
  dependency-version: 1.7.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@napi-rs/simple-git"
  dependency-version: 0.1.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@webgpu/types"
  dependency-version: 0.1.69
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ansi-truncate
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: chokidar
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: esbuild-sass-plugin
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: flexsearch
  dependency-version: 0.8.212
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: globby
  dependency-version: 16.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: is-absolute-url
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: lightningcss
  dependency-version: 1.31.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: mdast-util-to-hast
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: minimatch
  dependency-version: 10.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pixi.js
  dependency-version: 8.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: preact
  dependency-version: 10.28.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: preact-render-to-string
  dependency-version: 6.6.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pretty-bytes
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: satori
  dependency-version: 0.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: sharp
  dependency-version: 0.34.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: shiki
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: unist-util-visit
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: workerpool
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: ws
  dependency-version: 8.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@types/yargs"
  dependency-version: 17.0.35
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: esbuild
  dependency-version: 0.27.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tsx
  dependency-version: 4.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 5.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: cypress
  dependency-version: 15.9.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: cypress-cdp
  dependency-version: 1.6.87
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: cypress-image-diff-js
  dependency-version: 2.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: vite
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: lit
  dependency-version: 3.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

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 Feb 2, 2026
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