From 752e5f583531673f2d4640055003cd43df62b604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 14:04:44 +0000 Subject: [PATCH] build(deps): bump the npm-packages group across 1 directory with 6 updates Bumps the npm-packages group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@parity/truapi](https://github.com/paritytech/host-rust-core/tree/HEAD/js/packages/truapi) | `0.10.0` | `0.11.0` | | [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.5` | `26.4.0` | | [@polkadot-api/substrate-bindings](https://github.com/polkadot-api/polkadot-api) | `0.20.3` | `0.21.0` | | [polkadot-api](https://github.com/polkadot-api/polkadot-api) | `2.2.2` | `3.0.0` | | [nanoevents](https://github.com/ai/nanoevents) | `9.1.0` | `10.0.0` | Updates `@parity/truapi` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/paritytech/host-rust-core/releases) - [Changelog](https://github.com/paritytech/host-rust-core/blob/main/js/packages/truapi/CHANGELOG.md) - [Commits](https://github.com/paritytech/host-rust-core/commits/@parity/truapi@0.11.0/js/packages/truapi) Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v6.0.3...v7.0.2) Updates `@types/node` from 25.9.5 to 26.4.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@polkadot-api/substrate-bindings` from 0.20.3 to 0.21.0 - [Release notes](https://github.com/polkadot-api/polkadot-api/releases) - [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md) - [Commits](https://github.com/polkadot-api/polkadot-api/commits) Updates `polkadot-api` from 2.2.2 to 3.0.0 - [Release notes](https://github.com/polkadot-api/polkadot-api/releases) - [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md) - [Commits](https://github.com/polkadot-api/polkadot-api/compare/polkadot-api@2.2.2...polkadot-api@3.0.0) Updates `nanoevents` from 9.1.0 to 10.0.0 - [Release notes](https://github.com/ai/nanoevents/releases) - [Changelog](https://github.com/ai/nanoevents/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoevents/compare/9.1.0...10.0.0) --- updated-dependencies: - dependency-name: "@parity/truapi" dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-packages - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-packages - dependency-name: "@types/node" dependency-version: 26.4.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-packages - dependency-name: "@polkadot-api/substrate-bindings" dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-packages - dependency-name: polkadot-api dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-packages - dependency-name: nanoevents dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-packages ... Signed-off-by: dependabot[bot] --- apps/host/package.json | 4 ++-- apps/protocol/package.json | 4 ++-- apps/sandbox/package.json | 4 ++-- package.json | 4 ++-- packages/config/package.json | 2 +- packages/content/package.json | 2 +- packages/eslint-config/package.json | 2 +- packages/metrics/package.json | 2 +- packages/protocol/package.json | 2 +- packages/resolver/package.json | 6 +++--- packages/sandbox-checker/package.json | 2 +- packages/shared/package.json | 2 +- packages/storage/package.json | 2 +- packages/truapi-debug/package.json | 4 ++-- packages/ui/package.json | 6 +++--- 15 files changed, 24 insertions(+), 24 deletions(-) diff --git a/apps/host/package.json b/apps/host/package.json index 81c83827..15adb4c0 100644 --- a/apps/host/package.json +++ b/apps/host/package.json @@ -22,12 +22,12 @@ "@dotli/typescript-config": "workspace:*", "@playwright/test": "^1.59.1", "playwright": "^1.59.1", - "@types/node": "^25.9.3", + "@types/node": "^26.4.0", "eslint": "^10.5.0", "jsqr": "^1.4.0", "prettier": "^3.8.3", "simple-statistics": "^7.9.0", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16", "vite-plugin-pwa": "^1.2.0", "vite-plugin-wasm": "^3.5.0", diff --git a/apps/protocol/package.json b/apps/protocol/package.json index 62cd0465..efe36c5e 100644 --- a/apps/protocol/package.json +++ b/apps/protocol/package.json @@ -13,10 +13,10 @@ "devDependencies": { "@dotli/eslint-config": "workspace:*", "@dotli/typescript-config": "workspace:*", - "@types/node": "^25.9.3", + "@types/node": "^26.4.0", "eslint": "^10.5.0", "prettier": "^3.8.3", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16", "vite-plugin-wasm": "^3.5.0" }, diff --git a/apps/sandbox/package.json b/apps/sandbox/package.json index 366b16b0..0c4e69d6 100644 --- a/apps/sandbox/package.json +++ b/apps/sandbox/package.json @@ -13,10 +13,10 @@ "devDependencies": { "@dotli/eslint-config": "workspace:*", "@dotli/typescript-config": "workspace:*", - "@types/node": "^25.9.3", + "@types/node": "^26.4.0", "eslint": "^10.5.0", "prettier": "^3.8.3", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16", "vite-plugin-wasm": "^3.5.0" }, diff --git a/package.json b/package.json index fe410d50..63748b7b 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "prettier": "^3.8.4", "turbo": "^2.9.18", - "typescript": "^6.0.3" + "typescript": "^7.0.2" }, "packageManager": "bun@1.3.6", "workspaces": [ @@ -36,7 +36,7 @@ "packages/*" ], "dependencies": { - "@parity/truapi": "0.10.0", + "@parity/truapi": "0.11.0", "smoldot": "3.4.1" }, "overrides": { diff --git a/packages/config/package.json b/packages/config/package.json index d929f480..6faeab65 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -17,7 +17,7 @@ "@dotli/typescript-config": "workspace:*", "eslint": "^10.5.0", "happy-dom": "^20.10.3", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16", "vitest": "^4.1.8" } diff --git a/packages/content/package.json b/packages/content/package.json index 730680cc..73053d10 100644 --- a/packages/content/package.json +++ b/packages/content/package.json @@ -17,7 +17,7 @@ "@dotli/typescript-config": "workspace:*", "eslint": "^10.5.0", "happy-dom": "^20.10.3", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16", "vitest": "^4.1.8" }, diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 042830d7..19efd4e4 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -13,7 +13,7 @@ "eslint": "^10.5.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-turbo": "^2.9.18", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "typescript-eslint": "^8.61.0" } } diff --git a/packages/metrics/package.json b/packages/metrics/package.json index 59579c32..16603714 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -17,7 +17,7 @@ "@dotli/typescript-config": "workspace:*", "eslint": "^10.5.0", "happy-dom": "^20.10.3", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16", "vitest": "^4.1.8" }, diff --git a/packages/protocol/package.json b/packages/protocol/package.json index 24755141..29d59727 100644 --- a/packages/protocol/package.json +++ b/packages/protocol/package.json @@ -17,7 +17,7 @@ "@dotli/typescript-config": "workspace:*", "eslint": "^10.5.0", "happy-dom": "^20.10.3", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16", "vitest": "^4.1.8" }, diff --git a/packages/resolver/package.json b/packages/resolver/package.json index f6930a67..f8eb99e7 100644 --- a/packages/resolver/package.json +++ b/packages/resolver/package.json @@ -18,7 +18,7 @@ "eslint": "^10.5.0", "fake-indexeddb": "^6.2.5", "happy-dom": "^20.10.3", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16", "vitest": "^4.1.8" }, @@ -31,10 +31,10 @@ "@ensdomains/content-hash": "^3.0.0", "@polkadot-api/json-rpc-provider": "^0.2.0", "@polkadot-api/json-rpc-provider-proxy": "^0.4.0", - "@polkadot-api/substrate-bindings": "0.20.3", + "@polkadot-api/substrate-bindings": "0.21.0", "@polkadot-api/substrate-client": "0.7.0", "@polkadot-api/utils": "0.4.0", - "polkadot-api": "^2.1.8", + "polkadot-api": "^3.0.0", "smoldot": "^3.1.4" } } diff --git a/packages/sandbox-checker/package.json b/packages/sandbox-checker/package.json index 0acaa179..95cf177b 100644 --- a/packages/sandbox-checker/package.json +++ b/packages/sandbox-checker/package.json @@ -15,7 +15,7 @@ "@dotli/eslint-config": "workspace:*", "@dotli/typescript-config": "workspace:*", "eslint": "^10.5.0", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16" } } diff --git a/packages/shared/package.json b/packages/shared/package.json index 94728b76..5c0cb39b 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -17,7 +17,7 @@ "@dotli/typescript-config": "workspace:*", "eslint": "^10.5.0", "happy-dom": "^20.10.3", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16", "vitest": "^4.1.8" }, diff --git a/packages/storage/package.json b/packages/storage/package.json index 92709817..d48551ec 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -18,7 +18,7 @@ "eslint": "^10.5.0", "fake-indexeddb": "^6.2.5", "happy-dom": "^20.10.3", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16", "vitest": "^4.1.8" }, diff --git a/packages/truapi-debug/package.json b/packages/truapi-debug/package.json index 5b623416..97edf2b2 100644 --- a/packages/truapi-debug/package.json +++ b/packages/truapi-debug/package.json @@ -15,12 +15,12 @@ "@dotli/eslint-config": "workspace:*", "@dotli/typescript-config": "workspace:*", "eslint": "^10.5.0", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16" }, "dependencies": { "@dotli/config": "workspace:*", "@dotli/shared": "workspace:*", - "nanoevents": "^9.1.0" + "nanoevents": "^10.0.0" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index 13e56240..06b3ab38 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -19,7 +19,7 @@ "eslint": "^10.5.0", "fake-indexeddb": "^6.2.5", "happy-dom": "^20.10.3", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16", "vitest": "^4.1.8" }, @@ -33,12 +33,12 @@ "@dotli/storage": "workspace:*", "@dotli/truapi-debug": "workspace:*", "@noble/hashes": "^2.2.0", - "@parity/truapi": "0.12.0", + "@parity/truapi": "0.11.0", "@parity/truapi-host": "0.9.0", "@polkadot-api/json-rpc-provider": "^0.2.0", "@scure/base": "^2.2.0", "neverthrow": "^8.2.0", - "polkadot-api": "^2.1.8", + "polkadot-api": "^3.0.0", "qrcode": "^1.5.4" }, "peerDependencies": {