Skip to content

chore(deps): bump the typescript-dependencies group across 5 directories with 18 updates - #4090

Merged
Kailai-Wang merged 2 commits into
devfrom
dependabot/npm_and_yarn/parachain/scripts/ts-utils/typescript-dependencies-5e90b37fce
Sep 6, 2026
Merged

chore(deps): bump the typescript-dependencies group across 5 directories with 18 updates#4090
Kailai-Wang merged 2 commits into
devfrom
dependabot/npm_and_yarn/parachain/scripts/ts-utils/typescript-dependencies-5e90b37fce

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the typescript-dependencies group with 1 update in the /parachain/scripts/ts-utils directory: @types/node.
Bumps the typescript-dependencies group with 1 update in the /parachain/ts-tests directory: @types/node.
Bumps the typescript-dependencies group with 14 updates in the /tee-worker/omni-executor/client-sdk directory:

Package From To
@types/node 26.2.0 26.4.0
@nx/devkit 23.1.1 23.1.2
@nx/eslint-plugin 23.1.1 23.1.2
@nx/jest 23.1.1 23.1.2
@nx/js 23.1.1 23.1.2
@nx/workspace 23.1.1 23.1.2
@typescript-eslint/eslint-plugin 8.67.0 8.68.0
@typescript-eslint/parser 8.67.0 8.68.0
eslint 10.9.0 10.9.1
jest 30.4.2 30.5.0
jest-environment-node 30.4.1 30.5.0
nx 23.1.1 23.1.2
typedoc-plugin-markdown 4.12.0 4.13.0
verdaccio 6.10.0 6.10.1

Bumps the typescript-dependencies group with 7 updates in the /tee-worker/omni-executor/ts-tests directory:

Package From To
@typescript-eslint/eslint-plugin 8.67.0 8.68.0
@typescript-eslint/parser 8.67.0 8.68.0
eslint 10.9.0 10.9.1
@noble/ed25519 3.1.0 3.2.0
ecpair 3.0.1 3.0.2
viem 2.55.19 2.56.0
systeminformation 5.33.1 5.33.5

Bumps the typescript-dependencies group with 5 updates in the /tee-worker/omni-executor/ts-tests/integration-tests directory:

Package From To
@typescript-eslint/eslint-plugin 8.67.0 8.68.0
@typescript-eslint/parser 8.67.0 8.68.0
eslint 10.9.0 10.9.1
@noble/ed25519 3.1.0 3.2.0
ecpair 3.0.1 3.0.2

Updates @types/node from 26.2.0 to 26.4.0

Commits

Updates @types/node from 26.2.0 to 26.4.0

Commits

Updates @types/node from 26.2.0 to 26.4.0

Commits

Updates @nx/devkit from 23.1.1 to 23.1.2

Release notes

Sourced from @​nx/devkit's releases.

23.1.2 (2026-08-26)

🩹 Fixes

  • angular: make webpack-related packages optional peer dependencies (#36310)
  • angular: keep buildable libraries private (#36545)
  • angular-rspack: stop builds crashing on non-array styleUrls (#36550)
  • angular-rspack: rebuild components when their templates or styles change on Windows (#36641, #36619)
  • core: normalize resolved module paths (#36556, #36549)
  • core: stop pruneProjectGraph from mutating the source project graph (#36517, #36470)
  • core: make preset empty work without github.com and improve template download errors (#36508)
  • core: drain to stdout before exiting nx affected (#36569, #36568)
  • core: update brace-expansion to 5.0.9 for CVE-2026-14257 (#36577)
  • core: restrict daemon and plugin worker socket access to the owning user (#36370)
  • core: drain stdout before exiting nx run-many and nx run (#36607, #36606)
  • core: resolve main worktree root without a Windows verbatim prefix (#36649, #35637)
  • core: accept bun.lock lockfileVersion 2 and 3 (#36666)
  • core: maintain cacheability when an executor target default applies (#36477)
  • core: don't leave an unkillable nx process when a terminal closes (#36683, #36682)
  • core: honor the package manager's registry config in nx migrate (#35954, #35843)
  • core: resolve telemetry DNS in-process to avoid a getenv segfault (#36673)
  • core: skip target group members without a target (#36711, #36712)
  • core: port quoteShellArg helper for no-shell spawn fixes (a9e493bf5f)
  • core: stop resending accumulated task hash results to the daemon when hashing tasks (#36716)
  • core: apply package.json updates unblocked by later package groups (#36636)
  • core: adapt held-updates spec to enquirer prompt shape (8fe6dab9d2)
  • core: create external nodes for out-of-workspace link dependencies (#36745)
  • core: point duplicate project names from worktrees at the fix (#36734)
  • core: exclude volatile shell and editor env vars from the daemon (#36642, #36610)
  • core: stop the daemon before nx add installs a package (#36767)
  • devkit: honour cascading ignore files in tree walks and generator formatting (#36575)
  • devkit: correct version floor validation for ranges and prereleases (#36724)
  • docker: skip unchanged version action projects (#36542)
  • expo: keep the expo dev server alive under jest (#36635)
  • expo: derive metro projectRoot and node_modules from the app being bundled (#36650, #36531)
  • gradle: emit valid Groovy when applying the plugin to an existing allprojects block (#36697)
  • gradle: surface project graph timeout errors when the process ignores the kill signal (#36713)
  • js: avoid duplicate node start without watch (#36695, #36694)
  • js: resolve override selectors in affected detection (#36699, #36698)
  • maven: stop running maven and gradle graph analysis through a shell (#36626)
  • misc: move plugin internal imports to devkit/internal (#36430)
  • misc: use workspaceRoot in workspaceModule path (#35142)
  • misc: bump css-loader so npm can resolve rspack core 2 (#36643)
  • misc: make generated code lint-clean under oxlint defaults (#36749)
  • misc: de-flake the nx watch e2e suite (#36758)
  • nextjs: stop installing unused Next.js ESLint packages from the library generator (#36779)
  • nextjs: describe the library generator and export its server entry (#36776)
  • nx-dev: keep the kb index working for uncommitted articles (#36588)
  • nx-dev: update docs pricing link (#36625)
  • react: make module federation packages optional peer dependencies (#36492)

... (truncated)

Commits
  • 7cf5317 fix(devkit): correct version floor validation for ranges and prereleases (#36...
  • 60196b7 fix(maven): stop running maven and gradle graph analysis through a shell (#36...
  • be6f699 chore(repo): merge duplicate import declarations and forbid them via lint (#3...
  • 610a6f6 fix(devkit): honour cascading ignore files in tree walks and generator format...
  • dab0395 fix(misc): move plugin internal imports to devkit/internal (#36430)
  • See full diff in compare view

Updates @nx/eslint-plugin from 23.1.1 to 23.1.2

Release notes

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

23.1.2 (2026-08-26)

🩹 Fixes

  • angular: make webpack-related packages optional peer dependencies (#36310)
  • angular: keep buildable libraries private (#36545)
  • angular-rspack: stop builds crashing on non-array styleUrls (#36550)
  • angular-rspack: rebuild components when their templates or styles change on Windows (#36641, #36619)
  • core: normalize resolved module paths (#36556, #36549)
  • core: stop pruneProjectGraph from mutating the source project graph (#36517, #36470)
  • core: make preset empty work without github.com and improve template download errors (#36508)
  • core: drain to stdout before exiting nx affected (#36569, #36568)
  • core: update brace-expansion to 5.0.9 for CVE-2026-14257 (#36577)
  • core: restrict daemon and plugin worker socket access to the owning user (#36370)
  • core: drain stdout before exiting nx run-many and nx run (#36607, #36606)
  • core: resolve main worktree root without a Windows verbatim prefix (#36649, #35637)
  • core: accept bun.lock lockfileVersion 2 and 3 (#36666)
  • core: maintain cacheability when an executor target default applies (#36477)
  • core: don't leave an unkillable nx process when a terminal closes (#36683, #36682)
  • core: honor the package manager's registry config in nx migrate (#35954, #35843)
  • core: resolve telemetry DNS in-process to avoid a getenv segfault (#36673)
  • core: skip target group members without a target (#36711, #36712)
  • core: port quoteShellArg helper for no-shell spawn fixes (a9e493bf5f)
  • core: stop resending accumulated task hash results to the daemon when hashing tasks (#36716)
  • core: apply package.json updates unblocked by later package groups (#36636)
  • core: adapt held-updates spec to enquirer prompt shape (8fe6dab9d2)
  • core: create external nodes for out-of-workspace link dependencies (#36745)
  • core: point duplicate project names from worktrees at the fix (#36734)
  • core: exclude volatile shell and editor env vars from the daemon (#36642, #36610)
  • core: stop the daemon before nx add installs a package (#36767)
  • devkit: honour cascading ignore files in tree walks and generator formatting (#36575)
  • devkit: correct version floor validation for ranges and prereleases (#36724)
  • docker: skip unchanged version action projects (#36542)
  • expo: keep the expo dev server alive under jest (#36635)
  • expo: derive metro projectRoot and node_modules from the app being bundled (#36650, #36531)
  • gradle: emit valid Groovy when applying the plugin to an existing allprojects block (#36697)
  • gradle: surface project graph timeout errors when the process ignores the kill signal (#36713)
  • js: avoid duplicate node start without watch (#36695, #36694)
  • js: resolve override selectors in affected detection (#36699, #36698)
  • maven: stop running maven and gradle graph analysis through a shell (#36626)
  • misc: move plugin internal imports to devkit/internal (#36430)
  • misc: use workspaceRoot in workspaceModule path (#35142)
  • misc: bump css-loader so npm can resolve rspack core 2 (#36643)
  • misc: make generated code lint-clean under oxlint defaults (#36749)
  • misc: de-flake the nx watch e2e suite (#36758)
  • nextjs: stop installing unused Next.js ESLint packages from the library generator (#36779)
  • nextjs: describe the library generator and export its server entry (#36776)
  • nx-dev: keep the kb index working for uncommitted articles (#36588)
  • nx-dev: update docs pricing link (#36625)
  • react: make module federation packages optional peer dependencies (#36492)

... (truncated)

Commits
  • b9b7c50 chore(repo): bump pnpm to 11.22.0 (#36753)
  • be6f699 chore(repo): merge duplicate import declarations and forbid them via lint (#3...
  • dab0395 fix(misc): move plugin internal imports to devkit/internal (#36430)
  • See full diff in compare view

Updates @nx/jest from 23.1.1 to 23.1.2

Release notes

Sourced from @​nx/jest's releases.

23.1.2 (2026-08-26)

🩹 Fixes

  • angular: make webpack-related packages optional peer dependencies (#36310)
  • angular: keep buildable libraries private (#36545)
  • angular-rspack: stop builds crashing on non-array styleUrls (#36550)
  • angular-rspack: rebuild components when their templates or styles change on Windows (#36641, #36619)
  • core: normalize resolved module paths (#36556, #36549)
  • core: stop pruneProjectGraph from mutating the source project graph (#36517, #36470)
  • core: make preset empty work without github.com and improve template download errors (#36508)
  • core: drain to stdout before exiting nx affected (#36569, #36568)
  • core: update brace-expansion to 5.0.9 for CVE-2026-14257 (#36577)
  • core: restrict daemon and plugin worker socket access to the owning user (#36370)
  • core: drain stdout before exiting nx run-many and nx run (#36607, #36606)
  • core: resolve main worktree root without a Windows verbatim prefix (#36649, #35637)
  • core: accept bun.lock lockfileVersion 2 and 3 (#36666)
  • core: maintain cacheability when an executor target default applies (#36477)
  • core: don't leave an unkillable nx process when a terminal closes (#36683, #36682)
  • core: honor the package manager's registry config in nx migrate (#35954, #35843)
  • core: resolve telemetry DNS in-process to avoid a getenv segfault (#36673)
  • core: skip target group members without a target (#36711, #36712)
  • core: port quoteShellArg helper for no-shell spawn fixes (a9e493bf5f)
  • core: stop resending accumulated task hash results to the daemon when hashing tasks (#36716)
  • core: apply package.json updates unblocked by later package groups (#36636)
  • core: adapt held-updates spec to enquirer prompt shape (8fe6dab9d2)
  • core: create external nodes for out-of-workspace link dependencies (#36745)
  • core: point duplicate project names from worktrees at the fix (#36734)
  • core: exclude volatile shell and editor env vars from the daemon (#36642, #36610)
  • core: stop the daemon before nx add installs a package (#36767)
  • devkit: honour cascading ignore files in tree walks and generator formatting (#36575)
  • devkit: correct version floor validation for ranges and prereleases (#36724)
  • docker: skip unchanged version action projects (#36542)
  • expo: keep the expo dev server alive under jest (#36635)
  • expo: derive metro projectRoot and node_modules from the app being bundled (#36650, #36531)
  • gradle: emit valid Groovy when applying the plugin to an existing allprojects block (#36697)
  • gradle: surface project graph timeout errors when the process ignores the kill signal (#36713)
  • js: avoid duplicate node start without watch (#36695, #36694)
  • js: resolve override selectors in affected detection (#36699, #36698)
  • maven: stop running maven and gradle graph analysis through a shell (#36626)
  • misc: move plugin internal imports to devkit/internal (#36430)
  • misc: use workspaceRoot in workspaceModule path (#35142)
  • misc: bump css-loader so npm can resolve rspack core 2 (#36643)
  • misc: make generated code lint-clean under oxlint defaults (#36749)
  • misc: de-flake the nx watch e2e suite (#36758)
  • nextjs: stop installing unused Next.js ESLint packages from the library generator (#36779)
  • nextjs: describe the library generator and export its server entry (#36776)
  • nx-dev: keep the kb index working for uncommitted articles (#36588)
  • nx-dev: update docs pricing link (#36625)
  • react: make module federation packages optional peer dependencies (#36492)

... (truncated)

Commits

Updates @nx/js from 23.1.1 to 23.1.2

Release notes

Sourced from @​nx/js's releases.

23.1.2 (2026-08-26)

🩹 Fixes

  • angular: make webpack-related packages optional peer dependencies (#36310)
  • angular: keep buildable libraries private (#36545)
  • angular-rspack: stop builds crashing on non-array styleUrls (#36550)
  • angular-rspack: rebuild components when their templates or styles change on Windows (#36641, #36619)
  • core: normalize resolved module paths (#36556, #36549)
  • core: stop pruneProjectGraph from mutating the source project graph (#36517, #36470)
  • core: make preset empty work without github.com and improve template download errors (#36508)
  • core: drain to stdout before exiting nx affected (#36569, #36568)
  • core: update brace-expansion to 5.0.9 for CVE-2026-14257 (#36577)
  • core: restrict daemon and plugin worker socket access to the owning user (#36370)
  • core: drain stdout before exiting nx run-many and nx run (#36607, #36606)
  • core: resolve main worktree root without a Windows verbatim prefix (#36649, #35637)
  • core: accept bun.lock lockfileVersion 2 and 3 (#36666)
  • core: maintain cacheability when an executor target default applies (#36477)
  • core: don't leave an unkillable nx process when a terminal closes (#36683, #36682)
  • core: honor the package manager's registry config in nx migrate (#35954, #35843)
  • core: resolve telemetry DNS in-process to avoid a getenv segfault (#36673)
  • core: skip target group members without a target (#36711, #36712)
  • core: port quoteShellArg helper for no-shell spawn fixes (a9e493bf5f)
  • core: stop resending accumulated task hash results to the daemon when hashing tasks (#36716)
  • core: apply package.json updates unblocked by later package groups (#36636)
  • core: adapt held-updates spec to enquirer prompt shape (8fe6dab9d2)
  • core: create external nodes for out-of-workspace link dependencies (#36745)
  • core: point duplicate project names from worktrees at the fix (#36734)
  • core: exclude volatile shell and editor env vars from the daemon (#36642, #36610)
  • core: stop the daemon before nx add installs a package (#36767)
  • devkit: honour cascading ignore files in tree walks and generator formatting (#36575)
  • devkit: correct version floor validation for ranges and prereleases (#36724)
  • docker: skip unchanged version action projects (#36542)
  • expo: keep the expo dev server alive under jest (#36635)
  • expo: derive metro projectRoot and node_modules from the app being bundled (#36650, #36531)
  • gradle: emit valid Groovy when applying the plugin to an existing allprojects block (#36697)
  • gradle: surface project graph timeout errors when the process ignores the kill signal (#36713)
  • js: avoid duplicate node start without watch (#36695, #36694)
  • js: resolve override selectors in affected detection (#36699, #36698)
  • maven: stop running maven and gradle graph analysis through a shell (#36626)
  • misc: move plugin internal imports to devkit/internal (#36430)
  • misc: use workspaceRoot in workspaceModule path (#35142)
  • misc: bump css-loader so npm can resolve rspack core 2 (#36643)
  • misc: make generated code lint-clean under oxlint defaults (#36749)
  • misc: de-flake the nx watch e2e suite (#36758)
  • nextjs: stop installing unused Next.js ESLint packages from the library generator (#36779)
  • nextjs: describe the library generator and export its server entry (#36776)
  • nx-dev: keep the kb index working for uncommitted articles (#36588)
  • nx-dev: update docs pricing link (#36625)
  • react: make module federation packages optional peer dependencies (#36492)

... (truncated)

Commits
  • 6cf9540 fix(release): resolve out-of-set local dependency versions (#36334)
  • 7cf5317 fix(devkit): correct version floor validation for ranges and prereleases (#36...
  • 6e75c23 fix(js): avoid duplicate node start without watch (#36695)
  • be6f699 chore(repo): merge duplicate import declarations and forbid them via lint (#3...
  • 5f460e1 fix(misc): use workspaceRoot in workspaceModule path (#35142)
  • dab0395 fix(misc): move plugin internal imports to devkit/internal (#36430)
  • ffac3fd fix(release): preserve package.json formatting (#36540)
  • See full diff in compare view

Updates @nx/workspace from 23.1.1 to 23.1.2

Release notes

Sourced from @​nx/workspace's releases.

23.1.2 (2026-08-26)

🩹 Fixes

  • angular: make webpack-related packages optional peer dependencies (#36310)
  • angular: keep buildable libraries private (#36545)
  • angular-rspack: stop builds crashing on non-array styleUrls (#36550)
  • angular-rspack: rebuild components when their templates or styles change on Windows (#36641, #36619)
  • core: normalize resolved module paths (#36556, #36549)
  • core: stop pruneProjectGraph from mutating the source project graph (#36517, #36470)
  • core: make preset empty work without github.com and improve template download errors (#36508)
  • core: drain to stdout before exiting nx affected (#36569, #36568)
  • core: update brace-expansion to 5.0.9 for CVE-2026-14257 (#36577)
  • core: restrict daemon and plugin worker socket access to the owning user (#36370)
  • core: drain stdout before exiting nx run-many and nx run (#36607, #36606)
  • core: resolve main worktree root without a Windows verbatim prefix (#36649, #35637)
  • core: accept bun.lock lockfileVersion 2 and 3 (#36666)
  • core: maintain cacheability when an executor target default applies (#36477)
  • core: don't leave an unkillable nx process when a terminal closes (#36683, #36682)
  • core: honor the package manager's registry config in nx migrate (#35954, #35843)
  • core: resolve telemetry DNS in-process to avoid a getenv segfault (#36673)
  • core: skip target group members without a target (#36711, #36712)
  • core: port quoteShellArg helper for no-shell spawn fixes (a9e493bf5f)
  • core: stop resending accumulated task hash results to the daemon when hashing tasks (#36716)
  • core: apply package.json updates unblocked by later package groups (#36636)
  • core: adapt held-updates spec to enquirer prompt shape (8fe6dab9d2)
  • core: create external nodes for out-of-workspace link dependencies (#36745)
  • core: point duplicate project names from worktrees at the fix (#36734)
  • core: exclude volatile shell and editor env vars from the daemon (#36642, #36610)
  • core: stop the daemon before nx add installs a package (#36767)
  • devkit: honour cascading ignore files in tree walks and generator formatting (#36575)
  • devkit: correct version floor validation for ranges and prereleases (#36724)
  • docker: skip unchanged version action projects (#36542)
  • expo: keep the expo dev server alive under jest (#36635)
  • expo: derive metro projectRoot and node_modules from the app being bundled (#36650, #36531)
  • gradle: emit valid Groovy when applying the plugin to an existing allprojects block (#36697)
  • gradle: surface project graph timeout errors when the process ignores the kill signal (#36713)
  • js: avoid duplicate node start without watch (#36695, #36694)
  • js: resolve override selectors in affected detection (#36699, #36698)
  • maven: stop running maven and gradle graph analysis through a shell (#36626)
  • misc: move plugin internal imports to devkit/internal (#36430)
  • misc: use workspaceRoot in workspaceModule path (#35142)
  • misc: bump css-loader so npm can resolve rspack core 2 (#36643)
  • misc: make generated code lint-clean under oxlint defaults (#36749)
  • misc: de-flake the nx watch e2e suite (#36758)
  • nextjs: stop installing unused Next.js ESLint packages from the library generator (#36779)
  • nextjs: describe the library generator and export its server entry (#36776)
  • nx-dev: keep the kb index working for uncommitted articles (#36588)
  • nx-dev: update docs pricing link (#36625)
  • react: make module federation packages optional peer dependencies (#36492)

... (truncated)

Commits
  • be6f699 chore(repo): merge duplicate import declarations and forbid them via lint (#3...
  • dab0395 fix(misc): move plugin internal imports to devkit/internal (#36430)
  • See full diff in compare view

Updates @typescript-eslint/eslint-plugin from 8.67.0 to 8.68.0

Release notes

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

v8.68.0

8.68.0 (2026-08-24)

🚀 Features

  • eslint-plugin: [strict-void-return] add fix suggestions (#12086)
  • utils: support ESLint rule meta.languages (#12663)

🩹 Fixes

  • eslint-plugin: [unified-signatures] deduplicate types in report (#12656)
  • eslint-plugin: [return-await] prevent autofix from breaking code in arrow-functions (#12707)
  • eslint-plugin: [unified-signatures] report identical signatures (#12678)
  • eslint-plugin: [no-unnecessary-type-assertion] prevent stack overflow in recursive types (#12711)
  • eslint-plugin: [no-floating-promises] setting ignoreVoid: false results in false negative in ArrowFunctionExpression (#12646)
  • eslint-plugin: [no-empty-object-type] ignore suggestions that result in invalid interfaces and export defaults (#12739)
  • website: playground crashes on extends configs (#12608)
  • website: account for thanks.dev and out-of-band donors in sponsors list (#12735)

❤️ 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/eslint-plugin's changelog.

8.68.0 (2026-08-24)

🚀 Features

  • eslint-plugin: [strict-void-return] add fix suggestions (#12086)

🩹 Fixes

  • eslint-plugin: [no-empty-object-type] ignore suggestions that result in invalid interfaces and export defaults (#12739)
  • eslint-plugin: [no-floating-promises] setting ignoreVoid: false results in false negative in ArrowFunctionExpression (#12646)
  • eslint-plugin: [no-unnecessary-type-assertion] prevent stack overflow in recursive types (#12711)
  • eslint-plugin: [unified-signatures] report identical signatures (#12678)
  • eslint-plugin: [return-await] prevent autofix from breaking code in arrow-functions (#12707)
  • eslint-plugin: [unified-signatures] deduplicate types in report (#12656)

❤️ Thank You

See GitHub Releases for more information.

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

Commits
  • 8f4e00a chore(release): publish 8.68.0
  • db30514 feat(eslint-plugin): [strict-void-return] add fix suggestions (#12086)
  • 9690339 test(eslint-plugin): [prefer-optional-chain] use createRuleTesterWithTypes ...
  • abe9011 fix(eslint-plugin): [no-empty-object-type] ignore suggestions that result in ...
  • 79c16e7 chore(eslint-plugin): extract FunctionSignature and enum comparison utils (#1...
  • 2442e30 test(eslint-plugin): [no-floating-promises] format test snippets (#12723)
  • 3596323 fix(eslint-plugin): [no-floating-promises] setting ignoreVoid: false result...
  • 956a339 fix(eslint-plugin): [no-unnecessary-type-assertion] prevent stack overflow in...
  • 55f6d5d chore: enable source maps (#12677)
  • 3aefb6a test: improve vitest performance with isolate: false (#12703)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.67.0 to 8.68.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.68.0

8.68.0 (2026-08-24)

🚀 Features

  • eslint-plugin: [strict-void-return] add fix suggestions (#12086)
  • utils: support ESLint rule meta.languages (#12663)

🩹 Fixes

  • eslint-plugin: [unified-signatures] deduplicate types in report (#12656)
  • eslint-plugin: [return-await] prevent autofix from breaking code in arrow-functions (#12707)
  • eslint-plugin: [unified-signatures] report identical signatures (#12678)
  • eslint-plugin: [no-unnecessary-type-assertion] prevent stack overflow in recursive types (#12711)
  • eslint-plugin: [no-floating-promises] setting ignoreVoid: false results in false negative in ArrowFunctionExpression (#12646)
  • eslint-plugin: [no-empty-object-type] ignore suggestions that result in invalid interfaces and export defaults (#12739)
  • website: playground crashes on extends configs (#12608)
  • website: account for thanks.dev and out-of-band donors in sponsors list (#12735)

❤️ 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/parser's changelog.

8.68.0 (2026-08-24)

This was a version bump only for parser 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
  • 8f4e00a chore(release): publish 8.68.0
  • 55f6d5d chore: enable source maps (

…ies with 18 updates

Bumps the typescript-dependencies group with 1 update in the /parachain/scripts/ts-utils directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Bumps the typescript-dependencies group with 1 update in the /parachain/ts-tests directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Bumps the typescript-dependencies group with 14 updates in the /tee-worker/omni-executor/client-sdk directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.2.0` | `26.4.0` |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `23.1.1` | `23.1.2` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `23.1.1` | `23.1.2` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `23.1.1` | `23.1.2` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `23.1.1` | `23.1.2` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `23.1.1` | `23.1.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.67.0` | `8.68.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.67.0` | `8.68.0` |
| [eslint](https://github.com/eslint/eslint) | `10.9.0` | `10.9.1` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.4.2` | `30.5.0` |
| [jest-environment-node](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-node) | `30.4.1` | `30.5.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `23.1.1` | `23.1.2` |
| [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) | `4.12.0` | `4.13.0` |
| [verdaccio](https://github.com/verdaccio/verdaccio) | `6.10.0` | `6.10.1` |

Bumps the typescript-dependencies group with 7 updates in the /tee-worker/omni-executor/ts-tests directory:

| Package | From | To |
| --- | --- | --- |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.67.0` | `8.68.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.67.0` | `8.68.0` |
| [eslint](https://github.com/eslint/eslint) | `10.9.0` | `10.9.1` |
| [@noble/ed25519](https://github.com/paulmillr/noble-ed25519) | `3.1.0` | `3.2.0` |
| [ecpair](https://github.com/bitcoinjs/ecpair) | `3.0.1` | `3.0.2` |
| [viem](https://github.com/wevm/viem) | `2.55.19` | `2.56.0` |
| [systeminformation](https://github.com/sebhildebrandt/systeminformation) | `5.33.1` | `5.33.5` |

Bumps the typescript-dependencies group with 5 updates in the /tee-worker/omni-executor/ts-tests/integration-tests directory:

| Package | From | To |
| --- | --- | --- |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.67.0` | `8.68.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.67.0` | `8.68.0` |
| [eslint](https://github.com/eslint/eslint) | `10.9.0` | `10.9.1` |
| [@noble/ed25519](https://github.com/paulmillr/noble-ed25519) | `3.1.0` | `3.2.0` |
| [ecpair](https://github.com/bitcoinjs/ecpair) | `3.0.1` | `3.0.2` |



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

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

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

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

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

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

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

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

Updates `@typescript-eslint/eslint-plugin` from 8.67.0 to 8.68.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.68.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.67.0 to 8.68.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.68.0/packages/parser)

Updates `eslint` from 10.9.0 to 10.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.9.0...v10.9.1)

Updates `jest` from 30.4.2 to 30.5.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.5.0/packages/jest)

Updates `jest-environment-node` from 30.4.1 to 30.5.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.5.0/packages/jest-environment-node)

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

Updates `typedoc-plugin-markdown` from 4.12.0 to 4.13.0
- [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases)
- [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md)
- [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.13.0/packages/typedoc-plugin-markdown)

Updates `verdaccio` from 6.10.0 to 6.10.1
- [Release notes](https://github.com/verdaccio/verdaccio/releases)
- [Changelog](https://github.com/verdaccio/verdaccio/blob/v6.10.1/CHANGELOG.md)
- [Commits](verdaccio/verdaccio@v6.10.0...v6.10.1)

Updates `@typescript-eslint/eslint-plugin` from 8.67.0 to 8.68.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.68.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.67.0 to 8.68.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.68.0/packages/parser)

Updates `eslint` from 10.9.0 to 10.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.9.0...v10.9.1)

Updates `@noble/ed25519` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/paulmillr/noble-ed25519/releases)
- [Changelog](https://github.com/paulmillr/noble-ed25519/blob/main/CHANGELOG.md)
- [Commits](paulmillr/noble-ed25519@3.1.0...3.2.0)

Updates `ecpair` from 3.0.1 to 3.0.2
- [Commits](bitcoinjs/ecpair@v3.0.1...v3.0.2)

Updates `viem` from 2.55.19 to 2.56.0
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.55.19...viem@2.56.0)

Updates `systeminformation` from 5.33.1 to 5.33.5
- [Release notes](https://github.com/sebhildebrandt/systeminformation/releases)
- [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md)
- [Commits](sebhildebrandt/systeminformation@v5.33.1...v5.33.5)

Updates `@typescript-eslint/eslint-plugin` from 8.67.0 to 8.68.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.68.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.67.0 to 8.68.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.68.0/packages/parser)

Updates `eslint` from 10.9.0 to 10.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.9.0...v10.9.1)

Updates `@noble/ed25519` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/paulmillr/noble-ed25519/releases)
- [Changelog](https://github.com/paulmillr/noble-ed25519/blob/main/CHANGELOG.md)
- [Commits](paulmillr/noble-ed25519@3.1.0...3.2.0)

Updates `ecpair` from 3.0.1 to 3.0.2
- [Commits](bitcoinjs/ecpair@v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@nx/devkit"
  dependency-version: 23.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@nx/eslint-plugin"
  dependency-version: 23.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@nx/jest"
  dependency-version: 23.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@nx/js"
  dependency-version: 23.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@nx/workspace"
  dependency-version: 23.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.68.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.68.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: eslint
  dependency-version: 10.9.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: jest
  dependency-version: 30.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: jest-environment-node
  dependency-version: 30.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: nx
  dependency-version: 23.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: typedoc-plugin-markdown
  dependency-version: 4.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: verdaccio
  dependency-version: 6.10.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.68.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.68.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: eslint
  dependency-version: 10.9.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@noble/ed25519"
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: ecpair
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: viem
  dependency-version: 2.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: systeminformation
  dependency-version: 5.33.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.68.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.68.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: eslint
  dependency-version: 10.9.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@noble/ed25519"
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: ecpair
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@vercel

vercel Bot commented Aug 31, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated
heima-aa-demo-app Ignored Ignored Sep 6, 2026 8:24am UTC

Request Review

@Kailai-Wang
Kailai-Wang enabled auto-merge (squash) September 6, 2026 08:24
@Kailai-Wang
Kailai-Wang merged commit c380c69 into dev Sep 6, 2026
15 checks passed
@Kailai-Wang
Kailai-Wang deleted the dependabot/npm_and_yarn/parachain/scripts/ts-utils/typescript-dependencies-5e90b37fce branch September 6, 2026 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant