Skip to content

chore(deps): bump the typescript-dependencies group across 4 directories with 14 updates#3973

Merged
Kailai-Wang merged 1 commit intodevfrom
dependabot/npm_and_yarn/parachain/ts-tests/typescript-dependencies-fcd2507d58
Apr 28, 2026
Merged

chore(deps): bump the typescript-dependencies group across 4 directories with 14 updates#3973
Kailai-Wang merged 1 commit intodevfrom
dependabot/npm_and_yarn/parachain/ts-tests/typescript-dependencies-fcd2507d58

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Bumps the typescript-dependencies group with 2 updates in the /parachain/ts-tests directory: @vitest/ui and vitest.
Bumps the typescript-dependencies group with 9 updates in the /tee-worker/omni-executor/client-sdk directory:

Package From To
@nx/devkit 22.6.5 22.7.0
@nx/eslint-plugin 22.6.5 22.7.0
@nx/jest 22.6.5 22.7.0
@nx/js 22.6.5 22.7.0
@nx/workspace 22.6.5 22.7.0
@swc/core 1.15.30 1.15.32
@typescript-eslint/eslint-plugin 8.59.0 8.59.1
@typescript-eslint/parser 8.59.0 8.59.1
nx 22.6.5 22.7.0

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

Package From To
@typescript-eslint/eslint-plugin 8.59.0 8.59.1
@typescript-eslint/parser 8.59.0 8.59.1
ajv 8.18.0 8.20.0
viem 2.48.1 2.48.4
ora 9.3.0 9.4.0

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 ajv.

Updates @vitest/ui from 4.1.4 to 4.1.5

Release notes

Sourced from @​vitest/ui's releases.

v4.1.5

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates vitest from 4.1.4 to 4.1.5

Release notes

Sourced from vitest's releases.

v4.1.5

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • e399846 chore: release v4.1.5
  • 7dc6d54 Revert "fix: respect diff config options in soft assertions (#8696)"
  • 9787ded fix: respect diff config options in soft assertions (#8696)
  • 325463a fix(ast-collect): recognize _vi_import prefix in static test discovery (#10...
  • 0e0ff41 feat(coverage): istanbul to support instrumenter option (#10119)
  • 663b99f fix: alias agent reporter to minimal (#10157)
  • 122c25b fix: fix vi.defineHelper called as object method (#10163)
  • 6abd557 feat(api): make test-specification options writable (#10154)
  • 596f739 fix: project color label on html reporter (#10142)
  • 9423dc0 fix: --project negation excludes browser instances (#10131)
  • Additional commits viewable in compare view

Updates @nx/devkit from 22.6.5 to 22.7.0

Release notes

Sourced from @​nx/devkit's releases.

22.7.0 (2026-04-24)

🚀 Features

  • core: add .nx/self-healing to .gitignore (#34855)
  • core: decouple DB version from Nx version and share DB across worktrees (#34942)
  • core: auto-open browser for Cloud setup URL during create-nx-workspace (#35014)
  • core: allow generate command to skip project graph creation (#35170)
  • core: remove polygraph cloud passthrough (#35153)
  • core: use CNW variant 1 cloud prompt in nx init (#35155)
  • core: add source map annotations to nx show target (#35225)
  • core: prompt for setup mode when running nx init in empty git directory (#35226)
  • core: add json input type for selective JSON field hashing (#35248)
  • core: update nx-set-shas usage to v5 (#34934)
  • core: add NX_BAIL environment variable (#34711)
  • core: add page up/down to tui shortcuts (#34525)
  • core: add logging and progress message types to daemon (#35342)
  • dotnet: add ci-workflow generator (#33321)
  • js: support nx.sync.ignoredDependencies in typescript-sync (#35401)
  • misc: a/b test cloud prompt copy in create-nx-workspace (#35039)
  • misc: update nx init telemetry meta from CSV to JSON format (#35076)
  • misc: lock in CNW cloud prompt A/B winner and add new variants (#35154)
  • nx-dev: add conditional blog/changelog proxy in edge function (#35043)
  • nx-dev: add nx-blog sitemap to root sitemap index (#35363)
  • repo: add nx-labs repo target and use glob pattern for update-all-repos (#34999)
  • repo: enable tsgo compiler for nx package (#35047)
  • repo: enforce no-disabled-tests via ESLint with per-project warning caps (#35122)
  • repo: add e2e test for nx build process verification (#35119)
  • vite: add compiler option to vite plugin for tsgo support (#35429, #33821, #35047, #35167)

🩹 Fixes

  • angular: update duplicate migration keys (#34961)
  • angular: add storybook and playwright as implicit dependencies (#35224)
  • angular: preserve specific file paths in tsconfig when adding secondary entry point (#35254, #33051)
  • angular: fall back to addUndefinedDefaults when addUndefinedObjectDefaults is unavailable (#35290)
  • angular-rspack: ensure rebuild chunks emitted summary accurate (#34979, #34936)
  • angular-rspack: normalize Windows path separators for i18n (#35252, #32864)
  • angular-rspack: add fileReplacements to resolve.alias (#34197)
  • angular-rspack: fixes issues with angular-rspack hmr (#35294, #35040)
  • bundling: disable swc input source map resolution (#35010, #32671)
  • bundling: bump esbuild for new projects to a version compatible with vite 8 (#35132)
  • bundling: declare tsconfig.json as input for esbuild targets (#35432)
  • core: skip analytics and DB connection when global bin hands off to local (#34914)
  • core: properly quote shell metacharacters in CLI args passed to tasks (#34491, #32305, #26682)
  • core: avoid redundant project graph requests in ngcli adapter (#34907)
  • core: ensure postTasksExecution fires on SIGINT for continuous tasks (#34876, #34623, #34869)
  • core: improve error handling in nx migrate registry fetching (#34926, #33014, #33135)
  • core: remove CRA migration logic from nx init (#34912)
  • core: pass collectInputs flag through daemon IPC for task hashing (#34915)

... (truncated)

Commits
  • ac465a0 fix(bundling): declare tsconfig.json as input for esbuild targets (#35432)
  • a97bd37 chore(testing): stub plugin imports in devkit specs to avoid cross-project re...
  • 4bbd4b1 chore(repo): migrate nx repo to eslint v9 flat config (#35359)
  • 2665550 fix(core): update and pin ejs to 5.0.1 (#35157)
  • facec58 fix(misc): use workspace root for package manager detection and normalize pat...
  • 887fca4 fix(repo): narrow copy-assets outputs to prevent overlap with build-base (#35...
  • fa7eb3b chore(repo): make build-base depend on copy-assets instead of reverse (#35102)
  • a040a93 fix(repo): add copy-assets plugin and migrate all packages from legacy-post-b...
  • 1fc3841 fix(core): split-target should handle projects with colons in name better (#3...
  • 732a08c chore(core): build nx to local dist and use nodenext (#34111)
  • Additional commits viewable in compare view

Updates @nx/eslint-plugin from 22.6.5 to 22.7.0

Release notes

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

22.7.0 (2026-04-24)

🚀 Features

  • core: add .nx/self-healing to .gitignore (#34855)
  • core: decouple DB version from Nx version and share DB across worktrees (#34942)
  • core: auto-open browser for Cloud setup URL during create-nx-workspace (#35014)
  • core: allow generate command to skip project graph creation (#35170)
  • core: remove polygraph cloud passthrough (#35153)
  • core: use CNW variant 1 cloud prompt in nx init (#35155)
  • core: add source map annotations to nx show target (#35225)
  • core: prompt for setup mode when running nx init in empty git directory (#35226)
  • core: add json input type for selective JSON field hashing (#35248)
  • core: update nx-set-shas usage to v5 (#34934)
  • core: add NX_BAIL environment variable (#34711)
  • core: add page up/down to tui shortcuts (#34525)
  • core: add logging and progress message types to daemon (#35342)
  • dotnet: add ci-workflow generator (#33321)
  • js: support nx.sync.ignoredDependencies in typescript-sync (#35401)
  • misc: a/b test cloud prompt copy in create-nx-workspace (#35039)
  • misc: update nx init telemetry meta from CSV to JSON format (#35076)
  • misc: lock in CNW cloud prompt A/B winner and add new variants (#35154)
  • nx-dev: add conditional blog/changelog proxy in edge function (#35043)
  • nx-dev: add nx-blog sitemap to root sitemap index (#35363)
  • repo: add nx-labs repo target and use glob pattern for update-all-repos (#34999)
  • repo: enable tsgo compiler for nx package (#35047)
  • repo: enforce no-disabled-tests via ESLint with per-project warning caps (#35122)
  • repo: add e2e test for nx build process verification (#35119)
  • vite: add compiler option to vite plugin for tsgo support (#35429, #33821, #35047, #35167)

🩹 Fixes

  • angular: update duplicate migration keys (#34961)
  • angular: add storybook and playwright as implicit dependencies (#35224)
  • angular: preserve specific file paths in tsconfig when adding secondary entry point (#35254, #33051)
  • angular: fall back to addUndefinedDefaults when addUndefinedObjectDefaults is unavailable (#35290)
  • angular-rspack: ensure rebuild chunks emitted summary accurate (#34979, #34936)
  • angular-rspack: normalize Windows path separators for i18n (#35252, #32864)
  • angular-rspack: add fileReplacements to resolve.alias (#34197)
  • angular-rspack: fixes issues with angular-rspack hmr (#35294, #35040)
  • bundling: disable swc input source map resolution (#35010, #32671)
  • bundling: bump esbuild for new projects to a version compatible with vite 8 (#35132)
  • bundling: declare tsconfig.json as input for esbuild targets (#35432)
  • core: skip analytics and DB connection when global bin hands off to local (#34914)
  • core: properly quote shell metacharacters in CLI args passed to tasks (#34491, #32305, #26682)
  • core: avoid redundant project graph requests in ngcli adapter (#34907)
  • core: ensure postTasksExecution fires on SIGINT for continuous tasks (#34876, #34623, #34869)
  • core: improve error handling in nx migrate registry fetching (#34926, #33014, #33135)
  • core: remove CRA migration logic from nx init (#34912)
  • core: pass collectInputs flag through daemon IPC for task hashing (#34915)

... (truncated)

Commits
  • 4bbd4b1 chore(repo): migrate nx repo to eslint v9 flat config (#35359)
  • dc479c5 fix(js): stop generating baseUrl in tsconfig, use ./ prefix for path mappings...
  • 887fca4 fix(repo): narrow copy-assets outputs to prevent overlap with build-base (#35...
  • a040a93 fix(repo): add copy-assets plugin and migrate all packages from legacy-post-b...
  • 732a08c chore(core): build nx to local dist and use nodenext (#34111)
  • d5f51d6 fix(linter): prepend framework configs before baseConfig in flat config gener...
  • 0f0f996 fix(linter): detect require() calls in enforce-module-boundaries rule (#34896)
  • See full diff in compare view

Updates @nx/jest from 22.6.5 to 22.7.0

Release notes

Sourced from @​nx/jest's releases.

22.7.0 (2026-04-24)

🚀 Features

  • core: add .nx/self-healing to .gitignore (#34855)
  • core: decouple DB version from Nx version and share DB across worktrees (#34942)
  • core: auto-open browser for Cloud setup URL during create-nx-workspace (#35014)
  • core: allow generate command to skip project graph creation (#35170)
  • core: remove polygraph cloud passthrough (#35153)
  • core: use CNW variant 1 cloud prompt in nx init (#35155)
  • core: add source map annotations to nx show target (#35225)
  • core: prompt for setup mode when running nx init in empty git directory (#35226)
  • core: add json input type for selective JSON field hashing (#35248)
  • core: update nx-set-shas usage to v5 (#34934)
  • core: add NX_BAIL environment variable (#34711)
  • core: add page up/down to tui shortcuts (#34525)
  • core: add logging and progress message types to daemon (#35342)
  • dotnet: add ci-workflow generator (#33321)
  • js: support nx.sync.ignoredDependencies in typescript-sync (#35401)
  • misc: a/b test cloud prompt copy in create-nx-workspace (#35039)
  • misc: update nx init telemetry meta from CSV to JSON format (#35076)
  • misc: lock in CNW cloud prompt A/B winner and add new variants (#35154)
  • nx-dev: add conditional blog/changelog proxy in edge function (#35043)
  • nx-dev: add nx-blog sitemap to root sitemap index (#35363)
  • repo: add nx-labs repo target and use glob pattern for update-all-repos (#34999)
  • repo: enable tsgo compiler for nx package (#35047)
  • repo: enforce no-disabled-tests via ESLint with per-project warning caps (#35122)
  • repo: add e2e test for nx build process verification (#35119)
  • vite: add compiler option to vite plugin for tsgo support (#35429, #33821, #35047, #35167)

🩹 Fixes

  • angular: update duplicate migration keys (#34961)
  • angular: add storybook and playwright as implicit dependencies (#35224)
  • angular: preserve specific file paths in tsconfig when adding secondary entry point (#35254, #33051)
  • angular: fall back to addUndefinedDefaults when addUndefinedObjectDefaults is unavailable (#35290)
  • angular-rspack: ensure rebuild chunks emitted summary accurate (#34979, #34936)
  • angular-rspack: normalize Windows path separators for i18n (#35252, #32864)
  • angular-rspack: add fileReplacements to resolve.alias (#34197)
  • angular-rspack: fixes issues with angular-rspack hmr (#35294, #35040)
  • bundling: disable swc input source map resolution (#35010, #32671)
  • bundling: bump esbuild for new projects to a version compatible with vite 8 (#35132)
  • bundling: declare tsconfig.json as input for esbuild targets (#35432)
  • core: skip analytics and DB connection when global bin hands off to local (#34914)
  • core: properly quote shell metacharacters in CLI args passed to tasks (#34491, #32305, #26682)
  • core: avoid redundant project graph requests in ngcli adapter (#34907)
  • core: ensure postTasksExecution fires on SIGINT for continuous tasks (#34876, #34623, #34869)
  • core: improve error handling in nx migrate registry fetching (#34926, #33014, #33135)
  • core: remove CRA migration logic from nx init (#34912)
  • core: pass collectInputs flag through daemon IPC for task hashing (#34915)

... (truncated)

Commits
  • 4bbd4b1 chore(repo): migrate nx repo to eslint v9 flat config (#35359)
  • c8b59c9 fix(repo): resolve FreeBSD build OOM and disk exhaustion (#35309)
  • dc479c5 fix(js): stop generating baseUrl in tsconfig, use ./ prefix for path mappings...
  • 169c1d4 fix(testing): add dependent .d.ts inputs for ts-jest without isolatedModules ...
  • facec58 fix(misc): use workspace root for package manager detection and normalize pat...
  • 887fca4 fix(repo): narrow copy-assets outputs to prevent overlap with build-base (#35...
  • a040a93 fix(repo): add copy-assets plugin and migrate all packages from legacy-post-b...
  • 732a08c chore(core): build nx to local dist and use nodenext (#34111)
  • 2086e4c fix(testing): gracefully handle broken jest configs in alias migration (#34901)
  • See full diff in compare view

Updates @nx/js from 22.6.5 to 22.7.0

Release notes

Sourced from @​nx/js's releases.

22.7.0 (2026-04-24)

🚀 Features

  • core: add .nx/self-healing to .gitignore (#34855)
  • core: decouple DB version from Nx version and share DB across worktrees (#34942)
  • core: auto-open browser for Cloud setup URL during create-nx-workspace (#35014)
  • core: allow generate command to skip project graph creation (#35170)
  • core: remove polygraph cloud passthrough (#35153)
  • core: use CNW variant 1 cloud prompt in nx init (#35155)
  • core: add source map annotations to nx show target (#35225)
  • core: prompt for setup mode when running nx init in empty git directory (#35226)
  • core: add json input type for selective JSON field hashing (#35248)
  • core: update nx-set-shas usage to v5 (#34934)
  • core: add NX_BAIL environment variable (#34711)
  • core: add page up/down to tui shortcuts (#34525)
  • core: add logging and progress message types to daemon (#35342)
  • dotnet: add ci-workflow generator (#33321)
  • js: support nx.sync.ignoredDependencies in typescript-sync (#35401)
  • misc: a/b test cloud prompt copy in create-nx-workspace (#35039)
  • misc: update nx init telemetry meta from CSV to JSON format (#35076)
  • misc: lock in CNW cloud prompt A/B winner and add new variants (#35154)
  • nx-dev: add conditional blog/changelog proxy in edge function (#35043)
  • nx-dev: add nx-blog sitemap to root sitemap index (#35363)
  • repo: add nx-labs repo target and use glob pattern for update-all-repos (#34999)
  • repo: enable tsgo compiler for nx package (#35047)
  • repo: enforce no-disabled-tests via ESLint with per-project warning caps (#35122)
  • repo: add e2e test for nx build process verification (#35119)
  • vite: add compiler option to vite plugin for tsgo support (#35429, #33821, #35047, #35167)

🩹 Fixes

  • angular: update duplicate migration keys (#34961)
  • angular: add storybook and playwright as implicit dependencies (#35224)
  • angular: preserve specific file paths in tsconfig when adding secondary entry point (#35254, #33051)
  • angular: fall back to addUndefinedDefaults when addUndefinedObjectDefaults is unavailable (#35290)
  • angular-rspack: ensure rebuild chunks emitted summary accurate (#34979, #34936)
  • angular-rspack: normalize Windows path separators for i18n (#35252, #32864)
  • angular-rspack: add fileReplacements to resolve.alias (#34197)
  • angular-rspack: fixes issues with angular-rspack hmr (#35294, #35040)
  • bundling: disable swc input source map resolution (#35010, #32671)
  • bundling: bump esbuild for new projects to a version compatible with vite 8 (#35132)
  • bundling: declare tsconfig.json as input for esbuild targets (#35432)
  • core: skip analytics and DB connection when global bin hands off to local (#34914)
  • core: properly quote shell metacharacters in CLI args passed to tasks (#34491, #32305, #26682)
  • core: avoid redundant project graph requests in ngcli adapter (#34907)
  • core: ensure postTasksExecution fires on SIGINT for continuous tasks (#34876, #34623, #34869)
  • core: improve error handling in nx migrate registry fetching (#34926, #33014, #33135)
  • core: remove CRA migration logic from nx init (#34912)
  • core: pass collectInputs flag through daemon IPC for task hashing (#34915)

... (truncated)

Commits
  • de266bf fix(js): add npm workspace support to prune-lockfile executor (#35383)
  • 82e7afe feat(js): support nx.sync.ignoredDependencies in typescript-sync (#35401)
  • 4229697 fix(js): avoid double-prefixing node executor output paths (#35050)
  • 4bbd4b1 chore(repo): migrate nx repo to eslint v9 flat config (#35359)
  • 9844f0d fix(js): resolve build output dir from globbed outputs in node executor (#35288)
  • 437b31d fix(js): declare .d.cts/.d.mts as typecheck inputs and outputs (#35357)
  • 45fc978 fix(js): resolve project tsconfig for inferred tsc run-commands targets in de...
  • 1e7b29c fix(js): avoid full source scan in readTsConfigPaths (#35300)
  • dcd61cd fix(release): surface swallowed publish errors when stdout is not valid JSON ...
  • dc479c5 fix(js): stop generating baseUrl in tsconfig, use ./ prefix for path mappings...
  • Additional commits viewable in compare view

Updates @nx/workspace from 22.6.5 to 22.7.0

Release notes

Sourced from @​nx/workspace's releases.

22.7.0 (2026-04-24)

🚀 Features

  • core: add .nx/self-healing to .gitignore (#34855)
  • core: decouple DB version from Nx version and share DB across worktrees (#34942)
  • core: auto-open browser for Cloud setup URL during create-nx-workspace (#35014)
  • core: allow generate command to skip project graph creation (#35170)
  • core: remove polygraph cloud passthrough (#35153)
  • core: use CNW variant 1 cloud prompt in nx init (#35155)
  • core: add source map annotations to nx show target (#35225)
  • core: prompt for setup mode when running nx init in empty git directory (#35226)
  • core: add json input type for selective JSON field hashing (#35248)
  • core: update nx-set-shas usage to v5 (#34934)
  • core: add NX_BAIL environment variable (#34711)
  • core: add page up/down to tui shortcuts (#34525)
  • core: add logging and progress message types to daemon (#35342)
  • dotnet: add ci-workflow generator (#33321)
  • js: support nx.sync.ignoredDependencies in typescript-sync (#35401)
  • misc: a/b test cloud prompt copy in create-nx-workspace (#35039)
  • misc: update nx init telemetry meta from CSV to JSON format (#35076)
  • misc: lock in CNW cloud prompt A/B winner and add new variants (#35154)
  • nx-dev: add conditional blog/changelog proxy in edge function (#35043)
  • nx-dev: add nx-blog sitemap to root sitemap index (#35363)
  • repo: add nx-labs repo target and use glob pattern for update-all-repos (#34999)
  • repo: enable tsgo compiler for nx package (#35047)
  • repo: enforce no-disabled-tests via ESLint with per-project warning caps (#35122)
  • repo: add e2e test for nx build process verification (#35119)
  • vite: add compiler option to vite plugin for tsgo support (#35429, #33821, #35047, #35167)

🩹 Fixes

  • angular: update duplicate migration keys (#34961)
  • angular: add storybook and playwright as implicit dependencies (#35224)
  • angular: preserve specific file paths in tsconfig when adding secondary entry point (#35254, #33051)
  • angular: fall back to addUndefinedDefaults when addUndefinedObjectDefaults is unavailable (#35290)
  • angular-rspack: ensure rebuild chunks emitted summary accurate (#34979, #34936)
  • angular-rspack: normalize Windows path separators for i18n (#35252, #32864)
  • angular-rspack: add fileReplacements to resolve.alias (#34197)
  • angular-rspack: fixes issues with angular-rspack hmr (#35294, #35040)
  • bundling: disable swc input source map resolution (#35010, #32671)
  • bundling: bump esbuild for new projects to a version compatible with vite 8 (#35132)<...

    Description has been truncated

…ies with 14 updates

Bumps the typescript-dependencies group with 2 updates in the /parachain/ts-tests directory: [@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 9 updates in the /tee-worker/omni-executor/client-sdk directory:

| Package | From | To |
| --- | --- | --- |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `22.6.5` | `22.7.0` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `22.6.5` | `22.7.0` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `22.6.5` | `22.7.0` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `22.6.5` | `22.7.0` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `22.6.5` | `22.7.0` |
| [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core) | `1.15.30` | `1.15.32` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.59.0` | `8.59.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.59.0` | `8.59.1` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `22.6.5` | `22.7.0` |

Bumps the typescript-dependencies group with 5 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.59.0` | `8.59.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.59.0` | `8.59.1` |
| [ajv](https://github.com/ajv-validator/ajv) | `8.18.0` | `8.20.0` |
| [viem](https://github.com/wevm/viem) | `2.48.1` | `2.48.4` |
| [ora](https://github.com/sindresorhus/ora) | `9.3.0` | `9.4.0` |

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 [ajv](https://github.com/ajv-validator/ajv).


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

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

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

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

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

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

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

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

Updates `@typescript-eslint/eslint-plugin` from 8.59.0 to 8.59.1
- [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.59.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.59.0 to 8.59.1
- [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.59.1/packages/parser)

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

Updates `@typescript-eslint/eslint-plugin` from 8.59.0 to 8.59.1
- [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.59.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.59.0 to 8.59.1
- [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.59.1/packages/parser)

Updates `ajv` from 8.18.0 to 8.20.0
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v8.18.0...v8.20.0)

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

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

Updates `@typescript-eslint/eslint-plugin` from 8.59.0 to 8.59.1
- [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.59.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.59.0 to 8.59.1
- [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.59.1/packages/parser)

Updates `ajv` from 8.18.0 to 8.20.0
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v8.18.0...v8.20.0)

---
updated-dependencies:
- dependency-name: "@vitest/ui"
  dependency-version: 4.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: vitest
  dependency-version: 4.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@nx/devkit"
  dependency-version: 22.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@nx/eslint-plugin"
  dependency-version: 22.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@nx/jest"
  dependency-version: 22.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@nx/js"
  dependency-version: 22.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@nx/workspace"
  dependency-version: 22.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@swc/core"
  dependency-version: 1.15.32
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.59.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.59.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: nx
  dependency-version: 22.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.59.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.59.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: ajv
  dependency-version: 8.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: viem
  dependency-version: 2.48.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: ora
  dependency-version: 9.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.59.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.59.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: ajv
  dependency-version: 8.20.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
Copy Markdown

vercel Bot commented Apr 28, 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 Apr 28, 2026 0:15am

Request Review

@Kailai-Wang Kailai-Wang enabled auto-merge (squash) April 28, 2026 00:15
@Kailai-Wang Kailai-Wang merged commit 54186eb into dev Apr 28, 2026
15 checks passed
@Kailai-Wang Kailai-Wang deleted the dependabot/npm_and_yarn/parachain/ts-tests/typescript-dependencies-fcd2507d58 branch April 28, 2026 00:49
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