Skip to content

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

Merged
Kailai-Wang merged 1 commit intodevfrom
dependabot/npm_and_yarn/parachain/scripts/ts-utils/typescript-dependencies-fcf60641ce
Apr 6, 2026
Merged

chore(deps): bump the typescript-dependencies group across 5 directories with 14 updates#3952
Kailai-Wang merged 1 commit intodevfrom
dependabot/npm_and_yarn/parachain/scripts/ts-utils/typescript-dependencies-fcf60641ce

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps the typescript-dependencies group with 2 updates in the /parachain/scripts/ts-utils directory: @types/node and read-excel-file.
Bumps the typescript-dependencies group with 2 updates in the /parachain/ts-tests directory: @types/node and dotenv.
Bumps the typescript-dependencies group with 11 updates in the /tee-worker/omni-executor/client-sdk directory:

Package From To
@types/node 25.5.0 25.5.2
@nx/devkit 22.6.3 22.6.4
@nx/eslint-plugin 22.6.3 22.6.4
@nx/jest 22.6.3 22.6.4
@nx/js 22.6.3 22.6.4
@nx/workspace 22.6.3 22.6.4
@swc/core 1.15.21 1.15.24
eslint 10.1.0 10.2.0
nx 22.6.3 22.6.4
ts-jest 29.4.6 29.4.9
verdaccio 6.3.2 6.4.0

Bumps the typescript-dependencies group with 3 updates in the /tee-worker/omni-executor/ts-tests directory: dotenv, eslint and viem.
Bumps the typescript-dependencies group with 2 updates in the /tee-worker/omni-executor/ts-tests/integration-tests directory: dotenv and eslint.

Updates @types/node from 25.5.0 to 25.5.2

Commits

Updates read-excel-file from 8.0.2 to 8.0.3

Commits
  • fb8613e 8.0.3
  • f6ddacd Edited readme
  • e296cf5 Finished fixing parseData() custom type typescript
  • a3b9c2d Readme don't show table
  • c5f5d96 Out-of-place commas in array types now cause an error
  • c4de75d Out-of-place commas in array types now cause an error
  • See full diff in compare view

Updates @types/node from 25.5.0 to 25.5.2

Commits

Updates dotenv from 17.3.1 to 17.4.1

Changelog

Sourced from dotenv's changelog.

17.4.1 (2026-04-05)

Changed

  • Change text injecting to injected (#1005)

17.4.0 (2026-04-01)

Added

  • Add skills/ folder with focused agent skills: skills/dotenv/SKILL.md (core usage) and skills/dotenvx/SKILL.md (encryption, multiple environments, variable expansion) for AI coding agent discovery via the skills.sh ecosystem (npx skills add motdotla/dotenv)

Changed

  • Tighten up logs: ◇ injecting env (14) from .env (#1003)
Commits

Updates @types/node from 25.5.0 to 25.5.2

Commits

Updates @nx/devkit from 22.6.3 to 22.6.4

Release notes

Sourced from @​nx/devkit's releases.

22.6.4 (2026-04-01)

🚀 Features

  • misc: update nx init telemetry meta from CSV to JSON format (#35076)
  • nx-dev: add conditional blog/changelog proxy in edge function (#35043)

🩹 Fixes

  • core: validate bundler option for Angular presets in create-nx-workspace (#35074)
  • core: handle "." and absolute paths as workspace name in CNW (#35083, #1)
  • core: pin version of axios (#35093)
  • core: preserve sibling dependency inputs in native hashing (#35071)
  • core: sandbox exclusions, multi-line typeof import detection, global ensurePackage mock (#35056)
  • core: no-interactive should disable prompts during migrate (#35106)
  • gradle: increase project graph timeout defaults (#35058)
  • js: recognize tsgo in dependency-checks lint rule (#35048)
  • js: narrow tsc build-base outputs to only tsc-produced file types (#35041)
  • js: include tsbuildinfo in narrowed tsc build-base outputs (#35086, #35041)
  • js: use explicit nx/bin/nx path in start-local-registry (#35127)
  • misc: handle non-interactive mode and add template shorthand names for CNW (#35045)
  • react: force Vite 7 when using React Router in framework mode (#35101)
  • react-native: use vite's transformWithEsbuild instead of direct esbuild import (5771eb3346)
  • repo: pass env vars into docker builds in publish workflow (#35060)
  • repo: bump picomatch from 4.0.2 to 4.0.4 (#35081, #35068)
  • repo: fixup lock-threads failing with resource inaccessible message (#35005)
  • repo: fix lockfile (b070e23445)
  • repo: re-enable Cypress HMR e2e tests after upstream tapable fix (#35105, #34969, #20693)
  • repo: disable ts-jest diagnostics for workspace-plugin tests (b013f93dca)
  • vite: update vitest and plugin-react-swc versions for vite 8 compat (#35062)
  • vite: bump sass version for vue/nuxt presets for Vite 8 compat (#35073)
  • webpack: bump postcss-loader to ^8.2.1 to eliminate transitive yaml@1.x CVE (#35028, #35025)

❤️ Thank You

Commits

Updates @nx/eslint-plugin from 22.6.3 to 22.6.4

Release notes

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

22.6.4 (2026-04-01)

🚀 Features

  • misc: update nx init telemetry meta from CSV to JSON format (#35076)
  • nx-dev: add conditional blog/changelog proxy in edge function (#35043)

🩹 Fixes

  • core: validate bundler option for Angular presets in create-nx-workspace (#35074)
  • core: handle "." and absolute paths as workspace name in CNW (#35083, #1)
  • core: pin version of axios (#35093)
  • core: preserve sibling dependency inputs in native hashing (#35071)
  • core: sandbox exclusions, multi-line typeof import detection, global ensurePackage mock (#35056)
  • core: no-interactive should disable prompts during migrate (#35106)
  • gradle: increase project graph timeout defaults (#35058)
  • js: recognize tsgo in dependency-checks lint rule (#35048)
  • js: narrow tsc build-base outputs to only tsc-produced file types (#35041)
  • js: include tsbuildinfo in narrowed tsc build-base outputs (#35086, #35041)
  • js: use explicit nx/bin/nx path in start-local-registry (#35127)
  • misc: handle non-interactive mode and add template shorthand names for CNW (#35045)
  • react: force Vite 7 when using React Router in framework mode (#35101)
  • react-native: use vite's transformWithEsbuild instead of direct esbuild import (5771eb3346)
  • repo: pass env vars into docker builds in publish workflow (#35060)
  • repo: bump picomatch from 4.0.2 to 4.0.4 (#35081, #35068)
  • repo: fixup lock-threads failing with resource inaccessible message (#35005)
  • repo: fix lockfile (b070e23445)
  • repo: re-enable Cypress HMR e2e tests after upstream tapable fix (#35105, #34969, #20693)
  • repo: disable ts-jest diagnostics for workspace-plugin tests (b013f93dca)
  • vite: update vitest and plugin-react-swc versions for vite 8 compat (#35062)
  • vite: bump sass version for vue/nuxt presets for Vite 8 compat (#35073)
  • webpack: bump postcss-loader to ^8.2.1 to eliminate transitive yaml@1.x CVE (#35028, #35025)

❤️ Thank You

Commits

Updates @nx/jest from 22.6.3 to 22.6.4

Release notes

Sourced from @​nx/jest's releases.

22.6.4 (2026-04-01)

🚀 Features

  • misc: update nx init telemetry meta from CSV to JSON format (#35076)
  • nx-dev: add conditional blog/changelog proxy in edge function (#35043)

🩹 Fixes

  • core: validate bundler option for Angular presets in create-nx-workspace (#35074)
  • core: handle "." and absolute paths as workspace name in CNW (#35083, #1)
  • core: pin version of axios (#35093)
  • core: preserve sibling dependency inputs in native hashing (#35071)
  • core: sandbox exclusions, multi-line typeof import detection, global ensurePackage mock (#35056)
  • core: no-interactive should disable prompts during migrate (#35106)
  • gradle: increase project graph timeout defaults (#35058)
  • js: recognize tsgo in dependency-checks lint rule (#35048)
  • js: narrow tsc build-base outputs to only tsc-produced file types (#35041)
  • js: include tsbuildinfo in narrowed tsc build-base outputs (#35086, #35041)
  • js: use explicit nx/bin/nx path in start-local-registry (#35127)
  • misc: handle non-interactive mode and add template shorthand names for CNW (#35045)
  • react: force Vite 7 when using React Router in framework mode (#35101)
  • react-native: use vite's transformWithEsbuild instead of direct esbuild import (5771eb3346)
  • repo: pass env vars into docker builds in publish workflow (#35060)
  • repo: bump picomatch from 4.0.2 to 4.0.4 (#35081, #35068)
  • repo: fixup lock-threads failing with resource inaccessible message (#35005)
  • repo: fix lockfile (b070e23445)
  • repo: re-enable Cypress HMR e2e tests after upstream tapable fix (#35105, #34969, #20693)
  • repo: disable ts-jest diagnostics for workspace-plugin tests (b013f93dca)
  • vite: update vitest and plugin-react-swc versions for vite 8 compat (#35062)
  • vite: bump sass version for vue/nuxt presets for Vite 8 compat (#35073)
  • webpack: bump postcss-loader to ^8.2.1 to eliminate transitive yaml@1.x CVE (#35028, #35025)

❤️ Thank You

Commits

Updates @nx/js from 22.6.3 to 22.6.4

Release notes

Sourced from @​nx/js's releases.

22.6.4 (2026-04-01)

🚀 Features

  • misc: update nx init telemetry meta from CSV to JSON format (#35076)
  • nx-dev: add conditional blog/changelog proxy in edge function (#35043)

🩹 Fixes

  • core: validate bundler option for Angular presets in create-nx-workspace (#35074)
  • core: handle "." and absolute paths as workspace name in CNW (#35083, #1)
  • core: pin version of axios (#35093)
  • core: preserve sibling dependency inputs in native hashing (#35071)
  • core: sandbox exclusions, multi-line typeof import detection, global ensurePackage mock (#35056)
  • core: no-interactive should disable prompts during migrate (#35106)
  • gradle: increase project graph timeout defaults (#35058)
  • js: recognize tsgo in dependency-checks lint rule (#35048)
  • js: narrow tsc build-base outputs to only tsc-produced file types (#35041)
  • js: include tsbuildinfo in narrowed tsc build-base outputs (#35086, #35041)
  • js: use explicit nx/bin/nx path in start-local-registry (#35127)
  • misc: handle non-interactive mode and add template shorthand names for CNW (#35045)
  • react: force Vite 7 when using React Router in framework mode (#35101)
  • react-native: use vite's transformWithEsbuild instead of direct esbuild import (5771eb3346)
  • repo: pass env vars into docker builds in publish workflow (#35060)
  • repo: bump picomatch from 4.0.2 to 4.0.4 (#35081, #35068)
  • repo: fixup lock-threads failing with resource inaccessible message (#35005)
  • repo: fix lockfile (b070e23445)
  • repo: re-enable Cypress HMR e2e tests after upstream tapable fix (#35105, #34969, #20693)
  • repo: disable ts-jest diagnostics for workspace-plugin tests (b013f93dca)
  • vite: update vitest and plugin-react-swc versions for vite 8 compat (#35062)
  • vite: bump sass version for vue/nuxt presets for Vite 8 compat (#35073)
  • webpack: bump postcss-loader to ^8.2.1 to eliminate transitive yaml@1.x CVE (#35028, #35025)

❤️ Thank You

Commits
  • 44abcb2 fix(js): use explicit nx/bin/nx path in start-local-registry (#35127)
  • aacfa7c fix(js): include tsbuildinfo in narrowed tsc build-base outputs (#35086)
  • 32c4a02 chore(repo): fix critical handlebars and underscore vulnerabilities in npm au...
  • 9acaee8 fix(js): narrow tsc build-base outputs to only tsc-produced file types (#35041)
  • 9a18bc0 fix(js): recognize tsgo in dependency-checks lint rule (#35048)
  • See full diff in compare view

Updates @nx/workspace from 22.6.3 to 22.6.4

Release notes

Sourced from @​nx/workspace's releases.

22.6.4 (2026-04-01)

🚀 Features

  • misc: update nx init telemetry meta from CSV to JSON format (#35076)
  • nx-dev: add conditional blog/changelog proxy in edge function (#35043)

🩹 Fixes

  • core: validate bundler option for Angular presets in create-nx-workspace (#35074)
  • core: handle "." and absolute paths as workspace name in CNW (#35083, #1)
  • core: pin version of axios (#35093)
  • core: preserve sibling dependency inputs in native hashing (#35071)
  • core: sandbox exclusions, multi-line typeof import detection, global ensurePackage mock (#35056)
  • core: no-interactive should disable prompts during migrate (#35106)
  • gradle: increase project graph timeout defaults (#35058)
  • js: recognize tsgo in dependency-checks lint rule (#35048)
  • js: narrow tsc build-base outputs to only tsc-produced file types (#35041)
  • js: include tsbuildinfo in narrowed tsc build-base outputs (#35086, #35041)
  • js: use explicit nx/bin/nx path in start-local-registry (#35127)
  • misc: handle non-interactive mode and add template shorthand names for CNW (#35045)
  • react: force Vite 7 when using React Router in framework mode (#35101)
  • react-native: use vite's transformWithEsbuild instead of direct esbuild import (5771eb3346)
  • repo: pass env vars into docker builds in publish workflow (#35060)
  • repo: bump picomatch from 4.0.2 to 4.0.4 (#35081, #35068)
  • repo: fixup lock-threads failing with resource inaccessible message (#35005)
  • repo: fix lockfile (b070e23445)
  • repo: re-enable Cypress HMR e2e tests after upstream tapable fix (#35105, #34969, #20693)
  • repo: disable ts-jest diagnostics for workspace-plugin tests (b013f93dca)
  • vite: update vitest and plugin-react-swc versions for vite 8 compat (#35062)
  • vite: bump sass version for vue/nuxt presets for Vite 8 compat (#35073)
  • webpack: bump postcss-loader to ^8.2.1 to eliminate transitive yaml@1.x CVE (#35028, #35025)

❤️ Thank You

Commits

Updates @swc/core from 1.15.21 to 1.15.24

Changelog

Sourced from @​swc/core's changelog.

[1.15.24] - 2026-04-04

Bug Fixes

  • (es/decorators) Scope 2023-11 implicit-global rewrite to decorator-lifted exprs (#11743) (1c01bbb)

  • (es/minifier) Handle toExponential(undefined) (#11583) (cd94a31)

  • (es/minifier) Cap deep if_return conditional chains (#11758) (a92fa3e)

  • (es/minifier) Inline prop shorthand in computed props (#11760) (71feafb)

  • (es/parser) Parse key Flow forms from #11729 (phase 1) (#11733) (886fe53)

  • (es/parser) Close remaining Flow parser gaps for #11729 (phase 2) (#11740) (8d36f05)

  • (es/regexp) Preserve source for wrapped named groups (#11757) (7e56fe5)

  • (html/codegen) Keep for span-parent paragraphs (#11756) (ede9950)

  • (swc_common) Make eat_byte unsafe to prevent UTF-8 boundary violation (#11731) (669a659)

Features

  • (es/minifier) Remove useless arguments for non inlined callee (#11645) (bab249e)

  • (react-compiler) Advance SWC parity for upstream fixtures (#11724) (468da70)

  • (react-compiler) Tighten core validation parity for upstream fixtures (#11734) (7e2cf8d)

  • (react-compiler) Improve SWC parity for early-return and hooks validation (#11738) (4739c58)

  • (react-compiler) M1 memo validators + lint gating alignment (#11739) (7e1ad26)

... (truncated)

Commits
  • c4d229d chore: Publish 1.15.24 with swc_core v62.0.0
  • 829a68e chore: Publish 1.15.24-nightly-20260404.1 with swc_core v62.0.0
  • 18d2eca chore: Publish 1.15.23-nightly-20260403.1 with swc_core v61.0.1
  • 9afbb30 chore: Publish crates with swc_core v61.0.1
  • See full diff in compare view

Updates eslint from 10.1.0 to 10.2.0

Release notes

Sourced from eslint's releases.

v10.2.0

Features

  • 586ec2f feat: Add meta.languages support to rules (#20571) (Copilot)
  • 14207de feat: add Temporal to no-obj-calls (#20675) (Pixel998)
  • bbb2c93 feat: add Temporal to ES2026 globals (#20672) (Pixel998)

Bug Fixes

  • 542cb3e fix: update first-party dependencies (#20714) (Francesco Trotta)

Documentation

  • a2af743 docs: add language to configuration objects (#20712) (Francesco Trotta)
  • 845f23f docs: Update README (GitHub Actions Bot)
  • 5fbcf59 docs: remove sourceType from ts playground link (#20477) (Tanuj Kanti)
  • 8702a47 docs: Update README (GitHub Actions Bot)
  • ddeaded docs: Update README (GitHub Actions Bot)
  • 2b44966 docs: add Major Releases section to Manage Releases (#20269) (Milos Djermanovic)
  • eab65c7 docs: update eslint versions in examples (#20664) (루밀LuMir)
  • 3e4a299 docs: update ESM Dependencies policies with note for own-usage packages (#20660) (Milos Djermanovic)

Chores

  • 8120e30 refactor: extract no unmodified loop condition (#20679) (kuldeep kumar)
  • 46e8469 chore: update dependency markdownlint-cli2 to ^0.22.0 (#20697) (renovate[bot])
  • 01ed3aa test: add unit tests for unicode utilities (#20622) (Manish chaudhary)
  • 811f493 ci: remove --legacy-peer-deps from types integration tests (#20667) (Milos Djermanovic)
  • 6b86fcf chore: update dependency npm-run-all2 to v8 (#20663) (renovate[bot])
  • 632c4f8 chore: add prettier update commit to .git-blame-ignore-revs (#20662) (루밀LuMir)
  • b0b0f21 chore: update dependency eslint-plugin-regexp to ^3.1.0 (#20659) (Milos Djermanovic)
  • 228a2dd chore: update dependency eslint-plugin-eslint-plugin to ^7.3.2 (#20661) (Milos Djermanovic)
  • 3ab4d7e test: Add tests for eslintrc-style keys (#20645) (kuldeep kumar)
Commits

Updates nx from 22.6.3 to 22.6.4

Release notes

Sourced from nx's releases.

22.6.4 (2026-04-01)

🚀 Features

  • misc: update nx init telemetry meta from CSV to JSON format (#35076)
  • nx-dev: add conditional blog/changelog proxy in edge function (#35043)

🩹 Fixes

  • core: validate bundler option for Angular presets in create-nx-workspace (#35074)
  • core: handle "." and absolute paths as workspace name in CNW (#35083, #1)
  • core: pin version of axios (#35093)
  • core: preserve sibling dependency inputs in native hashing (#35071)
  • core: sandbox exclusions, multi-line typeof import detection, global ensurePackage mock (#35056)
  • core: no-interactive should disable prompts during migrate (#35106)
  • gradle: increase project graph timeout defaults (#35058)
  • js: recognize tsgo in dependency-checks lint rule (#35048)
  • js: narrow tsc build-base outputs to only tsc-produced file types (#35041)
  • js: include tsbuildinfo in narrowed tsc build-base outputs (#35086, #35041)
  • js: use explicit nx/bin/nx path in start-local-registry (#35127)
  • misc: handle non-interactive mode and add template shorthand names for CNW (#35045)
  • react: force Vite 7 when using React Router in framework mode (#35101)
  • react-native: use vite's transformWithEsbuild instead of direct esbuild import (5771eb3346)
  • repo: pass env vars into docker builds in publish workflow (#35060)
  • repo: bump picomatch from 4.0.2 to 4.0.4 (#35081, #35068)
  • repo: fixup lock-threads failing with resource inaccessible message (#35005)
  • repo: fix lockfile (b070e23445)
  • repo: re-enable Cypress HMR e2e tests after upstream tapable fix (#35105, #34969, #20693)
  • repo: disable ts-jest diagnostics for workspace-plugin tests (b013f93dca)
  • vite: update vitest and plugin-react-swc versions for vite 8 compat (#35062)
  • vite: bump sass version for vue/nuxt presets for Vite 8 compat (#35073)
  • webpack: bump postcss-loader to ^8.2.1 to eliminate transitive yaml@1.x CVE (#35028, #35025)

❤️ Thank You

Commits
  • 070ca28 fix(core): no-interactive should disable prompts during migrate (#35106)
  • 9d97ddf fix(core): sandbox exclusions, multi-line typeof import detection, global ens...
  • 9442c13 fix(core): preserve sibling dependency inputs in native hashing (#35071)
  • 63abe70 fix(core): pin version of axios (#35093)
  • db057e4 chore(misc): rename vulnerable packages in test fixture lockfiles (#35072)
  • 50d4d3c feat(misc): update nx init telemetry meta from CSV to JSON format (#35076)
  • See full diff in compare view

Updates ts-jest from 29.4.6 to 29.4.9

Release notes

Sourced from ts-jest's releases.

v29.4.9

Please refer to CHANGELOG.md for details.

v29.4.8

No release notes provided.

v29.4.7

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.4.7 (2026-04-01)

Features

Commits
  • bac2e77 chore(release): bump version to 29.4.9
  • f8a9cc9 fix: use correct registry for npm OIDC trusted publishing
  • e2eec26 fix: npm permissions
  • 263f2ac chore: remove npm auth token
  • 5df0e45 OIDC
  • f82c144 Merge pull request #5250 from kulshekhar/copilot/bump-patch-version
  • e6ec5ae Update CHANGELOG.md
  • 62c3199 Update CHANGELOG.md
  • 052e751 Bump patch version to 29.4.7
  • f79e77b Merge pull request #5249 from ext/feature/ts6-peer
  • Additional commits viewable in compare view
Maintainer changes

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


Updates verdaccio from 6.3.2 to 6.4.0

Release notes

Sourced from verdaccio's releases.

v6.4.0

Features

Package Filter Plugins (#5786, verdaccio/verdaccio#5548) by @​vsugrob, @​pyhp2017 @​juanpicado

The @verdaccio/package-filter package is bundled by default but must be enabled by the user.

@verdaccio/package-filter is a built-in plugin that intercepts package metadata from uplinks and removes versions matching configurable rules. With no rules configured, it acts as a no-op passthrough.

Block a compromised package version

filters:
  '@verdaccio/package-filter':
    block:
      - package: 'event-stream'
        versions: '3.3.6'

Block an entire malicious scope

filters:
  '@verdaccio/package-filter':
    block:
      - scope: '@malicious'

Quarantine recently published versions

Hide versions published less than 7 days ago, giving time for review before adoption:

filters:
  '@verdaccio/package-filter':
    minAgeDays: 7

Freeze registry to a point in time

Only serve versions published before a specific date:

filters:
  '@verdaccio/package-filter':
    dateThreshold: '2025-01-01'

Whitelist trusted packages within blocked rules

... (truncated)

Changelog

Sourced from verdaccio's changelog.

6.4.0 (2026-04-06)

Features

Bug Fixes

Commits

…ies with 14 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 [read-excel-file](https://gitlab.com/catamphetamine/read-excel-file).
Bumps the typescript-dependencies group with 2 updates in the /parachain/ts-tests directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [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.5.0` | `25.5.2` |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `22.6.3` | `22.6.4` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `22.6.3` | `22.6.4` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `22.6.3` | `22.6.4` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `22.6.3` | `22.6.4` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `22.6.3` | `22.6.4` |
| [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core) | `1.15.21` | `1.15.24` |
| [eslint](https://github.com/eslint/eslint) | `10.1.0` | `10.2.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `22.6.3` | `22.6.4` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.6` | `29.4.9` |
| [verdaccio](https://github.com/verdaccio/verdaccio) | `6.3.2` | `6.4.0` |

Bumps the typescript-dependencies group with 3 updates in the /tee-worker/omni-executor/ts-tests directory: [dotenv](https://github.com/motdotla/dotenv), [eslint](https://github.com/eslint/eslint) and [viem](https://github.com/wevm/viem).
Bumps the typescript-dependencies group with 2 updates in the /tee-worker/omni-executor/ts-tests/integration-tests directory: [dotenv](https://github.com/motdotla/dotenv) and [eslint](https://github.com/eslint/eslint).


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

Updates `read-excel-file` from 8.0.2 to 8.0.3
- [Changelog](https://gitlab.com/catamphetamine/read-excel-file/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/read-excel-file/compare/v8.0.2...v8.0.3)

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

Updates `dotenv` from 17.3.1 to 17.4.1
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.3.1...v17.4.1)

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

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

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

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

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

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

Updates `@swc/core` from 1.15.21 to 1.15.24
- [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.24/packages/core)

Updates `eslint` from 10.1.0 to 10.2.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.1.0...v10.2.0)

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

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

Updates `verdaccio` from 6.3.2 to 6.4.0
- [Release notes](https://github.com/verdaccio/verdaccio/releases)
- [Changelog](https://github.com/verdaccio/verdaccio/blob/v6.4.0/CHANGELOG.md)
- [Commits](verdaccio/verdaccio@v6.3.2...v6.4.0)

Updates `dotenv` from 17.3.1 to 17.4.1
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.3.1...v17.4.1)

Updates `eslint` from 10.1.0 to 10.2.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.1.0...v10.2.0)

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

Updates `dotenv` from 17.3.1 to 17.4.1
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.3.1...v17.4.1)

Updates `eslint` from 10.1.0 to 10.2.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.1.0...v10.2.0)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: read-excel-file
  dependency-version: 8.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: dotenv
  dependency-version: 17.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@nx/devkit"
  dependency-version: 22.6.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@nx/eslint-plugin"
  dependency-version: 22.6.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@nx/jest"
  dependency-version: 22.6.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@nx/js"
  dependency-version: 22.6.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@nx/workspace"
  dependency-version: 22.6.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@swc/core"
  dependency-version: 1.15.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: eslint
  dependency-version: 10.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: nx
  dependency-version: 22.6.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: ts-jest
  dependency-version: 29.4.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: verdaccio
  dependency-version: 6.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: dotenv
  dependency-version: 17.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: eslint
  dependency-version: 10.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: viem
  dependency-version: 2.47.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: dotenv
  dependency-version: 17.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: eslint
  dependency-version: 10.2.0
  dependency-type: direct:development
  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 6, 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 6, 2026 8:56pm

Request Review

@Kailai-Wang Kailai-Wang merged commit 85eab38 into dev Apr 6, 2026
15 checks passed
@Kailai-Wang Kailai-Wang deleted the dependabot/npm_and_yarn/parachain/scripts/ts-utils/typescript-dependencies-fcf60641ce branch April 6, 2026 23:17
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