From 2437e7171378f9197ac9ea1be6e550ce51e86bd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 10:54:42 +0000 Subject: [PATCH] build(deps): bump the npm-packages group across 1 directory with 4 updates Bumps the npm-packages group with 4 updates in the / directory: [smoldot](https://github.com/paritytech/smoldot), [typescript](https://github.com/microsoft/TypeScript), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [nanoevents](https://github.com/ai/nanoevents). Updates `smoldot` from 3.3.2 to 3.4.0 - [Commits](https://github.com/paritytech/smoldot/compare/npm-smoldot-v3.3.2...npm-smoldot-v3.4.0) Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) Updates `@types/node` from 25.9.5 to 26.2.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) 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: smoldot dependency-version: 3.4.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.2.0 dependency-type: direct:development 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 | 6 +++--- 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 | 4 ++-- 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 | 2 +- 15 files changed, 22 insertions(+), 22 deletions(-) diff --git a/apps/host/package.json b/apps/host/package.json index 81c83827..b3fa9ccb 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.2.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..049522d5 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.2.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..1f66aa22 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.2.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 18407a21..a586dd6c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "devDependencies": { "prettier": "^3.8.4", "turbo": "^2.9.18", - "typescript": "^6.0.3" + "typescript": "^7.0.2" }, "packageManager": "bun@1.3.6", "workspaces": [ @@ -35,12 +35,12 @@ "packages/*" ], "dependencies": { - "smoldot": "3.3.2" + "smoldot": "3.4.0" }, "overrides": { "@parity/truapi": "0.7.0", "fast-uri": "3.1.5", - "smoldot": "3.3.2", + "smoldot": "3.4.0", "esbuild": "^0.28.1", "brace-expansion": "^5.0.9", "postcss": "^8.5.24" 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..fb2229ed 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" }, @@ -35,6 +35,6 @@ "@polkadot-api/substrate-client": "0.7.0", "@polkadot-api/utils": "0.4.0", "polkadot-api": "^2.1.8", - "smoldot": "^3.1.4" + "smoldot": "^3.4.0" } } 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 426ed39b..024cbd71 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" },