Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the typescript-dependencies group with 2 updates in the /parachain/scripts/ts-utils directory: @types/node and prettier.
Bumps the typescript-dependencies group with 3 updates in the /parachain/ts-tests directory: prettier, @vitest/ui and vitest.
Bumps the typescript-dependencies group with 10 updates in the /tee-worker/omni-executor/client-sdk directory:

Package From To
@types/node 25.0.9 25.0.10
prettier 3.8.0 3.8.1
@nx/devkit 22.3.3 22.4.1
@nx/eslint-plugin 22.3.3 22.4.1
@nx/jest 22.3.3 22.4.1
@nx/js 22.3.3 22.4.1
@nx/workspace 22.3.3 22.4.1
@typescript-eslint/eslint-plugin 8.53.1 8.54.0
@typescript-eslint/parser 8.53.1 8.54.0
nx 22.3.3 22.4.1

Bumps the typescript-dependencies group with 1 update in the /tee-worker/omni-executor/contracts/accounting/solana directory: prettier.
Bumps the typescript-dependencies group with 6 updates in the /tee-worker/omni-executor/ts-tests directory:

Package From To
@typescript-eslint/eslint-plugin 8.53.1 8.54.0
@typescript-eslint/parser 8.53.1 8.54.0
globals 17.0.0 17.1.0
viem 2.44.4 2.45.0
ora 9.0.0 9.1.0
systeminformation 5.30.5 5.30.6

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

Updates @types/node from 25.0.9 to 25.0.10

Commits

Updates prettier from 3.8.0 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

Commits

Updates prettier from 3.8.0 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

Commits

Updates @vitest/ui from 4.0.17 to 4.0.18

Release notes

Sourced from @​vitest/ui's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates vitest from 4.0.17 to 4.0.18

Release notes

Sourced from vitest's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @types/node from 25.0.9 to 25.0.10

Commits

Updates prettier from 3.8.0 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

Commits

Updates @nx/devkit from 22.3.3 to 22.4.1

Release notes

Sourced from @​nx/devkit's releases.

22.4.1 (2026-01-22)

🩹 Fixes

  • core: clean up daemon workspace data directory on nx reset --onl… (#34174)
  • core: move tui to parking lot rwlock to avoid hang (#34187)
  • nx-dev: update broken /launch-nx links (#34192)

❤️ Thank You

22.4.0 (2026-01-21)

🚀 Features

  • angular: support ngrx v21 (#33940)
  • angular: support cypress component testing with zoneless projects (#33941)
  • angular: add support for angular v21.1 (#34057)
  • angular-rspack: add tailwind and postcss config to component stylesheet bundler (#34153)
  • bundling: replace rollup-plugin-postcss with inlined version (#34110)
  • core: add inline-tui view mode (#32718)
  • core: support cwd specific hashes (#33879, #33684)
  • core: allow nx show project to infer project from cwd (#33661, #31055, #43, #33503)
  • core: add OpenCode AI agent detection (#34072)
  • core: add PLUGIN.md files to testing-tools (#34125)
  • core: add A/B testing variant 1 to skip cloud prompt in CNW (#34106)
  • gradle: excludeDependsOn based on provider relationships (#33923)
  • gradle: add env vars to skip gradle and maven plugin computation (#34055)
  • linter: add bulk suppression support for ESLint v9.24.0+ (#32184)
  • linter: add peerDepsVersionStrategy option to dependency-checks (#33417)
  • maven: add batch executor for multi-task Maven execution (#33228)
  • nx-dev: add scroll depth tracking for marketing pages (#34105)
  • react: update react-router and remix versions to address CVEs (#34058)
  • release: add option to opt-out commit scope filter (#33382, #32915)
  • release: special-case 0.x versions for semver bumps (#34031)
  • rspack: add typeCheckOptions, runtimeDependencies, and cache options (#33931)

🩹 Fixes

  • angular: support @angular/cli package update during nx migrate (#33918)
  • angular: only throw "define" error when options.define has keys (#33969, #33964)
  • angular-rspack: handler accumulation and watchOptions for double rebuilds (#34154)
  • angular-rspack: stats serialization and configuration (#34155)
  • core: ensure no tui on single tasks (#33910)
  • core: daemon client reconnection on server restart (#33432)
  • core: fix vitest test runner options for angular in cnw (#33921)
  • core: improve package-json createNode performance (#33960)

... (truncated)

Commits

Updates @nx/eslint-plugin from 22.3.3 to 22.4.1

Release notes

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

22.4.1 (2026-01-22)

🩹 Fixes

  • core: clean up daemon workspace data directory on nx reset --onl… (#34174)
  • core: move tui to parking lot rwlock to avoid hang (#34187)
  • nx-dev: update broken /launch-nx links (#34192)

❤️ Thank You

22.4.0 (2026-01-21)

🚀 Features

  • angular: support ngrx v21 (#33940)
  • angular: support cypress component testing with zoneless projects (#33941)
  • angular: add support for angular v21.1 (#34057)
  • angular-rspack: add tailwind and postcss config to component stylesheet bundler (#34153)
  • bundling: replace rollup-plugin-postcss with inlined version (#34110)
  • core: add inline-tui view mode (#32718)
  • core: support cwd specific hashes (#33879, #33684)
  • core: allow nx show project to infer project from cwd (#33661, #31055, #43, #33503)
  • core: add OpenCode AI agent detection (#34072)
  • core: add PLUGIN.md files to testing-tools (#34125)
  • core: add A/B testing variant 1 to skip cloud prompt in CNW (#34106)
  • gradle: excludeDependsOn based on provider relationships (#33923)
  • gradle: add env vars to skip gradle and maven plugin computation (#34055)
  • linter: add bulk suppression support for ESLint v9.24.0+ (#32184)
  • linter: add peerDepsVersionStrategy option to dependency-checks (#33417)
  • maven: add batch executor for multi-task Maven execution (#33228)
  • nx-dev: add scroll depth tracking for marketing pages (#34105)
  • react: update react-router and remix versions to address CVEs (#34058)
  • release: add option to opt-out commit scope filter (#33382, #32915)
  • release: special-case 0.x versions for semver bumps (#34031)
  • rspack: add typeCheckOptions, runtimeDependencies, and cache options (#33931)

🩹 Fixes

  • angular: support @angular/cli package update during nx migrate (#33918)
  • angular: only throw "define" error when options.define has keys (#33969, #33964)
  • angular-rspack: handler accumulation and watchOptions for double rebuilds (#34154)
  • angular-rspack: stats serialization and configuration (#34155)
  • core: ensure no tui on single tasks (#33910)
  • core: daemon client reconnection on server restart (#33432)
  • core: fix vitest test runner options for angular in cnw (#33921)
  • core: improve package-json createNode performance (#33960)

... (truncated)

Commits

Updates @nx/jest from 22.3.3 to 22.4.1

Release notes

Sourced from @​nx/jest's releases.

22.4.1 (2026-01-22)

🩹 Fixes

  • core: clean up daemon workspace data directory on nx reset --onl… (#34174)
  • core: move tui to parking lot rwlock to avoid hang (#34187)
  • nx-dev: update broken /launch-nx links (#34192)

❤️ Thank You

22.4.0 (2026-01-21)

🚀 Features

  • angular: support ngrx v21 (#33940)
  • angular: support cypress component testing with zoneless projects (#33941)
  • angular: add support for angular v21.1 (#34057)
  • angular-rspack: add tailwind and postcss config to component stylesheet bundler (#34153)
  • bundling: replace rollup-plugin-postcss with inlined version (#34110)
  • core: add inline-tui view mode (#32718)
  • core: support cwd specific hashes (#33879, #33684)
  • core: allow nx show project to infer project from cwd (#33661, #31055, #43, #33503)
  • core: add OpenCode AI agent detection (#34072)
  • core: add PLUGIN.md files to testing-tools (#34125)
  • core: add A/B testing variant 1 to skip cloud prompt in CNW (#34106)
  • gradle: excludeDependsOn based on provider relationships (#33923)
  • gradle: add env vars to skip gradle and maven plugin computation (#34055)
  • linter: add bulk suppression support for ESLint v9.24.0+ (#32184)
  • linter: add peerDepsVersionStrategy option to dependency-checks (#33417)
  • maven: add batch executor for multi-task Maven execution (#33228)
  • nx-dev: add scroll depth tracking for marketing pages (#34105)
  • react: update react-router and remix versions to address CVEs (#34058)
  • release: add option to opt-out commit scope filter (#33382, #32915)
  • release: special-case 0.x versions for semver bumps (#34031)
  • rspack: add typeCheckOptions, runtimeDependencies, and cache options (#33931)

🩹 Fixes

  • angular: support @angular/cli package update during nx migrate (#33918)
  • angular: only throw "define" error when options.define has keys (#33969, #33964)
  • angular-rspack: handler accumulation and watchOptions for double rebuilds (#34154)
  • angular-rspack: stats serialization and configuration (#34155)
  • core: ensure no tui on single tasks (#33910)
  • core: daemon client reconnection on server restart (#33432)
  • core: fix vitest test runner options for angular in cnw (#33921)
  • core: improve package-json createNode performance (#33960)

... (truncated)

Commits

Updates @nx/js from 22.3.3 to 22.4.1

Release notes

Sourced from @​nx/js's releases.

22.4.1 (2026-01-22)

🩹 Fixes

  • core: clean up daemon workspace data directory on nx reset --onl… (#34174)
  • core: move tui to parking lot rwlock to avoid hang (#34187)
  • nx-dev: update broken /launch-nx links (#34192)

❤️ Thank You

22.4.0 (2026-01-21)

🚀 Features

  • angular: support ngrx v21 (#33940)
  • angular: support cypress component testing with zoneless projects (#33941)
  • angular: add support for angular v21.1 (#34057)
  • angular-rspack: add tailwind and postcss config to component stylesheet bundler (#34153)
  • bundling: replace rollup-plugin-postcss with inlined version (#34110)
  • core: add inline-tui view mode (#32718)
  • core: support cwd specific hashes (#33879, #33684)
  • core: allow nx show project to infer project from cwd (#33661, #31055, #43, #33503)
  • core: add OpenCode AI agent detection (#34072)
  • core: add PLUGIN.md files to testing-tools (#34125)
  • core: add A/B testing variant 1 to skip cloud prompt in CNW (#34106)
  • gradle: excludeDependsOn based on provider relationships (#33923)
  • gradle: add env vars to skip gradle and maven plugin computation (#34055)
  • linter: add bulk suppression support for ESLint v9.24.0+ (#32184)
  • linter: add peerDepsVersionStrategy option to dependency-checks (#33417)
  • maven: add batch executor for multi-task Maven execution (#33228)
  • nx-dev: add scroll depth tracking for marketing pages (#34105)
  • react: update react-router and remix versions to address CVEs (#34058)
  • release: add option to opt-out commit scope filter (#33382, #32915)
  • release: special-case 0.x versions for semver bumps (#34031)
  • rspack: add typeCheckOptions, runtimeDependencies, and cache options (#33931)

🩹 Fixes

  • angular: support @angular/cli package update during nx migrate (#33918)
  • angular: only throw "define" error when options.define has keys (#33969, #33964)
  • angular-rspack: handler accumulation and watchOptions for double rebuilds (#34154)
  • angular-rspack: stats serialization and configuration (#34155)
  • core: ensure no tui on single tasks (#33910)
  • core: daemon client reconnection on server restart (#33432)
  • core: fix vitest test runner options for angular in cnw (#33921)
  • core: improve package-json createNode performance (#33960)

... (truncated)

Commits
  • 92f821d fix(js): avoid duplicate @nx/js/typescript plugin entries for non-buildable...
  • f154b70 fix(core): daemon client reconnection on server restart (#33432)
  • See full diff in compare view

Updates @nx/workspace from 22.3.3 to 22.4.1

Release notes

Sourced from @​nx/workspace's releases.

22.4.1 (2026-01-22)

🩹 Fixes

  • core: clean up daemon workspace data directory on nx reset --onl… (#34174)
  • core: move tui to parking lot rwlock to avoid hang (#34187)
  • nx-dev: update broken /launch-nx links (#34192)

❤️ Thank You

22.4.0 (2026-01-21)

🚀 Features

  • angular: support ngrx v21 (#33940)
  • angular: support cypress component testing with zoneless projects (#33941)
  • angular: add support for angular v21.1 (#34057)
  • angular-rspack: add tailwind and postcss config to component stylesheet bundler (#34153)
  • bundling: replace rollup-plugin-postcss with inlined version (#34110)
  • core: add inline-tui view mode (#32718)
  • core: support cwd specific hashes (#33879, #33684)
  • core: allow nx show project to infer project from cwd (#33661, #31055, #43, #33503)
  • core: add OpenCode AI agent detection (#34072)
  • core: add PLUGIN.md files to testing-tools (#34125)
  • core: add A/B testing variant 1 to skip cloud prompt in CNW (#34106)
  • gradle: excludeDependsOn based on provider relationships (#33923)
  • gradle: add env vars to skip gradle and maven plugin computation (#34055)
  • linter: add bulk suppression support for ESLint v9.24.0+ (#32184)
  • linter: add peerDepsVersionStrategy option to dependency-checks (#33417)
  • maven: add batch executor for multi-task Maven execution (#33228)
  • nx-dev: add scroll depth tracking for marketing pages (#34105)
  • react: update react-router and remix versions to address CVEs (#34058)
  • release: add option to opt-out commit scope filter (#33382, #32915)
  • release: special-case 0.x versions for semver bumps (#34031)
  • rspack: add typeCheckOptions, runtimeDependencies, and cache options (#33931)

🩹 Fixes

  • angular: support @angular/cli package update during nx migrate (#33918)
  • angular: only throw "define" error when options.define has keys (#33969, #33964)
  • angular-rspack: handler accumulation and watchOptions for double rebuilds (#34154)
  • angular-rspack: stats serialization and configuration (#34155)
  • core: ensure no tui on single tasks (#33910)
  • core: daemon client reconnection on server restart (#33432)
  • core: fix vitest test runner options for angular in cnw (#33921)
  • core: improve package-json createNode performance (#33960)

... (truncated)

Commits

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

Release notes

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

v8.54.0

8.54.0 (2026-01-26)

🚀 Features

  • eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
  • scope-manager: support ScopeManager#addGlobals (#11914)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)

🩹 Fixes

  • deps: update dependency prettier to v3.8.0 (#11991)
  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
  • scope-manager: fix catch clause scopes def.name (#11982)
  • scope-manager: prevent misidentification of "use strict" directives (#11995)
  • utils: handle missing FlatESLint and LegacyESLint (#11958)

❤️ Thank You

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

Changelog

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

8.54.0 (2026-01-26)

🚀 Features

  • eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
  • deps: update dependency prettier to v3.8.0 (#11991)
  • scope-manager: fix catch clause scopes def.name (#11982)
  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)

❤️ Thank You

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

Commits
  • d423e57 chore(release): publish 8.54.0
  • 80e33ff feat(eslint-plugin-internal): add prefer-tsutils-methods rule (#11974)
  • ec4f73a feat(typescript-estree): add shortcut methods to ParserServicesWithTypeInform...
  • d32f909 test(eslint-plugin): skip rules tests in windows ci (#11988)
  • 17fa993 test(eslint-plugin): improve vitest performance with isolate: false (#11754)
  • 1c66ab4 fix(eslint-plugin): [no-unnecessary-type-assertion] check both base constrain...
  • aaa7ca2 fix(deps): update dependency prettier to v3.8.0 (#11991)
  • d50aa18 fix(scope-manager): fix catch clause scopes def.name (#11982)
  • 4c0b379 fix(eslint-plugin): [no-unused-private-class-members] private destructured cl...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.53.1 to 8.54.0

Release notes

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

v8.54.0

8.54.0 (2026-01-26)

🚀 Features

  • eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
  • scope-manager: support ScopeManager#addGlobals (#11914)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)

🩹 Fixes

  • deps: update dependency prettier to v3.8.0 (#11991)
  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
  • scope-manager: fix catch clause scopes def.name (#11982)
  • scope-manager: prevent misidentification of "use strict" directives (#11995)
  • utils: handle missing FlatESLint and LegacyESLint (#11958)

❤️ Thank You

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

Changelog

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

8.54.0 (2026-01-26)

This was a version bump only for parser to align it with other projects, there were no ...

Description has been truncated

…ies with 16 updates

Bumps the typescript-dependencies group with 2 updates in the /parachain/scripts/ts-utils directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [prettier](https://github.com/prettier/prettier).
Bumps the typescript-dependencies group with 3 updates in the /parachain/ts-tests directory: [prettier](https://github.com/prettier/prettier), [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).
Bumps the typescript-dependencies group with 10 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.0.9` | `25.0.10` |
| [prettier](https://github.com/prettier/prettier) | `3.8.0` | `3.8.1` |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `22.3.3` | `22.4.1` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `22.3.3` | `22.4.1` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `22.3.3` | `22.4.1` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `22.3.3` | `22.4.1` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `22.3.3` | `22.4.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.53.1` | `8.54.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.53.1` | `8.54.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `22.3.3` | `22.4.1` |

Bumps the typescript-dependencies group with 1 update in the /tee-worker/omni-executor/contracts/accounting/solana directory: [prettier](https://github.com/prettier/prettier).
Bumps the typescript-dependencies group with 6 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.53.1` | `8.54.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.53.1` | `8.54.0` |
| [globals](https://github.com/sindresorhus/globals) | `17.0.0` | `17.1.0` |
| [viem](https://github.com/wevm/viem) | `2.44.4` | `2.45.0` |
| [ora](https://github.com/sindresorhus/ora) | `9.0.0` | `9.1.0` |
| [systeminformation](https://github.com/sebhildebrandt/systeminformation) | `5.30.5` | `5.30.6` |

Bumps the typescript-dependencies group with 3 updates in the /tee-worker/omni-executor/ts-tests/integration-tests directory: [@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 [globals](https://github.com/sindresorhus/globals).


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

Updates `prettier` from 3.8.0 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.8.0...3.8.1)

Updates `prettier` from 3.8.0 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.8.0...3.8.1)

Updates `@vitest/ui` from 4.0.17 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/ui)

Updates `vitest` from 4.0.17 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest)

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

Updates `prettier` from 3.8.0 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.8.0...3.8.1)

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

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

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

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

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

Updates `@typescript-eslint/eslint-plugin` from 8.53.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/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.53.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/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/parser)

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

Updates `prettier` from 3.8.0 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.8.0...3.8.1)

Updates `@typescript-eslint/eslint-plugin` from 8.53.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/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.53.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/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/parser)

Updates `globals` from 17.0.0 to 17.1.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.0.0...v17.1.0)

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

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

Updates `systeminformation` from 5.30.5 to 5.30.6
- [Release notes](https://github.com/sebhildebrandt/systeminformation/releases)
- [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md)
- [Commits](sebhildebrandt/systeminformation@v5.30.5...v5.30.6)

Updates `@typescript-eslint/eslint-plugin` from 8.53.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/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.53.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/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/parser)

Updates `globals` from 17.0.0 to 17.1.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.0.0...v17.1.0)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@vitest/ui"
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: vitest
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@nx/devkit"
  dependency-version: 22.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@nx/eslint-plugin"
  dependency-version: 22.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@nx/jest"
  dependency-version: 22.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@nx/js"
  dependency-version: 22.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@nx/workspace"
  dependency-version: 22.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: nx
  dependency-version: 22.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: globals
  dependency-version: 17.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: viem
  dependency-version: 2.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: ora
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: systeminformation
  dependency-version: 5.30.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: globals
  dependency-version: 17.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
...

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

vercel bot commented Jan 26, 2026

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

1 Skipped Deployment
Project Deployment Review Updated (UTC)
heima-aa-demo-app Ignored Ignored Jan 26, 2026 10:22pm

Request Review

@Kailai-Wang Kailai-Wang merged commit 00a041c into dev Jan 27, 2026
15 checks passed
@Kailai-Wang Kailai-Wang deleted the dependabot/npm_and_yarn/parachain/scripts/ts-utils/typescript-dependencies-1cb721db07 branch January 27, 2026 15:04
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