From 12fc1f466aef0af2ff32c82c30f369fbf94cfdbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 01:45:24 +0000 Subject: [PATCH] chore(deps): update all patch dependencies --- e2e/cases/plugin-svelte/package.json | 2 +- e2e/package.json | 8 +- examples/lit/package.json | 2 +- examples/node/package.json | 4 +- examples/preact/package.json | 2 +- examples/react/package.json | 2 +- examples/svelte/package.json | 2 +- examples/vanilla/package.json | 2 +- examples/webpack/package.json | 2 +- package.json | 10 +- .../compat/plugin-webpack-swc/package.json | 2 +- packages/compat/webpack/package.json | 4 +- packages/core/package.json | 6 +- packages/create-rsbuild/package.json | 4 +- .../template-lit-js/package.json | 2 +- .../template-lit-ts/package.json | 4 +- .../template-preact-js/package.json | 2 +- .../template-preact-ts/package.json | 4 +- .../template-react-js/package.json | 2 +- .../template-react-ts/package.json | 4 +- .../template-react18-js/package.json | 2 +- .../template-react18-ts/package.json | 4 +- .../template-solid-js/package.json | 2 +- .../template-solid-ts/package.json | 4 +- .../template-svelte-js/package.json | 4 +- .../template-svelte-ts/package.json | 6 +- .../template-vanilla-js/package.json | 2 +- .../template-vanilla-ts/package.json | 4 +- .../template-vue2-js/package.json | 2 +- .../template-vue2-ts/package.json | 4 +- .../template-vue3-js/package.json | 2 +- .../template-vue3-ts/package.json | 4 +- packages/plugin-babel/package.json | 4 +- packages/plugin-less/package.json | 2 +- packages/plugin-preact/package.json | 6 +- packages/plugin-react/package.json | 4 +- packages/plugin-sass/package.json | 4 +- packages/plugin-solid/package.json | 2 +- packages/plugin-stylus/package.json | 4 +- packages/plugin-svelte/package.json | 6 +- packages/plugin-svgr/package.json | 4 +- packages/plugin-vue/package.json | 4 +- pnpm-lock.yaml | 915 +++++++++--------- scripts/config/package.json | 6 +- scripts/test-helper/package.json | 4 +- website/package.json | 4 +- 46 files changed, 532 insertions(+), 547 deletions(-) diff --git a/e2e/cases/plugin-svelte/package.json b/e2e/cases/plugin-svelte/package.json index 582a90ab86..178a36f525 100644 --- a/e2e/cases/plugin-svelte/package.json +++ b/e2e/cases/plugin-svelte/package.json @@ -3,7 +3,7 @@ "name": "@e2e/svelte", "version": "1.0.0", "dependencies": { - "svelte": "^5.39.6" + "svelte": "^5.39.9" }, "devDependencies": { "less": "4.3.0", diff --git a/e2e/package.json b/e2e/package.json index c53ff2769b..d7ec14a611 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -45,10 +45,10 @@ "@rsbuild/webpack": "workspace:*", "@rsdoctor/rspack-plugin": "1.3.1", "@scripts/test-helper": "workspace:*", - "@tailwindcss/postcss": "^4.1.13", + "@tailwindcss/postcss": "^4.1.14", "@types/fs-extra": "^11.0.4", "@types/lodash": "^4.17.20", - "@types/node": "^22.18.6", + "@types/node": "^22.18.8", "@types/polka": "^0.5.7", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", @@ -57,7 +57,7 @@ "fs-extra": "^11.3.2", "playwright": "1.55.1", "polka": "^0.5.2", - "tailwindcss": "^4.1.13", - "typescript": "^5.9.2" + "tailwindcss": "^4.1.14", + "typescript": "^5.9.3" } } diff --git a/examples/lit/package.json b/examples/lit/package.json index 64971b102a..8a142a03ca 100644 --- a/examples/lit/package.json +++ b/examples/lit/package.json @@ -10,6 +10,6 @@ "devDependencies": { "@rsbuild/core": "workspace:*", "lit": "^3.3.1", - "typescript": "^5.9.2" + "typescript": "^5.9.3" } } diff --git a/examples/node/package.json b/examples/node/package.json index 6f243adfb3..73af62672e 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@types/node": "^22.18.6", - "typescript": "^5.9.2" + "@types/node": "^22.18.8", + "typescript": "^5.9.3" } } diff --git a/examples/preact/package.json b/examples/preact/package.json index 36577b5990..ae7386a60f 100644 --- a/examples/preact/package.json +++ b/examples/preact/package.json @@ -13,6 +13,6 @@ "devDependencies": { "@rsbuild/core": "workspace:*", "@rsbuild/plugin-preact": "workspace:*", - "typescript": "^5.9.2" + "typescript": "^5.9.3" } } diff --git a/examples/react/package.json b/examples/react/package.json index 0506e60792..0682fde8c3 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -16,6 +16,6 @@ "@rsbuild/plugin-react": "workspace:*", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", - "typescript": "^5.9.2" + "typescript": "^5.9.3" } } diff --git a/examples/svelte/package.json b/examples/svelte/package.json index 74b7297344..7ac6ab8d49 100644 --- a/examples/svelte/package.json +++ b/examples/svelte/package.json @@ -8,7 +8,7 @@ "preview": "rsbuild preview" }, "dependencies": { - "svelte": "^5.39.6" + "svelte": "^5.39.9" }, "devDependencies": { "@rsbuild/core": "workspace:*", diff --git a/examples/vanilla/package.json b/examples/vanilla/package.json index de903443cd..4a9374b94c 100644 --- a/examples/vanilla/package.json +++ b/examples/vanilla/package.json @@ -9,6 +9,6 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "typescript": "^5.9.2" + "typescript": "^5.9.3" } } diff --git a/examples/webpack/package.json b/examples/webpack/package.json index 5f38540c15..a4282341b7 100644 --- a/examples/webpack/package.json +++ b/examples/webpack/package.json @@ -11,6 +11,6 @@ "@rsbuild/core": "workspace:*", "@rsbuild/webpack": "workspace:*", "@rsbuild/plugin-webpack-swc": "workspace:*", - "typescript": "^5.9.2" + "typescript": "^5.9.3" } } diff --git a/package.json b/package.json index 6196e9759a..4c03432d83 100644 --- a/package.json +++ b/package.json @@ -34,20 +34,20 @@ ] }, "devDependencies": { - "@biomejs/biome": "^2.2.4", + "@biomejs/biome": "^2.2.5", "@rsbuild/config": "workspace:*", "@rslint/core": "^0.1.13", - "@rstest/core": "^0.5.0", + "@rstest/core": "^0.5.1", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.18.6", + "@types/node": "^22.18.8", "cross-env": "^10.1.0", "cspell-ban-words": "^0.0.4", "heading-case": "^1.0.2", "nano-staged": "^0.8.0", - "nx": "^21.6.2", + "nx": "^21.6.3", "prettier": "^3.6.2", "simple-git-hooks": "^2.13.1", - "typescript": "^5.9.2" + "typescript": "^5.9.3" }, "packageManager": "pnpm@10.17.0", "engines": { diff --git a/packages/compat/plugin-webpack-swc/package.json b/packages/compat/plugin-webpack-swc/package.json index fc91eb820f..b7e0719bfd 100644 --- a/packages/compat/plugin-webpack-swc/package.json +++ b/packages/compat/plugin-webpack-swc/package.json @@ -41,7 +41,7 @@ "@rslib/core": "0.15.0", "@types/lodash": "^4.17.20", "@types/semver": "^7.7.1", - "typescript": "^5.9.2", + "typescript": "^5.9.3", "webpack": "^5.101.3" }, "peerDependencies": { diff --git a/packages/compat/webpack/package.json b/packages/compat/webpack/package.json index cba882e91d..a0ec3514ce 100644 --- a/packages/compat/webpack/package.json +++ b/packages/compat/webpack/package.json @@ -40,11 +40,11 @@ "@rsbuild/core": "workspace:*", "@rslib/core": "0.15.0", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.18.6", + "@types/node": "^22.18.8", "ansi-escapes": "4.3.2", "cli-truncate": "2.1.0", "patch-console": "1.0.0", - "typescript": "^5.9.2" + "typescript": "^5.9.3" }, "peerDependencies": { "@rsbuild/core": "^1.3.21" diff --git a/packages/core/package.json b/packages/core/package.json index 57acc9e24e..1d16dbff77 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -56,7 +56,7 @@ "@rspack/lite-tapable": "~1.0.1", "@swc/helpers": "^0.5.17", "core-js": "~3.45.1", - "jiti": "^2.6.0" + "jiti": "^2.6.1" }, "devDependencies": { "@jridgewell/remapping": "^2.3.5", @@ -64,7 +64,7 @@ "@rslib/core": "0.15.0", "@types/connect": "3.4.38", "@types/cors": "^2.8.19", - "@types/node": "^22.18.6", + "@types/node": "^22.18.8", "@types/on-finished": "2.3.5", "@types/range-parser": "^1.2.7", "@types/webpack-bundle-analyzer": "4.7.0", @@ -98,7 +98,7 @@ "stacktrace-parser": "^0.1.11", "style-loader": "3.3.4", "tinyglobby": "0.2.14", - "typescript": "^5.9.2", + "typescript": "^5.9.3", "webpack": "^5.101.3", "webpack-bundle-analyzer": "^4.10.2", "webpack-merge": "6.0.1", diff --git a/packages/create-rsbuild/package.json b/packages/create-rsbuild/package.json index 3a7a0199a2..eaf00f5202 100644 --- a/packages/create-rsbuild/package.json +++ b/packages/create-rsbuild/package.json @@ -40,8 +40,8 @@ "@rsbuild/plugin-svelte": "workspace:*", "@rsbuild/plugin-vue": "workspace:*", "@rslib/core": "0.15.0", - "@types/node": "^22.18.6", - "typescript": "^5.9.2" + "@types/node": "^22.18.8", + "typescript": "^5.9.3" }, "engines": { "node": ">=18.12.0" diff --git a/packages/create-rsbuild/template-lit-js/package.json b/packages/create-rsbuild/template-lit-js/package.json index 127419e7c9..c01ccf364d 100644 --- a/packages/create-rsbuild/template-lit-js/package.json +++ b/packages/create-rsbuild/template-lit-js/package.json @@ -12,6 +12,6 @@ "lit": "^3.3.1" }, "devDependencies": { - "@rsbuild/core": "^1.5.12" + "@rsbuild/core": "^1.5.13" } } diff --git a/packages/create-rsbuild/template-lit-ts/package.json b/packages/create-rsbuild/template-lit-ts/package.json index 67dffe0db4..5622d13e9d 100644 --- a/packages/create-rsbuild/template-lit-ts/package.json +++ b/packages/create-rsbuild/template-lit-ts/package.json @@ -12,7 +12,7 @@ "lit": "^3.3.1" }, "devDependencies": { - "@rsbuild/core": "^1.5.12", - "typescript": "^5.9.2" + "@rsbuild/core": "^1.5.13", + "typescript": "^5.9.3" } } diff --git a/packages/create-rsbuild/template-preact-js/package.json b/packages/create-rsbuild/template-preact-js/package.json index df4fc6a908..b20797de3a 100644 --- a/packages/create-rsbuild/template-preact-js/package.json +++ b/packages/create-rsbuild/template-preact-js/package.json @@ -12,7 +12,7 @@ "preact": "^10.27.2" }, "devDependencies": { - "@rsbuild/core": "^1.5.12", + "@rsbuild/core": "^1.5.13", "@rsbuild/plugin-preact": "^1.5.2" } } diff --git a/packages/create-rsbuild/template-preact-ts/package.json b/packages/create-rsbuild/template-preact-ts/package.json index 6c37d475ba..3900b4a991 100644 --- a/packages/create-rsbuild/template-preact-ts/package.json +++ b/packages/create-rsbuild/template-preact-ts/package.json @@ -12,8 +12,8 @@ "preact": "^10.27.2" }, "devDependencies": { - "@rsbuild/core": "^1.5.12", + "@rsbuild/core": "^1.5.13", "@rsbuild/plugin-preact": "^1.5.2", - "typescript": "^5.9.2" + "typescript": "^5.9.3" } } diff --git a/packages/create-rsbuild/template-react-js/package.json b/packages/create-rsbuild/template-react-js/package.json index 3c726a2d79..c151a954c7 100644 --- a/packages/create-rsbuild/template-react-js/package.json +++ b/packages/create-rsbuild/template-react-js/package.json @@ -13,7 +13,7 @@ "react-dom": "^19.2.0" }, "devDependencies": { - "@rsbuild/core": "^1.5.12", + "@rsbuild/core": "^1.5.13", "@rsbuild/plugin-react": "^1.4.1" } } diff --git a/packages/create-rsbuild/template-react-ts/package.json b/packages/create-rsbuild/template-react-ts/package.json index 3ef1b148f6..63cf76271a 100644 --- a/packages/create-rsbuild/template-react-ts/package.json +++ b/packages/create-rsbuild/template-react-ts/package.json @@ -13,10 +13,10 @@ "react-dom": "^19.2.0" }, "devDependencies": { - "@rsbuild/core": "^1.5.12", + "@rsbuild/core": "^1.5.13", "@rsbuild/plugin-react": "^1.4.1", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", - "typescript": "^5.9.2" + "typescript": "^5.9.3" } } diff --git a/packages/create-rsbuild/template-react18-js/package.json b/packages/create-rsbuild/template-react18-js/package.json index ab553baa8f..adbe1910ae 100644 --- a/packages/create-rsbuild/template-react18-js/package.json +++ b/packages/create-rsbuild/template-react18-js/package.json @@ -13,7 +13,7 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@rsbuild/core": "^1.5.12", + "@rsbuild/core": "^1.5.13", "@rsbuild/plugin-react": "^1.4.1" } } diff --git a/packages/create-rsbuild/template-react18-ts/package.json b/packages/create-rsbuild/template-react18-ts/package.json index b46f64f166..927ee12717 100644 --- a/packages/create-rsbuild/template-react18-ts/package.json +++ b/packages/create-rsbuild/template-react18-ts/package.json @@ -13,10 +13,10 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@rsbuild/core": "^1.5.12", + "@rsbuild/core": "^1.5.13", "@rsbuild/plugin-react": "^1.4.1", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", - "typescript": "^5.9.2" + "typescript": "^5.9.3" } } diff --git a/packages/create-rsbuild/template-solid-js/package.json b/packages/create-rsbuild/template-solid-js/package.json index d043ef55a5..69b2a8162a 100644 --- a/packages/create-rsbuild/template-solid-js/package.json +++ b/packages/create-rsbuild/template-solid-js/package.json @@ -12,7 +12,7 @@ "solid-js": "^1.9.9" }, "devDependencies": { - "@rsbuild/core": "^1.5.12", + "@rsbuild/core": "^1.5.13", "@rsbuild/plugin-babel": "^1.0.6", "@rsbuild/plugin-solid": "^1.0.6" } diff --git a/packages/create-rsbuild/template-solid-ts/package.json b/packages/create-rsbuild/template-solid-ts/package.json index 57d548f3b2..65742447e4 100644 --- a/packages/create-rsbuild/template-solid-ts/package.json +++ b/packages/create-rsbuild/template-solid-ts/package.json @@ -12,9 +12,9 @@ "solid-js": "^1.9.9" }, "devDependencies": { - "@rsbuild/core": "^1.5.12", + "@rsbuild/core": "^1.5.13", "@rsbuild/plugin-babel": "^1.0.6", "@rsbuild/plugin-solid": "^1.0.6", - "typescript": "^5.9.2" + "typescript": "^5.9.3" } } diff --git a/packages/create-rsbuild/template-svelte-js/package.json b/packages/create-rsbuild/template-svelte-js/package.json index 329f92f90c..0b1c754cdc 100644 --- a/packages/create-rsbuild/template-svelte-js/package.json +++ b/packages/create-rsbuild/template-svelte-js/package.json @@ -9,10 +9,10 @@ "preview": "rsbuild preview" }, "dependencies": { - "svelte": "^5.39.6" + "svelte": "^5.39.9" }, "devDependencies": { - "@rsbuild/core": "^1.5.12", + "@rsbuild/core": "^1.5.13", "@rsbuild/plugin-svelte": "^1.0.11" } } diff --git a/packages/create-rsbuild/template-svelte-ts/package.json b/packages/create-rsbuild/template-svelte-ts/package.json index 170a0f973d..2cdf79e687 100644 --- a/packages/create-rsbuild/template-svelte-ts/package.json +++ b/packages/create-rsbuild/template-svelte-ts/package.json @@ -10,12 +10,12 @@ "svelte-check": "svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "svelte": "^5.39.6" + "svelte": "^5.39.9" }, "devDependencies": { - "@rsbuild/core": "^1.5.12", + "@rsbuild/core": "^1.5.13", "@rsbuild/plugin-svelte": "^1.0.11", "svelte-check": "^4.3.2", - "typescript": "^5.9.2" + "typescript": "^5.9.3" } } diff --git a/packages/create-rsbuild/template-vanilla-js/package.json b/packages/create-rsbuild/template-vanilla-js/package.json index bddee17d01..61c722b146 100644 --- a/packages/create-rsbuild/template-vanilla-js/package.json +++ b/packages/create-rsbuild/template-vanilla-js/package.json @@ -9,6 +9,6 @@ "preview": "rsbuild preview" }, "devDependencies": { - "@rsbuild/core": "^1.5.12" + "@rsbuild/core": "^1.5.13" } } diff --git a/packages/create-rsbuild/template-vanilla-ts/package.json b/packages/create-rsbuild/template-vanilla-ts/package.json index 521c001da8..219f2a62cf 100644 --- a/packages/create-rsbuild/template-vanilla-ts/package.json +++ b/packages/create-rsbuild/template-vanilla-ts/package.json @@ -9,7 +9,7 @@ "preview": "rsbuild preview" }, "devDependencies": { - "@rsbuild/core": "^1.5.12", - "typescript": "^5.9.2" + "@rsbuild/core": "^1.5.13", + "typescript": "^5.9.3" } } diff --git a/packages/create-rsbuild/template-vue2-js/package.json b/packages/create-rsbuild/template-vue2-js/package.json index a6e3919210..23d5f1fe3c 100644 --- a/packages/create-rsbuild/template-vue2-js/package.json +++ b/packages/create-rsbuild/template-vue2-js/package.json @@ -12,7 +12,7 @@ "vue": "^2.7.16" }, "devDependencies": { - "@rsbuild/core": "^1.5.12", + "@rsbuild/core": "^1.5.13", "@rsbuild/plugin-vue2": "^1.0.4" } } diff --git a/packages/create-rsbuild/template-vue2-ts/package.json b/packages/create-rsbuild/template-vue2-ts/package.json index a63bfd57ce..4f9c8a6199 100644 --- a/packages/create-rsbuild/template-vue2-ts/package.json +++ b/packages/create-rsbuild/template-vue2-ts/package.json @@ -12,8 +12,8 @@ "vue": "^2.7.16" }, "devDependencies": { - "@rsbuild/core": "^1.5.12", + "@rsbuild/core": "^1.5.13", "@rsbuild/plugin-vue2": "^1.0.4", - "typescript": "^5.9.2" + "typescript": "^5.9.3" } } diff --git a/packages/create-rsbuild/template-vue3-js/package.json b/packages/create-rsbuild/template-vue3-js/package.json index db89d8f059..13b35cb937 100644 --- a/packages/create-rsbuild/template-vue3-js/package.json +++ b/packages/create-rsbuild/template-vue3-js/package.json @@ -12,7 +12,7 @@ "vue": "^3.5.22" }, "devDependencies": { - "@rsbuild/core": "^1.5.12", + "@rsbuild/core": "^1.5.13", "@rsbuild/plugin-vue": "^1.1.2" } } diff --git a/packages/create-rsbuild/template-vue3-ts/package.json b/packages/create-rsbuild/template-vue3-ts/package.json index f615d4fae0..4e2e63b007 100644 --- a/packages/create-rsbuild/template-vue3-ts/package.json +++ b/packages/create-rsbuild/template-vue3-ts/package.json @@ -12,8 +12,8 @@ "vue": "^3.5.22" }, "devDependencies": { - "@rsbuild/core": "^1.5.12", + "@rsbuild/core": "^1.5.13", "@rsbuild/plugin-vue": "^1.1.2", - "typescript": "^5.9.2" + "typescript": "^5.9.3" } } diff --git a/packages/plugin-babel/package.json b/packages/plugin-babel/package.json index 55f18fd9b9..efece16d47 100644 --- a/packages/plugin-babel/package.json +++ b/packages/plugin-babel/package.json @@ -42,10 +42,10 @@ "@rsbuild/core": "workspace:*", "@rslib/core": "0.15.0", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.18.6", + "@types/node": "^22.18.8", "babel-loader": "10.0.0", "prebundle": "1.4.2", - "typescript": "^5.9.2" + "typescript": "^5.9.3" }, "peerDependencies": { "@rsbuild/core": "1.x" diff --git a/packages/plugin-less/package.json b/packages/plugin-less/package.json index 79029b43a2..411d82f5fd 100644 --- a/packages/plugin-less/package.json +++ b/packages/plugin-less/package.json @@ -41,7 +41,7 @@ "less": "4.3.0", "less-loader": "^12.3.0", "prebundle": "1.4.2", - "typescript": "^5.9.2" + "typescript": "^5.9.3" }, "peerDependencies": { "@rsbuild/core": "1.x" diff --git a/packages/plugin-preact/package.json b/packages/plugin-preact/package.json index 71d33b66b8..9ace38d495 100644 --- a/packages/plugin-preact/package.json +++ b/packages/plugin-preact/package.json @@ -27,7 +27,7 @@ "bump": "pnpx bumpp --no-tag" }, "dependencies": { - "@prefresh/core": "^1.5.7", + "@prefresh/core": "^1.5.8", "@prefresh/utils": "^1.2.1", "@rspack/plugin-preact-refresh": "^1.1.3", "@swc/plugin-prefresh": "^9.1.0" @@ -35,9 +35,9 @@ "devDependencies": { "@rsbuild/core": "workspace:*", "@rslib/core": "0.15.0", - "@types/node": "^22.18.6", + "@types/node": "^22.18.8", "preact": "^10.27.2", - "typescript": "^5.9.2" + "typescript": "^5.9.3" }, "peerDependencies": { "@rsbuild/core": "1.x" diff --git a/packages/plugin-react/package.json b/packages/plugin-react/package.json index fcb983c1b3..c8fda36551 100644 --- a/packages/plugin-react/package.json +++ b/packages/plugin-react/package.json @@ -34,8 +34,8 @@ "@rsbuild/core": "workspace:*", "@rslib/core": "0.15.0", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.18.6", - "typescript": "^5.9.2" + "@types/node": "^22.18.8", + "typescript": "^5.9.3" }, "peerDependencies": { "@rsbuild/core": "1.x" diff --git a/packages/plugin-sass/package.json b/packages/plugin-sass/package.json index 443a815ef9..59b4ff9492 100644 --- a/packages/plugin-sass/package.json +++ b/packages/plugin-sass/package.json @@ -40,12 +40,12 @@ "@rsbuild/core": "workspace:*", "@rslib/core": "0.15.0", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.18.6", + "@types/node": "^22.18.8", "@types/sass-loader": "^8.0.9", "prebundle": "1.4.2", "resolve-url-loader": "^5.0.0", "sass-loader": "^16.0.5", - "typescript": "^5.9.2" + "typescript": "^5.9.3" }, "peerDependencies": { "@rsbuild/core": "1.x" diff --git a/packages/plugin-solid/package.json b/packages/plugin-solid/package.json index 8dde0bcad6..356eb8deaa 100644 --- a/packages/plugin-solid/package.json +++ b/packages/plugin-solid/package.json @@ -37,7 +37,7 @@ "@rslib/core": "0.15.0", "@scripts/test-helper": "workspace:*", "@types/babel__core": "^7.20.5", - "typescript": "^5.9.2" + "typescript": "^5.9.3" }, "peerDependencies": { "@rsbuild/core": "1.x" diff --git a/packages/plugin-stylus/package.json b/packages/plugin-stylus/package.json index 43170cea2d..43a092ecfb 100644 --- a/packages/plugin-stylus/package.json +++ b/packages/plugin-stylus/package.json @@ -37,8 +37,8 @@ "@rsbuild/core": "workspace:*", "@rslib/core": "0.15.0", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.18.6", - "typescript": "^5.9.2" + "@types/node": "^22.18.8", + "typescript": "^5.9.3" }, "peerDependencies": { "@rsbuild/core": "1.x" diff --git a/packages/plugin-svelte/package.json b/packages/plugin-svelte/package.json index b564fafdca..0774a6b40c 100644 --- a/packages/plugin-svelte/package.json +++ b/packages/plugin-svelte/package.json @@ -34,9 +34,9 @@ "@rsbuild/core": "workspace:*", "@rslib/core": "0.15.0", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.18.6", - "svelte": "^5.39.6", - "typescript": "^5.9.2" + "@types/node": "^22.18.8", + "svelte": "^5.39.9", + "typescript": "^5.9.3" }, "peerDependencies": { "@rsbuild/core": "1.x" diff --git a/packages/plugin-svgr/package.json b/packages/plugin-svgr/package.json index 815412431e..85fd7f39f4 100644 --- a/packages/plugin-svgr/package.json +++ b/packages/plugin-svgr/package.json @@ -40,11 +40,11 @@ "@rsbuild/core": "workspace:*", "@rslib/core": "0.15.0", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.18.6", + "@types/node": "^22.18.8", "file-loader": "6.2.0", "prebundle": "1.4.2", "svgo": "^3.3.2", - "typescript": "^5.9.2", + "typescript": "^5.9.3", "url-loader": "4.1.1" }, "peerDependencies": { diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index e044435dab..308054a6b3 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -35,8 +35,8 @@ "@rsbuild/core": "workspace:*", "@rslib/core": "0.15.0", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.18.6", - "typescript": "^5.9.2", + "@types/node": "^22.18.8", + "typescript": "^5.9.3", "vue": "^3.5.22" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8a378f3c47..8f2cca0917 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -26,8 +26,8 @@ importers: .: devDependencies: '@biomejs/biome': - specifier: ^2.2.4 - version: 2.2.4 + specifier: ^2.2.5 + version: 2.2.5 '@rsbuild/config': specifier: workspace:* version: link:scripts/config @@ -35,14 +35,14 @@ importers: specifier: ^0.1.13 version: 0.1.13 '@rstest/core': - specifier: ^0.5.0 - version: 0.5.0 + specifier: ^0.5.1 + version: 0.5.1 '@scripts/test-helper': specifier: workspace:* version: link:scripts/test-helper '@types/node': - specifier: ^22.18.6 - version: 22.18.6 + specifier: ^22.18.8 + version: 22.18.8 cross-env: specifier: ^10.1.0 version: 10.1.0 @@ -56,8 +56,8 @@ importers: specifier: ^0.8.0 version: 0.8.0 nx: - specifier: ^21.6.2 - version: 21.6.2 + specifier: ^21.6.3 + version: 21.6.3 prettier: specifier: ^3.6.2 version: 3.6.2 @@ -65,8 +65,8 @@ importers: specifier: ^2.13.1 version: 2.13.1 typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 e2e: dependencies: @@ -93,10 +93,10 @@ importers: version: 1.9.9 vue: specifier: ^3.5.22 - version: 3.5.22(typescript@5.9.2) + version: 3.5.22(typescript@5.9.3) vue-router: specifier: ^4.5.1 - version: 4.5.1(vue@3.5.22(typescript@5.9.2)) + version: 4.5.1(vue@3.5.22(typescript@5.9.3)) devDependencies: '@e2e/assets': specifier: workspace:* @@ -106,10 +106,10 @@ importers: version: link:helper '@module-federation/enhanced': specifier: 0.19.1 - version: 0.19.1(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.2)(webpack@5.101.3) + version: 0.19.1(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(webpack@5.101.3) '@module-federation/rsbuild-plugin': specifier: 0.19.1 - version: 0.19.1(@rsbuild/core@packages+core)(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.2)(webpack@5.101.3) + version: 0.19.1(@rsbuild/core@packages+core)(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(webpack@5.101.3) '@playwright/test': specifier: 1.55.1 version: 1.55.1 @@ -151,7 +151,7 @@ importers: version: link:../packages/plugin-svgr '@rsbuild/plugin-type-check': specifier: ^1.2.4 - version: 1.2.4(@rsbuild/core@packages+core)(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.2) + version: 1.2.4(@rsbuild/core@packages+core)(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3) '@rsbuild/plugin-vue': specifier: workspace:* version: link:../packages/plugin-vue @@ -171,8 +171,8 @@ importers: specifier: workspace:* version: link:../scripts/test-helper '@tailwindcss/postcss': - specifier: ^4.1.13 - version: 4.1.13 + specifier: ^4.1.14 + version: 4.1.14 '@types/fs-extra': specifier: ^11.0.4 version: 11.0.4 @@ -180,8 +180,8 @@ importers: specifier: ^4.17.20 version: 4.17.20 '@types/node': - specifier: ^22.18.6 - version: 22.18.6 + specifier: ^22.18.8 + version: 22.18.8 '@types/polka': specifier: ^0.5.7 version: 0.5.7 @@ -207,11 +207,11 @@ importers: specifier: ^0.5.2 version: 0.5.2 tailwindcss: - specifier: ^4.1.13 - version: 4.1.13 + specifier: ^4.1.14 + version: 4.1.14 typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 e2e/assets: {} @@ -251,8 +251,8 @@ importers: e2e/cases/plugin-svelte: dependencies: svelte: - specifier: ^5.39.6 - version: 5.39.6 + specifier: ^5.39.9 + version: 5.39.9 devDependencies: less: specifier: 4.3.0 @@ -268,7 +268,7 @@ importers: dependencies: vue: specifier: ^3.5.22 - version: 3.5.22(typescript@5.9.2) + version: 3.5.22(typescript@5.9.3) e2e/cases/resolve/condition-names/package-foo: {} @@ -314,8 +314,8 @@ importers: specifier: ^3.3.1 version: 3.3.1 typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 examples/module-federation-v2/host: dependencies: @@ -328,10 +328,10 @@ importers: devDependencies: '@module-federation/enhanced': specifier: 0.19.1 - version: 0.19.1(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.2)(webpack@5.101.3) + version: 0.19.1(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(webpack@5.101.3) '@module-federation/rsbuild-plugin': specifier: 0.19.1 - version: 0.19.1(@rsbuild/core@packages+core)(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.2)(webpack@5.101.3) + version: 0.19.1(@rsbuild/core@packages+core)(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(webpack@5.101.3) '@rsbuild/core': specifier: workspace:* version: link:../../../packages/core @@ -350,10 +350,10 @@ importers: devDependencies: '@module-federation/enhanced': specifier: 0.19.1 - version: 0.19.1(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.2)(webpack@5.101.3) + version: 0.19.1(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(webpack@5.101.3) '@module-federation/rsbuild-plugin': specifier: 0.19.1 - version: 0.19.1(@rsbuild/core@packages+core)(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.2)(webpack@5.101.3) + version: 0.19.1(@rsbuild/core@packages+core)(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(webpack@5.101.3) '@rsbuild/core': specifier: workspace:* version: link:../../../packages/core @@ -399,11 +399,11 @@ importers: specifier: workspace:* version: link:../../packages/core '@types/node': - specifier: ^22.18.6 - version: 22.18.6 + specifier: ^22.18.8 + version: 22.18.8 typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 examples/preact: dependencies: @@ -418,8 +418,8 @@ importers: specifier: workspace:* version: link:../../packages/plugin-preact typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 examples/react: dependencies: @@ -443,8 +443,8 @@ importers: specifier: ^19.2.0 version: 19.2.0(@types/react@19.2.0) typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 examples/solid: dependencies: @@ -465,8 +465,8 @@ importers: examples/svelte: dependencies: svelte: - specifier: ^5.39.6 - version: 5.39.6 + specifier: ^5.39.9 + version: 5.39.9 devDependencies: '@rsbuild/core': specifier: workspace:* @@ -481,14 +481,14 @@ importers: specifier: workspace:* version: link:../../packages/core typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 examples/vue: dependencies: vue: specifier: ^3.5.22 - version: 3.5.22(typescript@5.9.2) + version: 3.5.22(typescript@5.9.3) devDependencies: '@rsbuild/core': specifier: workspace:* @@ -509,8 +509,8 @@ importers: specifier: workspace:* version: link:../../packages/compat/webpack typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 packages/compat/plugin-webpack-swc: dependencies: @@ -544,7 +544,7 @@ importers: version: link:../webpack '@rslib/core': specifier: 0.15.0 - version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20251005.1)(typescript@5.9.3) '@types/lodash': specifier: ^4.17.20 version: 4.17.20 @@ -552,8 +552,8 @@ importers: specifier: ^7.7.1 version: 7.7.1 typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 webpack: specifier: ^5.101.3 version: 5.101.3 @@ -587,13 +587,13 @@ importers: version: link:../../core '@rslib/core': specifier: 0.15.0 - version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20251005.1)(typescript@5.9.3) '@scripts/test-helper': specifier: workspace:* version: link:../../../scripts/test-helper '@types/node': - specifier: ^22.18.6 - version: 22.18.6 + specifier: ^22.18.8 + version: 22.18.8 ansi-escapes: specifier: 4.3.2 version: 4.3.2 @@ -604,8 +604,8 @@ importers: specifier: 1.0.0 version: 1.0.0 typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 packages/core: dependencies: @@ -622,8 +622,8 @@ importers: specifier: ~3.45.1 version: 3.45.1 jiti: - specifier: ^2.6.0 - version: 2.6.0 + specifier: ^2.6.1 + version: 2.6.1 devDependencies: '@jridgewell/remapping': specifier: ^2.3.5 @@ -633,7 +633,7 @@ importers: version: 0.3.31 '@rslib/core': specifier: 0.15.0 - version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20251005.1)(typescript@5.9.3) '@types/connect': specifier: 3.4.38 version: 3.4.38 @@ -641,8 +641,8 @@ importers: specifier: ^2.8.19 version: 2.8.19 '@types/node': - specifier: ^22.18.6 - version: 22.18.6 + specifier: ^22.18.8 + version: 22.18.8 '@types/on-finished': specifier: 2.3.5 version: 2.3.5 @@ -708,13 +708,13 @@ importers: version: 8.5.6 postcss-load-config: specifier: 6.0.1 - version: 6.0.1(jiti@2.6.0)(postcss@8.5.6)(yaml@2.8.0) + version: 6.0.1(jiti@2.6.1)(postcss@8.5.6)(yaml@2.8.0) postcss-loader: specifier: 8.2.0 - version: 8.2.0(patch_hash=7434af0286aadb1ef0e2daed0d97ebc69f717990e106d650e6e515683e89988a)(@rspack/core@1.5.8(@swc/helpers@0.5.17))(postcss@8.5.6)(typescript@5.9.2)(webpack@5.101.3) + version: 8.2.0(patch_hash=7434af0286aadb1ef0e2daed0d97ebc69f717990e106d650e6e515683e89988a)(@rspack/core@1.5.8(@swc/helpers@0.5.17))(postcss@8.5.6)(typescript@5.9.3)(webpack@5.101.3) prebundle: specifier: 1.4.2 - version: 1.4.2(typescript@5.9.2) + version: 1.4.2(typescript@5.9.3) range-parser: specifier: ^1.2.1 version: 1.2.1 @@ -743,8 +743,8 @@ importers: specifier: 0.2.14 version: 0.2.14 typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 webpack: specifier: ^5.101.3 version: 5.101.3 @@ -787,13 +787,13 @@ importers: version: link:../plugin-vue '@rslib/core': specifier: 0.15.0 - version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20251005.1)(typescript@5.9.3) '@types/node': - specifier: ^22.18.6 - version: 22.18.6 + specifier: ^22.18.8 + version: 22.18.8 typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 packages/plugin-babel: dependencies: @@ -827,22 +827,22 @@ importers: version: link:../core '@rslib/core': specifier: 0.15.0 - version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20251005.1)(typescript@5.9.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper '@types/node': - specifier: ^22.18.6 - version: 22.18.6 + specifier: ^22.18.8 + version: 22.18.8 babel-loader: specifier: 10.0.0 version: 10.0.0(@babel/core@7.28.4)(webpack@5.101.3) prebundle: specifier: 1.4.2 - version: 1.4.2(typescript@5.9.2) + version: 1.4.2(typescript@5.9.3) typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 packages/plugin-less: dependencies: @@ -858,7 +858,7 @@ importers: version: link:../core '@rslib/core': specifier: 0.15.0 - version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20251005.1)(typescript@5.9.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper @@ -873,22 +873,22 @@ importers: version: 12.3.0(@rspack/core@1.5.8(@swc/helpers@0.5.17))(less@4.3.0)(webpack@5.101.3) prebundle: specifier: 1.4.2 - version: 1.4.2(typescript@5.9.2) + version: 1.4.2(typescript@5.9.3) typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 packages/plugin-preact: dependencies: '@prefresh/core': - specifier: ^1.5.7 - version: 1.5.7(preact@10.27.2) + specifier: ^1.5.8 + version: 1.5.8(preact@10.27.2) '@prefresh/utils': specifier: ^1.2.1 version: 1.2.1 '@rspack/plugin-preact-refresh': specifier: ^1.1.3 - version: 1.1.3(@prefresh/core@1.5.7(preact@10.27.2))(@prefresh/utils@1.2.1) + version: 1.1.3(@prefresh/core@1.5.8(preact@10.27.2))(@prefresh/utils@1.2.1) '@swc/plugin-prefresh': specifier: ^9.1.0 version: 9.1.0 @@ -898,16 +898,16 @@ importers: version: link:../core '@rslib/core': specifier: 0.15.0 - version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20251005.1)(typescript@5.9.3) '@types/node': - specifier: ^22.18.6 - version: 22.18.6 + specifier: ^22.18.8 + version: 22.18.8 preact: specifier: ^10.27.2 version: 10.27.2 typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 packages/plugin-react: dependencies: @@ -923,16 +923,16 @@ importers: version: link:../core '@rslib/core': specifier: 0.15.0 - version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20251005.1)(typescript@5.9.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper '@types/node': - specifier: ^22.18.6 - version: 22.18.6 + specifier: ^22.18.8 + version: 22.18.8 typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 packages/plugin-sass: dependencies: @@ -957,19 +957,19 @@ importers: version: link:../core '@rslib/core': specifier: 0.15.0 - version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20251005.1)(typescript@5.9.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper '@types/node': - specifier: ^22.18.6 - version: 22.18.6 + specifier: ^22.18.8 + version: 22.18.8 '@types/sass-loader': specifier: ^8.0.9 version: 8.0.9 prebundle: specifier: 1.4.2 - version: 1.4.2(typescript@5.9.2) + version: 1.4.2(typescript@5.9.3) resolve-url-loader: specifier: ^5.0.0 version: 5.0.0 @@ -977,8 +977,8 @@ importers: specifier: ^16.0.5 version: 16.0.5(@rspack/core@1.5.8(@swc/helpers@0.5.17))(sass-embedded@1.93.2)(sass@1.93.2)(webpack@5.101.3) typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 packages/plugin-solid: dependencies: @@ -997,7 +997,7 @@ importers: version: link:../core '@rslib/core': specifier: 0.15.0 - version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20251005.1)(typescript@5.9.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper @@ -1005,8 +1005,8 @@ importers: specifier: ^7.20.5 version: 7.20.5 typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 packages/plugin-stylus: dependencies: @@ -1028,44 +1028,44 @@ importers: version: link:../core '@rslib/core': specifier: 0.15.0 - version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20251005.1)(typescript@5.9.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper '@types/node': - specifier: ^22.18.6 - version: 22.18.6 + specifier: ^22.18.8 + version: 22.18.8 typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 packages/plugin-svelte: dependencies: svelte-loader: specifier: 3.2.4 - version: 3.2.4(svelte@5.39.6) + version: 3.2.4(svelte@5.39.9) svelte-preprocess: specifier: ^6.0.3 - version: 6.0.3(@babel/core@7.28.4)(less@4.4.0)(postcss-load-config@6.0.1(jiti@2.6.0)(postcss@8.5.6)(yaml@2.8.0))(postcss@8.5.6)(sass@1.93.2)(stylus@0.64.0)(svelte@5.39.6)(typescript@5.9.2) + version: 6.0.3(@babel/core@7.28.4)(less@4.4.0)(postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.6)(yaml@2.8.0))(postcss@8.5.6)(sass@1.93.2)(stylus@0.64.0)(svelte@5.39.9)(typescript@5.9.3) devDependencies: '@rsbuild/core': specifier: workspace:* version: link:../core '@rslib/core': specifier: 0.15.0 - version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20251005.1)(typescript@5.9.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper '@types/node': - specifier: ^22.18.6 - version: 22.18.6 + specifier: ^22.18.8 + version: 22.18.8 svelte: - specifier: ^5.39.6 - version: 5.39.6 + specifier: ^5.39.9 + version: 5.39.9 typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 packages/plugin-svgr: dependencies: @@ -1074,13 +1074,13 @@ importers: version: link:../plugin-react '@svgr/core': specifier: 8.1.0 - version: 8.1.0(typescript@5.9.2) + version: 8.1.0(typescript@5.9.3) '@svgr/plugin-jsx': specifier: 8.1.0 - version: 8.1.0(@svgr/core@8.1.0(typescript@5.9.2)) + version: 8.1.0(@svgr/core@8.1.0(typescript@5.9.3)) '@svgr/plugin-svgo': specifier: 8.1.0 - version: 8.1.0(@svgr/core@8.1.0(typescript@5.9.2))(typescript@5.9.2) + version: 8.1.0(@svgr/core@8.1.0(typescript@5.9.3))(typescript@5.9.3) deepmerge: specifier: ^4.3.1 version: 4.3.1 @@ -1093,25 +1093,25 @@ importers: version: link:../core '@rslib/core': specifier: 0.15.0 - version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20251005.1)(typescript@5.9.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper '@types/node': - specifier: ^22.18.6 - version: 22.18.6 + specifier: ^22.18.8 + version: 22.18.8 file-loader: specifier: 6.2.0 version: 6.2.0(patch_hash=c76c890d2d68ffdf70bfbc9cb235e0389df929be2e1917766b8946b1de0a8c30)(webpack@5.101.3) prebundle: specifier: 1.4.2 - version: 1.4.2(typescript@5.9.2) + version: 1.4.2(typescript@5.9.3) svgo: specifier: ^3.3.2 version: 3.3.2 typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 url-loader: specifier: 4.1.1 version: 4.1.1(patch_hash=4ed67f741914e665ed1dcef907caaa2acc85269026674133f7b987661de3591f)(file-loader@6.2.0(patch_hash=c76c890d2d68ffdf70bfbc9cb235e0389df929be2e1917766b8946b1de0a8c30)(webpack@5.101.3))(webpack@5.101.3) @@ -1120,7 +1120,7 @@ importers: dependencies: vue-loader: specifier: ^17.4.2 - version: 17.4.2(vue@3.5.22(typescript@5.9.2))(webpack@5.101.3) + version: 17.4.2(vue@3.5.22(typescript@5.9.3))(webpack@5.101.3) webpack: specifier: ^5.101.3 version: 5.101.3 @@ -1130,19 +1130,19 @@ importers: version: link:../core '@rslib/core': specifier: 0.15.0 - version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20251005.1)(typescript@5.9.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper '@types/node': - specifier: ^22.18.6 - version: 22.18.6 + specifier: ^22.18.8 + version: 22.18.8 typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 vue: specifier: ^3.5.22 - version: 3.5.22(typescript@5.9.2) + version: 3.5.22(typescript@5.9.3) scripts/config: devDependencies: @@ -1151,19 +1151,19 @@ importers: version: link:../../packages/core '@rslib/core': specifier: 0.15.0 - version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20251005.1)(typescript@5.9.3) '@types/node': - specifier: ^22.18.6 - version: 22.18.6 + specifier: ^22.18.8 + version: 22.18.8 '@typescript/native-preview': - specifier: 7.0.0-dev.20250928.1 - version: 7.0.0-dev.20250928.1 + specifier: 7.0.0-dev.20251005.1 + version: 7.0.0-dev.20251005.1 rsbuild-plugin-arethetypeswrong: specifier: 0.1.1 - version: 0.1.1(@rsbuild/core@packages+core)(typescript@5.9.2) + version: 0.1.1(@rsbuild/core@packages+core)(typescript@5.9.3) typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 scripts/test-helper: dependencies: @@ -1171,18 +1171,18 @@ importers: specifier: workspace:* version: link:../../packages/core '@types/node': - specifier: ^22.18.6 - version: 22.18.6 + specifier: ^22.18.8 + version: 22.18.8 path-serializer: specifier: 0.5.1 version: 0.5.1 typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 devDependencies: '@rslib/core': specifier: 0.15.0 - version: 0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + version: 0.15.0(@typescript/native-preview@7.0.0-dev.20251005.1)(typescript@5.9.3) website: devDependencies: @@ -1217,8 +1217,8 @@ importers: specifier: ^3.13.0 version: 3.13.0 '@types/node': - specifier: ^22.18.6 - version: 22.18.6 + specifier: ^22.18.8 + version: 22.18.8 '@types/react': specifier: ^19.2.0 version: 19.2.0 @@ -1247,8 +1247,8 @@ importers: specifier: ^1.2.1 version: 1.2.1 typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 packages: @@ -1585,55 +1585,55 @@ packages: resolution: {integrity: sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==} engines: {node: '>=6.9.0'} - '@biomejs/biome@2.2.4': - resolution: {integrity: sha512-TBHU5bUy/Ok6m8c0y3pZiuO/BZoY/OcGxoLlrfQof5s8ISVwbVBdFINPQZyFfKwil8XibYWb7JMwnT8wT4WVPg==} + '@biomejs/biome@2.2.5': + resolution: {integrity: sha512-zcIi+163Rc3HtyHbEO7CjeHq8DjQRs40HsGbW6vx2WI0tg8mYQOPouhvHSyEnCBAorfYNnKdR64/IxO7xQ5faw==} engines: {node: '>=14.21.3'} hasBin: true - '@biomejs/cli-darwin-arm64@2.2.4': - resolution: {integrity: sha512-RJe2uiyaloN4hne4d2+qVj3d3gFJFbmrr5PYtkkjei1O9c+BjGXgpUPVbi8Pl8syumhzJjFsSIYkcLt2VlVLMA==} + '@biomejs/cli-darwin-arm64@2.2.5': + resolution: {integrity: sha512-MYT+nZ38wEIWVcL5xLyOhYQQ7nlWD0b/4mgATW2c8dvq7R4OQjt/XGXFkXrmtWmQofaIM14L7V8qIz/M+bx5QQ==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [darwin] - '@biomejs/cli-darwin-x64@2.2.4': - resolution: {integrity: sha512-cFsdB4ePanVWfTnPVaUX+yr8qV8ifxjBKMkZwN7gKb20qXPxd/PmwqUH8mY5wnM9+U0QwM76CxFyBRJhC9tQwg==} + '@biomejs/cli-darwin-x64@2.2.5': + resolution: {integrity: sha512-FLIEl73fv0R7dI10EnEiZLw+IMz3mWLnF95ASDI0kbx6DDLJjWxE5JxxBfmG+udz1hIDd3fr5wsuP7nwuTRdAg==} engines: {node: '>=14.21.3'} cpu: [x64] os: [darwin] - '@biomejs/cli-linux-arm64-musl@2.2.4': - resolution: {integrity: sha512-7TNPkMQEWfjvJDaZRSkDCPT/2r5ESFPKx+TEev+I2BXDGIjfCZk2+b88FOhnJNHtksbOZv8ZWnxrA5gyTYhSsQ==} + '@biomejs/cli-linux-arm64-musl@2.2.5': + resolution: {integrity: sha512-5Ov2wgAFwqDvQiESnu7b9ufD1faRa+40uwrohgBopeY84El2TnBDoMNXx6iuQdreoFGjwW8vH6k68G21EpNERw==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] - '@biomejs/cli-linux-arm64@2.2.4': - resolution: {integrity: sha512-M/Iz48p4NAzMXOuH+tsn5BvG/Jb07KOMTdSVwJpicmhN309BeEyRyQX+n1XDF0JVSlu28+hiTQ2L4rZPvu7nMw==} + '@biomejs/cli-linux-arm64@2.2.5': + resolution: {integrity: sha512-5DjiiDfHqGgR2MS9D+AZ8kOfrzTGqLKywn8hoXpXXlJXIECGQ32t+gt/uiS2XyGBM2XQhR6ztUvbjZWeccFMoQ==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] - '@biomejs/cli-linux-x64-musl@2.2.4': - resolution: {integrity: sha512-m41nFDS0ksXK2gwXL6W6yZTYPMH0LughqbsxInSKetoH6morVj43szqKx79Iudkp8WRT5SxSh7qVb8KCUiewGg==} + '@biomejs/cli-linux-x64-musl@2.2.5': + resolution: {integrity: sha512-AVqLCDb/6K7aPNIcxHaTQj01sl1m989CJIQFQEaiQkGr2EQwyOpaATJ473h+nXDUuAcREhccfRpe/tu+0wu0eQ==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] - '@biomejs/cli-linux-x64@2.2.4': - resolution: {integrity: sha512-orr3nnf2Dpb2ssl6aihQtvcKtLySLta4E2UcXdp7+RTa7mfJjBgIsbS0B9GC8gVu0hjOu021aU8b3/I1tn+pVQ==} + '@biomejs/cli-linux-x64@2.2.5': + resolution: {integrity: sha512-fq9meKm1AEXeAWan3uCg6XSP5ObA6F/Ovm89TwaMiy1DNIwdgxPkNwxlXJX8iM6oRbFysYeGnT0OG8diCWb9ew==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] - '@biomejs/cli-win32-arm64@2.2.4': - resolution: {integrity: sha512-NXnfTeKHDFUWfxAefa57DiGmu9VyKi0cDqFpdI+1hJWQjGJhJutHPX0b5m+eXvTKOaf+brU+P0JrQAZMb5yYaQ==} + '@biomejs/cli-win32-arm64@2.2.5': + resolution: {integrity: sha512-xaOIad4wBambwJa6mdp1FigYSIF9i7PCqRbvBqtIi9y29QtPVQ13sDGtUnsRoe6SjL10auMzQ6YAe+B3RpZXVg==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [win32] - '@biomejs/cli-win32-x64@2.2.4': - resolution: {integrity: sha512-3Y4V4zVRarVh/B/eSHczR4LYoSVyv3Dfuvm3cWs5w/HScccS0+Wt/lHOcDTRYeHjQmMYVC3rIRWqyN2EI52+zg==} + '@biomejs/cli-win32-x64@2.2.5': + resolution: {integrity: sha512-F/jhuXCssPFAuciMhHKk00xnCAxJRS/pUzVfXYmOMUp//XW7mO6QeCjsjvnm8L4AO/dG2VOB0O+fJPiJ2uXtIw==} engines: {node: '>=14.21.3'} cpu: [x64] os: [win32] @@ -2122,53 +2122,53 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@nx/nx-darwin-arm64@21.5.3': - resolution: {integrity: sha512-XKOaBpkBzPd5l9in1ax7KQrAiqm4hi46pzQ/qq4Jo20/RKTpc2ZZSFujjuI8wF75oZ6+iV+cvuxSbwbuX6AxQQ==} + '@nx/nx-darwin-arm64@21.6.3': + resolution: {integrity: sha512-y/Wuo+FEky/ehah5UyERpQpUOm+KOc437zRwUrMGumNUFk73DaHVMmqABCZ1J5eqam60XgRZhq05qpRn+8dhtA==} cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@21.5.3': - resolution: {integrity: sha512-auGY/gvB5B2In25gozlNV6lb4so14OIpIh/dPgXXrHL5YTuky2i6NFiTOq2D1RWtv5kkoK73rQXDbffDXUS6SA==} + '@nx/nx-darwin-x64@21.6.3': + resolution: {integrity: sha512-+9rogeP6EmlMBcUwflfOmFbQOWgAnJdupeJJuSenzWJCn/bE1C2iIGhuq4u4zajo2VceyN7uirlAWc8cQWCevw==} cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@21.5.3': - resolution: {integrity: sha512-IsPCC8CpIRd7dzcRQ+j1zAEZObKVkSLQ3GI7rqybEf0/vWZz6T7UbxGHNtFB7AlaecCbHshZ3Mg5mPVXYSR+iA==} + '@nx/nx-freebsd-x64@21.6.3': + resolution: {integrity: sha512-jrewLpv/J84ze+sC+P0x1INVuXTWqU4qdZIPe0ItrRMDMmxiHdhm6LtHEEo5JYezqM/LgB87yjFE49Qsudtadw==} cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@21.5.3': - resolution: {integrity: sha512-IDW5wy2x7KNFK5u8v94KarJ0h4Fk49pVMKcAI6imeQOJnc0lh0TwID4cqVTCg73BLJXbIV3+Ok01jDKrDsTL/w==} + '@nx/nx-linux-arm-gnueabihf@21.6.3': + resolution: {integrity: sha512-VyMIKSp1N2ulA2wkAKIH+9a8k4tl67bH2wnvYROTRnfFykeczodfOxWeCAggS//1ccBM05pRxBklMt7fgAqV8w==} cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@21.5.3': - resolution: {integrity: sha512-GQF/xjGeqt4tYWf9jT1D0GRPrcAjajTB1QpSavUaiT1jDkByuN11WvuWeTfBdPJpYWFxvH887+r+uMEg8zRE4A==} + '@nx/nx-linux-arm64-gnu@21.6.3': + resolution: {integrity: sha512-l6/YZp5MJ5TYWbHoaR31lsqd4Ia2AnaGSACeNCUAsUsUNaa099nwmvFaKQEJxUX1aMpe4kHLyVbomK7ydEX+pg==} cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@21.5.3': - resolution: {integrity: sha512-C5j2pzfe0zoAJelHXzPdTGeU19VvvHVaoesiKPeH9EvJwLLb9FoeIn+6//x3jDUNUqIHdn4+63kMA6mdBQSpMQ==} + '@nx/nx-linux-arm64-musl@21.6.3': + resolution: {integrity: sha512-klidxt4eiSxgLa1LW7YUHstm3qsptz+XD1+3w0ofX1rkdVkK1afrfcolzoeZ5nc4Av7MzZB0g0PoFTGHUIBkrw==} cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@21.5.3': - resolution: {integrity: sha512-HI+tdkvzFcnJQpU9m1FjvlxW7ZsJeF4os8OG4HSLRTQfFT8HCXXzp6b9sojTr+4Nfvp5r3T/J/UJM9tOJXW9Aw==} + '@nx/nx-linux-x64-gnu@21.6.3': + resolution: {integrity: sha512-B5ZvolVUIKKmacbZw1XD2nBIbebE2T6vBbMYq6kZP7PfSsfO5Y0HaWIsK8ulwCj35TPaEn9x/XbHJp5RakU7Ng==} cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@21.5.3': - resolution: {integrity: sha512-ntlBqcO9wVajUjYwzBU5ru2iBORttO4nurKvjnpBbyCF1mOjSJ3uFcFMzktbp2cxpRE5JRAadGq9/pZisez1AQ==} + '@nx/nx-linux-x64-musl@21.6.3': + resolution: {integrity: sha512-11L6SigPvjnIFbr4ivXlcH0fOPs55SvT8gkg2TOsSohKFY/Ze4O43NuoZe/7dilLjNgq8aWTbnbSuRK/kFGdBQ==} cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@21.5.3': - resolution: {integrity: sha512-VgX1VnKDRgWcjIMJ0V3zZ6OPuYkvA7rzgn8wbZWyBh2/1GFFffypJJsGeXRPCZBFHjF3UFYcwjzCMoStZ35b5g==} + '@nx/nx-win32-arm64-msvc@21.6.3': + resolution: {integrity: sha512-hC84RvGp5YxGhQLitHcg3cohTy7sdsvIRIErq3EsJNlHIaUTZJAegno26sRpRE4Y/5G5RWqfzDCCERg9c3Askw==} cpu: [arm64] os: [win32] - '@nx/nx-win32-x64-msvc@21.5.3': - resolution: {integrity: sha512-bEQxvsglGInSi51HJUJ7X1lqekzn5xAOddY4tpmOzBXVadx4fuMT8X/PLDLorAAShNZ36g/7sYbtWaBuJNz3tQ==} + '@nx/nx-win32-x64-msvc@21.6.3': + resolution: {integrity: sha512-vcnVwrTsOVdN6ovKO6qFDHXYRa+lxKFLRGCUHvJvjTOddT1/xJqkL8NE4i1YDWZiCQCck0BizR3Kvs+N0DqHoQ==} cpu: [x64] os: [win32] @@ -2273,8 +2273,8 @@ packages: '@polka/url@1.0.0-next.29': resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==} - '@prefresh/core@1.5.7': - resolution: {integrity: sha512-AsyeitiPwG7UkT0mqgKzIDuydmYSKtBlzXEb5ymzskvxewcmVGRjQkcHDy6PCNBT7soAyHpQ0mPgXX4IeyOlUg==} + '@prefresh/core@1.5.8': + resolution: {integrity: sha512-T7HMpakS1iPVCFZvfDLMGyrWAcO3toUN9/RkJUqqoRr/vNhQrZgHjidfhq3awDzAQtw1emDWH8dsOeu0DWqtgA==} peerDependencies: preact: ^10.0.0 || ^11.0.0-0 @@ -2831,8 +2831,8 @@ packages: '@rstack-dev/doc-ui@1.11.0': resolution: {integrity: sha512-5GZ8EwvmKj8LXomEElC4GhDlDW2SazCeHbA+ieacJrlcGduuiJXGTBzVA2rNnPLjAb41H0esuy0aH0skRIQAqA==} - '@rstest/core@0.5.0': - resolution: {integrity: sha512-quCVL+AqkkvqyCk1nwZttiPBSswRaKs7g/ZUvknaUwtvhQD1GM7fR9eMeqc3ddKs8nTmoILXqUdj44GxyumsHg==} + '@rstest/core@0.5.1': + resolution: {integrity: sha512-CCAGIApl5613tj18fyNTNg9GoDOukkZdnhINa7elcYkQhaMdB7qQx/w04UpdJDh9OyTy+qPPJ8oMVehq88Tj8A==} engines: {node: '>=18.12.0'} hasBin: true peerDependencies: @@ -2980,65 +2980,65 @@ packages: '@swc/plugin-remove-console@9.1.0': resolution: {integrity: sha512-XSyKs7d2+VZaQYl6zAs7tron+jK0yp+RfVA986Un0ZjyxQ6Nq/rMFGlhppZKMDqpAKQTGdYvwjb+hxXU1OoVyg==} - '@tailwindcss/node@4.1.13': - resolution: {integrity: sha512-eq3ouolC1oEFOAvOMOBAmfCIqZBJuvWvvYWh5h5iOYfe1HFC6+GZ6EIL0JdM3/niGRJmnrOc+8gl9/HGUaaptw==} + '@tailwindcss/node@4.1.14': + resolution: {integrity: sha512-hpz+8vFk3Ic2xssIA3e01R6jkmsAhvkQdXlEbRTk6S10xDAtiQiM3FyvZVGsucefq764euO/b8WUW9ysLdThHw==} - '@tailwindcss/oxide-android-arm64@4.1.13': - resolution: {integrity: sha512-BrpTrVYyejbgGo57yc8ieE+D6VT9GOgnNdmh5Sac6+t0m+v+sKQevpFVpwX3pBrM2qKrQwJ0c5eDbtjouY/+ew==} + '@tailwindcss/oxide-android-arm64@4.1.14': + resolution: {integrity: sha512-a94ifZrGwMvbdeAxWoSuGcIl6/DOP5cdxagid7xJv6bwFp3oebp7y2ImYsnZBMTwjn5Ev5xESvS3FFYUGgPODQ==} engines: {node: '>= 10'} cpu: [arm64] os: [android] - '@tailwindcss/oxide-darwin-arm64@4.1.13': - resolution: {integrity: sha512-YP+Jksc4U0KHcu76UhRDHq9bx4qtBftp9ShK/7UGfq0wpaP96YVnnjFnj3ZFrUAjc5iECzODl/Ts0AN7ZPOANQ==} + '@tailwindcss/oxide-darwin-arm64@4.1.14': + resolution: {integrity: sha512-HkFP/CqfSh09xCnrPJA7jud7hij5ahKyWomrC3oiO2U9i0UjP17o9pJbxUN0IJ471GTQQmzwhp0DEcpbp4MZTA==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@tailwindcss/oxide-darwin-x64@4.1.13': - resolution: {integrity: sha512-aAJ3bbwrn/PQHDxCto9sxwQfT30PzyYJFG0u/BWZGeVXi5Hx6uuUOQEI2Fa43qvmUjTRQNZnGqe9t0Zntexeuw==} + '@tailwindcss/oxide-darwin-x64@4.1.14': + resolution: {integrity: sha512-eVNaWmCgdLf5iv6Qd3s7JI5SEFBFRtfm6W0mphJYXgvnDEAZ5sZzqmI06bK6xo0IErDHdTA5/t7d4eTfWbWOFw==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@tailwindcss/oxide-freebsd-x64@4.1.13': - resolution: {integrity: sha512-Wt8KvASHwSXhKE/dJLCCWcTSVmBj3xhVhp/aF3RpAhGeZ3sVo7+NTfgiN8Vey/Fi8prRClDs6/f0KXPDTZE6nQ==} + '@tailwindcss/oxide-freebsd-x64@4.1.14': + resolution: {integrity: sha512-QWLoRXNikEuqtNb0dhQN6wsSVVjX6dmUFzuuiL09ZeXju25dsei2uIPl71y2Ic6QbNBsB4scwBoFnlBfabHkEw==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.13': - resolution: {integrity: sha512-mbVbcAsW3Gkm2MGwA93eLtWrwajz91aXZCNSkGTx/R5eb6KpKD5q8Ueckkh9YNboU8RH7jiv+ol/I7ZyQ9H7Bw==} + '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.14': + resolution: {integrity: sha512-VB4gjQni9+F0VCASU+L8zSIyjrLLsy03sjcR3bM0V2g4SNamo0FakZFKyUQ96ZVwGK4CaJsc9zd/obQy74o0Fw==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@tailwindcss/oxide-linux-arm64-gnu@4.1.13': - resolution: {integrity: sha512-wdtfkmpXiwej/yoAkrCP2DNzRXCALq9NVLgLELgLim1QpSfhQM5+ZxQQF8fkOiEpuNoKLp4nKZ6RC4kmeFH0HQ==} + '@tailwindcss/oxide-linux-arm64-gnu@4.1.14': + resolution: {integrity: sha512-qaEy0dIZ6d9vyLnmeg24yzA8XuEAD9WjpM5nIM1sUgQ/Zv7cVkharPDQcmm/t/TvXoKo/0knI3me3AGfdx6w1w==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@tailwindcss/oxide-linux-arm64-musl@4.1.13': - resolution: {integrity: sha512-hZQrmtLdhyqzXHB7mkXfq0IYbxegaqTmfa1p9MBj72WPoDD3oNOh1Lnxf6xZLY9C3OV6qiCYkO1i/LrzEdW2mg==} + '@tailwindcss/oxide-linux-arm64-musl@4.1.14': + resolution: {integrity: sha512-ISZjT44s59O8xKsPEIesiIydMG/sCXoMBCqsphDm/WcbnuWLxxb+GcvSIIA5NjUw6F8Tex7s5/LM2yDy8RqYBQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@tailwindcss/oxide-linux-x64-gnu@4.1.13': - resolution: {integrity: sha512-uaZTYWxSXyMWDJZNY1Ul7XkJTCBRFZ5Fo6wtjrgBKzZLoJNrG+WderJwAjPzuNZOnmdrVg260DKwXCFtJ/hWRQ==} + '@tailwindcss/oxide-linux-x64-gnu@4.1.14': + resolution: {integrity: sha512-02c6JhLPJj10L2caH4U0zF8Hji4dOeahmuMl23stk0MU1wfd1OraE7rOloidSF8W5JTHkFdVo/O7uRUJJnUAJg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@tailwindcss/oxide-linux-x64-musl@4.1.13': - resolution: {integrity: sha512-oXiPj5mi4Hdn50v5RdnuuIms0PVPI/EG4fxAfFiIKQh5TgQgX7oSuDWntHW7WNIi/yVLAiS+CRGW4RkoGSSgVQ==} + '@tailwindcss/oxide-linux-x64-musl@4.1.14': + resolution: {integrity: sha512-TNGeLiN1XS66kQhxHG/7wMeQDOoL0S33x9BgmydbrWAb9Qw0KYdd8o1ifx4HOGDWhVmJ+Ul+JQ7lyknQFilO3Q==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@tailwindcss/oxide-wasm32-wasi@4.1.13': - resolution: {integrity: sha512-+LC2nNtPovtrDwBc/nqnIKYh/W2+R69FA0hgoeOn64BdCX522u19ryLh3Vf3F8W49XBcMIxSe665kwy21FkhvA==} + '@tailwindcss/oxide-wasm32-wasi@4.1.14': + resolution: {integrity: sha512-uZYAsaW/jS/IYkd6EWPJKW/NlPNSkWkBlaeVBi/WsFQNP05/bzkebUL8FH1pdsqx4f2fH/bWFcUABOM9nfiJkQ==} engines: {node: '>=14.0.0'} cpu: [wasm32] bundledDependencies: @@ -3049,24 +3049,24 @@ packages: - '@emnapi/wasi-threads' - tslib - '@tailwindcss/oxide-win32-arm64-msvc@4.1.13': - resolution: {integrity: sha512-dziTNeQXtoQ2KBXmrjCxsuPk3F3CQ/yb7ZNZNA+UkNTeiTGgfeh+gH5Pi7mRncVgcPD2xgHvkFCh/MhZWSgyQg==} + '@tailwindcss/oxide-win32-arm64-msvc@4.1.14': + resolution: {integrity: sha512-Az0RnnkcvRqsuoLH2Z4n3JfAef0wElgzHD5Aky/e+0tBUxUhIeIqFBTMNQvmMRSP15fWwmvjBxZ3Q8RhsDnxAA==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@tailwindcss/oxide-win32-x64-msvc@4.1.13': - resolution: {integrity: sha512-3+LKesjXydTkHk5zXX01b5KMzLV1xl2mcktBJkje7rhFUpUlYJy7IMOLqjIRQncLTa1WZZiFY/foAeB5nmaiTw==} + '@tailwindcss/oxide-win32-x64-msvc@4.1.14': + resolution: {integrity: sha512-ttblVGHgf68kEE4om1n/n44I0yGPkCPbLsqzjvybhpwa6mKKtgFfAzy6btc3HRmuW7nHe0OOrSeNP9sQmmH9XA==} engines: {node: '>= 10'} cpu: [x64] os: [win32] - '@tailwindcss/oxide@4.1.13': - resolution: {integrity: sha512-CPgsM1IpGRa880sMbYmG1s4xhAy3xEt1QULgTJGQmZUeNgXFR7s1YxYygmJyBGtou4SyEosGAGEeYqY7R53bIA==} + '@tailwindcss/oxide@4.1.14': + resolution: {integrity: sha512-23yx+VUbBwCg2x5XWdB8+1lkPajzLmALEfMb51zZUBYaYVPDQvBSD/WYDqiVyBIo2BZFa3yw1Rpy3G2Jp+K0dw==} engines: {node: '>= 10'} - '@tailwindcss/postcss@4.1.13': - resolution: {integrity: sha512-HLgx6YSFKJT7rJqh9oJs/TkBFhxuMOfUKSBEPYwV+t78POOBsdQ7crhZLzwcH3T0UyUuOzU/GK5pk5eKr3wCiQ==} + '@tailwindcss/postcss@4.1.14': + resolution: {integrity: sha512-BdMjIxy7HUNThK87C7BC8I1rE8BVUsfNQSI5siQ4JK3iIa3w0XyVvVL9SXLWO//CtYTcp1v7zci0fYwJOjB+Zg==} '@trysound/sax@0.2.0': resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} @@ -3171,8 +3171,8 @@ packages: '@types/node-sass@4.11.8': resolution: {integrity: sha512-dWWMGPX8uselSQ1MLzDvQnVz5Qy1pe7SJuUl1Yqi2NCNRkrk5DmHlP44VZmTWm+buR2T217+5zEAPbAmTwKIOQ==} - '@types/node@22.18.6': - resolution: {integrity: sha512-r8uszLPpeIWbNKtvWRt/DbVi5zbqZyj1PTmhRMqBMvDnaz1QpmSKujUtJLrqGZeoM8v72MfYggDceY4K1itzWQ==} + '@types/node@22.18.8': + resolution: {integrity: sha512-pAZSHMiagDR7cARo/cch1f3rXy0AEXwsVsVH09FcyeJVAzCnGgmYis7P3JidtTUjyadhTeSo8TgRPswstghDaw==} '@types/on-finished@2.3.5': resolution: {integrity: sha512-XUaCx9tVIC577KsOZxKbnvGlyPt2ogNXQEq/bOQpAfPwH9sH0FbzrRsK1961jpjKlK5V+Owmw55dVjukWhwH0w==} @@ -3245,43 +3245,43 @@ packages: '@types/ws@8.18.1': resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==} - '@typescript/native-preview-darwin-arm64@7.0.0-dev.20250928.1': - resolution: {integrity: sha512-gVxvEwAA6D6/1gix4oINkt9jLJK5UH/hAShAuNYPTrGC6sJyZuFE97JJJs/ciyeEj5jOsZ34NOOkt3miOiQj1A==} + '@typescript/native-preview-darwin-arm64@7.0.0-dev.20251005.1': + resolution: {integrity: sha512-crykKAeRQaPH1XHokeU/9+RR3Qja2OHSwDx1daG779vHnrP4pOukfVmJEgW7l9W29zuNG9wkdgSk+gRg9WlOqQ==} cpu: [arm64] os: [darwin] - '@typescript/native-preview-darwin-x64@7.0.0-dev.20250928.1': - resolution: {integrity: sha512-llWGqfLmuroj0KpXuudirX0qiCFfQz5j9ojhSIC7Z/r8qa2VpY9Z2iJrkthQG+fOtaSaqQJSwggD3hnK0w4qCg==} + '@typescript/native-preview-darwin-x64@7.0.0-dev.20251005.1': + resolution: {integrity: sha512-TnCBufwwppkPAREZm2QR35HGSdINQjItUR7AxWuGNadXSPs2IiTETelM7zTJfp+WDSQTiX/2bRnSm43jKBM5EQ==} cpu: [x64] os: [darwin] - '@typescript/native-preview-linux-arm64@7.0.0-dev.20250928.1': - resolution: {integrity: sha512-xJsYZLut9qml/2eg/osoEl3kP4j+4eSQompK57Fq/NN0n4wju1rZXwb4tSex44P78EcjTzKeBoAvfbOv1HKEaQ==} + '@typescript/native-preview-linux-arm64@7.0.0-dev.20251005.1': + resolution: {integrity: sha512-ataRZz0iKdCAbiXlEcv4PP4mMZymG49UgVooyDrwNVx8/S/cAWT4S5MqTrt04nEJUjsXmAEa5vekOtNG9zn1rQ==} cpu: [arm64] os: [linux] - '@typescript/native-preview-linux-arm@7.0.0-dev.20250928.1': - resolution: {integrity: sha512-u2d8zaeEcqFBy9jkhusMsiQGA4d90Acx69Xf5GGZJ0Chr2gXHas3RY56Pcc+sdePwYRDshQRcAApL6pZmbJDBw==} + '@typescript/native-preview-linux-arm@7.0.0-dev.20251005.1': + resolution: {integrity: sha512-jUqZVAfpcgYWChnjheAKdSc+2Ffy4bqhU/+ls0cbrjom9TRUZluIpaIGa8eQ/Fndmd8zkpsvVPLFH3cti5AnQg==} cpu: [arm] os: [linux] - '@typescript/native-preview-linux-x64@7.0.0-dev.20250928.1': - resolution: {integrity: sha512-x+aRjGvfdC+T95vzKTX6RHygImGs5du6bKUEZdRjob5HLWjMt79PCxU5EQmlLh95VwE6YkBWkrIKmfDSHLC0bw==} + '@typescript/native-preview-linux-x64@7.0.0-dev.20251005.1': + resolution: {integrity: sha512-zEu3cRkoHlSDCw8SSOB8z/cVYTl8eA5217Kre4uU8cvD8DHAhfY6IBxnAt58KerhWM8qhqiNp53vHUQ2NU0BNg==} cpu: [x64] os: [linux] - '@typescript/native-preview-win32-arm64@7.0.0-dev.20250928.1': - resolution: {integrity: sha512-G7Gy090yZx/+qQJa0QiM8i7/U5bD38kYd9GCJbR1YhTOl8czRQ5bRIWxyJLVcgjpsrC/dDd/5eSPBGPPgZsUXQ==} + '@typescript/native-preview-win32-arm64@7.0.0-dev.20251005.1': + resolution: {integrity: sha512-NuHKA4fWXcH8e2GOcQlywBytpWCgOYJiMsI1CHmW7Sfqgfl935Zg5Jw57HtQcwrsdrkgm62TuuwNH6JIRvDaoQ==} cpu: [arm64] os: [win32] - '@typescript/native-preview-win32-x64@7.0.0-dev.20250928.1': - resolution: {integrity: sha512-fU1LR7eAhHJCAQhA20L6Gi18D7NVFJonAg5ZNt4hiB3LVd3ccOsmpAFnHXn9aePeGq1STPWzVCqnaw2B6Wc01A==} + '@typescript/native-preview-win32-x64@7.0.0-dev.20251005.1': + resolution: {integrity: sha512-8o6WjGHTjlRthSphL22xtOu75kPC5E/tc+0zwe70WdftryiR4o+W0sUuq60t+OTWTSJG34GF5ApZn809vGmj/A==} cpu: [x64] os: [win32] - '@typescript/native-preview@7.0.0-dev.20250928.1': - resolution: {integrity: sha512-W6JGaHvmA7YyKzL7skbV9dznNwxYgcj+UN74aSDR897i1V4iTgBQeGlezX9LtyYT7AeJE0vyiRzLWJYETtl86g==} + '@typescript/native-preview@7.0.0-dev.20251005.1': + resolution: {integrity: sha512-PYsjTI+pM8sMvgfHwhR3gCncUtuRsFtI6vYWbk1yj0v19/BTNmpmZ+mBty63Toc/ouID1QbbQoirIJ7ITo6NQA==} hasBin: true '@ungap/structured-clone@1.3.0': @@ -4812,8 +4812,8 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} - jiti@2.6.0: - resolution: {integrity: sha512-VXe6RjJkBPj0ohtqaO8vSWP3ZhAKo66fKrFNCll4BTcwljPLz03pCbaNKfzGP5MbrCYcbJ7v0nOYYwUzTEIdXQ==} + jiti@2.6.1: + resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==} hasBin: true js-tokens@4.0.0: @@ -5054,9 +5054,6 @@ packages: resolution: {integrity: sha512-tJLxrKJhO2ukZ5z0gyjY1zPh3Rh88Ej9P7jNrZiHMUXHae1yvI2imgOZtL1TO8TW6biMMKfTtAOoEJANgtWBMQ==} engines: {node: '>=12'} - magic-string@0.30.18: - resolution: {integrity: sha512-yi8swmWbO17qHhwIBNeeZxTceJMeBvWJaId6dyvTSOwTipqeHhMhOrz6513r1sOKnpvQ7zkhlG8tPrpilwTxHQ==} - magic-string@0.30.19: resolution: {integrity: sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==} @@ -5310,15 +5307,10 @@ packages: resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} engines: {node: '>=16 || 14 >=14.17'} - minizlib@3.0.2: - resolution: {integrity: sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==} + minizlib@3.1.0: + resolution: {integrity: sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==} engines: {node: '>= 18'} - mkdirp@3.0.1: - resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==} - engines: {node: '>=10'} - hasBin: true - moment@2.30.1: resolution: {integrity: sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==} @@ -5399,8 +5391,8 @@ packages: nth-check@2.1.1: resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} - nx@21.6.2: - resolution: {integrity: sha512-bFZgAsB838vn9kk1vI6a1A9sStKyOA7Q9Ifsx7fYPth3D0GafHKu7X2/YbsC4h1TpmuejkJCPWUw2WtCOQy6IQ==} + nx@21.6.3: + resolution: {integrity: sha512-CD/R7JV9OWy1UNsm6BOAMvH7m7EpqDKVHbBjoR8wmxYaTKkOQ9lPpi5yYIyRPpONK/uHCqYyeKa2cM3zP6euqw==} hasBin: true peerDependencies: '@swc-node/register': ^1.8.0 @@ -6360,8 +6352,8 @@ packages: typescript: optional: true - svelte@5.39.6: - resolution: {integrity: sha512-bOJXmuwLNaoqPCTWO8mPu/fwxI5peGE5Efe7oo6Cakpz/G60vsnVF6mxbGODaxMUFUKEnjm6XOwHEqOht6cbvw==} + svelte@5.39.9: + resolution: {integrity: sha512-sVOie0sbU9F/Lh0IoUfaq9hLzujRKxiL7xTMbG0y8ROx/qErtbfmm6sLSlJUbUMW4NcIgqHQPFiHX4LakA8fzA==} engines: {node: '>=18'} svg-parser@2.0.4: @@ -6385,8 +6377,8 @@ packages: resolution: {integrity: sha512-GTt8rSKje5FilG+wEdfCkOcLL7LWqpMlr2c3LRuKt/YXxcJ52aGSbGBAdI4L3aaqfrBt6y711El53ItyH1NWzg==} engines: {node: '>=16.0.0'} - tailwindcss@4.1.13: - resolution: {integrity: sha512-i+zidfmTqtwquj4hMEwdjshYYgMbOrPzb9a0M3ZgNa0JMoZeFC6bxZvO8yr8ozS6ix2SDz0+mvryPeBs2TFE+w==} + tailwindcss@4.1.14: + resolution: {integrity: sha512-b7pCxjGO98LnxVkKjaZSDeNuljC4ueKUddjENJOADtubtdo8llTaJy7HwBMeLNSSo2N5QIAgklslK1+Ir8r6CA==} tapable@2.2.2: resolution: {integrity: sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==} @@ -6400,8 +6392,8 @@ packages: resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} engines: {node: '>=6'} - tar@7.4.3: - resolution: {integrity: sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==} + tar@7.5.1: + resolution: {integrity: sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g==} engines: {node: '>=18'} terser-webpack-plugin@5.3.14: @@ -6530,8 +6522,8 @@ packages: resolution: {integrity: sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==} engines: {node: '>= 0.6'} - typescript@5.9.2: - resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==} + typescript@5.9.3: + resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} engines: {node: '>=14.17'} hasBin: true @@ -7233,39 +7225,39 @@ snapshots: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 - '@biomejs/biome@2.2.4': + '@biomejs/biome@2.2.5': optionalDependencies: - '@biomejs/cli-darwin-arm64': 2.2.4 - '@biomejs/cli-darwin-x64': 2.2.4 - '@biomejs/cli-linux-arm64': 2.2.4 - '@biomejs/cli-linux-arm64-musl': 2.2.4 - '@biomejs/cli-linux-x64': 2.2.4 - '@biomejs/cli-linux-x64-musl': 2.2.4 - '@biomejs/cli-win32-arm64': 2.2.4 - '@biomejs/cli-win32-x64': 2.2.4 + '@biomejs/cli-darwin-arm64': 2.2.5 + '@biomejs/cli-darwin-x64': 2.2.5 + '@biomejs/cli-linux-arm64': 2.2.5 + '@biomejs/cli-linux-arm64-musl': 2.2.5 + '@biomejs/cli-linux-x64': 2.2.5 + '@biomejs/cli-linux-x64-musl': 2.2.5 + '@biomejs/cli-win32-arm64': 2.2.5 + '@biomejs/cli-win32-x64': 2.2.5 - '@biomejs/cli-darwin-arm64@2.2.4': + '@biomejs/cli-darwin-arm64@2.2.5': optional: true - '@biomejs/cli-darwin-x64@2.2.4': + '@biomejs/cli-darwin-x64@2.2.5': optional: true - '@biomejs/cli-linux-arm64-musl@2.2.4': + '@biomejs/cli-linux-arm64-musl@2.2.5': optional: true - '@biomejs/cli-linux-arm64@2.2.4': + '@biomejs/cli-linux-arm64@2.2.5': optional: true - '@biomejs/cli-linux-x64-musl@2.2.4': + '@biomejs/cli-linux-x64-musl@2.2.5': optional: true - '@biomejs/cli-linux-x64@2.2.4': + '@biomejs/cli-linux-x64@2.2.5': optional: true - '@biomejs/cli-win32-arm64@2.2.4': + '@biomejs/cli-win32-arm64@2.2.5': optional: true - '@biomejs/cli-win32-x64@2.2.4': + '@biomejs/cli-win32-x64@2.2.5': optional: true '@bufbuild/protobuf@2.5.2': {} @@ -7558,10 +7550,10 @@ snapshots: '@types/semver': 7.5.8 semver: 7.6.3 - '@module-federation/cli@0.19.1(typescript@5.9.2)': + '@module-federation/cli@0.19.1(typescript@5.9.3)': dependencies: '@modern-js/node-bundle-require': 2.68.2 - '@module-federation/dts-plugin': 0.19.1(typescript@5.9.2) + '@module-federation/dts-plugin': 0.19.1(typescript@5.9.3) '@module-federation/sdk': 0.19.1 chalk: 3.0.0 commander: 11.1.0 @@ -7581,7 +7573,7 @@ snapshots: react: 19.2.0 react-dom: 19.2.0(react@19.2.0) - '@module-federation/dts-plugin@0.19.1(typescript@5.9.2)': + '@module-federation/dts-plugin@0.19.1(typescript@5.9.3)': dependencies: '@module-federation/error-codes': 0.19.1 '@module-federation/managers': 0.19.1 @@ -7598,7 +7590,7 @@ snapshots: log4js: 6.9.1 node-schedule: 2.1.1 rambda: 9.4.2 - typescript: 5.9.2 + typescript: 5.9.3 ws: 8.18.0 transitivePeerDependencies: - bufferutil @@ -7606,24 +7598,24 @@ snapshots: - supports-color - utf-8-validate - '@module-federation/enhanced@0.19.1(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.2)(webpack@5.101.3)': + '@module-federation/enhanced@0.19.1(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(webpack@5.101.3)': dependencies: '@module-federation/bridge-react-webpack-plugin': 0.19.1 - '@module-federation/cli': 0.19.1(typescript@5.9.2) + '@module-federation/cli': 0.19.1(typescript@5.9.3) '@module-federation/data-prefetch': 0.19.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@module-federation/dts-plugin': 0.19.1(typescript@5.9.2) + '@module-federation/dts-plugin': 0.19.1(typescript@5.9.3) '@module-federation/error-codes': 0.19.1 '@module-federation/inject-external-runtime-core-plugin': 0.19.1(@module-federation/runtime-tools@0.19.1) '@module-federation/managers': 0.19.1 - '@module-federation/manifest': 0.19.1(typescript@5.9.2) - '@module-federation/rspack': 0.19.1(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.2) + '@module-federation/manifest': 0.19.1(typescript@5.9.3) + '@module-federation/rspack': 0.19.1(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3) '@module-federation/runtime-tools': 0.19.1 '@module-federation/sdk': 0.19.1 btoa: 1.2.1 schema-utils: 4.3.2 upath: 2.0.1 optionalDependencies: - typescript: 5.9.2 + typescript: 5.9.3 webpack: 5.101.3 transitivePeerDependencies: - '@rspack/core' @@ -7648,9 +7640,9 @@ snapshots: find-pkg: 2.0.0 fs-extra: 9.1.0 - '@module-federation/manifest@0.19.1(typescript@5.9.2)': + '@module-federation/manifest@0.19.1(typescript@5.9.3)': dependencies: - '@module-federation/dts-plugin': 0.19.1(typescript@5.9.2) + '@module-federation/dts-plugin': 0.19.1(typescript@5.9.3) '@module-federation/managers': 0.19.1 '@module-federation/sdk': 0.19.1 chalk: 3.0.0 @@ -7663,9 +7655,9 @@ snapshots: - utf-8-validate - vue-tsc - '@module-federation/node@2.7.17(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.2)(webpack@5.101.3)': + '@module-federation/node@2.7.17(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(webpack@5.101.3)': dependencies: - '@module-federation/enhanced': 0.19.1(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.2)(webpack@5.101.3) + '@module-federation/enhanced': 0.19.1(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(webpack@5.101.3) '@module-federation/runtime': 0.19.1 '@module-federation/sdk': 0.19.1 btoa: 1.2.1 @@ -7684,10 +7676,10 @@ snapshots: - utf-8-validate - vue-tsc - '@module-federation/rsbuild-plugin@0.19.1(@rsbuild/core@packages+core)(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.2)(webpack@5.101.3)': + '@module-federation/rsbuild-plugin@0.19.1(@rsbuild/core@packages+core)(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(webpack@5.101.3)': dependencies: - '@module-federation/enhanced': 0.19.1(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.2)(webpack@5.101.3) - '@module-federation/node': 2.7.17(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.2)(webpack@5.101.3) + '@module-federation/enhanced': 0.19.1(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(webpack@5.101.3) + '@module-federation/node': 2.7.17(@rspack/core@1.5.8(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(webpack@5.101.3) '@module-federation/sdk': 0.19.1 fs-extra: 11.3.0 optionalDependencies: @@ -7705,19 +7697,19 @@ snapshots: - vue-tsc - webpack - '@module-federation/rspack@0.19.1(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.2)': + '@module-federation/rspack@0.19.1(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)': dependencies: '@module-federation/bridge-react-webpack-plugin': 0.19.1 - '@module-federation/dts-plugin': 0.19.1(typescript@5.9.2) + '@module-federation/dts-plugin': 0.19.1(typescript@5.9.3) '@module-federation/inject-external-runtime-core-plugin': 0.19.1(@module-federation/runtime-tools@0.19.1) '@module-federation/managers': 0.19.1 - '@module-federation/manifest': 0.19.1(typescript@5.9.2) + '@module-federation/manifest': 0.19.1(typescript@5.9.3) '@module-federation/runtime-tools': 0.19.1 '@module-federation/sdk': 0.19.1 '@rspack/core': 1.5.8(@swc/helpers@0.5.17) btoa: 1.2.1 optionalDependencies: - typescript: 5.9.2 + typescript: 5.9.3 transitivePeerDependencies: - bufferutil - debug @@ -7801,34 +7793,34 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.19.1 - '@nx/nx-darwin-arm64@21.5.3': + '@nx/nx-darwin-arm64@21.6.3': optional: true - '@nx/nx-darwin-x64@21.5.3': + '@nx/nx-darwin-x64@21.6.3': optional: true - '@nx/nx-freebsd-x64@21.5.3': + '@nx/nx-freebsd-x64@21.6.3': optional: true - '@nx/nx-linux-arm-gnueabihf@21.5.3': + '@nx/nx-linux-arm-gnueabihf@21.6.3': optional: true - '@nx/nx-linux-arm64-gnu@21.5.3': + '@nx/nx-linux-arm64-gnu@21.6.3': optional: true - '@nx/nx-linux-arm64-musl@21.5.3': + '@nx/nx-linux-arm64-musl@21.6.3': optional: true - '@nx/nx-linux-x64-gnu@21.5.3': + '@nx/nx-linux-x64-gnu@21.6.3': optional: true - '@nx/nx-linux-x64-musl@21.5.3': + '@nx/nx-linux-x64-musl@21.6.3': optional: true - '@nx/nx-win32-arm64-msvc@21.5.3': + '@nx/nx-win32-arm64-msvc@21.6.3': optional: true - '@nx/nx-win32-x64-msvc@21.5.3': + '@nx/nx-win32-x64-msvc@21.6.3': optional: true '@opentelemetry/api@1.9.0': {} @@ -7905,7 +7897,7 @@ snapshots: '@polka/url@1.0.0-next.29': {} - '@prefresh/core@1.5.7(preact@10.27.2)': + '@prefresh/core@1.5.8(preact@10.27.2)': dependencies: preact: 10.27.2 @@ -7979,7 +7971,7 @@ snapshots: '@rspack/lite-tapable': 1.0.1 '@swc/helpers': 0.5.17 core-js: 3.45.1 - jiti: 2.6.0 + jiti: 2.6.1 '@rsbuild/core@1.5.12': dependencies: @@ -7987,7 +7979,7 @@ snapshots: '@rspack/lite-tapable': 1.0.1 '@swc/helpers': 0.5.17 core-js: 3.45.1 - jiti: 2.6.0 + jiti: 2.6.1 '@rsbuild/core@1.5.13': dependencies: @@ -7995,7 +7987,7 @@ snapshots: '@rspack/lite-tapable': 1.0.1 '@swc/helpers': 0.5.17 core-js: 3.45.1 - jiti: 2.6.0 + jiti: 2.6.1 '@rsbuild/plugin-babel@1.0.5(@rsbuild/core@packages+core)': dependencies: @@ -8045,12 +8037,12 @@ snapshots: reduce-configs: 1.1.1 sass-embedded: 1.93.2 - '@rsbuild/plugin-type-check@1.2.4(@rsbuild/core@packages+core)(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.2)': + '@rsbuild/plugin-type-check@1.2.4(@rsbuild/core@packages+core)(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)': dependencies: deepmerge: 4.3.1 json5: 2.2.3 reduce-configs: 1.1.1 - ts-checker-rspack-plugin: 1.1.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.2) + ts-checker-rspack-plugin: 1.1.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3) optionalDependencies: '@rsbuild/core': link:packages/core transitivePeerDependencies: @@ -8164,12 +8156,12 @@ snapshots: - '@rspack/core' - webpack - '@rslib/core@0.15.0(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2)': + '@rslib/core@0.15.0(@typescript/native-preview@7.0.0-dev.20251005.1)(typescript@5.9.3)': dependencies: '@rsbuild/core': 1.5.13 - rsbuild-plugin-dts: 0.15.0(@rsbuild/core@1.5.13)(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2) + rsbuild-plugin-dts: 0.15.0(@rsbuild/core@1.5.13)(@typescript/native-preview@7.0.0-dev.20251005.1)(typescript@5.9.3) optionalDependencies: - typescript: 5.9.2 + typescript: 5.9.3 transitivePeerDependencies: - '@typescript/native-preview' @@ -8361,9 +8353,9 @@ snapshots: '@rspack/lite-tapable@1.0.1': {} - '@rspack/plugin-preact-refresh@1.1.3(@prefresh/core@1.5.7(preact@10.27.2))(@prefresh/utils@1.2.1)': + '@rspack/plugin-preact-refresh@1.1.3(@prefresh/core@1.5.8(preact@10.27.2))(@prefresh/utils@1.2.1)': dependencies: - '@prefresh/core': 1.5.7(preact@10.27.2) + '@prefresh/core': 1.5.8(preact@10.27.2) '@prefresh/utils': 1.2.1 '@rspack/plugin-react-refresh@1.5.1(react-refresh@0.17.0)': @@ -8499,7 +8491,7 @@ snapshots: '@rspress/shared@2.0.0-beta.34': dependencies: - '@rsbuild/core': 1.5.12 + '@rsbuild/core': 1.5.13 '@shikijs/rehype': 3.12.2 gray-matter: 4.0.3 lodash-es: 4.17.21 @@ -8533,7 +8525,7 @@ snapshots: - react - react-dom - '@rstest/core@0.5.0': + '@rstest/core@0.5.1': dependencies: '@rsbuild/core': 1.5.0 '@types/chai': 5.2.2 @@ -8657,12 +8649,12 @@ snapshots: '@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.28.4) '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.28.4) - '@svgr/core@8.1.0(typescript@5.9.2)': + '@svgr/core@8.1.0(typescript@5.9.3)': dependencies: '@babel/core': 7.28.4 '@svgr/babel-preset': 8.1.0(@babel/core@7.28.4) camelcase: 6.3.0 - cosmiconfig: 8.3.6(typescript@5.9.2) + cosmiconfig: 8.3.6(typescript@5.9.3) snake-case: 3.0.4 transitivePeerDependencies: - supports-color @@ -8673,20 +8665,20 @@ snapshots: '@babel/types': 7.28.2 entities: 4.5.0 - '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.9.2))': + '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.9.3))': dependencies: '@babel/core': 7.28.4 '@svgr/babel-preset': 8.1.0(@babel/core@7.28.4) - '@svgr/core': 8.1.0(typescript@5.9.2) + '@svgr/core': 8.1.0(typescript@5.9.3) '@svgr/hast-util-to-babel-ast': 8.0.0 svg-parser: 2.0.4 transitivePeerDependencies: - supports-color - '@svgr/plugin-svgo@8.1.0(@svgr/core@8.1.0(typescript@5.9.2))(typescript@5.9.2)': + '@svgr/plugin-svgo@8.1.0(@svgr/core@8.1.0(typescript@5.9.3))(typescript@5.9.3)': dependencies: - '@svgr/core': 8.1.0(typescript@5.9.2) - cosmiconfig: 8.3.6(typescript@5.9.2) + '@svgr/core': 8.1.0(typescript@5.9.3) + cosmiconfig: 8.3.6(typescript@5.9.3) deepmerge: 4.3.1 svgo: 3.3.2 transitivePeerDependencies: @@ -8706,77 +8698,77 @@ snapshots: dependencies: '@swc/counter': 0.1.3 - '@tailwindcss/node@4.1.13': + '@tailwindcss/node@4.1.14': dependencies: '@jridgewell/remapping': 2.3.5 enhanced-resolve: 5.18.3 - jiti: 2.6.0 + jiti: 2.6.1 lightningcss: 1.30.1 - magic-string: 0.30.18 + magic-string: 0.30.19 source-map-js: 1.2.1 - tailwindcss: 4.1.13 + tailwindcss: 4.1.14 - '@tailwindcss/oxide-android-arm64@4.1.13': + '@tailwindcss/oxide-android-arm64@4.1.14': optional: true - '@tailwindcss/oxide-darwin-arm64@4.1.13': + '@tailwindcss/oxide-darwin-arm64@4.1.14': optional: true - '@tailwindcss/oxide-darwin-x64@4.1.13': + '@tailwindcss/oxide-darwin-x64@4.1.14': optional: true - '@tailwindcss/oxide-freebsd-x64@4.1.13': + '@tailwindcss/oxide-freebsd-x64@4.1.14': optional: true - '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.13': + '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.14': optional: true - '@tailwindcss/oxide-linux-arm64-gnu@4.1.13': + '@tailwindcss/oxide-linux-arm64-gnu@4.1.14': optional: true - '@tailwindcss/oxide-linux-arm64-musl@4.1.13': + '@tailwindcss/oxide-linux-arm64-musl@4.1.14': optional: true - '@tailwindcss/oxide-linux-x64-gnu@4.1.13': + '@tailwindcss/oxide-linux-x64-gnu@4.1.14': optional: true - '@tailwindcss/oxide-linux-x64-musl@4.1.13': + '@tailwindcss/oxide-linux-x64-musl@4.1.14': optional: true - '@tailwindcss/oxide-wasm32-wasi@4.1.13': + '@tailwindcss/oxide-wasm32-wasi@4.1.14': optional: true - '@tailwindcss/oxide-win32-arm64-msvc@4.1.13': + '@tailwindcss/oxide-win32-arm64-msvc@4.1.14': optional: true - '@tailwindcss/oxide-win32-x64-msvc@4.1.13': + '@tailwindcss/oxide-win32-x64-msvc@4.1.14': optional: true - '@tailwindcss/oxide@4.1.13': + '@tailwindcss/oxide@4.1.14': dependencies: detect-libc: 2.0.4 - tar: 7.4.3 + tar: 7.5.1 optionalDependencies: - '@tailwindcss/oxide-android-arm64': 4.1.13 - '@tailwindcss/oxide-darwin-arm64': 4.1.13 - '@tailwindcss/oxide-darwin-x64': 4.1.13 - '@tailwindcss/oxide-freebsd-x64': 4.1.13 - '@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.13 - '@tailwindcss/oxide-linux-arm64-gnu': 4.1.13 - '@tailwindcss/oxide-linux-arm64-musl': 4.1.13 - '@tailwindcss/oxide-linux-x64-gnu': 4.1.13 - '@tailwindcss/oxide-linux-x64-musl': 4.1.13 - '@tailwindcss/oxide-wasm32-wasi': 4.1.13 - '@tailwindcss/oxide-win32-arm64-msvc': 4.1.13 - '@tailwindcss/oxide-win32-x64-msvc': 4.1.13 - - '@tailwindcss/postcss@4.1.13': + '@tailwindcss/oxide-android-arm64': 4.1.14 + '@tailwindcss/oxide-darwin-arm64': 4.1.14 + '@tailwindcss/oxide-darwin-x64': 4.1.14 + '@tailwindcss/oxide-freebsd-x64': 4.1.14 + '@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.14 + '@tailwindcss/oxide-linux-arm64-gnu': 4.1.14 + '@tailwindcss/oxide-linux-arm64-musl': 4.1.14 + '@tailwindcss/oxide-linux-x64-gnu': 4.1.14 + '@tailwindcss/oxide-linux-x64-musl': 4.1.14 + '@tailwindcss/oxide-wasm32-wasi': 4.1.14 + '@tailwindcss/oxide-win32-arm64-msvc': 4.1.14 + '@tailwindcss/oxide-win32-x64-msvc': 4.1.14 + + '@tailwindcss/postcss@4.1.14': dependencies: '@alloc/quick-lru': 5.2.0 - '@tailwindcss/node': 4.1.13 - '@tailwindcss/oxide': 4.1.13 + '@tailwindcss/node': 4.1.14 + '@tailwindcss/oxide': 4.1.14 postcss: 8.5.6 - tailwindcss: 4.1.13 + tailwindcss: 4.1.14 '@trysound/sax@0.2.0': {} @@ -8813,7 +8805,7 @@ snapshots: '@types/body-parser@1.19.6': dependencies: '@types/connect': 3.4.38 - '@types/node': 22.18.6 + '@types/node': 22.18.8 '@types/chai@5.2.2': dependencies: @@ -8821,11 +8813,11 @@ snapshots: '@types/connect@3.4.38': dependencies: - '@types/node': 22.18.6 + '@types/node': 22.18.8 '@types/cors@2.8.19': dependencies: - '@types/node': 22.18.6 + '@types/node': 22.18.8 '@types/debug@4.1.12': dependencies: @@ -8853,7 +8845,7 @@ snapshots: '@types/express-serve-static-core@5.0.6': dependencies: - '@types/node': 22.18.6 + '@types/node': 22.18.8 '@types/qs': 6.14.0 '@types/range-parser': 1.2.7 '@types/send': 0.17.5 @@ -8867,7 +8859,7 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 22.18.6 + '@types/node': 22.18.8 '@types/hast@3.0.4': dependencies: @@ -8879,13 +8871,13 @@ snapshots: '@types/http-proxy@1.17.16': dependencies: - '@types/node': 22.18.6 + '@types/node': 22.18.8 '@types/json-schema@7.0.15': {} '@types/jsonfile@6.1.4': dependencies: - '@types/node': 22.18.6 + '@types/node': 22.18.8 '@types/less@3.0.8': {} @@ -8903,21 +8895,21 @@ snapshots: '@types/node-sass@4.11.8': dependencies: - '@types/node': 22.18.6 + '@types/node': 22.18.8 - '@types/node@22.18.6': + '@types/node@22.18.8': dependencies: undici-types: 6.21.0 '@types/on-finished@2.3.5': dependencies: - '@types/node': 22.18.6 + '@types/node': 22.18.8 '@types/polka@0.5.7': dependencies: '@types/express': 5.0.3 '@types/express-serve-static-core': 5.0.6 - '@types/node': 22.18.6 + '@types/node': 22.18.8 '@types/trouter': 3.1.4 '@types/qs@6.14.0': {} @@ -8934,7 +8926,7 @@ snapshots: '@types/sass-loader@8.0.9': dependencies: - '@types/node': 22.18.6 + '@types/node': 22.18.8 '@types/node-sass': 4.11.8 '@types/webpack': 4.41.40 sass: 1.93.2 @@ -8946,12 +8938,12 @@ snapshots: '@types/send@0.17.5': dependencies: '@types/mime': 1.3.5 - '@types/node': 22.18.6 + '@types/node': 22.18.8 '@types/serve-static@1.15.8': dependencies: '@types/http-errors': 2.0.5 - '@types/node': 22.18.6 + '@types/node': 22.18.8 '@types/send': 0.17.5 '@types/source-list-map@0.1.6': {} @@ -8976,7 +8968,7 @@ snapshots: '@types/webpack-bundle-analyzer@4.7.0': dependencies: - '@types/node': 22.18.6 + '@types/node': 22.18.8 tapable: 2.2.2 webpack: 5.101.3 transitivePeerDependencies: @@ -8987,13 +8979,13 @@ snapshots: '@types/webpack-sources@3.2.3': dependencies: - '@types/node': 22.18.6 + '@types/node': 22.18.8 '@types/source-list-map': 0.1.6 source-map: 0.7.6 '@types/webpack@4.41.40': dependencies: - '@types/node': 22.18.6 + '@types/node': 22.18.8 '@types/tapable': 1.0.12 '@types/uglify-js': 3.17.5 '@types/webpack-sources': 3.2.3 @@ -9002,38 +8994,38 @@ snapshots: '@types/ws@8.18.1': dependencies: - '@types/node': 22.18.6 + '@types/node': 22.18.8 - '@typescript/native-preview-darwin-arm64@7.0.0-dev.20250928.1': + '@typescript/native-preview-darwin-arm64@7.0.0-dev.20251005.1': optional: true - '@typescript/native-preview-darwin-x64@7.0.0-dev.20250928.1': + '@typescript/native-preview-darwin-x64@7.0.0-dev.20251005.1': optional: true - '@typescript/native-preview-linux-arm64@7.0.0-dev.20250928.1': + '@typescript/native-preview-linux-arm64@7.0.0-dev.20251005.1': optional: true - '@typescript/native-preview-linux-arm@7.0.0-dev.20250928.1': + '@typescript/native-preview-linux-arm@7.0.0-dev.20251005.1': optional: true - '@typescript/native-preview-linux-x64@7.0.0-dev.20250928.1': + '@typescript/native-preview-linux-x64@7.0.0-dev.20251005.1': optional: true - '@typescript/native-preview-win32-arm64@7.0.0-dev.20250928.1': + '@typescript/native-preview-win32-arm64@7.0.0-dev.20251005.1': optional: true - '@typescript/native-preview-win32-x64@7.0.0-dev.20250928.1': + '@typescript/native-preview-win32-x64@7.0.0-dev.20251005.1': optional: true - '@typescript/native-preview@7.0.0-dev.20250928.1': + '@typescript/native-preview@7.0.0-dev.20251005.1': optionalDependencies: - '@typescript/native-preview-darwin-arm64': 7.0.0-dev.20250928.1 - '@typescript/native-preview-darwin-x64': 7.0.0-dev.20250928.1 - '@typescript/native-preview-linux-arm': 7.0.0-dev.20250928.1 - '@typescript/native-preview-linux-arm64': 7.0.0-dev.20250928.1 - '@typescript/native-preview-linux-x64': 7.0.0-dev.20250928.1 - '@typescript/native-preview-win32-arm64': 7.0.0-dev.20250928.1 - '@typescript/native-preview-win32-x64': 7.0.0-dev.20250928.1 + '@typescript/native-preview-darwin-arm64': 7.0.0-dev.20251005.1 + '@typescript/native-preview-darwin-x64': 7.0.0-dev.20251005.1 + '@typescript/native-preview-linux-arm': 7.0.0-dev.20251005.1 + '@typescript/native-preview-linux-arm64': 7.0.0-dev.20251005.1 + '@typescript/native-preview-linux-x64': 7.0.0-dev.20251005.1 + '@typescript/native-preview-win32-arm64': 7.0.0-dev.20251005.1 + '@typescript/native-preview-win32-x64': 7.0.0-dev.20251005.1 '@ungap/structured-clone@1.3.0': {} @@ -9107,7 +9099,7 @@ snapshots: '@vue/compiler-ssr': 3.5.21 '@vue/shared': 3.5.21 estree-walker: 2.0.2 - magic-string: 0.30.18 + magic-string: 0.30.19 postcss: 8.5.6 source-map-js: 1.2.1 @@ -9151,11 +9143,11 @@ snapshots: '@vue/shared': 3.5.22 csstype: 3.1.3 - '@vue/server-renderer@3.5.22(vue@3.5.22(typescript@5.9.2))': + '@vue/server-renderer@3.5.22(vue@3.5.22(typescript@5.9.3))': dependencies: '@vue/compiler-ssr': 3.5.22 '@vue/shared': 3.5.22 - vue: 3.5.22(typescript@5.9.2) + vue: 3.5.22(typescript@5.9.3) '@vue/shared@3.5.19': {} @@ -9645,23 +9637,23 @@ snapshots: object-assign: 4.1.1 vary: 1.1.2 - cosmiconfig@8.3.6(typescript@5.9.2): + cosmiconfig@8.3.6(typescript@5.9.3): dependencies: import-fresh: 3.3.1 js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 optionalDependencies: - typescript: 5.9.2 + typescript: 5.9.3 - cosmiconfig@9.0.0(typescript@5.9.2): + cosmiconfig@9.0.0(typescript@5.9.3): dependencies: env-paths: 2.2.1 import-fresh: 3.3.1 js-yaml: 4.1.0 parse-json: 5.2.0 optionalDependencies: - typescript: 5.9.2 + typescript: 5.9.3 create-rstack@1.6.1: {} @@ -9892,7 +9884,7 @@ snapshots: engine.io@6.6.4: dependencies: '@types/cors': 2.8.19 - '@types/node': 22.18.6 + '@types/node': 22.18.8 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.7.2 @@ -10696,11 +10688,11 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 22.18.6 + '@types/node': 22.18.8 merge-stream: 2.0.0 supports-color: 8.1.1 - jiti@2.6.0: {} + jiti@2.6.1: {} js-tokens@4.0.0: {} @@ -10939,10 +10931,6 @@ snapshots: luxon@3.6.1: {} - magic-string@0.30.18: - dependencies: - '@jridgewell/sourcemap-codec': 1.5.5 - magic-string@0.30.19: dependencies: '@jridgewell/sourcemap-codec': 1.5.5 @@ -11453,12 +11441,10 @@ snapshots: minipass@7.1.2: {} - minizlib@3.0.2: + minizlib@3.1.0: dependencies: minipass: 7.1.2 - mkdirp@3.0.1: {} - moment@2.30.1: {} motion-dom@12.23.6: @@ -11525,7 +11511,7 @@ snapshots: dependencies: boolbase: 1.0.0 - nx@21.6.2: + nx@21.6.3: dependencies: '@napi-rs/wasm-runtime': 0.2.4 '@yarnpkg/lockfile': 1.1.0 @@ -11563,16 +11549,16 @@ snapshots: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 21.5.3 - '@nx/nx-darwin-x64': 21.5.3 - '@nx/nx-freebsd-x64': 21.5.3 - '@nx/nx-linux-arm-gnueabihf': 21.5.3 - '@nx/nx-linux-arm64-gnu': 21.5.3 - '@nx/nx-linux-arm64-musl': 21.5.3 - '@nx/nx-linux-x64-gnu': 21.5.3 - '@nx/nx-linux-x64-musl': 21.5.3 - '@nx/nx-win32-arm64-msvc': 21.5.3 - '@nx/nx-win32-x64-msvc': 21.5.3 + '@nx/nx-darwin-arm64': 21.6.3 + '@nx/nx-darwin-x64': 21.6.3 + '@nx/nx-freebsd-x64': 21.6.3 + '@nx/nx-linux-arm-gnueabihf': 21.6.3 + '@nx/nx-linux-arm64-gnu': 21.6.3 + '@nx/nx-linux-arm64-musl': 21.6.3 + '@nx/nx-linux-x64-gnu': 21.6.3 + '@nx/nx-linux-x64-musl': 21.6.3 + '@nx/nx-win32-arm64-msvc': 21.6.3 + '@nx/nx-win32-x64-msvc': 21.6.3 transitivePeerDependencies: - debug @@ -11727,18 +11713,18 @@ snapshots: '@polka/url': 0.5.0 trouter: 2.0.1 - postcss-load-config@6.0.1(jiti@2.6.0)(postcss@8.5.6)(yaml@2.8.0): + postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.6)(yaml@2.8.0): dependencies: lilconfig: 3.1.3 optionalDependencies: - jiti: 2.6.0 + jiti: 2.6.1 postcss: 8.5.6 yaml: 2.8.0 - postcss-loader@8.2.0(patch_hash=7434af0286aadb1ef0e2daed0d97ebc69f717990e106d650e6e515683e89988a)(@rspack/core@1.5.8(@swc/helpers@0.5.17))(postcss@8.5.6)(typescript@5.9.2)(webpack@5.101.3): + postcss-loader@8.2.0(patch_hash=7434af0286aadb1ef0e2daed0d97ebc69f717990e106d650e6e515683e89988a)(@rspack/core@1.5.8(@swc/helpers@0.5.17))(postcss@8.5.6)(typescript@5.9.3)(webpack@5.101.3): dependencies: - cosmiconfig: 9.0.0(typescript@5.9.2) - jiti: 2.6.0 + cosmiconfig: 9.0.0(typescript@5.9.3) + jiti: 2.6.1 postcss: 8.5.6 semver: 7.7.2 optionalDependencies: @@ -11783,12 +11769,12 @@ snapshots: preact@10.27.2: {} - prebundle@1.4.2(typescript@5.9.2): + prebundle@1.4.2(typescript@5.9.3): dependencies: '@vercel/ncc': 0.38.3 prettier: 3.6.2 rollup: 4.46.2 - rollup-plugin-dts: 6.2.1(rollup@4.46.2)(typescript@5.9.2) + rollup-plugin-dts: 6.2.1(rollup@4.46.2)(typescript@5.9.3) terser: 5.43.1 transitivePeerDependencies: - typescript @@ -12036,11 +12022,11 @@ snapshots: rfdc@1.4.1: {} - rollup-plugin-dts@6.2.1(rollup@4.46.2)(typescript@5.9.2): + rollup-plugin-dts@6.2.1(rollup@4.46.2)(typescript@5.9.3): dependencies: - magic-string: 0.30.18 + magic-string: 0.30.19 rollup: 4.46.2 - typescript: 5.9.2 + typescript: 5.9.3 optionalDependencies: '@babel/code-frame': 7.27.1 @@ -12070,19 +12056,19 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.46.2 fsevents: 2.3.3 - rsbuild-plugin-arethetypeswrong@0.1.1(@rsbuild/core@packages+core)(typescript@5.9.2): + rsbuild-plugin-arethetypeswrong@0.1.1(@rsbuild/core@packages+core)(typescript@5.9.3): dependencies: - typescript: 5.9.2 + typescript: 5.9.3 optionalDependencies: '@rsbuild/core': link:packages/core - rsbuild-plugin-dts@0.15.0(@rsbuild/core@1.5.13)(@typescript/native-preview@7.0.0-dev.20250928.1)(typescript@5.9.2): + rsbuild-plugin-dts@0.15.0(@rsbuild/core@1.5.13)(@typescript/native-preview@7.0.0-dev.20251005.1)(typescript@5.9.3): dependencies: '@ast-grep/napi': 0.37.0 '@rsbuild/core': 1.5.13 optionalDependencies: - '@typescript/native-preview': 7.0.0-dev.20250928.1 - typescript: 5.9.2 + '@typescript/native-preview': 7.0.0-dev.20251005.1 + typescript: 5.9.3 rsbuild-plugin-google-analytics@1.0.4(@rsbuild/core@packages+core): optionalDependencies: @@ -12491,30 +12477,30 @@ snapshots: svelte-dev-helper@1.1.9: {} - svelte-hmr@0.14.12(svelte@5.39.6): + svelte-hmr@0.14.12(svelte@5.39.9): dependencies: - svelte: 5.39.6 + svelte: 5.39.9 - svelte-loader@3.2.4(svelte@5.39.6): + svelte-loader@3.2.4(svelte@5.39.9): dependencies: loader-utils: 2.0.4 - svelte: 5.39.6 + svelte: 5.39.9 svelte-dev-helper: 1.1.9 - svelte-hmr: 0.14.12(svelte@5.39.6) + svelte-hmr: 0.14.12(svelte@5.39.9) - svelte-preprocess@6.0.3(@babel/core@7.28.4)(less@4.4.0)(postcss-load-config@6.0.1(jiti@2.6.0)(postcss@8.5.6)(yaml@2.8.0))(postcss@8.5.6)(sass@1.93.2)(stylus@0.64.0)(svelte@5.39.6)(typescript@5.9.2): + svelte-preprocess@6.0.3(@babel/core@7.28.4)(less@4.4.0)(postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.6)(yaml@2.8.0))(postcss@8.5.6)(sass@1.93.2)(stylus@0.64.0)(svelte@5.39.9)(typescript@5.9.3): dependencies: - svelte: 5.39.6 + svelte: 5.39.9 optionalDependencies: '@babel/core': 7.28.4 less: 4.4.0 postcss: 8.5.6 - postcss-load-config: 6.0.1(jiti@2.6.0)(postcss@8.5.6)(yaml@2.8.0) + postcss-load-config: 6.0.1(jiti@2.6.1)(postcss@8.5.6)(yaml@2.8.0) sass: 1.93.2 stylus: 0.64.0 - typescript: 5.9.2 + typescript: 5.9.3 - svelte@5.39.6: + svelte@5.39.9: dependencies: '@jridgewell/remapping': 2.3.5 '@jridgewell/sourcemap-codec': 1.5.5 @@ -12528,7 +12514,7 @@ snapshots: esrap: 2.1.0 is-reference: 3.0.3 locate-character: 3.0.0 - magic-string: 0.30.18 + magic-string: 0.30.19 zimmerframe: 1.1.2 svg-parser@2.0.4: {} @@ -12555,7 +12541,7 @@ snapshots: sync-message-port@1.1.3: {} - tailwindcss@4.1.13: {} + tailwindcss@4.1.14: {} tapable@2.2.2: {} @@ -12569,13 +12555,12 @@ snapshots: inherits: 2.0.4 readable-stream: 3.6.2 - tar@7.4.3: + tar@7.5.1: dependencies: '@isaacs/fs-minipass': 4.0.1 chownr: 3.0.0 minipass: 7.1.2 - minizlib: 3.0.2 - mkdirp: 3.0.1 + minizlib: 3.1.0 yallist: 5.0.0 terser-webpack-plugin@5.3.14(webpack@5.101.3): @@ -12640,7 +12625,7 @@ snapshots: dependencies: matchit: 1.1.0 - ts-checker-rspack-plugin@1.1.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.2): + ts-checker-rspack-plugin@1.1.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3): dependencies: '@babel/code-frame': 7.27.1 '@rspack/lite-tapable': 1.0.1 @@ -12649,7 +12634,7 @@ snapshots: memfs: 4.48.1 minimatch: 9.0.5 picocolors: 1.1.1 - typescript: 5.9.2 + typescript: 5.9.3 optionalDependencies: '@rspack/core': 1.5.8(@swc/helpers@0.5.17) @@ -12682,7 +12667,7 @@ snapshots: media-typer: 1.1.0 mime-types: 3.0.1 - typescript@5.9.2: {} + typescript@5.9.3: {} undici-types@6.21.0: {} @@ -12789,29 +12774,29 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.2 - vue-loader@17.4.2(vue@3.5.22(typescript@5.9.2))(webpack@5.101.3): + vue-loader@17.4.2(vue@3.5.22(typescript@5.9.3))(webpack@5.101.3): dependencies: chalk: 4.1.2 hash-sum: 2.0.0 watchpack: 2.4.4 webpack: 5.101.3 optionalDependencies: - vue: 3.5.22(typescript@5.9.2) + vue: 3.5.22(typescript@5.9.3) - vue-router@4.5.1(vue@3.5.22(typescript@5.9.2)): + vue-router@4.5.1(vue@3.5.22(typescript@5.9.3)): dependencies: '@vue/devtools-api': 6.6.4 - vue: 3.5.22(typescript@5.9.2) + vue: 3.5.22(typescript@5.9.3) - vue@3.5.22(typescript@5.9.2): + vue@3.5.22(typescript@5.9.3): dependencies: '@vue/compiler-dom': 3.5.22 '@vue/compiler-sfc': 3.5.22 '@vue/runtime-dom': 3.5.22 - '@vue/server-renderer': 3.5.22(vue@3.5.22(typescript@5.9.2)) + '@vue/server-renderer': 3.5.22(vue@3.5.22(typescript@5.9.3)) '@vue/shared': 3.5.22 optionalDependencies: - typescript: 5.9.2 + typescript: 5.9.3 watchpack@2.4.4: dependencies: diff --git a/scripts/config/package.json b/scripts/config/package.json index 16e906d376..6f5c19a4f1 100644 --- a/scripts/config/package.json +++ b/scripts/config/package.json @@ -6,9 +6,9 @@ "devDependencies": { "@rsbuild/core": "workspace:*", "@rslib/core": "0.15.0", - "@types/node": "^22.18.6", - "@typescript/native-preview": "7.0.0-dev.20250928.1", + "@types/node": "^22.18.8", + "@typescript/native-preview": "7.0.0-dev.20251005.1", "rsbuild-plugin-arethetypeswrong": "0.1.1", - "typescript": "^5.9.2" + "typescript": "^5.9.3" } } diff --git a/scripts/test-helper/package.json b/scripts/test-helper/package.json index e3df4f7599..9e4f65fabb 100644 --- a/scripts/test-helper/package.json +++ b/scripts/test-helper/package.json @@ -25,9 +25,9 @@ }, "dependencies": { "@rsbuild/core": "workspace:*", - "@types/node": "^22.18.6", + "@types/node": "^22.18.8", "path-serializer": "0.5.1", - "typescript": "^5.9.2" + "typescript": "^5.9.3" }, "devDependencies": { "@rslib/core": "0.15.0" diff --git a/website/package.json b/website/package.json index 951bff6250..c0dbe9aabb 100644 --- a/website/package.json +++ b/website/package.json @@ -19,7 +19,7 @@ "@rspress/plugin-sitemap": "2.0.0-beta.34", "@rstack-dev/doc-ui": "^1.11.0", "@shikijs/transformers": "^3.13.0", - "@types/node": "^22.18.6", + "@types/node": "^22.18.8", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", "fast-glob": "^3.3.3", @@ -29,6 +29,6 @@ "rsbuild-plugin-open-graph": "^1.1.0", "rspress-plugin-font-open-sans": "^1.0.3", "rspress-plugin-sitemap": "^1.2.1", - "typescript": "^5.9.2" + "typescript": "^5.9.3" } }