Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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: dotenv.
Bumps the typescript-dependencies group with 11 updates in the /tee-worker/omni-executor/client-sdk directory:

Package From To
@types/node 25.2.0 25.2.2
@nx/devkit 22.4.4 22.5.0
@nx/eslint-plugin 22.4.4 22.5.0
@nx/jest 22.4.4 22.5.0
@nx/js 22.4.4 22.5.0
@nx/workspace 22.4.4 22.5.0
@typescript-eslint/eslint-plugin 8.54.0 8.55.0
@typescript-eslint/parser 8.54.0 8.55.0
eslint 9.39.2 10.0.0
nx 22.4.4 22.5.0
typedoc-plugin-markdown 4.9.0 4.10.0

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

Package From To
dotenv 17.2.3 17.2.4
@typescript-eslint/eslint-plugin 8.54.0 8.55.0
@typescript-eslint/parser 8.54.0 8.55.0
eslint 9.39.2 10.0.0
viem 2.45.1 2.45.2
ora 9.1.0 9.3.0

Bumps the typescript-dependencies group with 4 updates in the /tee-worker/omni-executor/ts-tests/integration-tests directory: dotenv, @typescript-eslint/eslint-plugin, @typescript-eslint/parser and eslint.

Updates @types/node from 25.2.0 to 25.2.2

Commits

Updates dotenv from 17.2.3 to 17.2.4

Changelog

Sourced from dotenv's changelog.

17.2.4 (2026-02-05)

Changed

  • Make DotenvPopulateInput accept NodeJS.ProcessEnv type (#915)
  • Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.
Commits

Updates @types/node from 25.2.0 to 25.2.2

Commits

Updates @nx/devkit from 22.4.4 to 22.5.0

Release notes

Sourced from @​nx/devkit's releases.

22.5.0 (2026-02-09)

🚀 Features

  • core: display batch tasks in the tui (#33695)
  • core: add variant 2 to CNW cloud prompts with promo message (#34223)
  • core: improve configure-ai-agents to copy nx skills/subagents/plugins (#34176)
  • core: add Nx Cloud connect URL to template README (#34249)
  • core: add decorative banners for Nx Cloud CNW completion message (#34270)
  • core: add initial impl of task io service (#34205)
  • core: improve AI agent rules for CLAUDE.md generation (#34304)
  • core: add command to download cloud client (#34333)
  • core: add AI agent detection and NDJSON output for CNW (#34320)
  • core: update cnw messaging (#34364)
  • core: eagerly shutdown plugins that don't provide later hooks (#34253)
  • gradle: add debug env var to gradle batch executor (#34259)
  • js: add NX_PREFER_NODE_STRIP_TYPES to use Node's strip types feature instead of transpilation for TypeScript files (#34202)
  • js: bump swc to latest versions (#34215)
  • js: update swc/cli to 0.8.0 (#34365)
  • maven: load Maven classes at runtime for version-agnostic batch execution (#34180)
  • maven: bump maven plugin version to 0.0.13 (#34318)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)
  • nx-dev: add server-side page view tracking for docs (#34283)
  • nx-dev: reformat sidebar into topics (#34265)

🩹 Fixes

  • core: clean up daemon workspace data directory on nx reset --onl… (#34174)
  • core: move tui to parking lot rwlock to avoid hang (#34187)
  • core: handle resizing a bit better for inline_tui (#34006)
  • core: consolidate GitHub URL messaging when gh push fails (#34196)
  • core: cloud commands are noop when not connected rather than errors (#34193)
  • core: fall back to node_modules when tmp has noexec (#34207, #33991)
  • 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)
  • core: handle multibyte UTF-8 characters in socket message consumption (#34151)
  • core: resolve daemon client reconnect queue deadlock (#34284)
  • core: nx should show help for run-one when using project short names (#34303)
  • core: prevent command injection in getNpmPackageVersion (#34309)
  • core: fix CNW git amend and README marker handling (#34306)
  • core: tweak configure-ai-agents messaging (#34307)
  • core: handle EPIPE errors gracefully in daemon socket writes (#34311)
  • core: allow overriding daemon logging settings (#34324)
  • core: preserve task selection when unrelated tasks finish (#34328)
  • core: disable ignore filters for outputs expansion (#34316, #32620)
  • core: track all task outputs regardless of path depth (#34321)
  • core: avoid crash when pane area is out of bounds during resize (#34343)
  • core: use picocolors instead of chalk in the nx package (#34305)
  • core: only detect flaky tasks for cacheable tasks (#33994)

... (truncated)

Commits
  • 0d2882e fix(core): use picocolors instead of chalk in the nx package (#34305)
  • e3eedf9 docs(misc): update the docs to use more direct language (#34264)
  • 0e8893f feat(core): improve configure-ai-agents to copy nx skills/subagents/plugins (...
  • See full diff in compare view

Updates @nx/eslint-plugin from 22.4.4 to 22.5.0

Release notes

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

22.5.0 (2026-02-09)

🚀 Features

  • core: display batch tasks in the tui (#33695)
  • core: add variant 2 to CNW cloud prompts with promo message (#34223)
  • core: improve configure-ai-agents to copy nx skills/subagents/plugins (#34176)
  • core: add Nx Cloud connect URL to template README (#34249)
  • core: add decorative banners for Nx Cloud CNW completion message (#34270)
  • core: add initial impl of task io service (#34205)
  • core: improve AI agent rules for CLAUDE.md generation (#34304)
  • core: add command to download cloud client (#34333)
  • core: add AI agent detection and NDJSON output for CNW (#34320)
  • core: update cnw messaging (#34364)
  • core: eagerly shutdown plugins that don't provide later hooks (#34253)
  • gradle: add debug env var to gradle batch executor (#34259)
  • js: add NX_PREFER_NODE_STRIP_TYPES to use Node's strip types feature instead of transpilation for TypeScript files (#34202)
  • js: bump swc to latest versions (#34215)
  • js: update swc/cli to 0.8.0 (#34365)
  • maven: load Maven classes at runtime for version-agnostic batch execution (#34180)
  • maven: bump maven plugin version to 0.0.13 (#34318)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)
  • nx-dev: add server-side page view tracking for docs (#34283)
  • nx-dev: reformat sidebar into topics (#34265)

🩹 Fixes

  • core: clean up daemon workspace data directory on nx reset --onl… (#34174)
  • core: move tui to parking lot rwlock to avoid hang (#34187)
  • core: handle resizing a bit better for inline_tui (#34006)
  • core: consolidate GitHub URL messaging when gh push fails (#34196)
  • core: cloud commands are noop when not connected rather than errors (#34193)
  • core: fall back to node_modules when tmp has noexec (#34207, #33991)
  • 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)
  • core: handle multibyte UTF-8 characters in socket message consumption (#34151)
  • core: resolve daemon client reconnect queue deadlock (#34284)
  • core: nx should show help for run-one when using project short names (#34303)
  • core: prevent command injection in getNpmPackageVersion (#34309)
  • core: fix CNW git amend and README marker handling (#34306)
  • core: tweak configure-ai-agents messaging (#34307)
  • core: handle EPIPE errors gracefully in daemon socket writes (#34311)
  • core: allow overriding daemon logging settings (#34324)
  • core: preserve task selection when unrelated tasks finish (#34328)
  • core: disable ignore filters for outputs expansion (#34316, #32620)
  • core: track all task outputs regardless of path depth (#34321)
  • core: avoid crash when pane area is out of bounds during resize (#34343)
  • core: use picocolors instead of chalk in the nx package (#34305)
  • core: only detect flaky tasks for cacheable tasks (#33994)

... (truncated)

Commits

Updates @nx/jest from 22.4.4 to 22.5.0

Release notes

Sourced from @​nx/jest's releases.

22.5.0 (2026-02-09)

🚀 Features

  • core: display batch tasks in the tui (#33695)
  • core: add variant 2 to CNW cloud prompts with promo message (#34223)
  • core: improve configure-ai-agents to copy nx skills/subagents/plugins (#34176)
  • core: add Nx Cloud connect URL to template README (#34249)
  • core: add decorative banners for Nx Cloud CNW completion message (#34270)
  • core: add initial impl of task io service (#34205)
  • core: improve AI agent rules for CLAUDE.md generation (#34304)
  • core: add command to download cloud client (#34333)
  • core: add AI agent detection and NDJSON output for CNW (#34320)
  • core: update cnw messaging (#34364)
  • core: eagerly shutdown plugins that don't provide later hooks (#34253)
  • gradle: add debug env var to gradle batch executor (#34259)
  • js: add NX_PREFER_NODE_STRIP_TYPES to use Node's strip types feature instead of transpilation for TypeScript files (#34202)
  • js: bump swc to latest versions (#34215)
  • js: update swc/cli to 0.8.0 (#34365)
  • maven: load Maven classes at runtime for version-agnostic batch execution (#34180)
  • maven: bump maven plugin version to 0.0.13 (#34318)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)
  • nx-dev: add server-side page view tracking for docs (#34283)
  • nx-dev: reformat sidebar into topics (#34265)

🩹 Fixes

  • core: clean up daemon workspace data directory on nx reset --onl… (#34174)
  • core: move tui to parking lot rwlock to avoid hang (#34187)
  • core: handle resizing a bit better for inline_tui (#34006)
  • core: consolidate GitHub URL messaging when gh push fails (#34196)
  • core: cloud commands are noop when not connected rather than errors (#34193)
  • core: fall back to node_modules when tmp has noexec (#34207, #33991)
  • 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)
  • core: handle multibyte UTF-8 characters in socket message consumption (#34151)
  • core: resolve daemon client reconnect queue deadlock (#34284)
  • core: nx should show help for run-one when using project short names (#34303)
  • core: prevent command injection in getNpmPackageVersion (#34309)
  • core: fix CNW git amend and README marker handling (#34306)
  • core: tweak configure-ai-agents messaging (#34307)
  • core: handle EPIPE errors gracefully in daemon socket writes (#34311)
  • core: allow overriding daemon logging settings (#34324)
  • core: preserve task selection when unrelated tasks finish (#34328)
  • core: disable ignore filters for outputs expansion (#34316, #32620)
  • core: track all task outputs regardless of path depth (#34321)
  • core: avoid crash when pane area is out of bounds during resize (#34343)
  • core: use picocolors instead of chalk in the nx package (#34305)
  • core: only detect flaky tasks for cacheable tasks (#33994)

... (truncated)

Commits

Updates @nx/js from 22.4.4 to 22.5.0

Release notes

Sourced from @​nx/js's releases.

22.5.0 (2026-02-09)

🚀 Features

  • core: display batch tasks in the tui (#33695)
  • core: add variant 2 to CNW cloud prompts with promo message (#34223)
  • core: improve configure-ai-agents to copy nx skills/subagents/plugins (#34176)
  • core: add Nx Cloud connect URL to template README (#34249)
  • core: add decorative banners for Nx Cloud CNW completion message (#34270)
  • core: add initial impl of task io service (#34205)
  • core: improve AI agent rules for CLAUDE.md generation (#34304)
  • core: add command to download cloud client (#34333)
  • core: add AI agent detection and NDJSON output for CNW (#34320)
  • core: update cnw messaging (#34364)
  • core: eagerly shutdown plugins that don't provide later hooks (#34253)
  • gradle: add debug env var to gradle batch executor (#34259)
  • js: add NX_PREFER_NODE_STRIP_TYPES to use Node's strip types feature instead of transpilation for TypeScript files (#34202)
  • js: bump swc to latest versions (#34215)
  • js: update swc/cli to 0.8.0 (#34365)
  • maven: load Maven classes at runtime for version-agnostic batch execution (#34180)
  • maven: bump maven plugin version to 0.0.13 (#34318)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)
  • nx-dev: add server-side page view tracking for docs (#34283)
  • nx-dev: reformat sidebar into topics (#34265)

🩹 Fixes

  • core: clean up daemon workspace data directory on nx reset --onl… (#34174)
  • core: move tui to parking lot rwlock to avoid hang (#34187)
  • core: handle resizing a bit better for inline_tui (#34006)
  • core: consolidate GitHub URL messaging when gh push fails (#34196)
  • core: cloud commands are noop when not connected rather than errors (#34193)
  • core: fall back to node_modules when tmp has noexec (#34207, #33991)
  • 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)
  • core: handle multibyte UTF-8 characters in socket message consumption (#34151)
  • core: resolve daemon client reconnect queue deadlock (#34284)
  • core: nx should show help for run-one when using project short names (#34303)
  • core: prevent command injection in getNpmPackageVersion (#34309)
  • core: fix CNW git amend and README marker handling (#34306)
  • core: tweak configure-ai-agents messaging (#34307)
  • core: handle EPIPE errors gracefully in daemon socket writes (#34311)
  • core: allow overriding daemon logging settings (#34324)
  • core: preserve task selection when unrelated tasks finish (#34328)
  • core: disable ignore filters for outputs expansion (#34316, #32620)
  • core: track all task outputs regardless of path depth (#34321)
  • core: avoid crash when pane area is out of bounds during resize (#34343)
  • core: use picocolors instead of chalk in the nx package (#34305)
  • core: only detect flaky tasks for cacheable tasks (#33994)

... (truncated)

Commits

Updates @nx/workspace from 22.4.4 to 22.5.0

Release notes

Sourced from @​nx/workspace's releases.

22.5.0 (2026-02-09)

🚀 Features

  • core: display batch tasks in the tui (#33695)
  • core: add variant 2 to CNW cloud prompts with promo message (#34223)
  • core: improve configure-ai-agents to copy nx skills/subagents/plugins (#34176)
  • core: add Nx Cloud connect URL to template README (#34249)
  • core: add decorative banners for Nx Cloud CNW completion message (#34270)
  • core: add initial impl of task io service (#34205)
  • core: improve AI agent rules for CLAUDE.md generation (#34304)
  • core: add command to download cloud client (#34333)
  • core: add AI agent detection and NDJSON output for CNW (#34320)
  • core: update cnw messaging (#34364)
  • core: eagerly shutdown plugins that don't provide later hooks (#34253)
  • gradle: add debug env var to gradle batch executor (#34259)
  • js: add NX_PREFER_NODE_STRIP_TYPES to use Node's strip types feature instead of transpilation for TypeScript files (#34202)
  • js: bump swc to latest versions (#34215)
  • js: update swc/cli to 0.8.0 (#34365)
  • maven: load Maven classes at runtime for version-agnostic batch execution (#34180)
  • maven: bump maven plugin version to 0.0.13 (#34318)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)
  • nx-dev: add server-side page view tracking for docs (#34283)
  • nx-dev: reformat sidebar into topics (#34265)

🩹 Fixes

  • core: clean up daemon workspace data directory on nx reset --onl… (#34174)
  • core: move tui to parking lot rwlock to avoid hang (#34187)
  • core: handle resizing a bit better for inline_tui (#34006)
  • core: consolidate GitHub URL messaging when gh push fails (#34196)
  • core: cloud commands are noop when not connected rather than errors (#34193)
  • core: fall back to node_modules when tmp has noexec (#34207, #33991)
  • 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)
  • core: handle multibyte UTF-8 characters in socket message consumption (#34151)
  • core: resolve daemon client reconnect queue deadlock (#34284)
  • core: nx should show help for run-one when using project short names (#34303)
  • core: prevent command injection in getNpmPackageVersion (#34309)
  • core: fix CNW git amend and README marker handling (#34306)
  • core: tweak configure-ai-agents messaging (#34307)
  • core: handle EPIPE errors gracefully in daemon socket writes (#34311)
  • core: allow overriding daemon logging settings (#34324)
  • core: preserve task selection when unrelated tasks finish (#34328)
  • core: disable ignore filters for outputs expansion (#34316, #32620)
  • core: track all task outputs regardless of path depth (#34321)
  • core: avoid crash when pane area is out of bounds during resize (#34343)
  • core: use picocolors instead of chalk in the nx package (#34305)
  • core: only detect flaky tasks for cacheable tasks (#33994)

... (truncated)

Commits
  • 79d878f fix(core): prevent command injection in getNpmPackageVersion (#34309)
  • e3eedf9 docs(misc): update the docs to use more direct language (#34264)
  • 687357c fix(core): cloud commands are noop when not connected rather than errors (#34...
  • See full diff in compare view

Updates @typescript-eslint/eslint-plugin from 8.54.0 to 8.55.0

Release notes

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

v8.55.0

8.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
  • typescript-estree: forbid invalid modifier in object expression (#11931)

❤️ 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.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)

❤️ Thank You

See GitHub Releases for more information.

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

Commits
  • fedfe86 chore(release): publish 8.55.0
  • 8a95834 fix(eslint-plugin): [no-useless-default-assignment] reduce param index to ts ...
  • 4ba1e72 fix(eslint-plugin): [no-useless-default-assignment] report unnecessary defaul...
  • a1f8617 feat(utils): deprecate defaultOptions in favor of meta.defaultOptions (#11992)
  • 3f0ce54 fix(eslint-plugin): [no-useless-default-assignment] require strictNullChecks ...
  • 3df0002 fix(eslint-plugin): [no-unused-vars] remove trailing newline when removing en...
  • b931f8c chore: use workspace refs for workspace deps (#12018)
  • 1f17a79 chore: migrate to pnpm (#11248)
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.54.0 to 8.55.0

Release notes

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

v8.55.0

8.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
  • typescript-estree: forbid invalid modifier in object expression (#11931)

❤️ 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.55.0 (2026-02-09)

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

Updates eslint from 9.39.2 to 10.0.0

Release notes

Sourced from eslint's releases.

v10.0.0

Breaking Changes

  • f9e54f4 feat!: estimate rule-tester failure location (#20420) (ST-DDT)
  • a176319 feat!: replace chalk with styleText and add color to ResultsMeta (#20227) (루밀LuMir)
  • c7046e6 feat!: enable JSX reference tracking (#20152) (Pixel998)
  • fa31a60 feat!: add name to configs (#20015) (Kirk Waiblinger)
  • 3383e7e fix!: remove deprecated SourceCode methods (#20137) (Pixel998)
  • 501abd0 feat!: update dependency minimatch to v10 (#20246) (renovate[bot])
  • ca4d3b4 fix!: stricter rule tester assertions for valid test cases (#20125) (唯然)
  • 96512a6 fix!: Remove deprecated rule context methods (#20086) (Nicholas C. Zakas)
  • c69fdac feat!: remove eslintrc support (#20037) (Francesco Trotta)
  • 208b5cc feat!: Use ScopeManager#addGlobals() (#20132) (Milos Djermanovic)
  • a2ee188 fix!: add uniqueItems: true in no-invalid-regexp option (#20155) (Tanuj Kanti)
  • a89059d feat!: Program range span entire source text (#20133) (Pixel998)
  • 39a6424 fix!: assert 'text' is a string across all RuleFixer methods (#20082) (Pixel998)
  • f28fbf8 fix!: Deprecate "always" and "as-needed" options of the radix rule (#20223) (Milos Djermanovic)
  • aa3fb2b fix!: tighten func-names schema (#20119) (Pixel998)
  • f6c0ed0 feat!: report eslint-env comments as errors (#20128) (Francesco Trotta)
  • 4bf739f fix!: remove deprecated LintMessage#nodeType and TestCaseError#type (#20096) (Pixel998)
  • 523c076 feat!: drop support for jiti < 2.2.0 (#20016) (michael faith)
  • 454a292 feat!: update eslint:recommended configuration (#20210) (Pixel998)
  • 4f880ee feat!: remove v10_* and inactive unstable_* flags (#20225) (sethamus)
  • f18115c feat!: no-shadow-restricted-names report globalThis by default (#20027) (sethamus)
  • c6358c3 feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#20160) (Milos Djermanovic)

Features

  • bff9091 feat: handle Array.fromAsync in array-callback-return (#20457) (Francesco Trotta)
  • 290c594 feat: add self to no-implied-eval rule (#20468) (sethamus)
  • 43677de feat: fix handling of function and class expression names in no-shadow (#20432) (Milos Djermanovic)
  • f0cafe5 feat: rule tester add assertion option requireData (#20409) (fnx)
  • f7ab693 feat: output RuleTester test case failure index (#19976) (ST-DDT)
  • 7cbcbf9 feat: add countThis option to max-params (#20236) (Gerkin)
  • f148a5e feat: add error assertion options (#20247) (ST-DDT)
  • 09e6654 feat: update error loc of require-yield and no-useless-constructor (#20267) (Tanuj Kanti)

Bug Fixes

…ies with 14 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: [dotenv](https://github.com/motdotla/dotenv).
Bumps the typescript-dependencies group with 11 updates in the /tee-worker/omni-executor/client-sdk directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.2.0` | `25.2.2` |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `22.4.4` | `22.5.0` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `22.4.4` | `22.5.0` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `22.4.4` | `22.5.0` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `22.4.4` | `22.5.0` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `22.4.4` | `22.5.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.54.0` | `8.55.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.54.0` | `8.55.0` |
| [eslint](https://github.com/eslint/eslint) | `9.39.2` | `10.0.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `22.4.4` | `22.5.0` |
| [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) | `4.9.0` | `4.10.0` |

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

| Package | From | To |
| --- | --- | --- |
| [dotenv](https://github.com/motdotla/dotenv) | `17.2.3` | `17.2.4` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.54.0` | `8.55.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.54.0` | `8.55.0` |
| [eslint](https://github.com/eslint/eslint) | `9.39.2` | `10.0.0` |
| [viem](https://github.com/wevm/viem) | `2.45.1` | `2.45.2` |
| [ora](https://github.com/sindresorhus/ora) | `9.1.0` | `9.3.0` |

Bumps the typescript-dependencies group with 4 updates in the /tee-worker/omni-executor/ts-tests/integration-tests directory: [dotenv](https://github.com/motdotla/dotenv), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint](https://github.com/eslint/eslint).


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

Updates `dotenv` from 17.2.3 to 17.2.4
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/commits)

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

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

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

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

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

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

Updates `@typescript-eslint/eslint-plugin` from 8.54.0 to 8.55.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.55.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.54.0 to 8.55.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.55.0/packages/parser)

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

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

Updates `typedoc-plugin-markdown` from 4.9.0 to 4.10.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.10.0/packages/typedoc-plugin-markdown)

Updates `dotenv` from 17.2.3 to 17.2.4
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/commits)

Updates `@typescript-eslint/eslint-plugin` from 8.54.0 to 8.55.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.55.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.54.0 to 8.55.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.55.0/packages/parser)

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

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

Updates `ora` from 9.1.0 to 9.3.0
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](sindresorhus/ora@v9.1.0...v9.3.0)

Updates `dotenv` from 17.2.3 to 17.2.4
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/commits)

Updates `@typescript-eslint/eslint-plugin` from 8.54.0 to 8.55.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.55.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.54.0 to 8.55.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.55.0/packages/parser)

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

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: dotenv
  dependency-version: 17.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@nx/devkit"
  dependency-version: 22.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@nx/eslint-plugin"
  dependency-version: 22.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@nx/jest"
  dependency-version: 22.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@nx/js"
  dependency-version: 22.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@nx/workspace"
  dependency-version: 22.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.55.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.55.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: eslint
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: nx
  dependency-version: 22.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: typedoc-plugin-markdown
  dependency-version: 4.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: dotenv
  dependency-version: 17.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.55.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.55.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: eslint
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: viem
  dependency-version: 2.45.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: ora
  dependency-version: 9.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: dotenv
  dependency-version: 17.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.55.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.55.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: eslint
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
...

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

vercel bot commented Feb 9, 2026

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

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
heima-aa-demo-app Ignored Ignored Feb 9, 2026 11:46pm

Request Review

@Kailai-Wang Kailai-Wang merged commit 721b697 into dev Feb 10, 2026
15 checks passed
@Kailai-Wang Kailai-Wang deleted the dependabot/npm_and_yarn/parachain/scripts/ts-utils/typescript-dependencies-70abf893be branch February 10, 2026 00:32
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