From 08fc7bc477aa02b75de7d96659e1265300e4de59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 07:25:17 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- examples/express-plugin/package.json | 2 +- .../module-federation/mf-host/package.json | 10 +- .../mf-react-component/package.json | 8 +- .../module-federation/mf-remote/package.json | 10 +- .../package.json | 2 +- .../react-component-bundle-false/package.json | 4 +- examples/react-component-bundle/package.json | 4 +- examples/react-component-umd/package.json | 4 +- examples/solid-component-bundle/package.json | 2 +- examples/vue-component-bundle/package.json | 2 +- .../vue-component-bundleless/package.json | 10 +- package.json | 18 +- packages/core/package.json | 4 +- .../fragments/base/node-dual-ts/package.json | 4 +- .../fragments/base/node-esm-ts/package.json | 4 +- .../fragments/base/react-js/package.json | 2 +- .../fragments/base/react-ts/package.json | 6 +- .../fragments/base/vue-ts/package.json | 2 +- .../tools/storybook-react-js/package.json | 10 +- .../tools/storybook-react-ts/package.json | 10 +- .../tools/storybook-vue-js/package.json | 10 +- .../tools/storybook-vue-ts/package.json | 10 +- .../tools/vitest-vue-js/package.json | 2 +- .../tools/vitest-vue-ts/package.json | 2 +- packages/create-rslib/package.json | 4 +- .../template-[node-dual]-[]-ts/package.json | 4 +- .../package.json | 4 +- .../template-[node-esm]-[]-ts/package.json | 4 +- .../package.json | 4 +- .../template-[react]-[]-js/package.json | 2 +- .../template-[react]-[]-ts/package.json | 6 +- .../package.json | 12 +- .../package.json | 16 +- .../package.json | 12 +- .../package.json | 16 +- .../template-[react]-[vitest]-js/package.json | 2 +- .../template-[react]-[vitest]-ts/package.json | 6 +- .../template-[vue]-[]-ts/package.json | 2 +- .../package.json | 12 +- .../package.json | 14 +- .../package.json | 10 +- .../package.json | 12 +- .../template-[vue]-[vitest]-js/package.json | 2 +- .../template-[vue]-[vitest]-ts/package.json | 4 +- packages/plugin-dts/package.json | 4 +- pnpm-lock.yaml | 1481 ++++++++--------- tests/integration/asset/hash/package.json | 2 +- .../auto-external/bundle-false/package.json | 2 +- .../auto-external/default/package.json | 2 +- .../external-sub-path/package.json | 2 +- .../auto-external/false/package.json | 2 +- .../module-import-warn/package.json | 2 +- .../auto-external/with-externals/package.json | 2 +- .../bundle-false/svgr/package.json | 2 +- .../node-polyfill/bundle-false/package.json | 2 +- .../node-polyfill/bundle/package.json | 2 +- tests/integration/redirect/dts/package.json | 2 +- tests/integration/umd-globals/package.json | 2 +- .../integration/umd-library-name/package.json | 2 +- tests/integration/vue/package.json | 2 +- tests/package.json | 14 +- website/package.json | 20 +- 62 files changed, 861 insertions(+), 976 deletions(-) diff --git a/examples/express-plugin/package.json b/examples/express-plugin/package.json index db30d31f9..0ee8accbc 100644 --- a/examples/express-plugin/package.json +++ b/examples/express-plugin/package.json @@ -9,7 +9,7 @@ "@rslib/core": "workspace:*", "@types/express": "^5.0.3", "express": "^5.1.0", - "typescript": "^5.8.3" + "typescript": "^5.9.2" }, "peerDependencies": { "express": "^4" diff --git a/examples/module-federation/mf-host/package.json b/examples/module-federation/mf-host/package.json index 4152ac9ac..2a6199a86 100644 --- a/examples/module-federation/mf-host/package.json +++ b/examples/module-federation/mf-host/package.json @@ -8,15 +8,15 @@ "preview": "rsbuild preview" }, "dependencies": { - "react": "^19.1.0", - "react-dom": "^19.1.0" + "react": "^19.1.1", + "react-dom": "^19.1.1" }, "devDependencies": { "@module-federation/rsbuild-plugin": "^0.17.1", "@rsbuild/core": "~1.4.12", "@rsbuild/plugin-react": "^1.3.4", - "@types/react": "^19.1.8", - "@types/react-dom": "^19.1.6", - "typescript": "^5.8.3" + "@types/react": "^19.1.9", + "@types/react-dom": "^19.1.7", + "typescript": "^5.9.2" } } diff --git a/examples/module-federation/mf-react-component/package.json b/examples/module-federation/mf-react-component/package.json index 56a1a034d..45840e0f9 100644 --- a/examples/module-federation/mf-react-component/package.json +++ b/examples/module-federation/mf-react-component/package.json @@ -23,11 +23,11 @@ "@module-federation/storybook-addon": "^4.0.23", "@rsbuild/plugin-react": "^1.3.4", "@rslib/core": "workspace:*", - "@types/react": "^19.1.8", + "@types/react": "^19.1.9", "http-server": "^14.1.1", - "react": "^19.1.0", - "react-dom": "^19.1.0", - "storybook": "^9.0.18", + "react": "^19.1.1", + "react-dom": "^19.1.1", + "storybook": "^9.1.0", "storybook-addon-rslib": "^2.0.2", "storybook-react-rsbuild": "^2.0.2" }, diff --git a/examples/module-federation/mf-remote/package.json b/examples/module-federation/mf-remote/package.json index d4982a053..2a77c7bf1 100644 --- a/examples/module-federation/mf-remote/package.json +++ b/examples/module-federation/mf-remote/package.json @@ -8,15 +8,15 @@ "preview": "rsbuild preview" }, "dependencies": { - "react": "^19.1.0", - "react-dom": "^19.1.0" + "react": "^19.1.1", + "react-dom": "^19.1.1" }, "devDependencies": { "@module-federation/rsbuild-plugin": "^0.17.1", "@rsbuild/core": "~1.4.12", "@rsbuild/plugin-react": "^1.3.4", - "@types/react": "^19.1.8", - "@types/react-dom": "^19.1.6", - "typescript": "^5.8.3" + "@types/react": "^19.1.9", + "@types/react-dom": "^19.1.7", + "typescript": "^5.9.2" } } diff --git a/examples/preact-component-bundle-false/package.json b/examples/preact-component-bundle-false/package.json index 10f4a39c1..0faecbac7 100644 --- a/examples/preact-component-bundle-false/package.json +++ b/examples/preact-component-bundle-false/package.json @@ -11,7 +11,7 @@ "@rsbuild/plugin-preact": "^1.5.1", "@rsbuild/plugin-sass": "^1.3.3", "@rslib/core": "workspace:*", - "preact": "^10.26.9" + "preact": "^10.27.0" }, "peerDependencies": { "preact": "^10" diff --git a/examples/react-component-bundle-false/package.json b/examples/react-component-bundle-false/package.json index 26602bb37..fdcee0ed3 100644 --- a/examples/react-component-bundle-false/package.json +++ b/examples/react-component-bundle-false/package.json @@ -11,8 +11,8 @@ "@rsbuild/plugin-react": "^1.3.4", "@rsbuild/plugin-sass": "^1.3.3", "@rslib/core": "workspace:*", - "@types/react": "^19.1.8", - "react": "^19.1.0" + "@types/react": "^19.1.9", + "react": "^19.1.1" }, "peerDependencies": { "react": "*" diff --git a/examples/react-component-bundle/package.json b/examples/react-component-bundle/package.json index f3df48258..182a1dbd8 100644 --- a/examples/react-component-bundle/package.json +++ b/examples/react-component-bundle/package.json @@ -11,8 +11,8 @@ "@rsbuild/plugin-react": "^1.3.4", "@rsbuild/plugin-sass": "^1.3.3", "@rslib/core": "workspace:*", - "@types/react": "^19.1.8", - "react": "^19.1.0" + "@types/react": "^19.1.9", + "react": "^19.1.1" }, "peerDependencies": { "react": "*" diff --git a/examples/react-component-umd/package.json b/examples/react-component-umd/package.json index 3acfb821e..ba28e4031 100644 --- a/examples/react-component-umd/package.json +++ b/examples/react-component-umd/package.json @@ -10,8 +10,8 @@ "@rsbuild/plugin-react": "^1.3.4", "@rsbuild/plugin-sass": "^1.3.3", "@rslib/core": "workspace:*", - "@types/react": "^19.1.8", - "react": "^19.1.0" + "@types/react": "^19.1.9", + "react": "^19.1.1" }, "peerDependencies": { "react": "*" diff --git a/examples/solid-component-bundle/package.json b/examples/solid-component-bundle/package.json index 244453437..b197e8a44 100644 --- a/examples/solid-component-bundle/package.json +++ b/examples/solid-component-bundle/package.json @@ -15,7 +15,7 @@ "@rsbuild/plugin-solid": "^1.0.5", "@rslib/core": "workspace:*", "solid-js": "^1.9.7", - "typescript": "^5.8.3" + "typescript": "^5.9.2" }, "peerDependencies": { "solid-js": "^1.0.0" diff --git a/examples/vue-component-bundle/package.json b/examples/vue-component-bundle/package.json index 68d092c59..a43604920 100644 --- a/examples/vue-component-bundle/package.json +++ b/examples/vue-component-bundle/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@rslib/core": "workspace:*", "rsbuild-plugin-unplugin-vue": "^0.1.0", - "typescript": "^5.8.3", + "typescript": "^5.9.2", "vue": "^3.5.18", "vue-tsc": "^3.0.4" }, diff --git a/examples/vue-component-bundleless/package.json b/examples/vue-component-bundleless/package.json index 1f57e9148..86882000a 100644 --- a/examples/vue-component-bundleless/package.json +++ b/examples/vue-component-bundleless/package.json @@ -16,16 +16,16 @@ "@rslib/core": "workspace:*", "@storybook/addon-essentials": "^9.0.0-alpha.12", "@storybook/addon-interactions": "^9.0.0-alpha.10", - "@storybook/addon-links": "^9.0.18", - "@storybook/addon-onboarding": "^9.0.18", + "@storybook/addon-links": "^9.1.0", + "@storybook/addon-onboarding": "^9.1.0", "@storybook/blocks": "^9.0.0-alpha.17", "@storybook/test": "^9.0.0-alpha.2", - "@storybook/vue3": "^9.0.18", + "@storybook/vue3": "^9.1.0", "rsbuild-plugin-unplugin-vue": "^0.1.0", - "storybook": "^9.0.18", + "storybook": "^9.1.0", "storybook-addon-rslib": "^2.0.2", "storybook-vue3-rsbuild": "^2.0.2", - "typescript": "^5.8.3", + "typescript": "^5.9.2", "vue": "^3.5.18", "vue-tsc": "^3.0.4" }, diff --git a/package.json b/package.json index c71261e9f..e4a29a90b 100644 --- a/package.json +++ b/package.json @@ -40,27 +40,27 @@ "pnpm-lock.yaml": "pnpm dedupe --check" }, "devDependencies": { - "@biomejs/biome": "^2.1.2", + "@biomejs/biome": "^2.1.3", "@changesets/cli": "^2.29.5", - "@rstest/core": "0.0.10", + "@rstest/core": "0.1.0", "@types/fs-extra": "^11.0.4", - "@types/node": "^22.16.5", + "@types/node": "^22.17.0", "check-dependency-version-consistency": "^5.0.1", "cross-env": "^10.0.0", "cspell-ban-words": "^0.0.4", "fs-extra": "^11.3.0", "heading-case": "^0.1.6", "nano-staged": "^0.8.0", - "nx": "^21.3.7", + "nx": "^21.3.10", "prettier": "^3.6.2", "prettier-plugin-packagejson": "^2.5.19", - "simple-git-hooks": "^2.13.0", - "typescript": "^5.8.3", - "zx": "^8.7.1" + "simple-git-hooks": "^2.13.1", + "typescript": "^5.9.2", + "zx": "^8.7.2" }, - "packageManager": "pnpm@10.13.1", + "packageManager": "pnpm@10.14.0", "engines": { "node": ">=18.0.0", - "pnpm": ">=10.13.1" + "pnpm": ">=10.14.0" } } diff --git a/packages/core/package.json b/packages/core/package.json index ac04d2a9a..7a223f58e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -54,14 +54,14 @@ "cac": "^6.7.14", "chokidar": "^4.0.3", "fs-extra": "^11.3.0", - "memfs": "^4.23.0", + "memfs": "^4.28.0", "picocolors": "1.1.1", "prebundle": "1.4.0", "rsbuild-plugin-publint": "^0.3.2", "rslib": "npm:@rslib/core@0.11.0", "rslog": "^1.2.9", "tsconfck": "3.1.6", - "typescript": "^5.8.3" + "typescript": "^5.9.2" }, "peerDependencies": { "@microsoft/api-extractor": "^7", diff --git a/packages/create-rslib/fragments/base/node-dual-ts/package.json b/packages/create-rslib/fragments/base/node-dual-ts/package.json index d778f4b91..59c0eefa7 100644 --- a/packages/create-rslib/fragments/base/node-dual-ts/package.json +++ b/packages/create-rslib/fragments/base/node-dual-ts/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@rslib/core": "workspace:*", - "@types/node": "^22.16.5", - "typescript": "^5.8.3" + "@types/node": "^22.17.0", + "typescript": "^5.9.2" } } diff --git a/packages/create-rslib/fragments/base/node-esm-ts/package.json b/packages/create-rslib/fragments/base/node-esm-ts/package.json index 2da46126a..c42d6cb8b 100644 --- a/packages/create-rslib/fragments/base/node-esm-ts/package.json +++ b/packages/create-rslib/fragments/base/node-esm-ts/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@rslib/core": "workspace:*", - "@types/node": "^22.16.5", - "typescript": "^5.8.3" + "@types/node": "^22.17.0", + "typescript": "^5.9.2" } } diff --git a/packages/create-rslib/fragments/base/react-js/package.json b/packages/create-rslib/fragments/base/react-js/package.json index e9bb472df..b876b8b64 100644 --- a/packages/create-rslib/fragments/base/react-js/package.json +++ b/packages/create-rslib/fragments/base/react-js/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@rsbuild/plugin-react": "^1.3.4", "@rslib/core": "workspace:*", - "react": "^19.1.0" + "react": "^19.1.1" }, "peerDependencies": { "react": ">=16.9.0", diff --git a/packages/create-rslib/fragments/base/react-ts/package.json b/packages/create-rslib/fragments/base/react-ts/package.json index 0a4b2aa9c..d958714d3 100644 --- a/packages/create-rslib/fragments/base/react-ts/package.json +++ b/packages/create-rslib/fragments/base/react-ts/package.json @@ -19,9 +19,9 @@ "devDependencies": { "@rsbuild/plugin-react": "^1.3.4", "@rslib/core": "workspace:*", - "@types/react": "^19.1.8", - "react": "^19.1.0", - "typescript": "^5.8.3" + "@types/react": "^19.1.9", + "react": "^19.1.1", + "typescript": "^5.9.2" }, "peerDependencies": { "react": ">=16.9.0", diff --git a/packages/create-rslib/fragments/base/vue-ts/package.json b/packages/create-rslib/fragments/base/vue-ts/package.json index b1441ed47..28c00c4ab 100644 --- a/packages/create-rslib/fragments/base/vue-ts/package.json +++ b/packages/create-rslib/fragments/base/vue-ts/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@rslib/core": "workspace:*", "rsbuild-plugin-unplugin-vue": "^0.1.0", - "typescript": "^5.8.3", + "typescript": "^5.9.2", "vue": "^3.5.18", "vue-tsc": "^3.0.4" }, diff --git a/packages/create-rslib/fragments/tools/storybook-react-js/package.json b/packages/create-rslib/fragments/tools/storybook-react-js/package.json index 749469791..567244e96 100644 --- a/packages/create-rslib/fragments/tools/storybook-react-js/package.json +++ b/packages/create-rslib/fragments/tools/storybook-react-js/package.json @@ -5,15 +5,15 @@ }, "devDependencies": { "@rsbuild/core": "~1.4.12", - "@storybook/addon-docs": "^9.0.18", + "@storybook/addon-docs": "^9.1.0", "@storybook/addon-essentials": "^9.0.0-alpha.12", "@storybook/addon-interactions": "^9.0.0-alpha.10", - "@storybook/addon-links": "^9.0.18", - "@storybook/addon-onboarding": "^9.0.18", + "@storybook/addon-links": "^9.1.0", + "@storybook/addon-onboarding": "^9.1.0", "@storybook/blocks": "^9.0.0-alpha.17", - "@storybook/react": "^9.0.18", + "@storybook/react": "^9.1.0", "@storybook/test": "^9.0.0-alpha.2", - "storybook": "^9.0.18", + "storybook": "^9.1.0", "storybook-addon-rslib": "^2.0.2", "storybook-react-rsbuild": "^2.0.2" } diff --git a/packages/create-rslib/fragments/tools/storybook-react-ts/package.json b/packages/create-rslib/fragments/tools/storybook-react-ts/package.json index 749469791..567244e96 100644 --- a/packages/create-rslib/fragments/tools/storybook-react-ts/package.json +++ b/packages/create-rslib/fragments/tools/storybook-react-ts/package.json @@ -5,15 +5,15 @@ }, "devDependencies": { "@rsbuild/core": "~1.4.12", - "@storybook/addon-docs": "^9.0.18", + "@storybook/addon-docs": "^9.1.0", "@storybook/addon-essentials": "^9.0.0-alpha.12", "@storybook/addon-interactions": "^9.0.0-alpha.10", - "@storybook/addon-links": "^9.0.18", - "@storybook/addon-onboarding": "^9.0.18", + "@storybook/addon-links": "^9.1.0", + "@storybook/addon-onboarding": "^9.1.0", "@storybook/blocks": "^9.0.0-alpha.17", - "@storybook/react": "^9.0.18", + "@storybook/react": "^9.1.0", "@storybook/test": "^9.0.0-alpha.2", - "storybook": "^9.0.18", + "storybook": "^9.1.0", "storybook-addon-rslib": "^2.0.2", "storybook-react-rsbuild": "^2.0.2" } diff --git a/packages/create-rslib/fragments/tools/storybook-vue-js/package.json b/packages/create-rslib/fragments/tools/storybook-vue-js/package.json index 73d7d3754..1663dd448 100644 --- a/packages/create-rslib/fragments/tools/storybook-vue-js/package.json +++ b/packages/create-rslib/fragments/tools/storybook-vue-js/package.json @@ -5,15 +5,15 @@ }, "devDependencies": { "@rsbuild/core": "~1.4.12", - "@storybook/addon-docs": "^9.0.18", + "@storybook/addon-docs": "^9.1.0", "@storybook/addon-essentials": "^9.0.0-alpha.12", "@storybook/addon-interactions": "^9.0.0-alpha.10", - "@storybook/addon-links": "^9.0.18", - "@storybook/addon-onboarding": "^9.0.18", + "@storybook/addon-links": "^9.1.0", + "@storybook/addon-onboarding": "^9.1.0", "@storybook/blocks": "^9.0.0-alpha.17", "@storybook/test": "^9.0.0-alpha.2", - "@storybook/vue3": "^9.0.18", - "storybook": "^9.0.18", + "@storybook/vue3": "^9.1.0", + "storybook": "^9.1.0", "storybook-addon-rslib": "^2.0.2", "storybook-vue3-rsbuild": "^2.0.2" } diff --git a/packages/create-rslib/fragments/tools/storybook-vue-ts/package.json b/packages/create-rslib/fragments/tools/storybook-vue-ts/package.json index 73d7d3754..1663dd448 100644 --- a/packages/create-rslib/fragments/tools/storybook-vue-ts/package.json +++ b/packages/create-rslib/fragments/tools/storybook-vue-ts/package.json @@ -5,15 +5,15 @@ }, "devDependencies": { "@rsbuild/core": "~1.4.12", - "@storybook/addon-docs": "^9.0.18", + "@storybook/addon-docs": "^9.1.0", "@storybook/addon-essentials": "^9.0.0-alpha.12", "@storybook/addon-interactions": "^9.0.0-alpha.10", - "@storybook/addon-links": "^9.0.18", - "@storybook/addon-onboarding": "^9.0.18", + "@storybook/addon-links": "^9.1.0", + "@storybook/addon-onboarding": "^9.1.0", "@storybook/blocks": "^9.0.0-alpha.17", "@storybook/test": "^9.0.0-alpha.2", - "@storybook/vue3": "^9.0.18", - "storybook": "^9.0.18", + "@storybook/vue3": "^9.1.0", + "storybook": "^9.1.0", "storybook-addon-rslib": "^2.0.2", "storybook-vue3-rsbuild": "^2.0.2" } diff --git a/packages/create-rslib/fragments/tools/vitest-vue-js/package.json b/packages/create-rslib/fragments/tools/vitest-vue-js/package.json index 7c8344983..837ef47bf 100644 --- a/packages/create-rslib/fragments/tools/vitest-vue-js/package.json +++ b/packages/create-rslib/fragments/tools/vitest-vue-js/package.json @@ -5,7 +5,7 @@ "devDependencies": { "@testing-library/jest-dom": "^6.6.4", "@testing-library/vue": "^8.1.0", - "@vitejs/plugin-vue": "^6.0.0", + "@vitejs/plugin-vue": "^6.0.1", "jsdom": "^26.1.0", "vitest": "^3.2.4" } diff --git a/packages/create-rslib/fragments/tools/vitest-vue-ts/package.json b/packages/create-rslib/fragments/tools/vitest-vue-ts/package.json index 7c8344983..837ef47bf 100644 --- a/packages/create-rslib/fragments/tools/vitest-vue-ts/package.json +++ b/packages/create-rslib/fragments/tools/vitest-vue-ts/package.json @@ -5,7 +5,7 @@ "devDependencies": { "@testing-library/jest-dom": "^6.6.4", "@testing-library/vue": "^8.1.0", - "@vitejs/plugin-vue": "^6.0.0", + "@vitejs/plugin-vue": "^6.0.1", "jsdom": "^26.1.0", "vitest": "^3.2.4" } diff --git a/packages/create-rslib/package.json b/packages/create-rslib/package.json index f7ab46c59..e91b500ed 100644 --- a/packages/create-rslib/package.json +++ b/packages/create-rslib/package.json @@ -34,12 +34,12 @@ "devDependencies": { "@rslib/tsconfig": "workspace:*", "@types/fs-extra": "^11.0.4", - "@types/node": "^22.16.5", + "@types/node": "^22.17.0", "fs-extra": "^11.3.0", "rsbuild-plugin-publint": "^0.3.2", "rslib": "npm:@rslib/core@0.11.0", "tsx": "^4.20.3", - "typescript": "^5.8.3" + "typescript": "^5.9.2" }, "engines": { "node": ">=16.7.0" diff --git a/packages/create-rslib/template-[node-dual]-[]-ts/package.json b/packages/create-rslib/template-[node-dual]-[]-ts/package.json index d778f4b91..59c0eefa7 100644 --- a/packages/create-rslib/template-[node-dual]-[]-ts/package.json +++ b/packages/create-rslib/template-[node-dual]-[]-ts/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@rslib/core": "workspace:*", - "@types/node": "^22.16.5", - "typescript": "^5.8.3" + "@types/node": "^22.17.0", + "typescript": "^5.9.2" } } diff --git a/packages/create-rslib/template-[node-dual]-[vitest]-ts/package.json b/packages/create-rslib/template-[node-dual]-[vitest]-ts/package.json index 5138f66a9..7973f5a2c 100644 --- a/packages/create-rslib/template-[node-dual]-[vitest]-ts/package.json +++ b/packages/create-rslib/template-[node-dual]-[vitest]-ts/package.json @@ -21,8 +21,8 @@ }, "devDependencies": { "@rslib/core": "workspace:*", - "@types/node": "^22.16.5", - "typescript": "^5.8.3", + "@types/node": "^22.17.0", + "typescript": "^5.9.2", "vitest": "^3.2.4" } } diff --git a/packages/create-rslib/template-[node-esm]-[]-ts/package.json b/packages/create-rslib/template-[node-esm]-[]-ts/package.json index 2da46126a..c42d6cb8b 100644 --- a/packages/create-rslib/template-[node-esm]-[]-ts/package.json +++ b/packages/create-rslib/template-[node-esm]-[]-ts/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@rslib/core": "workspace:*", - "@types/node": "^22.16.5", - "typescript": "^5.8.3" + "@types/node": "^22.17.0", + "typescript": "^5.9.2" } } diff --git a/packages/create-rslib/template-[node-esm]-[vitest]-ts/package.json b/packages/create-rslib/template-[node-esm]-[vitest]-ts/package.json index 470d6808f..efa622304 100644 --- a/packages/create-rslib/template-[node-esm]-[vitest]-ts/package.json +++ b/packages/create-rslib/template-[node-esm]-[vitest]-ts/package.json @@ -19,8 +19,8 @@ }, "devDependencies": { "@rslib/core": "workspace:*", - "@types/node": "^22.16.5", - "typescript": "^5.8.3", + "@types/node": "^22.17.0", + "typescript": "^5.9.2", "vitest": "^3.2.4" } } diff --git a/packages/create-rslib/template-[react]-[]-js/package.json b/packages/create-rslib/template-[react]-[]-js/package.json index e9bb472df..b876b8b64 100644 --- a/packages/create-rslib/template-[react]-[]-js/package.json +++ b/packages/create-rslib/template-[react]-[]-js/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@rsbuild/plugin-react": "^1.3.4", "@rslib/core": "workspace:*", - "react": "^19.1.0" + "react": "^19.1.1" }, "peerDependencies": { "react": ">=16.9.0", diff --git a/packages/create-rslib/template-[react]-[]-ts/package.json b/packages/create-rslib/template-[react]-[]-ts/package.json index 0a4b2aa9c..d958714d3 100644 --- a/packages/create-rslib/template-[react]-[]-ts/package.json +++ b/packages/create-rslib/template-[react]-[]-ts/package.json @@ -19,9 +19,9 @@ "devDependencies": { "@rsbuild/plugin-react": "^1.3.4", "@rslib/core": "workspace:*", - "@types/react": "^19.1.8", - "react": "^19.1.0", - "typescript": "^5.8.3" + "@types/react": "^19.1.9", + "react": "^19.1.1", + "typescript": "^5.9.2" }, "peerDependencies": { "react": ">=16.9.0", diff --git a/packages/create-rslib/template-[react]-[storybook,vitest]-js/package.json b/packages/create-rslib/template-[react]-[storybook,vitest]-js/package.json index c2de37555..230fed162 100644 --- a/packages/create-rslib/template-[react]-[storybook,vitest]-js/package.json +++ b/packages/create-rslib/template-[react]-[storybook,vitest]-js/package.json @@ -21,19 +21,19 @@ "@rsbuild/core": "~1.4.12", "@rsbuild/plugin-react": "^1.3.4", "@rslib/core": "workspace:*", - "@storybook/addon-docs": "^9.0.18", + "@storybook/addon-docs": "^9.1.0", "@storybook/addon-essentials": "^9.0.0-alpha.12", "@storybook/addon-interactions": "^9.0.0-alpha.10", - "@storybook/addon-links": "^9.0.18", - "@storybook/addon-onboarding": "^9.0.18", + "@storybook/addon-links": "^9.1.0", + "@storybook/addon-onboarding": "^9.1.0", "@storybook/blocks": "^9.0.0-alpha.17", - "@storybook/react": "^9.0.18", + "@storybook/react": "^9.1.0", "@storybook/test": "^9.0.0-alpha.2", "@testing-library/jest-dom": "^6.6.4", "@testing-library/react": "^16.3.0", "jsdom": "^26.1.0", - "react": "^19.1.0", - "storybook": "^9.0.18", + "react": "^19.1.1", + "storybook": "^9.1.0", "storybook-addon-rslib": "^2.0.2", "storybook-react-rsbuild": "^2.0.2", "vitest": "^3.2.4" diff --git a/packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json b/packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json index c14a093bf..c6d971bc1 100644 --- a/packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json +++ b/packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json @@ -23,23 +23,23 @@ "@rsbuild/core": "~1.4.12", "@rsbuild/plugin-react": "^1.3.4", "@rslib/core": "workspace:*", - "@storybook/addon-docs": "^9.0.18", + "@storybook/addon-docs": "^9.1.0", "@storybook/addon-essentials": "^9.0.0-alpha.12", "@storybook/addon-interactions": "^9.0.0-alpha.10", - "@storybook/addon-links": "^9.0.18", - "@storybook/addon-onboarding": "^9.0.18", + "@storybook/addon-links": "^9.1.0", + "@storybook/addon-onboarding": "^9.1.0", "@storybook/blocks": "^9.0.0-alpha.17", - "@storybook/react": "^9.0.18", + "@storybook/react": "^9.1.0", "@storybook/test": "^9.0.0-alpha.2", "@testing-library/jest-dom": "^6.6.4", "@testing-library/react": "^16.3.0", - "@types/react": "^19.1.8", + "@types/react": "^19.1.9", "jsdom": "^26.1.0", - "react": "^19.1.0", - "storybook": "^9.0.18", + "react": "^19.1.1", + "storybook": "^9.1.0", "storybook-addon-rslib": "^2.0.2", "storybook-react-rsbuild": "^2.0.2", - "typescript": "^5.8.3", + "typescript": "^5.9.2", "vitest": "^3.2.4" }, "peerDependencies": { diff --git a/packages/create-rslib/template-[react]-[storybook]-js/package.json b/packages/create-rslib/template-[react]-[storybook]-js/package.json index b9ec9d9d0..8290ac0fa 100644 --- a/packages/create-rslib/template-[react]-[storybook]-js/package.json +++ b/packages/create-rslib/template-[react]-[storybook]-js/package.json @@ -20,16 +20,16 @@ "@rsbuild/core": "~1.4.12", "@rsbuild/plugin-react": "^1.3.4", "@rslib/core": "workspace:*", - "@storybook/addon-docs": "^9.0.18", + "@storybook/addon-docs": "^9.1.0", "@storybook/addon-essentials": "^9.0.0-alpha.12", "@storybook/addon-interactions": "^9.0.0-alpha.10", - "@storybook/addon-links": "^9.0.18", - "@storybook/addon-onboarding": "^9.0.18", + "@storybook/addon-links": "^9.1.0", + "@storybook/addon-onboarding": "^9.1.0", "@storybook/blocks": "^9.0.0-alpha.17", - "@storybook/react": "^9.0.18", + "@storybook/react": "^9.1.0", "@storybook/test": "^9.0.0-alpha.2", - "react": "^19.1.0", - "storybook": "^9.0.18", + "react": "^19.1.1", + "storybook": "^9.1.0", "storybook-addon-rslib": "^2.0.2", "storybook-react-rsbuild": "^2.0.2" }, diff --git a/packages/create-rslib/template-[react]-[storybook]-ts/package.json b/packages/create-rslib/template-[react]-[storybook]-ts/package.json index 7eca43de6..2a25852c4 100644 --- a/packages/create-rslib/template-[react]-[storybook]-ts/package.json +++ b/packages/create-rslib/template-[react]-[storybook]-ts/package.json @@ -22,20 +22,20 @@ "@rsbuild/core": "~1.4.12", "@rsbuild/plugin-react": "^1.3.4", "@rslib/core": "workspace:*", - "@storybook/addon-docs": "^9.0.18", + "@storybook/addon-docs": "^9.1.0", "@storybook/addon-essentials": "^9.0.0-alpha.12", "@storybook/addon-interactions": "^9.0.0-alpha.10", - "@storybook/addon-links": "^9.0.18", - "@storybook/addon-onboarding": "^9.0.18", + "@storybook/addon-links": "^9.1.0", + "@storybook/addon-onboarding": "^9.1.0", "@storybook/blocks": "^9.0.0-alpha.17", - "@storybook/react": "^9.0.18", + "@storybook/react": "^9.1.0", "@storybook/test": "^9.0.0-alpha.2", - "@types/react": "^19.1.8", - "react": "^19.1.0", - "storybook": "^9.0.18", + "@types/react": "^19.1.9", + "react": "^19.1.1", + "storybook": "^9.1.0", "storybook-addon-rslib": "^2.0.2", "storybook-react-rsbuild": "^2.0.2", - "typescript": "^5.8.3" + "typescript": "^5.9.2" }, "peerDependencies": { "react": ">=16.9.0", diff --git a/packages/create-rslib/template-[react]-[vitest]-js/package.json b/packages/create-rslib/template-[react]-[vitest]-js/package.json index bed52e0c7..8f347f814 100644 --- a/packages/create-rslib/template-[react]-[vitest]-js/package.json +++ b/packages/create-rslib/template-[react]-[vitest]-js/package.json @@ -21,7 +21,7 @@ "@testing-library/jest-dom": "^6.6.4", "@testing-library/react": "^16.3.0", "jsdom": "^26.1.0", - "react": "^19.1.0", + "react": "^19.1.1", "vitest": "^3.2.4" }, "peerDependencies": { diff --git a/packages/create-rslib/template-[react]-[vitest]-ts/package.json b/packages/create-rslib/template-[react]-[vitest]-ts/package.json index d7639a5cd..1b347a257 100644 --- a/packages/create-rslib/template-[react]-[vitest]-ts/package.json +++ b/packages/create-rslib/template-[react]-[vitest]-ts/package.json @@ -22,10 +22,10 @@ "@rslib/core": "workspace:*", "@testing-library/jest-dom": "^6.6.4", "@testing-library/react": "^16.3.0", - "@types/react": "^19.1.8", + "@types/react": "^19.1.9", "jsdom": "^26.1.0", - "react": "^19.1.0", - "typescript": "^5.8.3", + "react": "^19.1.1", + "typescript": "^5.9.2", "vitest": "^3.2.4" }, "peerDependencies": { diff --git a/packages/create-rslib/template-[vue]-[]-ts/package.json b/packages/create-rslib/template-[vue]-[]-ts/package.json index b1441ed47..28c00c4ab 100644 --- a/packages/create-rslib/template-[vue]-[]-ts/package.json +++ b/packages/create-rslib/template-[vue]-[]-ts/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@rslib/core": "workspace:*", "rsbuild-plugin-unplugin-vue": "^0.1.0", - "typescript": "^5.8.3", + "typescript": "^5.9.2", "vue": "^3.5.18", "vue-tsc": "^3.0.4" }, diff --git a/packages/create-rslib/template-[vue]-[storybook,vitest]-js/package.json b/packages/create-rslib/template-[vue]-[storybook,vitest]-js/package.json index 25e7b3f9b..5598919a6 100644 --- a/packages/create-rslib/template-[vue]-[storybook,vitest]-js/package.json +++ b/packages/create-rslib/template-[vue]-[storybook,vitest]-js/package.json @@ -22,20 +22,20 @@ "devDependencies": { "@rsbuild/core": "~1.4.12", "@rslib/core": "workspace:*", - "@storybook/addon-docs": "^9.0.18", + "@storybook/addon-docs": "^9.1.0", "@storybook/addon-essentials": "^9.0.0-alpha.12", "@storybook/addon-interactions": "^9.0.0-alpha.10", - "@storybook/addon-links": "^9.0.18", - "@storybook/addon-onboarding": "^9.0.18", + "@storybook/addon-links": "^9.1.0", + "@storybook/addon-onboarding": "^9.1.0", "@storybook/blocks": "^9.0.0-alpha.17", "@storybook/test": "^9.0.0-alpha.2", - "@storybook/vue3": "^9.0.18", + "@storybook/vue3": "^9.1.0", "@testing-library/jest-dom": "^6.6.4", "@testing-library/vue": "^8.1.0", - "@vitejs/plugin-vue": "^6.0.0", + "@vitejs/plugin-vue": "^6.0.1", "jsdom": "^26.1.0", "rsbuild-plugin-unplugin-vue": "^0.1.0", - "storybook": "^9.0.18", + "storybook": "^9.1.0", "storybook-addon-rslib": "^2.0.2", "storybook-vue3-rsbuild": "^2.0.2", "vitest": "^3.2.4", diff --git a/packages/create-rslib/template-[vue]-[storybook,vitest]-ts/package.json b/packages/create-rslib/template-[vue]-[storybook,vitest]-ts/package.json index fdc400f37..f9cc2c50d 100644 --- a/packages/create-rslib/template-[vue]-[storybook,vitest]-ts/package.json +++ b/packages/create-rslib/template-[vue]-[storybook,vitest]-ts/package.json @@ -22,23 +22,23 @@ "devDependencies": { "@rsbuild/core": "~1.4.12", "@rslib/core": "workspace:*", - "@storybook/addon-docs": "^9.0.18", + "@storybook/addon-docs": "^9.1.0", "@storybook/addon-essentials": "^9.0.0-alpha.12", "@storybook/addon-interactions": "^9.0.0-alpha.10", - "@storybook/addon-links": "^9.0.18", - "@storybook/addon-onboarding": "^9.0.18", + "@storybook/addon-links": "^9.1.0", + "@storybook/addon-onboarding": "^9.1.0", "@storybook/blocks": "^9.0.0-alpha.17", "@storybook/test": "^9.0.0-alpha.2", - "@storybook/vue3": "^9.0.18", + "@storybook/vue3": "^9.1.0", "@testing-library/jest-dom": "^6.6.4", "@testing-library/vue": "^8.1.0", - "@vitejs/plugin-vue": "^6.0.0", + "@vitejs/plugin-vue": "^6.0.1", "jsdom": "^26.1.0", "rsbuild-plugin-unplugin-vue": "^0.1.0", - "storybook": "^9.0.18", + "storybook": "^9.1.0", "storybook-addon-rslib": "^2.0.2", "storybook-vue3-rsbuild": "^2.0.2", - "typescript": "^5.8.3", + "typescript": "^5.9.2", "vitest": "^3.2.4", "vue": "^3.5.18", "vue-tsc": "^3.0.4" diff --git a/packages/create-rslib/template-[vue]-[storybook]-js/package.json b/packages/create-rslib/template-[vue]-[storybook]-js/package.json index f270f5099..69fa58fbb 100644 --- a/packages/create-rslib/template-[vue]-[storybook]-js/package.json +++ b/packages/create-rslib/template-[vue]-[storybook]-js/package.json @@ -21,16 +21,16 @@ "devDependencies": { "@rsbuild/core": "~1.4.12", "@rslib/core": "workspace:*", - "@storybook/addon-docs": "^9.0.18", + "@storybook/addon-docs": "^9.1.0", "@storybook/addon-essentials": "^9.0.0-alpha.12", "@storybook/addon-interactions": "^9.0.0-alpha.10", - "@storybook/addon-links": "^9.0.18", - "@storybook/addon-onboarding": "^9.0.18", + "@storybook/addon-links": "^9.1.0", + "@storybook/addon-onboarding": "^9.1.0", "@storybook/blocks": "^9.0.0-alpha.17", "@storybook/test": "^9.0.0-alpha.2", - "@storybook/vue3": "^9.0.18", + "@storybook/vue3": "^9.1.0", "rsbuild-plugin-unplugin-vue": "^0.1.0", - "storybook": "^9.0.18", + "storybook": "^9.1.0", "storybook-addon-rslib": "^2.0.2", "storybook-vue3-rsbuild": "^2.0.2", "vue": "^3.5.18" diff --git a/packages/create-rslib/template-[vue]-[storybook]-ts/package.json b/packages/create-rslib/template-[vue]-[storybook]-ts/package.json index 48811d762..633335569 100644 --- a/packages/create-rslib/template-[vue]-[storybook]-ts/package.json +++ b/packages/create-rslib/template-[vue]-[storybook]-ts/package.json @@ -21,19 +21,19 @@ "devDependencies": { "@rsbuild/core": "~1.4.12", "@rslib/core": "workspace:*", - "@storybook/addon-docs": "^9.0.18", + "@storybook/addon-docs": "^9.1.0", "@storybook/addon-essentials": "^9.0.0-alpha.12", "@storybook/addon-interactions": "^9.0.0-alpha.10", - "@storybook/addon-links": "^9.0.18", - "@storybook/addon-onboarding": "^9.0.18", + "@storybook/addon-links": "^9.1.0", + "@storybook/addon-onboarding": "^9.1.0", "@storybook/blocks": "^9.0.0-alpha.17", "@storybook/test": "^9.0.0-alpha.2", - "@storybook/vue3": "^9.0.18", + "@storybook/vue3": "^9.1.0", "rsbuild-plugin-unplugin-vue": "^0.1.0", - "storybook": "^9.0.18", + "storybook": "^9.1.0", "storybook-addon-rslib": "^2.0.2", "storybook-vue3-rsbuild": "^2.0.2", - "typescript": "^5.8.3", + "typescript": "^5.9.2", "vue": "^3.5.18", "vue-tsc": "^3.0.4" }, diff --git a/packages/create-rslib/template-[vue]-[vitest]-js/package.json b/packages/create-rslib/template-[vue]-[vitest]-js/package.json index dbd3ad52b..75483e7de 100644 --- a/packages/create-rslib/template-[vue]-[vitest]-js/package.json +++ b/packages/create-rslib/template-[vue]-[vitest]-js/package.json @@ -21,7 +21,7 @@ "@rslib/core": "workspace:*", "@testing-library/jest-dom": "^6.6.4", "@testing-library/vue": "^8.1.0", - "@vitejs/plugin-vue": "^6.0.0", + "@vitejs/plugin-vue": "^6.0.1", "jsdom": "^26.1.0", "rsbuild-plugin-unplugin-vue": "^0.1.0", "vitest": "^3.2.4", diff --git a/packages/create-rslib/template-[vue]-[vitest]-ts/package.json b/packages/create-rslib/template-[vue]-[vitest]-ts/package.json index 311f72f6c..b2f9fcba3 100644 --- a/packages/create-rslib/template-[vue]-[vitest]-ts/package.json +++ b/packages/create-rslib/template-[vue]-[vitest]-ts/package.json @@ -21,10 +21,10 @@ "@rslib/core": "workspace:*", "@testing-library/jest-dom": "^6.6.4", "@testing-library/vue": "^8.1.0", - "@vitejs/plugin-vue": "^6.0.0", + "@vitejs/plugin-vue": "^6.0.1", "jsdom": "^26.1.0", "rsbuild-plugin-unplugin-vue": "^0.1.0", - "typescript": "^5.8.3", + "typescript": "^5.9.2", "vitest": "^3.2.4", "vue": "^3.5.18", "vue-tsc": "^3.0.4" diff --git a/packages/plugin-dts/package.json b/packages/plugin-dts/package.json index 754f09889..f79bcced1 100644 --- a/packages/plugin-dts/package.json +++ b/packages/plugin-dts/package.json @@ -37,12 +37,12 @@ "tsconfig-paths": "^4.2.0" }, "devDependencies": { - "@microsoft/api-extractor": "^7.52.9", + "@microsoft/api-extractor": "^7.52.10", "@rsbuild/core": "~1.4.12", "@rslib/tsconfig": "workspace:*", "rsbuild-plugin-publint": "^0.3.2", "rslib": "npm:@rslib/core@0.11.0", - "typescript": "^5.8.3" + "typescript": "^5.9.2" }, "peerDependencies": { "@microsoft/api-extractor": "^7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c893528a1..fb206880e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,20 +12,20 @@ importers: .: devDependencies: '@biomejs/biome': - specifier: ^2.1.2 - version: 2.1.2 + specifier: ^2.1.3 + version: 2.1.3 '@changesets/cli': specifier: ^2.29.5 version: 2.29.5 '@rstest/core': - specifier: 0.0.10 - version: 0.0.10 + specifier: 0.1.0 + version: 0.1.0 '@types/fs-extra': specifier: ^11.0.4 version: 11.0.4 '@types/node': - specifier: ^22.16.5 - version: 22.16.5 + specifier: ^22.17.0 + version: 22.17.0 check-dependency-version-consistency: specifier: ^5.0.1 version: 5.0.1 @@ -45,8 +45,8 @@ importers: specifier: ^0.8.0 version: 0.8.0 nx: - specifier: ^21.3.7 - version: 21.3.7 + specifier: ^21.3.10 + version: 21.3.10 prettier: specifier: ^3.6.2 version: 3.6.2 @@ -54,14 +54,14 @@ importers: specifier: ^2.5.19 version: 2.5.19(prettier@3.6.2) simple-git-hooks: - specifier: ^2.13.0 - version: 2.13.0 + specifier: ^2.13.1 + version: 2.13.1 typescript: - specifier: ^5.8.3 - version: 5.8.3 + specifier: ^5.9.2 + version: 5.9.2 zx: - specifier: ^8.7.1 - version: 8.7.1 + specifier: ^8.7.2 + version: 8.7.2 examples/express-plugin: devDependencies: @@ -75,23 +75,23 @@ importers: specifier: ^5.1.0 version: 5.1.0 typescript: - specifier: ^5.8.3 - version: 5.8.3 + specifier: ^5.9.2 + version: 5.9.2 examples/module-federation: {} examples/module-federation/mf-host: dependencies: react: - specifier: ^19.1.0 - version: 19.1.0 + specifier: ^19.1.1 + version: 19.1.1 react-dom: - specifier: ^19.1.0 - version: 19.1.0(react@19.1.0) + specifier: ^19.1.1 + version: 19.1.1(react@19.1.1) devDependencies: '@module-federation/rsbuild-plugin': specifier: ^0.17.1 - version: 0.17.1(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3)) + version: 0.17.1(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2)) '@rsbuild/core': specifier: ~1.4.12 version: 1.4.12 @@ -99,26 +99,26 @@ importers: specifier: ^1.3.4 version: 1.3.4(@rsbuild/core@1.4.12) '@types/react': - specifier: ^19.1.8 - version: 19.1.8 + specifier: ^19.1.9 + version: 19.1.9 '@types/react-dom': - specifier: ^19.1.6 - version: 19.1.6(@types/react@19.1.8) + specifier: ^19.1.7 + version: 19.1.7(@types/react@19.1.9) typescript: - specifier: ^5.8.3 - version: 5.8.3 + specifier: ^5.9.2 + version: 5.9.2 examples/module-federation/mf-react-component: devDependencies: '@module-federation/enhanced': specifier: ^0.17.1 - version: 0.17.1(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3)) + version: 0.17.1(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2)) '@module-federation/rsbuild-plugin': specifier: ^0.17.1 - version: 0.17.1(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3)) + version: 0.17.1(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2)) '@module-federation/storybook-addon': specifier: ^4.0.23 - version: 4.0.23(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3))(webpack-virtual-modules@0.6.2) + version: 4.0.23(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2))(webpack-virtual-modules@0.6.2) '@rsbuild/plugin-react': specifier: ^1.3.4 version: 1.3.4(@rsbuild/core@1.4.12) @@ -126,39 +126,39 @@ importers: specifier: workspace:* version: link:../../../packages/core '@types/react': - specifier: ^19.1.8 - version: 19.1.8 + specifier: ^19.1.9 + version: 19.1.9 http-server: specifier: ^14.1.1 version: 14.1.1 react: - specifier: ^19.1.0 - version: 19.1.0 + specifier: ^19.1.1 + version: 19.1.1 react-dom: - specifier: ^19.1.0 - version: 19.1.0(react@19.1.0) + specifier: ^19.1.1 + version: 19.1.1(react@19.1.1) storybook: - specifier: ^9.0.18 - version: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) + specifier: ^9.1.0 + version: 9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) storybook-addon-rslib: specifier: ^2.0.2 - version: 2.0.2(@rsbuild/core@1.4.12)(@rslib/core@packages+core)(storybook-builder-rsbuild@2.0.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(typescript@5.8.3))(typescript@5.8.3) + version: 2.0.2(@rsbuild/core@1.4.12)(@rslib/core@packages+core)(storybook-builder-rsbuild@2.0.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))(typescript@5.9.2))(typescript@5.9.2) storybook-react-rsbuild: specifier: ^2.0.2 - version: 2.0.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rollup@4.44.1)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(typescript@5.8.3) + version: 2.0.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(@types/react@19.1.9)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(rollup@4.44.1)(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))(typescript@5.9.2) examples/module-federation/mf-remote: dependencies: react: - specifier: ^19.1.0 - version: 19.1.0 + specifier: ^19.1.1 + version: 19.1.1 react-dom: - specifier: ^19.1.0 - version: 19.1.0(react@19.1.0) + specifier: ^19.1.1 + version: 19.1.1(react@19.1.1) devDependencies: '@module-federation/rsbuild-plugin': specifier: ^0.17.1 - version: 0.17.1(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3)) + version: 0.17.1(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2)) '@rsbuild/core': specifier: ~1.4.12 version: 1.4.12 @@ -166,20 +166,20 @@ importers: specifier: ^1.3.4 version: 1.3.4(@rsbuild/core@1.4.12) '@types/react': - specifier: ^19.1.8 - version: 19.1.8 + specifier: ^19.1.9 + version: 19.1.9 '@types/react-dom': - specifier: ^19.1.6 - version: 19.1.6(@types/react@19.1.8) + specifier: ^19.1.7 + version: 19.1.7(@types/react@19.1.9) typescript: - specifier: ^5.8.3 - version: 5.8.3 + specifier: ^5.9.2 + version: 5.9.2 examples/preact-component-bundle-false: devDependencies: '@rsbuild/plugin-preact': specifier: ^1.5.1 - version: 1.5.1(@rsbuild/core@1.4.12)(preact@10.26.9) + version: 1.5.1(@rsbuild/core@1.4.12)(preact@10.27.0) '@rsbuild/plugin-sass': specifier: ^1.3.3 version: 1.3.3(@rsbuild/core@1.4.12) @@ -187,8 +187,8 @@ importers: specifier: workspace:* version: link:../../packages/core preact: - specifier: ^10.26.9 - version: 10.26.9 + specifier: ^10.27.0 + version: 10.27.0 examples/react-component-bundle: devDependencies: @@ -202,11 +202,11 @@ importers: specifier: workspace:* version: link:../../packages/core '@types/react': - specifier: ^19.1.8 - version: 19.1.8 + specifier: ^19.1.9 + version: 19.1.9 react: - specifier: ^19.1.0 - version: 19.1.0 + specifier: ^19.1.1 + version: 19.1.1 examples/react-component-bundle-false: devDependencies: @@ -220,11 +220,11 @@ importers: specifier: workspace:* version: link:../../packages/core '@types/react': - specifier: ^19.1.8 - version: 19.1.8 + specifier: ^19.1.9 + version: 19.1.9 react: - specifier: ^19.1.0 - version: 19.1.0 + specifier: ^19.1.1 + version: 19.1.1 examples/react-component-umd: devDependencies: @@ -238,11 +238,11 @@ importers: specifier: workspace:* version: link:../../packages/core '@types/react': - specifier: ^19.1.8 - version: 19.1.8 + specifier: ^19.1.9 + version: 19.1.9 react: - specifier: ^19.1.0 - version: 19.1.0 + specifier: ^19.1.1 + version: 19.1.1 examples/solid-component-bundle: devDependencies: @@ -262,8 +262,8 @@ importers: specifier: ^1.9.7 version: 1.9.7 typescript: - specifier: ^5.8.3 - version: 5.8.3 + specifier: ^5.9.2 + version: 5.9.2 examples/vue-component-bundle: devDependencies: @@ -272,16 +272,16 @@ importers: version: link:../../packages/core rsbuild-plugin-unplugin-vue: specifier: ^0.1.0 - version: 0.1.0(@rsbuild/core@1.4.12)(@types/node@22.16.5)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(vue@3.5.18(typescript@5.8.3))(yaml@2.6.1) + version: 0.1.0(@rsbuild/core@1.4.12)(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(vue@3.5.18(typescript@5.9.2))(yaml@2.6.1) typescript: - specifier: ^5.8.3 - version: 5.8.3 + specifier: ^5.9.2 + version: 5.9.2 vue: specifier: ^3.5.18 - version: 3.5.18(typescript@5.8.3) + version: 3.5.18(typescript@5.9.2) vue-tsc: specifier: ^3.0.4 - version: 3.0.4(typescript@5.8.3) + version: 3.0.4(typescript@5.9.2) examples/vue-component-bundleless: devDependencies: @@ -290,46 +290,46 @@ importers: version: link:../../packages/core '@storybook/addon-essentials': specifier: ^9.0.0-alpha.12 - version: 9.0.0-alpha.12(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) + version: 9.0.0-alpha.12(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1))) '@storybook/addon-interactions': specifier: ^9.0.0-alpha.10 - version: 9.0.0-alpha.10(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) + version: 9.0.0-alpha.10(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1))) '@storybook/addon-links': - specifier: ^9.0.18 - version: 9.0.18(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) + specifier: ^9.1.0 + version: 9.1.0(react@19.1.1)(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1))) '@storybook/addon-onboarding': - specifier: ^9.0.18 - version: 9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) + specifier: ^9.1.0 + version: 9.1.0(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1))) '@storybook/blocks': specifier: ^9.0.0-alpha.17 - version: 9.0.0-alpha.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) + version: 9.0.0-alpha.17(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1))) '@storybook/test': specifier: ^9.0.0-alpha.2 - version: 9.0.0-alpha.2(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) + version: 9.0.0-alpha.2(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1))) '@storybook/vue3': - specifier: ^9.0.18 - version: 9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(vue@3.5.18(typescript@5.8.3)) + specifier: ^9.1.0 + version: 9.1.0(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))(vue@3.5.18(typescript@5.9.2)) rsbuild-plugin-unplugin-vue: specifier: ^0.1.0 - version: 0.1.0(@rsbuild/core@1.4.12)(@types/node@22.16.5)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(vue@3.5.18(typescript@5.8.3))(yaml@2.6.1) + version: 0.1.0(@rsbuild/core@1.4.12)(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(vue@3.5.18(typescript@5.9.2))(yaml@2.6.1) storybook: - specifier: ^9.0.18 - version: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) + specifier: ^9.1.0 + version: 9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) storybook-addon-rslib: specifier: ^2.0.2 - version: 2.0.2(@rsbuild/core@1.4.12)(@rslib/core@packages+core)(storybook-builder-rsbuild@2.0.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(typescript@5.8.3))(typescript@5.8.3) + version: 2.0.2(@rsbuild/core@1.4.12)(@rslib/core@packages+core)(storybook-builder-rsbuild@2.0.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))(typescript@5.9.2))(typescript@5.9.2) storybook-vue3-rsbuild: specifier: ^2.0.2 - version: 2.0.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(typescript@5.8.3)(vue@3.5.18(typescript@5.8.3)) + version: 2.0.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))(typescript@5.9.2)(vue@3.5.18(typescript@5.9.2)) typescript: - specifier: ^5.8.3 - version: 5.8.3 + specifier: ^5.9.2 + version: 5.9.2 vue: specifier: ^3.5.18 - version: 3.5.18(typescript@5.8.3) + version: 3.5.18(typescript@5.9.2) vue-tsc: specifier: ^3.0.4 - version: 3.0.4(typescript@5.8.3) + version: 3.0.4(typescript@5.9.2) packages/core: dependencies: @@ -345,7 +345,7 @@ importers: devDependencies: '@module-federation/rsbuild-plugin': specifier: ^0.17.1 - version: 0.17.1(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3)) + version: 0.17.1(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2)) '@rslib/tsconfig': specifier: workspace:* version: link:../../scripts/tsconfig @@ -362,29 +362,29 @@ importers: specifier: ^11.3.0 version: 11.3.0 memfs: - specifier: ^4.23.0 - version: 4.23.0 + specifier: ^4.28.0 + version: 4.28.0 picocolors: specifier: 1.1.1 version: 1.1.1 prebundle: specifier: 1.4.0 - version: 1.4.0(typescript@5.8.3) + version: 1.4.0(typescript@5.9.2) rsbuild-plugin-publint: specifier: ^0.3.2 version: 0.3.2(@rsbuild/core@1.4.12) rslib: specifier: npm:@rslib/core@0.11.0 - version: '@rslib/core@0.11.0(@microsoft/api-extractor@7.52.9(@types/node@22.16.5))(typescript@5.8.3)' + version: '@rslib/core@0.11.0(@microsoft/api-extractor@7.52.10(@types/node@22.17.0))(typescript@5.9.2)' rslog: specifier: ^1.2.9 version: 1.2.9 tsconfck: specifier: 3.1.6 - version: 3.1.6(typescript@5.8.3) + version: 3.1.6(typescript@5.9.2) typescript: - specifier: ^5.8.3 - version: 5.8.3 + specifier: ^5.9.2 + version: 5.9.2 packages/create-rslib: dependencies: @@ -399,8 +399,8 @@ importers: specifier: ^11.0.4 version: 11.0.4 '@types/node': - specifier: ^22.16.5 - version: 22.16.5 + specifier: ^22.17.0 + version: 22.17.0 fs-extra: specifier: ^11.3.0 version: 11.3.0 @@ -409,13 +409,13 @@ importers: version: 0.3.2(@rsbuild/core@1.4.12) rslib: specifier: npm:@rslib/core@0.11.0 - version: '@rslib/core@0.11.0(@microsoft/api-extractor@7.52.9(@types/node@22.16.5))(typescript@5.8.3)' + version: '@rslib/core@0.11.0(@microsoft/api-extractor@7.52.10(@types/node@22.17.0))(typescript@5.9.2)' tsx: specifier: ^4.20.3 version: 4.20.3 typescript: - specifier: ^5.8.3 - version: 5.8.3 + specifier: ^5.9.2 + version: 5.9.2 packages/plugin-dts: dependencies: @@ -436,8 +436,8 @@ importers: version: 4.2.0 devDependencies: '@microsoft/api-extractor': - specifier: ^7.52.9 - version: 7.52.9(@types/node@22.16.5) + specifier: ^7.52.10 + version: 7.52.10(@types/node@22.17.0) '@rsbuild/core': specifier: ~1.4.12 version: 1.4.12 @@ -449,37 +449,37 @@ importers: version: 0.3.2(@rsbuild/core@1.4.12) rslib: specifier: npm:@rslib/core@0.11.0 - version: '@rslib/core@0.11.0(@microsoft/api-extractor@7.52.9(@types/node@22.16.5))(typescript@5.8.3)' + version: '@rslib/core@0.11.0(@microsoft/api-extractor@7.52.10(@types/node@22.17.0))(typescript@5.9.2)' typescript: - specifier: ^5.8.3 - version: 5.8.3 + specifier: ^5.9.2 + version: 5.9.2 scripts/tsconfig: {} tests: dependencies: react: - specifier: ^19.1.0 - version: 19.1.0 + specifier: ^19.1.1 + version: 19.1.1 react-dom: - specifier: ^19.1.0 - version: 19.1.0(react@19.1.0) + specifier: ^19.1.1 + version: 19.1.1(react@19.1.1) devDependencies: '@codspeed/vitest-plugin': specifier: ^4.0.1 - version: 4.0.1(vite@6.3.5(@types/node@22.16.5)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) + version: 4.0.1(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) '@module-federation/rsbuild-plugin': specifier: ^0.17.1 - version: 0.17.1(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3)) + version: 0.17.1(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2)) '@playwright/test': - specifier: 1.54.1 - version: 1.54.1 + specifier: 1.54.2 + version: 1.54.2 '@rsbuild/core': specifier: ~1.4.12 version: 1.4.12 '@rsbuild/plugin-less': - specifier: ^1.3.0 - version: 1.3.0(@rsbuild/core@1.4.12) + specifier: ^1.3.1 + version: 1.3.1(@rsbuild/core@1.4.12) '@rsbuild/plugin-react': specifier: ^1.3.4 version: 1.3.4(@rsbuild/core@1.4.12) @@ -505,14 +505,14 @@ importers: specifier: ^11.0.4 version: 11.0.4 '@types/node': - specifier: ^22.16.5 - version: 22.16.5 + specifier: ^22.17.0 + version: 22.17.0 '@types/react': - specifier: ^19.1.8 - version: 19.1.8 + specifier: ^19.1.9 + version: 19.1.9 '@types/react-dom': - specifier: ^19.1.6 - version: 19.1.6(@types/react@19.1.8) + specifier: ^19.1.7 + version: 19.1.7(@types/react@19.1.9) fs-extra: specifier: ^11.3.0 version: 11.3.0 @@ -545,7 +545,7 @@ importers: version: react@18.3.1 react-dom-18: specifier: npm:react-dom@18.3.1 - version: react-dom@18.3.1(react@19.1.0) + version: react-dom@18.3.1(react@19.1.1) tests/integration/alias: {} @@ -554,8 +554,8 @@ importers: tests/integration/asset/hash: dependencies: react: - specifier: ^19.1.0 - version: 19.1.0 + specifier: ^19.1.1 + version: 19.1.1 devDependencies: '@rsbuild/plugin-react': specifier: ^1.3.4 @@ -578,7 +578,7 @@ importers: version: 1.3.4(@rsbuild/core@1.4.12) '@rsbuild/plugin-svgr': specifier: ^1.2.1 - version: 1.2.1(@rsbuild/core@1.4.12)(typescript@5.8.3) + version: 1.2.1(@rsbuild/core@1.4.12)(typescript@5.9.2) tests/integration/async-chunks/default: {} @@ -604,8 +604,8 @@ importers: specifier: 8.2.0 version: 8.2.0 react: - specifier: ^19.1.0 - version: 19.1.0 + specifier: ^19.1.1 + version: 19.1.1 tests/integration/auto-external/default: dependencies: @@ -613,14 +613,14 @@ importers: specifier: 8.2.0 version: 8.2.0 react: - specifier: ^19.1.0 - version: 19.1.0 + specifier: ^19.1.1 + version: 19.1.1 tests/integration/auto-external/external-sub-path: dependencies: react: - specifier: ^19.1.0 - version: 19.1.0 + specifier: ^19.1.1 + version: 19.1.1 tests/integration/auto-external/false: dependencies: @@ -628,8 +628,8 @@ importers: specifier: 8.2.0 version: 8.2.0 react: - specifier: ^19.1.0 - version: 19.1.0 + specifier: ^19.1.1 + version: 19.1.1 tests/integration/auto-external/module-import-warn: dependencies: @@ -637,14 +637,14 @@ importers: specifier: ^4.17.21 version: 4.17.21 react: - specifier: ^19.1.0 - version: 19.1.0 + specifier: ^19.1.1 + version: 19.1.1 tests/integration/auto-external/with-externals: dependencies: react: - specifier: ^19.1.0 - version: 19.1.0 + specifier: ^19.1.1 + version: 19.1.1 tests/integration/banner-footer: {} @@ -667,15 +667,15 @@ importers: tests/integration/bundle-false/svgr: dependencies: react: - specifier: ^19.1.0 - version: 19.1.0 + specifier: ^19.1.1 + version: 19.1.1 devDependencies: '@rsbuild/plugin-react': specifier: ^1.3.4 version: 1.3.4(@rsbuild/core@1.4.12) '@rsbuild/plugin-svgr': specifier: ^1.2.1 - version: 1.2.1(@rsbuild/core@1.4.12)(typescript@5.8.3) + version: 1.2.1(@rsbuild/core@1.4.12)(typescript@5.9.2) tests/integration/cli/build: {} @@ -755,7 +755,7 @@ importers: devDependencies: '@reduxjs/toolkit': specifier: ^2.8.2 - version: 2.8.2(react@19.1.0) + version: 2.8.2(react@19.1.1) tests/integration/dts/bundle/clean: {} @@ -864,8 +864,8 @@ importers: tests/integration/node-polyfill/bundle: devDependencies: '@rsbuild/plugin-node-polyfill': - specifier: ^1.3.2 - version: 1.3.2(@rsbuild/core@1.4.12) + specifier: ^1.4.0 + version: 1.4.0(@rsbuild/core@1.4.12) tests/integration/node-polyfill/bundle-false: dependencies: @@ -874,8 +874,8 @@ importers: version: 6.0.3 devDependencies: '@rsbuild/plugin-node-polyfill': - specifier: ^1.3.2 - version: 1.3.2(@rsbuild/core@1.4.12) + specifier: ^1.4.0 + version: 1.4.0(@rsbuild/core@1.4.12) tests/integration/outBase/custom-entry: {} @@ -912,8 +912,8 @@ importers: specifier: ^5.1.0 version: 5.1.0 typescript: - specifier: ^5.8.3 - version: 5.8.3 + specifier: ^5.9.2 + version: 5.9.2 tests/integration/redirect/js: devDependencies: @@ -1054,7 +1054,7 @@ importers: dependencies: '@arco-design/web-react': specifier: ^2.66.2 - version: 2.66.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 2.66.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1) tests/integration/transform-import/lodash: dependencies: @@ -1073,8 +1073,8 @@ importers: tests/integration/umd-globals: devDependencies: react: - specifier: ^19.1.0 - version: 19.1.0 + specifier: ^19.1.1 + version: 19.1.1 react-18: specifier: npm:react@18.3.1 version: react@18.3.1 @@ -1082,20 +1082,20 @@ importers: tests/integration/umd-library-name: devDependencies: react: - specifier: ^19.1.0 - version: 19.1.0 + specifier: ^19.1.1 + version: 19.1.1 tests/integration/vue: devDependencies: '@rsbuild/plugin-less': - specifier: ^1.3.0 - version: 1.3.0(@rsbuild/core@1.4.12) + specifier: ^1.3.1 + version: 1.3.1(@rsbuild/core@1.4.12) rsbuild-plugin-unplugin-vue: specifier: ^0.1.0 - version: 0.1.0(@rsbuild/core@1.4.12)(@types/node@22.16.5)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(vue@3.5.18(typescript@5.8.3))(yaml@2.6.1) + version: 0.1.0(@rsbuild/core@1.4.12)(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(vue@3.5.18(typescript@5.9.2))(yaml@2.6.1) vue: specifier: ^3.5.18 - version: 3.5.18(typescript@5.8.3) + version: 3.5.18(typescript@5.9.2) tests/integration/worker: {} @@ -1113,38 +1113,38 @@ importers: specifier: workspace:* version: link:../scripts/tsconfig '@rspress/core': - specifier: 2.0.0-beta.22 - version: 2.0.0-beta.22(@types/react@19.1.8)(acorn@8.14.1) + specifier: 2.0.0-beta.23 + version: 2.0.0-beta.23(@types/react@19.1.9)(acorn@8.14.1) '@rspress/plugin-algolia': - specifier: 2.0.0-beta.22 - version: 2.0.0-beta.22(@algolia/client-search@5.25.0)(@rspress/core@2.0.0-beta.22(@types/react@19.1.8)(acorn@8.14.1))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + specifier: 2.0.0-beta.23 + version: 2.0.0-beta.23(@algolia/client-search@5.25.0)(@rspress/core@2.0.0-beta.23(@types/react@19.1.9)(acorn@8.14.1))(@types/react@19.1.9)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@rspress/plugin-llms': - specifier: 2.0.0-beta.22 - version: 2.0.0-beta.22(@rspress/core@2.0.0-beta.22(@types/react@19.1.8)(acorn@8.14.1)) + specifier: 2.0.0-beta.23 + version: 2.0.0-beta.23(@rspress/core@2.0.0-beta.23(@types/react@19.1.9)(acorn@8.14.1)) '@rspress/plugin-rss': - specifier: 2.0.0-beta.22 - version: 2.0.0-beta.22(@rspress/core@2.0.0-beta.22(@types/react@19.1.8)(acorn@8.14.1)) + specifier: 2.0.0-beta.23 + version: 2.0.0-beta.23(@rspress/core@2.0.0-beta.23(@types/react@19.1.9)(acorn@8.14.1)) '@rstack-dev/doc-ui': specifier: 1.10.8 - version: 1.10.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 1.10.8(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@shikijs/transformers': - specifier: ^3.8.1 - version: 3.8.1 + specifier: ^3.9.1 + version: 3.9.1 '@types/node': - specifier: ^22.16.5 - version: 22.16.5 + specifier: ^22.17.0 + version: 22.17.0 '@types/react': - specifier: ^19.1.8 - version: 19.1.8 + specifier: ^19.1.9 + version: 19.1.9 '@types/react-dom': - specifier: ^19.1.6 - version: 19.1.6(@types/react@19.1.8) + specifier: ^19.1.7 + version: 19.1.7(@types/react@19.1.9) react: - specifier: ^19.1.0 - version: 19.1.0 + specifier: ^19.1.1 + version: 19.1.1 react-dom: - specifier: ^19.1.0 - version: 19.1.0(react@19.1.0) + specifier: ^19.1.1 + version: 19.1.1(react@19.1.1) rsbuild-plugin-google-analytics: specifier: 1.0.3 version: 1.0.3(@rsbuild/core@1.4.12) @@ -1524,55 +1524,55 @@ packages: resolution: {integrity: sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==} engines: {node: '>=6.9.0'} - '@biomejs/biome@2.1.2': - resolution: {integrity: sha512-yq8ZZuKuBVDgAS76LWCfFKHSYIAgqkxVB3mGVVpOe2vSkUTs7xG46zXZeNPRNVjiJuw0SZ3+J2rXiYx0RUpfGg==} + '@biomejs/biome@2.1.3': + resolution: {integrity: sha512-KE/tegvJIxTkl7gJbGWSgun7G6X/n2M6C35COT6ctYrAy7SiPyNvi6JtoQERVK/VRbttZfgGq96j2bFmhmnH4w==} engines: {node: '>=14.21.3'} hasBin: true - '@biomejs/cli-darwin-arm64@2.1.2': - resolution: {integrity: sha512-leFAks64PEIjc7MY/cLjE8u5OcfBKkcDB0szxsWUB4aDfemBep1WVKt0qrEyqZBOW8LPHzrFMyDl3FhuuA0E7g==} + '@biomejs/cli-darwin-arm64@2.1.3': + resolution: {integrity: sha512-LFLkSWRoSGS1wVUD/BE6Nlt2dSn0ulH3XImzg2O/36BoToJHKXjSxzPEMAqT9QvwVtk7/9AQhZpTneERU9qaXA==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [darwin] - '@biomejs/cli-darwin-x64@2.1.2': - resolution: {integrity: sha512-Nmmv7wRX5Nj7lGmz0FjnWdflJg4zii8Ivruas6PBKzw5SJX/q+Zh2RfnO+bBnuKLXpj8kiI2x2X12otpH6a32A==} + '@biomejs/cli-darwin-x64@2.1.3': + resolution: {integrity: sha512-Q/4OTw8P9No9QeowyxswcWdm0n2MsdCwWcc5NcKQQvzwPjwuPdf8dpPPf4r+x0RWKBtl1FLiAUtJvBlri6DnYw==} engines: {node: '>=14.21.3'} cpu: [x64] os: [darwin] - '@biomejs/cli-linux-arm64-musl@2.1.2': - resolution: {integrity: sha512-qgHvafhjH7Oca114FdOScmIKf1DlXT1LqbOrrbR30kQDLFPEOpBG0uzx6MhmsrmhGiCFCr2obDamu+czk+X0HQ==} + '@biomejs/cli-linux-arm64-musl@2.1.3': + resolution: {integrity: sha512-KXouFSBnoxAWZYDQrnNRzZBbt5s9UJkIm40hdvSL9mBxSSoxRFQJbtg1hP3aa8A2SnXyQHxQfpiVeJlczZt76w==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] - '@biomejs/cli-linux-arm64@2.1.2': - resolution: {integrity: sha512-NWNy2Diocav61HZiv2enTQykbPP/KrA/baS7JsLSojC7Xxh2nl9IczuvE5UID7+ksRy2e7yH7klm/WkA72G1dw==} + '@biomejs/cli-linux-arm64@2.1.3': + resolution: {integrity: sha512-2hS6LgylRqMFmAZCOFwYrf77QMdUwJp49oe8PX/O8+P2yKZMSpyQTf3Eo5ewnsMFUEmYbPOskafdV1ds1MZMJA==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] - '@biomejs/cli-linux-x64-musl@2.1.2': - resolution: {integrity: sha512-xlB3mU14ZUa3wzLtXfmk2IMOGL+S0aHFhSix/nssWS/2XlD27q+S6f0dlQ8WOCbYoXcuz8BCM7rCn2lxdTrlQA==} + '@biomejs/cli-linux-x64-musl@2.1.3': + resolution: {integrity: sha512-KaLAxnROouzIWtl6a0Y88r/4hW5oDUJTIqQorOTVQITaKQsKjZX4XCUmHIhdEk8zMnaiLZzRTAwk1yIAl+mIew==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] - '@biomejs/cli-linux-x64@2.1.2': - resolution: {integrity: sha512-Km/UYeVowygTjpX6sGBzlizjakLoMQkxWbruVZSNE6osuSI63i4uCeIL+6q2AJlD3dxoiBJX70dn1enjQnQqwA==} + '@biomejs/cli-linux-x64@2.1.3': + resolution: {integrity: sha512-NxlSCBhLvQtWGagEztfAZ4WcE1AkMTntZV65ZvR+J9jp06+EtOYEBPQndA70ZGhHbEDG57bR6uNvqkd1WrEYVA==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] - '@biomejs/cli-win32-arm64@2.1.2': - resolution: {integrity: sha512-G8KWZli5ASOXA3yUQgx+M4pZRv3ND16h77UsdunUL17uYpcL/UC7RkWTdkfvMQvogVsAuz5JUcBDjgZHXxlKoA==} + '@biomejs/cli-win32-arm64@2.1.3': + resolution: {integrity: sha512-V9CUZCtWH4u0YwyCYbQ3W5F4ZGPWp2C2TYcsiWFNNyRfmOW1j/TY/jAurl33SaRjgZPO5UUhGyr9m6BN9t84NQ==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [win32] - '@biomejs/cli-win32-x64@2.1.2': - resolution: {integrity: sha512-9zajnk59PMpjBkty3bK2IrjUsUHvqe9HWwyAWQBjGLE7MIBjbX2vwv1XPEhmO2RRuGoTkVx3WCanHrjAytICLA==} + '@biomejs/cli-win32-x64@2.1.3': + resolution: {integrity: sha512-dxy599q6lgp8ANPpR8sDMscwdp9oOumEsVXuVCVT9N2vAho8uYXlCz53JhxX6LtJOXaE73qzgkGQ7QqvFlMC0g==} engines: {node: '>=14.21.3'} cpu: [x64] os: [win32] @@ -1826,6 +1826,14 @@ packages: cpu: [x64] os: [win32] + '@isaacs/balanced-match@4.0.1': + resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==} + engines: {node: 20 || >=22} + + '@isaacs/brace-expansion@5.0.0': + resolution: {integrity: sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==} + engines: {node: 20 || >=22} + '@isaacs/cliui@8.0.2': resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} @@ -1912,8 +1920,8 @@ packages: '@microsoft/api-extractor-model@7.30.7': resolution: {integrity: sha512-TBbmSI2/BHpfR9YhQA7nH0nqVmGgJ0xH0Ex4D99/qBDAUpnhA2oikGmdXanbw9AWWY/ExBYIpkmY8dBHdla3YQ==} - '@microsoft/api-extractor@7.52.9': - resolution: {integrity: sha512-313nyhc6DSSMVKD43jZK6Yp5XbliGw5vjN7QOw1FHzR1V6DQ67k4dzkd3BSxMtWcm+cEs1Ux8rmDqots6EABFA==} + '@microsoft/api-extractor@7.52.10': + resolution: {integrity: sha512-LhKytJM5ZJkbHQVfW/3o747rZUNs/MGg6j/wt/9qwwqEOfvUDTYXXxIBuMgrRXhJ528p41iyz4zjBVHZU74Odg==} hasBin: true '@microsoft/tsdoc-config@0.17.1': @@ -1966,9 +1974,6 @@ packages: webpack: optional: true - '@module-federation/error-codes@0.17.0': - resolution: {integrity: sha512-+pZ12frhaDqh4Xs/MQj4Vu4CAjnJTiEb8Z6fqPfn/TLHh4YLWMOzpzxGuMFDHqXwMb3o8FRAUhNB0eX2ZmhwTA==} - '@module-federation/error-codes@0.17.1': resolution: {integrity: sha512-n6Elm4qKSjwAPxLUGtwnl7qt4y1dxB8OpSgVvXBIzqI9p27a3ZXshLPLnumlpPg1Qudaj8sLnSnFtt9yGpt5yQ==} @@ -2019,27 +2024,15 @@ packages: vue-tsc: optional: true - '@module-federation/runtime-core@0.17.0': - resolution: {integrity: sha512-MYwDDevYnBB9gXFfNOmJVIX5XZcbCHd0dral7gT7yVmlwOhbuGOLlm2dh2icwwdCYHA9AFDCfU9l1nJR4ex/ng==} - '@module-federation/runtime-core@0.17.1': resolution: {integrity: sha512-LCtIFuKgWPQ3E+13OyrVpuTPOWBMI/Ggwsq1Q874YeT8Px28b8tJRCj09DjyRFyhpSPyV/uG80T6iXPAUoLIfQ==} - '@module-federation/runtime-tools@0.17.0': - resolution: {integrity: sha512-t4QcKfhmwOHedwByDKUlTQVw4+gPotySYPyNa8GFrBSr1F6wcGdGyOhzP+PdgpiJLIM03cB6V+IKGGHE28SfDQ==} - '@module-federation/runtime-tools@0.17.1': resolution: {integrity: sha512-4kr6zTFFwGywJx6whBtxsc84V+COAuuBpEdEbPZN//YLXhNB0iz2IGsy9r9wDl+06h84bD+3dQ05l9euRLgXzQ==} - '@module-federation/runtime@0.17.0': - resolution: {integrity: sha512-eMtrtCSSV6neJpMmQ8WdFpYv93raSgsG5RiAPsKUuSCXfZ5D+yzvleZ+gPcEpFT9HokmloxAn0jep50/1upTQw==} - '@module-federation/runtime@0.17.1': resolution: {integrity: sha512-vKEN32MvUbpeuB/s6UXfkHDZ9N5jFyDDJnj83UTJ8n4N1jHIJu9VZ6Yi4/Ac8cfdvU8UIK9bIbfVXWbUYZUDsw==} - '@module-federation/sdk@0.17.0': - resolution: {integrity: sha512-tjrNaYdDocHZsWu5iXlm83lwEK8A64r4PQB3/kY1cW1iOvggR2RESLAWPxRJXC2cLF8fg8LDKOBdgERZW1HPFA==} - '@module-federation/sdk@0.17.1': resolution: {integrity: sha512-nlUcN6UTEi+3HWF+k8wPy7gH0yUOmCT+xNatihkIVR9REAnr7BUvHFGlPJmx7WEbLPL46+zJUbtQHvLzXwFhng==} @@ -2072,9 +2065,6 @@ packages: '@module-federation/third-party-dts-extractor@0.17.1': resolution: {integrity: sha512-hGvy1Tqathc34G4Tx7WJgpK0203oDFA/qSPIhPpsWg27em3fCWozLczVsq+lOxxCM6llDRgC1kt/EpWeqEK/ng==} - '@module-federation/webpack-bundler-runtime@0.17.0': - resolution: {integrity: sha512-o8XtXwqTDlqLgcALOfObcCbqXvUcSDHIEXrkcb4W+I8GJY7IqV0+x6rX4mJ3f59tca9qOF8zsZsOA6BU93Pvgw==} - '@module-federation/webpack-bundler-runtime@0.17.1': resolution: {integrity: sha512-Swspdgf4PzcbvS9SNKFlBzfq8h/Qxwqjq/xRSqw1pqAZWondZQzwTTqPXhgrg0bFlz7qWjBS/6a8KuH/gRvGaQ==} @@ -2096,53 +2086,53 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@nx/nx-darwin-arm64@21.3.7': - resolution: {integrity: sha512-/I8tpxDNZ3Xq9DnC5Y0q7II0e+1dV+vWwGTj/hxTM6oVo9wv9hBVkzA5F+UL2AJ20BrlPe34EKtIxaRfkd7SHQ==} + '@nx/nx-darwin-arm64@21.3.10': + resolution: {integrity: sha512-umYmO5xE9e7BtVzOYWurjeZEpqO/KnFDl+sLf58EzKOBf+tWDp1PVTpmuYhPxjlH6WkVaYCTA62L3SkIahKZ+w==} cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@21.3.7': - resolution: {integrity: sha512-l5P6wmrnFz3zY+AnDCf2PqqlrDnDMULl5E58KC3ax49kqkWc/1umauJJeP/tzWRYGd4yHL4/SbtKU0HRT91l7Q==} + '@nx/nx-darwin-x64@21.3.10': + resolution: {integrity: sha512-f2vl8ba5IyG/3fhvrUARg/xKviONhg5FHmev5krSIRYdFXsCNgI8qX251/Wxr7zjABnARdwfEZcWMTY4QRXovA==} cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@21.3.7': - resolution: {integrity: sha512-JJq4t8mcR1t5WyX8RvAthGlkun+Uyx3c4WA8hemLbqNCHnR/oQ5tIapRldp1FPBYJEzRzTgtk8Ov+rAjLuXqqQ==} + '@nx/nx-freebsd-x64@21.3.10': + resolution: {integrity: sha512-Tl0haFCRj+1Updj+KZYOxdhNlrp0CUiGIGo0n3S4ruuwtqSmSdwPb7ZGIvIHSQloX2k7CP/oRQw68HoUmsnIyA==} cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@21.3.7': - resolution: {integrity: sha512-9F5YVjJH/N8bqfVySTL8UY8PwdEGv4tjax6LSz5wByM6ThQtGqZreDqBectmgz4Uj1q1P+7zu5ra9hrBAr3Mww==} + '@nx/nx-linux-arm-gnueabihf@21.3.10': + resolution: {integrity: sha512-3siCCKhlaBp3a56KbkPyixoW7m/H1Cx6vfMxBHro3qqG8m7NYQ5Iy/Ih8G1ghAhr1KoKeXMPAoEglZVbFXDypQ==} cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@21.3.7': - resolution: {integrity: sha512-+YnuF9lwffzCsLrP0sCuDZKhbb5nFSV6hSwd8rCCZmzU35mqs0X4Mo8vjwHDZTCzIuDxzLK7Nl7ZeWQuAMxcJQ==} + '@nx/nx-linux-arm64-gnu@21.3.10': + resolution: {integrity: sha512-9Phr9FBVDr86QQ32Qxf7GyfBpgPfYDf0TWkWZe/EhR3UijoCM3a2WMyoLWxhl+oTkjxQVBP7adqToh7Da0hyuQ==} cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@21.3.7': - resolution: {integrity: sha512-g1SmaC4uHkaLS58FMYnxLKkecASdM+B/G3GH3vPS9LDYdHuFukqwLBvVlvueno6CuIAHc+7bW+TH3xVadnUOvw==} + '@nx/nx-linux-arm64-musl@21.3.10': + resolution: {integrity: sha512-TxgwIXOFrCbBz3xlP+aCil+KaHH6pRLA+JW4RD0ZMes/iP+99R+/+gKznw7CEkpXkzX194gGTe2NlM45129uEg==} cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@21.3.7': - resolution: {integrity: sha512-zupCkCiH2KKqdy/XcFwwQdyck2foX8H6W1mXfTPV94LqEOjfz8j0nfVuTT4WlZAaWcfwzszzdgKy6Rls65i9HA==} + '@nx/nx-linux-x64-gnu@21.3.10': + resolution: {integrity: sha512-UNIEt/i4OpGvjS8ds/m2lv/4C6SmaWTzIfok59TL/8BG0ab5x/lADdKd6OBbvhmDiBdz+As3uLiCN03uRsz95Q==} cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@21.3.7': - resolution: {integrity: sha512-Lhk/q/qb4HFaESR5KLCDPfGWh3Vp0x4bYTILIQ1mBTyqe3zJl1CMtAZp2L43gT7Zt41mz4ZiohavdDyFhIaUgA==} + '@nx/nx-linux-x64-musl@21.3.10': + resolution: {integrity: sha512-/ETUG3auZjQmWliaHQQFr/cqb493HGShDrcJYa0Zd67TZeUHsYY5lc71u6pA7d+aP/r51RToamxpDK0cGmqINQ==} cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@21.3.7': - resolution: {integrity: sha512-fk1edw6PNfUiKHDCHqe0WHVJgWiDUU1DoWDhJji5ZY0w8nT89AfTDDxt4YZptcFwAuuwPA/98K0fjQYcenlgTg==} + '@nx/nx-win32-arm64-msvc@21.3.10': + resolution: {integrity: sha512-xBOzmfjB695KkFZ3a2IblN/Vb6I9LlDbIV2I1X/Ks8jdK0q1Fh+mqZWDfOUuBr5oKcUPD5pZiH/vpr5mBssLig==} cpu: [arm64] os: [win32] - '@nx/nx-win32-x64-msvc@21.3.7': - resolution: {integrity: sha512-riVFPTcYseYpzONDvlO/RbdYp/q8R0NGD9J2f/N8/ucqmZcoa3ABx6BvGIStMgmUVxNnIkHNPNnm8Hor+BHFYA==} + '@nx/nx-win32-x64-msvc@21.3.10': + resolution: {integrity: sha512-TZPwjF1adI8FCJp7MmgXNtnwuW1AOBSiPEHLz2RM8cJKBc7rlmXw/MWhnYhz2lkZQ+vpndoLGtpinYo5cp/NQA==} cpu: [x64] os: [win32] @@ -2154,8 +2144,8 @@ packages: resolution: {integrity: sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} - '@playwright/test@1.54.1': - resolution: {integrity: sha512-FS8hQ12acieG2dYSksmLOF7BNxnVf2afRJdCuM1eMSxj6QTSE6G4InGF7oApGgDb65MX7AwMVlIkpru0yZA4Xw==} + '@playwright/test@1.54.2': + resolution: {integrity: sha512-A+znathYxPf+72riFd1r1ovOLqsIIB0jKIoPjyK2kqEIe30/6jF6BC7QNluHuwUmsD2tv1XZVugN8GqfTMOxsA==} engines: {node: '>=18'} hasBin: true @@ -2303,11 +2293,6 @@ packages: engines: {node: '>=16.10.0'} hasBin: true - '@rsbuild/core@1.4.9': - resolution: {integrity: sha512-LvF0YQ2IQf6ddDQQCkWxgPxHJFrZT8bvwwsHYo8K9g8KJTlrrstMV85lU3DROaH5tm98jN3zYZIOCbqQzklx5g==} - engines: {node: '>=16.10.0'} - hasBin: true - '@rsbuild/plugin-babel@1.0.4': resolution: {integrity: sha512-ZYbyC3zNYluTWTJDVrAW3eRJfvSTIQlp/bs20iY/MATm8/rRq2xtlAP5keCYxpx5CJZX7IT7i6f4z24/YrJJwA==} peerDependencies: @@ -2318,13 +2303,13 @@ packages: peerDependencies: '@rsbuild/core': 1.x - '@rsbuild/plugin-less@1.3.0': - resolution: {integrity: sha512-YJ/otnMLZ8VXlozRfEuSGQQlhy5pmxTJNlIzN3M/bS1plDp63y1GyLgfIwlkPROyGOnFbmlw6VCuXYACWKoUUA==} + '@rsbuild/plugin-less@1.3.1': + resolution: {integrity: sha512-RFzm23VAM9qRO2xrLh1vkZktvSseA1A+DSy+AenM9PNrqO89c+qa6L0R+5AdtbNoao1VXFa4Ixz6yNTe/Bis2A==} peerDependencies: '@rsbuild/core': 1.x - '@rsbuild/plugin-node-polyfill@1.3.2': - resolution: {integrity: sha512-r3a0w+5G0fUteEfjkuNh0YXjpIqM48mawtaVhCH4eyXWDU9Pp46MIzB+IYV+gWyzkb8rU4Xrq61QV1bb+FCdfA==} + '@rsbuild/plugin-node-polyfill@1.4.0': + resolution: {integrity: sha512-Z9w4SZFNOiHVWwLGQRiuNiy2XLiNiy0b179fRGPQ9y3xHutzt7IzMaqViWMMN4yntO3KvIAo4bFYym4qdZx8Jw==} peerDependencies: '@rsbuild/core': 1.x peerDependenciesMeta: @@ -2411,105 +2396,53 @@ packages: cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-arm64@1.4.9': - resolution: {integrity: sha512-P0O10aXEaLLrwKXK7muSXl64wGJsLGbJEE97zeFe0mFVFo44m3iVC+KVpRpBFBrXhnL1ylCYsu2mS/dTJ+970g==} - cpu: [arm64] - os: [darwin] - '@rspack/binding-darwin-x64@1.4.11': resolution: {integrity: sha512-YIV8Wzy+JY0SoSsVtN4wxFXOjzxxVPnVXNswrrfqVUTPr9jqGOFYUWCGpbt8lcCgfuBFm6zN8HpOsKm1xUNsVA==} cpu: [x64] os: [darwin] - '@rspack/binding-darwin-x64@1.4.9': - resolution: {integrity: sha512-eCbjVEkrSpFzLYye8Xd3SJgoaJ+GXCEVXJNLIqqt+BwxAknuVcHOHWFtppCw5/FcPWZkB03fWMah7aW8/ZqDyg==} - cpu: [x64] - os: [darwin] - '@rspack/binding-linux-arm64-gnu@1.4.11': resolution: {integrity: sha512-ms6uwECUIcu+6e82C5HJhRMHnfsI+l33v7XQezntzRPN0+sG3EpikEoT7SGbgt4vDwaWLR7wS20suN4qd5r3GA==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-gnu@1.4.9': - resolution: {integrity: sha512-OTsco8WagOax9o6W66i//GjgrjhNFFOXhcS/vl81t7Hx5APEpEXX+pnccirH0e67Gs5sNlm/uLVS1cyA/B77Sg==} - cpu: [arm64] - os: [linux] - '@rspack/binding-linux-arm64-musl@1.4.11': resolution: {integrity: sha512-9evq0DOdxMN/H8VM8ZmyY9NSuBgILNVV6ydBfVPMHPx4r1E7JZGpWeKDegZcS5Erw3sS9kVSIxyX78L5PDzzKw==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-musl@1.4.9': - resolution: {integrity: sha512-vxnh8TwTX5tquZz8naGd1NIBOESyKAPRemHZUWfAnK1p4WzM+dbTkGeIU7Z1fUzF/AXEbdRQ/omWlvp5nCOOZA==} - cpu: [arm64] - os: [linux] - '@rspack/binding-linux-x64-gnu@1.4.11': resolution: {integrity: sha512-bHYFLxPPYBOSaHdQbEoCYGMQ1gOrEWj7Mro/DLfSHZi1a0okcQ2Q1y0i1DczReim3ZhLGNrK7k1IpFXCRbAobQ==} cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-gnu@1.4.9': - resolution: {integrity: sha512-MitSilaS23e7EPNqYT9PEr2Zomc51GZSaCRCXscNOica5V/oAVBcEMUFbrNoD4ugohDXM68RvK0kVyFmfYuW+Q==} - cpu: [x64] - os: [linux] - '@rspack/binding-linux-x64-musl@1.4.11': resolution: {integrity: sha512-wrm4E7q2k4+cwT6Uhp6hIQ3eUe/YoaUttj6j5TqHYZX6YeLrNPtD9+ne6lQQ17BV8wmm6NZsmoFIJ5xIptpRhQ==} cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-musl@1.4.9': - resolution: {integrity: sha512-fdBLz3RPvEEaz91IHXP4pMDNh9Nfl6nkYDmmLBJRu4yHi97j1BEeymrq3lKssy/1kDR70t6T47ZjfRJIgM6nYg==} - cpu: [x64] - os: [linux] - '@rspack/binding-wasm32-wasi@1.4.11': resolution: {integrity: sha512-hiYxHZjaZ17wQtXyLCK0IdtOvMWreGVTiGsaHCxyeT+SldDG+r16bXNjmlqfZsjlfl1mkAqKz1dg+mMX28OTqw==} cpu: [wasm32] - '@rspack/binding-wasm32-wasi@1.4.9': - resolution: {integrity: sha512-yWd5llZHBCsA0S5W0UGuXdQQ5zkZC4PQbOQS7XiblBII9RIMZZKJV/3AsYAHUeskTBPnwYMQsm8QCV52BNAE9A==} - cpu: [wasm32] - '@rspack/binding-win32-arm64-msvc@1.4.11': resolution: {integrity: sha512-+HF/mnjmTr8PC1dccRt1bkrD2tPDGeqvXC1BBLYd/Klq1VbtIcnrhfmvQM6KaXbiLcY9VWKzcZPOTmnyZ8TaHQ==} cpu: [arm64] os: [win32] - '@rspack/binding-win32-arm64-msvc@1.4.9': - resolution: {integrity: sha512-3+oG19ye2xOmVGGKHao0EXmvPaiGvaFnxJRQ6tc6T7MSxhOvvDhQ1zmx+9X/wXKv/iytAHXMuoLGLHwdGd7GJg==} - cpu: [arm64] - os: [win32] - '@rspack/binding-win32-ia32-msvc@1.4.11': resolution: {integrity: sha512-EU2fQGwrRfwFd/tcOInlD0jy6gNQE4Q3Ayj0Is+cX77sbhPPyyOz0kZDEaQ4qaN2VU8w4Hu/rrD7c0GAKLFvCw==} cpu: [ia32] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.4.9': - resolution: {integrity: sha512-l9K68LNP2j2QnCFYz17Rea7wdk04m4jnGB6CyRrS0iuanTn+Hvz3wgAn1fqADJxE4dtX+wNbTPOWJr0SrVHccw==} - cpu: [ia32] - os: [win32] - '@rspack/binding-win32-x64-msvc@1.4.11': resolution: {integrity: sha512-1Nc5ZzWqfvE+iJc47qtHFzYYnHsC3awavXrCo74GdGip1vxtksM3G30BlvAQHHVtEmULotWqPbjZpflw/Xk9Ag==} cpu: [x64] os: [win32] - '@rspack/binding-win32-x64-msvc@1.4.9': - resolution: {integrity: sha512-2i4+/E5HjqobNBA86DuqQfqw6mW/jsHGUzUfgwKEKW8I6wLU0Gz7dUcz0fExvr8W5I8f/ccOfqR2bPGnxJ8vNw==} - cpu: [x64] - os: [win32] - '@rspack/binding@1.4.11': resolution: {integrity: sha512-maGl/zRwnl0QVwkBCkgjn5PH20L9HdlRIdkYhEsfTepy5x2QZ0ti/0T49djjTJQrqb+S1i6wWQymMMMMMsxx6Q==} - '@rspack/binding@1.4.9': - resolution: {integrity: sha512-9EY8OMCNZrwCupQMZccMgrTxWGUQvZGFrLFw/rxfTt+uT4fS4CAbNwHVFxsnROaRd+EE6EXfUpUYu66j6vd4qA==} - '@rspack/core@1.4.11': resolution: {integrity: sha512-JtKnL6p7Kc/YgWQJF3Woo4OccbgKGyT/4187W4dyex8BMkdQcbqCNIdi6dFk02hwQzxpOOxRSBI4hlGRbz7oYQ==} engines: {node: '>=16.0.0'} @@ -2519,15 +2452,6 @@ packages: '@swc/helpers': optional: true - '@rspack/core@1.4.9': - resolution: {integrity: sha512-fHEGOzVcyESVfprFTqgeJ7vAnmkmY/nbljaeGsJY4zLmROmkbGTh4xgLEY3O5nEukLfEFbdLapvBqYb5tE/fmA==} - engines: {node: '>=16.0.0'} - peerDependencies: - '@swc/helpers': '>=0.5.1' - peerDependenciesMeta: - '@swc/helpers': - optional: true - '@rspack/lite-tapable@1.0.1': resolution: {integrity: sha512-VynGOEsVw2s8TAlLf/uESfrgfrq2+rcXB1muPJYBWbsm1Oa6r5qVQhjA5ggM6z/coYPrsVMgovl3Ff7Q7OCp1w==} engines: {node: '>=16.0.0'} @@ -2547,8 +2471,8 @@ packages: webpack-hot-middleware: optional: true - '@rspress/core@2.0.0-beta.22': - resolution: {integrity: sha512-rzFNwUuctoS0yvdo/5yJV7QfrFhTTB0o7QkJYkrsNG5L50fvPxOYkxPxn52L83q76anoEdNlVrQGxKOX5f32Bg==} + '@rspress/core@2.0.0-beta.23': + resolution: {integrity: sha512-p3k1C3oBd9ggM1nCVDQOsFWqGHB3ExCbybtOxSi6m6e5FgeZ8i+pg8BXRTlyHm63UYGzy7CcB2hcKaE3MbSUZw==} engines: {node: '>=18.0.0'} hasBin: true @@ -2604,40 +2528,40 @@ packages: resolution: {integrity: sha512-NpNhTKBIlV3O6ADhoZkgHvBFvXMW2TYlIWmIT1ysJESUBqDpaN9H3Teve5fugjU2pQ2ORBZO6SQGKliMw/8m/Q==} engines: {node: '>= 10'} - '@rspress/plugin-algolia@2.0.0-beta.22': - resolution: {integrity: sha512-FkMlFAZD4oteCWTH6f620TqPkZSDDfR7HzgGeP0GEdZo0BRtBbxv5duP/JdV/YnUa4vn3QyWnYE0bjppjpw7Vw==} + '@rspress/plugin-algolia@2.0.0-beta.23': + resolution: {integrity: sha512-1cBsoxrO/Hp0kLOMS0pPDVnisgJXoSf9TGnugL0lOcuOzt1NUojfrqc+du6WiA+HUqnLapF2meXn35Qu29J3xg==} engines: {node: '>=18.0.0'} peerDependencies: - '@rspress/core': ^2.0.0-beta.22 + '@rspress/core': ^2.0.0-beta.23 - '@rspress/plugin-llms@2.0.0-beta.22': - resolution: {integrity: sha512-eEMb60CuA1mbu3qUKl+np/Ic8nHFFAchLEfhqOYbeq/8e3GSb2gYBxRNEJ+x4TINI6wgpqP36klf59a+2pxlTw==} + '@rspress/plugin-llms@2.0.0-beta.23': + resolution: {integrity: sha512-Sim+BFWqxNOekMSnnDH0QHeoeOZPu3Jgqf0nWdglkZTQFfbPHuERXcDgo5uW28/wVXXRg/Ke/1X3G0NE2ssZjw==} engines: {node: '>=18.0.0'} peerDependencies: - '@rspress/core': ^2.0.0-beta.22 + '@rspress/core': ^2.0.0-beta.23 - '@rspress/plugin-rss@2.0.0-beta.22': - resolution: {integrity: sha512-le8Gyjmz7pZiXMB6rYUze/A2D07o0svEfct6SQIXKY6yrAFPiNbOY4ikQ7Ve8elXd+m5ZPnkHxgr5/Q1E5qcbg==} + '@rspress/plugin-rss@2.0.0-beta.23': + resolution: {integrity: sha512-n2KjLWBkyLhU4rsUTyg2VyTktpxvLJpP2ukq042tM4sout/TuZAUKK6y2pW50drRFInLJsYICcGHHeZI7bCv3A==} engines: {node: '>=18.0.0'} peerDependencies: - '@rspress/core': ^2.0.0-beta.22 + '@rspress/core': ^2.0.0-beta.23 - '@rspress/runtime@2.0.0-beta.22': - resolution: {integrity: sha512-Z/lharbTJ6vP+ITw1mhuJHk9MMNBU7He3c2C+qe8HcaSIuN0iVUiZJSM9tatSJhCkylyEvY2B6smc1e3I43RBg==} + '@rspress/runtime@2.0.0-beta.23': + resolution: {integrity: sha512-uDmvsZtQc8L8okzL++Rps5h1fYiIvLchp7qMUIRipc3lVIEDIdf+TOucZrYtTAgCfMUFaX/a/h6rWNyF63+50g==} engines: {node: '>=18.0.0'} - '@rspress/shared@2.0.0-beta.22': - resolution: {integrity: sha512-JLVda5YBoeABoeJukUp3AX6+qNY52sv8HPKZHNytLnmpr/kTpSS1dANp1UODMVK0aluVu3t6VnrcoICSIyOC3g==} + '@rspress/shared@2.0.0-beta.23': + resolution: {integrity: sha512-xYZMm8kGUA5OjkuNsB+CINuWJXdFoJfiAz+odC3OwelmKIXwkKNo79KtDbJQDP/BZgSikxVCkeYsSayp+VuhEQ==} - '@rspress/theme-default@2.0.0-beta.22': - resolution: {integrity: sha512-hRPITak6Ncoxg3BB/dpSJfKADVgW4E5P00eaZbor30/Qky9E9utekJiv3m+7OEunlGFoz9mfpTCHV8L0/aDBBw==} + '@rspress/theme-default@2.0.0-beta.23': + resolution: {integrity: sha512-wmiaR504zExQaSt3Q4Z1nlBIZcUIqKqRGqUcwkYXscGVkwvc3iW+DLin+codF2FM9fvox3JAtU6J9AVuiigZfw==} engines: {node: '>=18.0.0'} '@rstack-dev/doc-ui@1.10.8': resolution: {integrity: sha512-F/v0XzRI1ZIAzBBLx91um4TLMIUWw3LiQsPXtZe8ZAF6wQUVk47YPK/kB1VPkLLaD214JrwWq+L6P7UnD8MT7A==} - '@rstest/core@0.0.10': - resolution: {integrity: sha512-ytJ9LTCWARtBbt/+4RLV/lRgPCoXto0pazQ5lRdtv6M2gUvCZnIJKW2J2ioqQaVv0LXn5gqCCopoQYYFFE7eBQ==} + '@rstest/core@0.1.0': + resolution: {integrity: sha512-/rOnpFKpadNf+xu9Jb5BqLdzMHa343mtWOuRtdRYqeZHhhuz3bsuK82fDWufD6bRwmsa5Q6EHQA2pKre6ZIAvA==} engines: {node: '>=18.0.0'} hasBin: true peerDependencies: @@ -2677,6 +2601,9 @@ packages: '@shikijs/core@3.8.1': resolution: {integrity: sha512-uTSXzUBQ/IgFcUa6gmGShCHr4tMdR3pxUiiWKDm8pd42UKJdYhkAYsAmHX5mTwybQ5VyGDgTjW4qKSsRvGSang==} + '@shikijs/core@3.9.1': + resolution: {integrity: sha512-W5Vwen0KJCtR7KFRo+3JLGAqLUPsfW7e+wZ4yaRBGIogwI9ZlnkpRm9ZV8JtfzMxOkIwZwMmmN0hNErLtm3AYg==} + '@shikijs/engine-javascript@3.8.1': resolution: {integrity: sha512-rZRp3BM1llrHkuBPAdYAzjlF7OqlM0rm/7EWASeCcY7cRYZIrOnGIHE9qsLz5TCjGefxBFnwgIECzBs2vmOyKA==} @@ -2692,12 +2619,15 @@ packages: '@shikijs/themes@3.8.1': resolution: {integrity: sha512-Vu3t3BBLifc0GB0UPg2Pox1naTemrrvyZv2lkiSw3QayVV60me1ujFQwPZGgUTmwXl1yhCPW8Lieesm0CYruLQ==} - '@shikijs/transformers@3.8.1': - resolution: {integrity: sha512-nmTyFfBrhJk6HJi118jes0wuWdfKXeVUq1Nq+hm8h6wbk1KUfvtg+LY/uDfxZD2VDItHO3QoINIs3NtoKBmgxw==} + '@shikijs/transformers@3.9.1': + resolution: {integrity: sha512-QI4Bh565EhKGaefiDAyn5o7S8rQIUGXcOjZANSiQHa/KSGCyJTZP9UUiRbvdovVpaI/nagODX6mspFk/vcYOQQ==} '@shikijs/types@3.8.1': resolution: {integrity: sha512-5C39Q8/8r1I26suLh+5TPk1DTrbY/kn3IdWA5HdizR0FhlhD05zx5nKCqhzSfDHH3p4S0ZefxWd77DLV+8FhGg==} + '@shikijs/types@3.9.1': + resolution: {integrity: sha512-rqM3T7a0iM1oPKz9iaH/cVgNX9Vz1HERcUcXJ94/fulgVdwqfnhXzGxO4bLrAnh/o5CPLy3IcYedogfV+Ns0Qg==} + '@shikijs/vscode-textmate@10.0.2': resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} @@ -2739,11 +2669,11 @@ packages: peerDependencies: storybook: ^9.0.0-alpha.10 - '@storybook/addon-links@9.0.18': - resolution: {integrity: sha512-4Xs/ObvjLQXyrixgxYCleSdcNqKWvncSmNxerib/h1tOPSry7NgJV2oCIc5DLZslolKKqAkAZmgWBY6Qz5Gysw==} + '@storybook/addon-links@9.1.0': + resolution: {integrity: sha512-IWeGBPe1ZkyNgO3kjmAP//+I87wtCFNXlsUDQnLo/YBOIRLVKiyQlIdEQSzpnRkAMFl5I91qFqzGouvE5otcGA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^9.0.18 + storybook: ^9.1.0 peerDependenciesMeta: react: optional: true @@ -2753,10 +2683,10 @@ packages: peerDependencies: storybook: ^9.0.0-alpha.12 - '@storybook/addon-onboarding@9.0.18': - resolution: {integrity: sha512-A079BfJ3g3wYOtAuq9cPf2l6JHo+6UzEw1A2AbSNBBNP4hKfXpHcLadIVwuyOxuKjDUWzY5f4dJa3hCMurHXGQ==} + '@storybook/addon-onboarding@9.1.0': + resolution: {integrity: sha512-6TUcVTR8CFp4lqTm/79wa+rI5BUsw6XcX/xcxK/Ufo7AD1DPHx2xMEz3pp6KNNdzSajjBSU9Y/HqupginbjnfA==} peerDependencies: - storybook: ^9.0.18 + storybook: ^9.1.0 '@storybook/addon-outline@9.0.0-alpha.12': resolution: {integrity: sha512-I7opVIK8bNUYSC+P+b8AwP6sE2pFyXH5F0gz8WA0pdkRcxerQmYnhlsXrI5T0QMu79tZnjVNrQTUrqpy/Z5oqQ==} @@ -2825,11 +2755,11 @@ packages: peerDependencies: storybook: ^9.0.0-alpha.2 - '@storybook/vue3@9.0.18': - resolution: {integrity: sha512-4TKEmI8dLbZNlhyaTKRyZ96QNFfgwl+VcZ7QqRH8wtsBqenKbvb0nv5QIZSH+hBgoYoK7OIqx4af3zRPbTydpQ==} + '@storybook/vue3@9.1.0': + resolution: {integrity: sha512-I8ESFW+Rh0PKN9JME3m3uSAQMqUQYDyy97uwwAsGdOAQQQNhFb8JAzPBIJ9a0wZrshM8WHP+OAlSrUaulU66/w==} engines: {node: '>=20.0.0'} peerDependencies: - storybook: ^9.0.18 + storybook: ^9.1.0 vue: ^3.0.0 '@svgr/babel-plugin-add-jsx-attribute@8.0.0': @@ -3057,8 +2987,8 @@ packages: '@types/node@18.19.110': resolution: {integrity: sha512-WW2o4gTmREtSnqKty9nhqF/vA0GKd0V/rbC0OyjSk9Bz6bzlsXKT+i7WDdS/a0z74rfT2PO4dArVCSnapNLA5Q==} - '@types/node@22.16.5': - resolution: {integrity: sha512-bJFoMATwIGaxxx8VJPeM8TonI8t579oRvgAuT8zFugJsJZgzqv0Fu8Mhp68iecjzG7cnN3mO2dJQ5uUM2EFrgQ==} + '@types/node@22.17.0': + resolution: {integrity: sha512-bbAKTCqX5aNVryi7qXVMi+OkB3w/OyblodicMbvE38blyAz7GxXf6XYhklokijuPwwVg9sDLKRxt0ZHXQwZVfQ==} '@types/qs@6.9.15': resolution: {integrity: sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==} @@ -3066,13 +2996,13 @@ packages: '@types/range-parser@1.2.7': resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==} - '@types/react-dom@19.1.6': - resolution: {integrity: sha512-4hOiT/dwO8Ko0gV1m/TJZYk3y0KBnY9vzDh7W+DH17b2HFSOGgdj33dhihPeuy3l0q23+4e+hoXHV6hCC4dCXw==} + '@types/react-dom@19.1.7': + resolution: {integrity: sha512-i5ZzwYpqjmrKenzkoLM2Ibzt6mAsM7pxB6BCIouEVVmgiqaMj1TjaK7hnA36hbW5aZv20kx7Lw6hWzPWg0Rurw==} peerDependencies: '@types/react': ^19.0.0 - '@types/react@19.1.8': - resolution: {integrity: sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g==} + '@types/react@19.1.9': + resolution: {integrity: sha512-WmdoynAX8Stew/36uTSVMcLJJ1KRh6L3IZRx1PZ7qJtBqT3dYTgyDTx8H1qoRghErydW7xw9mSJ3wS//tCRpFA==} '@types/resolve@1.20.6': resolution: {integrity: sha512-A4STmOXPhMUtHH+S6ymgE2GiBSMqf4oTvcQZMcHzokuTLVYzXTB8ttjcgxOVaAp2lGwEdzZ0J+cRbbeevQj1UQ==} @@ -3110,6 +3040,17 @@ packages: '@vitest/expect@3.2.4': resolution: {integrity: sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==} + '@vitest/mocker@3.2.4': + resolution: {integrity: sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ==} + peerDependencies: + msw: ^2.4.9 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0 + peerDependenciesMeta: + msw: + optional: true + vite: + optional: true + '@vitest/pretty-format@2.0.5': resolution: {integrity: sha512-h8k+1oWHfwTkyTkb9egzwNMfJAEx4veaPSnMeKbVSjp4euqGSbQlm5+6VHwTr7u4FJslVVsUG5nopCaAYdOmSQ==} @@ -5239,8 +5180,8 @@ packages: medium-zoom@1.1.0: resolution: {integrity: sha512-ewyDsp7k4InCUp3jRmwHBRFGyjBimKps/AJLjRSox+2q/2H4p/PNpQf+pwONWlJiOudkBXtbdmVbFjqyybfTmQ==} - memfs@4.23.0: - resolution: {integrity: sha512-SucHN2lcWf0jrnw+jP6FoVW6l/zGJiXfNMdApZzG0x/0mAIMdwAeR5mjfsCH5U3BoqpUEtqzz+dSQSO0H/eqxg==} + memfs@4.28.0: + resolution: {integrity: sha512-b+hDyduUpkxKXpi/fIG5e2HTbcldi0pGdbcCUzXmFJM/ImnQgnSO+qe5ssB52lTbHJfzfEkda2zhmOGK1UtaQA==} engines: {node: '>= 4.0.0'} memoizerific@1.11.3: @@ -5410,8 +5351,9 @@ packages: minimalistic-crypto-utils@1.0.1: resolution: {integrity: sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==} - minimatch@3.0.8: - resolution: {integrity: sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==} + minimatch@10.0.3: + resolution: {integrity: sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==} + engines: {node: 20 || >=22} minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} @@ -5537,8 +5479,8 @@ packages: number-precision@1.6.0: resolution: {integrity: sha512-05OLPgbgmnixJw+VvEh18yNPUo3iyp4BEWJcrLu4X9W05KmMifN7Mu5exYvQXqxxeNWhvIF+j3Rij+HmddM/hQ==} - nx@21.3.7: - resolution: {integrity: sha512-/PwRGg6wH10V8pJHe3RJnizbxjNL0owLARCegup39sk0+m/G/qOfot5KqReWQR4YrtDpreSE7+tRWGCCovyE1A==} + nx@21.3.10: + resolution: {integrity: sha512-am85Vntk1UQVzGjFltNzrb9b7Lhz8nPDRXkC0BJXBoG6w0T9Qf8k/3bwbo8nzZgREdVIUFO5dvOZ6gWUZw/UFA==} hasBin: true peerDependencies: '@swc-node/register': ^1.8.0 @@ -5823,13 +5765,13 @@ packages: resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==} engines: {node: '>=14.16'} - playwright-core@1.54.1: - resolution: {integrity: sha512-Nbjs2zjj0htNhzgiy5wu+3w09YetDx5pkrpI/kZotDlDUaYk0HVA5xrBVPdow4SAUIlhgKcJeJg4GRKW6xHusA==} + playwright-core@1.54.2: + resolution: {integrity: sha512-n5r4HFbMmWsB4twG7tJLDN9gmBUeSPcsBZiWSE4DnYz9mJMAFqr2ID7+eGC9kpEnxExJ1epttwR59LEWCk8mtA==} engines: {node: '>=18'} hasBin: true - playwright@1.54.1: - resolution: {integrity: sha512-peWpSwIBmSLi6aW2auvrUtf2DqY16YYcCMO8rTVx486jKmDTJg7UAhyrraP98GB8BoPURZP8+nxO7TSd4cPr5g==} + playwright@1.54.2: + resolution: {integrity: sha512-Hu/BMoA1NAdRUuulyvQC0pEqZ4vQbGfn8f7wPXcnqQmM+zct9UliKxsIkLNmz/ku7LElUNqmaiv1TG/aL5ACsw==} engines: {node: '>=18'} hasBin: true @@ -5897,8 +5839,8 @@ packages: resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} engines: {node: ^10 || ^12 || >=14} - preact@10.26.9: - resolution: {integrity: sha512-SSjF9vcnF27mJK1XyFMNJzFd5u3pQiATFqoaDy03XuN00u4ziveVVEGt5RKJrDR8MHE/wJo9Nnad56RLzS2RMA==} + preact@10.27.0: + resolution: {integrity: sha512-/DTYoB6mwwgPytiqQTh/7SFRL98ZdiD8Sk8zIUVOxtwq4oWcwrcd1uno9fE/zZmUaUrFNYzbH14CPebOz9tZQw==} prebundle@1.4.0: resolution: {integrity: sha512-7F6Pwi90ZtMIAPMfA3lyRxdPBDEVHcRIBitPSz0hfrdR06Gomgn/SrumpaD8mGWRzSao0R15Y4e1B5BrSBdS0A==} @@ -6023,10 +5965,10 @@ packages: peerDependencies: react: ^18.3.1 - react-dom@19.1.0: - resolution: {integrity: sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==} + react-dom@19.1.1: + resolution: {integrity: sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==} peerDependencies: - react: ^19.1.0 + react: ^19.1.1 react-focus-lock@2.13.2: resolution: {integrity: sha512-T/7bsofxYqnod2xadvuwjGKHOoL5GH7/EIPI5UyEvaU/c2CcphvGI371opFtuY/SYdbMsNiuF4HsHQ50nA/TKQ==} @@ -6076,8 +6018,8 @@ packages: resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} engines: {node: '>=0.10.0'} - react@19.1.0: - resolution: {integrity: sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==} + react@19.1.1: + resolution: {integrity: sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==} engines: {node: '>=0.10.0'} read-cache@1.0.0: @@ -6611,8 +6553,8 @@ packages: resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} engines: {node: '>=14'} - simple-git-hooks@2.13.0: - resolution: {integrity: sha512-N+goiLxlkHJlyaYEglFypzVNMaNplPAk5syu0+OPp/Bk6dwVoXF6FfOw2vO0Dp+JHsBaI+w6cm8TnFl2Hw6tDA==} + simple-git-hooks@2.13.1: + resolution: {integrity: sha512-WszCLXwT4h2k1ufIXAgsbiTOazqqevFCIncOuUBZJ91DdvWcC5+OFkluWRQPrcuSYd8fjq+o2y1QfWqYMoAToQ==} hasBin: true simple-swizzle@0.2.2: @@ -6778,8 +6720,8 @@ packages: storybook: ^9.0.0 vue: ^3.0.0 - storybook@9.0.18: - resolution: {integrity: sha512-ruxpEpizwoYQTt1hBOrWyp9trPYWD9Apt1TJ37rs1rzmNQWpSNGJDMg91JV4mUhBChzRvnid/oRBFFCWJz/dfw==} + storybook@9.1.0: + resolution: {integrity: sha512-EXEmwMCcqwn0KOuc8brTZmFj4eEVImWgGFra6k3Nj8qrlnBXK551tmAjO5ihmL9gxRvv6FGdglnQKoyeYo/NRA==} hasBin: true peerDependencies: prettier: ^2 || ^3 @@ -7113,8 +7055,8 @@ packages: engines: {node: '>=14.17'} hasBin: true - typescript@5.8.3: - resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==} + typescript@5.9.2: + resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==} engines: {node: '>=14.17'} hasBin: true @@ -7448,8 +7390,8 @@ packages: zwitch@2.0.4: resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} - zx@8.7.1: - resolution: {integrity: sha512-28u1w2LlIfvyvJvYe6pmCipesk8oL5AFMVp+P/U445LcaPgzrU5lNDtAPd6nJvWmoCNyXZz37R/xKOGokccjsw==} + zx@8.7.2: + resolution: {integrity: sha512-4Wtl46msLFx6QW6GjLu1aRnFhavukT4VSp4tdXvfRIBRNW3RP7Si3RlRFD7YeQeecQBacVFRQQgm5LTvE/YEGQ==} engines: {node: '>= 12.17.0'} hasBin: true @@ -7574,7 +7516,7 @@ snapshots: dependencies: color: 3.2.1 - '@arco-design/web-react@2.66.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@arco-design/web-react@2.66.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@arco-design/color': 0.4.0 '@babel/runtime': 7.24.8 @@ -7584,11 +7526,11 @@ snapshots: dayjs: 1.11.13 lodash: 4.17.21 number-precision: 1.6.0 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - react-focus-lock: 2.13.2(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-focus-lock: 2.13.2(react@19.1.1) react-is: 18.3.1 - react-transition-group: 4.4.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + react-transition-group: 4.4.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1) resize-observer-polyfill: 1.5.1 scroll-into-view-if-needed: 2.2.20 shallowequal: 1.1.0 @@ -7919,39 +7861,39 @@ snapshots: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 - '@biomejs/biome@2.1.2': + '@biomejs/biome@2.1.3': optionalDependencies: - '@biomejs/cli-darwin-arm64': 2.1.2 - '@biomejs/cli-darwin-x64': 2.1.2 - '@biomejs/cli-linux-arm64': 2.1.2 - '@biomejs/cli-linux-arm64-musl': 2.1.2 - '@biomejs/cli-linux-x64': 2.1.2 - '@biomejs/cli-linux-x64-musl': 2.1.2 - '@biomejs/cli-win32-arm64': 2.1.2 - '@biomejs/cli-win32-x64': 2.1.2 - - '@biomejs/cli-darwin-arm64@2.1.2': + '@biomejs/cli-darwin-arm64': 2.1.3 + '@biomejs/cli-darwin-x64': 2.1.3 + '@biomejs/cli-linux-arm64': 2.1.3 + '@biomejs/cli-linux-arm64-musl': 2.1.3 + '@biomejs/cli-linux-x64': 2.1.3 + '@biomejs/cli-linux-x64-musl': 2.1.3 + '@biomejs/cli-win32-arm64': 2.1.3 + '@biomejs/cli-win32-x64': 2.1.3 + + '@biomejs/cli-darwin-arm64@2.1.3': optional: true - '@biomejs/cli-darwin-x64@2.1.2': + '@biomejs/cli-darwin-x64@2.1.3': optional: true - '@biomejs/cli-linux-arm64-musl@2.1.2': + '@biomejs/cli-linux-arm64-musl@2.1.3': optional: true - '@biomejs/cli-linux-arm64@2.1.2': + '@biomejs/cli-linux-arm64@2.1.3': optional: true - '@biomejs/cli-linux-x64-musl@2.1.2': + '@biomejs/cli-linux-x64-musl@2.1.3': optional: true - '@biomejs/cli-linux-x64@2.1.2': + '@biomejs/cli-linux-x64@2.1.3': optional: true - '@biomejs/cli-win32-arm64@2.1.2': + '@biomejs/cli-win32-arm64@2.1.3': optional: true - '@biomejs/cli-win32-x64@2.1.2': + '@biomejs/cli-win32-x64@2.1.3': optional: true '@bufbuild/protobuf@2.6.0': {} @@ -8107,25 +8049,25 @@ snapshots: transitivePeerDependencies: - debug - '@codspeed/vitest-plugin@4.0.1(vite@6.3.5(@types/node@22.16.5)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1))': + '@codspeed/vitest-plugin@4.0.1(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1))': dependencies: '@codspeed/core': 4.0.1 - vite: 6.3.5(@types/node@22.16.5)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1) + vite: 6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1) transitivePeerDependencies: - debug '@docsearch/css@3.9.0': {} - '@docsearch/react@3.9.0(@algolia/client-search@5.25.0)(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@docsearch/react@3.9.0(@algolia/client-search@5.25.0)(@types/react@19.1.9)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@algolia/autocomplete-core': 1.17.9(@algolia/client-search@5.25.0)(algoliasearch@5.25.0) '@algolia/autocomplete-preset-algolia': 1.17.9(@algolia/client-search@5.25.0)(algoliasearch@5.25.0) '@docsearch/css': 3.9.0 algoliasearch: 5.25.0 optionalDependencies: - '@types/react': 19.1.8 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + '@types/react': 19.1.9 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) transitivePeerDependencies: - '@algolia/client-search' @@ -8219,6 +8161,12 @@ snapshots: '@esbuild/win32-x64@0.25.5': optional: true + '@isaacs/balanced-match@4.0.1': {} + + '@isaacs/brace-expansion@5.0.0': + dependencies: + '@isaacs/balanced-match': 4.0.1 + '@isaacs/cliui@8.0.2': dependencies: string-width: 5.1.2 @@ -8328,37 +8276,37 @@ snapshots: - acorn - supports-color - '@mdx-js/react@2.3.0(react@19.1.0)': + '@mdx-js/react@2.3.0(react@19.1.1)': dependencies: '@types/mdx': 2.0.13 - '@types/react': 19.1.8 - react: 19.1.0 + '@types/react': 19.1.9 + react: 19.1.1 - '@mdx-js/react@3.1.0(@types/react@19.1.8)(react@19.1.0)': + '@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1)': dependencies: '@types/mdx': 2.0.13 - '@types/react': 19.1.8 - react: 19.1.0 + '@types/react': 19.1.9 + react: 19.1.1 - '@microsoft/api-extractor-model@7.30.7(@types/node@22.16.5)': + '@microsoft/api-extractor-model@7.30.7(@types/node@22.17.0)': dependencies: '@microsoft/tsdoc': 0.15.1 '@microsoft/tsdoc-config': 0.17.1 - '@rushstack/node-core-library': 5.14.0(@types/node@22.16.5) + '@rushstack/node-core-library': 5.14.0(@types/node@22.17.0) transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor@7.52.9(@types/node@22.16.5)': + '@microsoft/api-extractor@7.52.10(@types/node@22.17.0)': dependencies: - '@microsoft/api-extractor-model': 7.30.7(@types/node@22.16.5) + '@microsoft/api-extractor-model': 7.30.7(@types/node@22.17.0) '@microsoft/tsdoc': 0.15.1 '@microsoft/tsdoc-config': 0.17.1 - '@rushstack/node-core-library': 5.14.0(@types/node@22.16.5) + '@rushstack/node-core-library': 5.14.0(@types/node@22.17.0) '@rushstack/rig-package': 0.5.3 - '@rushstack/terminal': 0.15.4(@types/node@22.16.5) - '@rushstack/ts-command-line': 5.0.2(@types/node@22.16.5) + '@rushstack/terminal': 0.15.4(@types/node@22.17.0) + '@rushstack/ts-command-line': 5.0.2(@types/node@22.17.0) lodash: 4.17.21 - minimatch: 3.0.8 + minimatch: 10.0.3 resolve: 1.22.10 semver: 7.5.4 source-map: 0.6.1 @@ -8394,10 +8342,10 @@ snapshots: '@types/semver': 7.5.8 semver: 7.6.3 - '@module-federation/cli@0.17.1(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3))': + '@module-federation/cli@0.17.1(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2))': dependencies: '@modern-js/node-bundle-require': 2.68.2 - '@module-federation/dts-plugin': 0.17.1(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3)) + '@module-federation/dts-plugin': 0.17.1(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2)) '@module-federation/sdk': 0.17.1 chalk: 3.0.0 commander: 11.1.0 @@ -8409,15 +8357,15 @@ snapshots: - utf-8-validate - vue-tsc - '@module-federation/data-prefetch@0.17.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@module-federation/data-prefetch@0.17.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@module-federation/runtime': 0.17.1 '@module-federation/sdk': 0.17.1 fs-extra: 9.1.0 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@module-federation/dts-plugin@0.17.1(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3))': + '@module-federation/dts-plugin@0.17.1(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2))': dependencies: '@module-federation/error-codes': 0.17.1 '@module-federation/managers': 0.17.1 @@ -8434,35 +8382,35 @@ snapshots: log4js: 6.9.1 node-schedule: 2.1.1 rambda: 9.3.0 - typescript: 5.8.3 + typescript: 5.9.2 ws: 8.18.0 optionalDependencies: - vue-tsc: 3.0.4(typescript@5.8.3) + vue-tsc: 3.0.4(typescript@5.9.2) transitivePeerDependencies: - bufferutil - debug - supports-color - utf-8-validate - '@module-federation/enhanced@0.17.1(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3))': + '@module-federation/enhanced@0.17.1(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2))': dependencies: '@module-federation/bridge-react-webpack-plugin': 0.17.1 - '@module-federation/cli': 0.17.1(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3)) - '@module-federation/data-prefetch': 0.17.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@module-federation/dts-plugin': 0.17.1(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3)) + '@module-federation/cli': 0.17.1(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2)) + '@module-federation/data-prefetch': 0.17.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@module-federation/dts-plugin': 0.17.1(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2)) '@module-federation/error-codes': 0.17.1 '@module-federation/inject-external-runtime-core-plugin': 0.17.1(@module-federation/runtime-tools@0.17.1) '@module-federation/managers': 0.17.1 - '@module-federation/manifest': 0.17.1(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3)) - '@module-federation/rspack': 0.17.1(@rspack/core@1.4.11(@swc/helpers@0.5.17))(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3)) + '@module-federation/manifest': 0.17.1(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2)) + '@module-federation/rspack': 0.17.1(@rspack/core@1.4.11(@swc/helpers@0.5.17))(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2)) '@module-federation/runtime-tools': 0.17.1 '@module-federation/sdk': 0.17.1 btoa: 1.2.1 schema-utils: 4.3.2 upath: 2.0.1 optionalDependencies: - typescript: 5.8.3 - vue-tsc: 3.0.4(typescript@5.8.3) + typescript: 5.9.2 + vue-tsc: 3.0.4(typescript@5.9.2) transitivePeerDependencies: - '@rspack/core' - bufferutil @@ -8472,8 +8420,6 @@ snapshots: - supports-color - utf-8-validate - '@module-federation/error-codes@0.17.0': {} - '@module-federation/error-codes@0.17.1': {} '@module-federation/inject-external-runtime-core-plugin@0.17.1(@module-federation/runtime-tools@0.17.1)': @@ -8486,9 +8432,9 @@ snapshots: find-pkg: 2.0.0 fs-extra: 9.1.0 - '@module-federation/manifest@0.17.1(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3))': + '@module-federation/manifest@0.17.1(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2))': dependencies: - '@module-federation/dts-plugin': 0.17.1(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3)) + '@module-federation/dts-plugin': 0.17.1(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2)) '@module-federation/managers': 0.17.1 '@module-federation/sdk': 0.17.1 chalk: 3.0.0 @@ -8501,17 +8447,17 @@ snapshots: - utf-8-validate - vue-tsc - '@module-federation/node@2.7.10(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3))': + '@module-federation/node@2.7.10(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2))': dependencies: - '@module-federation/enhanced': 0.17.1(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3)) + '@module-federation/enhanced': 0.17.1(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2)) '@module-federation/runtime': 0.17.1 '@module-federation/sdk': 0.17.1 btoa: 1.2.1 encoding: 0.1.13 node-fetch: 2.7.0(encoding@0.1.13) optionalDependencies: - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) transitivePeerDependencies: - '@rspack/core' - bufferutil @@ -8521,10 +8467,10 @@ snapshots: - utf-8-validate - vue-tsc - '@module-federation/rsbuild-plugin@0.17.1(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3))': + '@module-federation/rsbuild-plugin@0.17.1(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2))': dependencies: - '@module-federation/enhanced': 0.17.1(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3)) - '@module-federation/node': 2.7.10(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3)) + '@module-federation/enhanced': 0.17.1(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2)) + '@module-federation/node': 2.7.10(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2)) '@module-federation/sdk': 0.17.1 fs-extra: 11.3.0 optionalDependencies: @@ -8542,65 +8488,47 @@ snapshots: - vue-tsc - webpack - '@module-federation/rspack@0.17.1(@rspack/core@1.4.11(@swc/helpers@0.5.17))(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3))': + '@module-federation/rspack@0.17.1(@rspack/core@1.4.11(@swc/helpers@0.5.17))(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2))': dependencies: '@module-federation/bridge-react-webpack-plugin': 0.17.1 - '@module-federation/dts-plugin': 0.17.1(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3)) + '@module-federation/dts-plugin': 0.17.1(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2)) '@module-federation/inject-external-runtime-core-plugin': 0.17.1(@module-federation/runtime-tools@0.17.1) '@module-federation/managers': 0.17.1 - '@module-federation/manifest': 0.17.1(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3)) + '@module-federation/manifest': 0.17.1(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2)) '@module-federation/runtime-tools': 0.17.1 '@module-federation/sdk': 0.17.1 '@rspack/core': 1.4.11(@swc/helpers@0.5.17) btoa: 1.2.1 optionalDependencies: - typescript: 5.8.3 - vue-tsc: 3.0.4(typescript@5.8.3) + typescript: 5.9.2 + vue-tsc: 3.0.4(typescript@5.9.2) transitivePeerDependencies: - bufferutil - debug - supports-color - utf-8-validate - '@module-federation/runtime-core@0.17.0': - dependencies: - '@module-federation/error-codes': 0.17.0 - '@module-federation/sdk': 0.17.0 - '@module-federation/runtime-core@0.17.1': dependencies: '@module-federation/error-codes': 0.17.1 '@module-federation/sdk': 0.17.1 - '@module-federation/runtime-tools@0.17.0': - dependencies: - '@module-federation/runtime': 0.17.0 - '@module-federation/webpack-bundler-runtime': 0.17.0 - '@module-federation/runtime-tools@0.17.1': dependencies: '@module-federation/runtime': 0.17.1 '@module-federation/webpack-bundler-runtime': 0.17.1 - '@module-federation/runtime@0.17.0': - dependencies: - '@module-federation/error-codes': 0.17.0 - '@module-federation/runtime-core': 0.17.0 - '@module-federation/sdk': 0.17.0 - '@module-federation/runtime@0.17.1': dependencies: '@module-federation/error-codes': 0.17.1 '@module-federation/runtime-core': 0.17.1 '@module-federation/sdk': 0.17.1 - '@module-federation/sdk@0.17.0': {} - '@module-federation/sdk@0.17.1': {} - '@module-federation/storybook-addon@4.0.23(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3))(webpack-virtual-modules@0.6.2)': + '@module-federation/storybook-addon@4.0.23(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2))(webpack-virtual-modules@0.6.2)': dependencies: - '@module-federation/enhanced': 0.17.1(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3)) + '@module-federation/enhanced': 0.17.1(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(vue-tsc@3.0.4(typescript@5.9.2)) '@module-federation/sdk': 0.17.1 optionalDependencies: '@rsbuild/core': 1.4.12 @@ -8622,11 +8550,6 @@ snapshots: fs-extra: 9.1.0 resolve: 1.22.8 - '@module-federation/webpack-bundler-runtime@0.17.0': - dependencies: - '@module-federation/runtime': 0.17.0 - '@module-federation/sdk': 0.17.0 - '@module-federation/webpack-bundler-runtime@0.17.1': dependencies: '@module-federation/runtime': 0.17.1 @@ -8657,34 +8580,34 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - '@nx/nx-darwin-arm64@21.3.7': + '@nx/nx-darwin-arm64@21.3.10': optional: true - '@nx/nx-darwin-x64@21.3.7': + '@nx/nx-darwin-x64@21.3.10': optional: true - '@nx/nx-freebsd-x64@21.3.7': + '@nx/nx-freebsd-x64@21.3.10': optional: true - '@nx/nx-linux-arm-gnueabihf@21.3.7': + '@nx/nx-linux-arm-gnueabihf@21.3.10': optional: true - '@nx/nx-linux-arm64-gnu@21.3.7': + '@nx/nx-linux-arm64-gnu@21.3.10': optional: true - '@nx/nx-linux-arm64-musl@21.3.7': + '@nx/nx-linux-arm64-musl@21.3.10': optional: true - '@nx/nx-linux-x64-gnu@21.3.7': + '@nx/nx-linux-x64-gnu@21.3.10': optional: true - '@nx/nx-linux-x64-musl@21.3.7': + '@nx/nx-linux-x64-musl@21.3.10': optional: true - '@nx/nx-win32-arm64-msvc@21.3.7': + '@nx/nx-win32-arm64-msvc@21.3.10': optional: true - '@nx/nx-win32-x64-msvc@21.3.7': + '@nx/nx-win32-x64-msvc@21.3.10': optional: true '@pkgjs/parseargs@0.11.0': @@ -8692,21 +8615,21 @@ snapshots: '@pkgr/core@0.2.9': {} - '@playwright/test@1.54.1': + '@playwright/test@1.54.2': dependencies: - playwright: 1.54.1 + playwright: 1.54.2 '@polka/url@1.0.0-next.28': {} - '@prefresh/core@1.5.5(preact@10.26.9)': + '@prefresh/core@1.5.5(preact@10.27.0)': dependencies: - preact: 10.26.9 + preact: 10.27.0 '@prefresh/utils@1.2.1': {} '@publint/pack@0.1.2': {} - '@reduxjs/toolkit@2.8.2(react@19.1.0)': + '@reduxjs/toolkit@2.8.2(react@19.1.1)': dependencies: '@standard-schema/spec': 1.0.0 '@standard-schema/utils': 0.3.0 @@ -8715,7 +8638,7 @@ snapshots: redux-thunk: 3.1.0(redux@5.0.1) reselect: 5.1.1 optionalDependencies: - react: 19.1.0 + react: 19.1.1 '@remix-run/router@1.23.0': {} @@ -8795,14 +8718,6 @@ snapshots: core-js: 3.44.0 jiti: 2.5.1 - '@rsbuild/core@1.4.9': - dependencies: - '@rspack/core': 1.4.9(@swc/helpers@0.5.17) - '@rspack/lite-tapable': 1.0.1 - '@swc/helpers': 0.5.17 - core-js: 3.44.0 - jiti: 2.5.1 - '@rsbuild/plugin-babel@1.0.4(@rsbuild/core@1.4.12)': dependencies: '@babel/core': 7.26.10 @@ -8831,13 +8746,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@rsbuild/plugin-less@1.3.0(@rsbuild/core@1.4.12)': + '@rsbuild/plugin-less@1.3.1(@rsbuild/core@1.4.12)': dependencies: '@rsbuild/core': 1.4.12 deepmerge: 4.3.1 reduce-configs: 1.1.0 - '@rsbuild/plugin-node-polyfill@1.3.2(@rsbuild/core@1.4.12)': + '@rsbuild/plugin-node-polyfill@1.4.0(@rsbuild/core@1.4.12)': dependencies: assert: 2.1.0 browserify-zlib: 0.2.0 @@ -8865,12 +8780,12 @@ snapshots: optionalDependencies: '@rsbuild/core': 1.4.12 - '@rsbuild/plugin-preact@1.5.1(@rsbuild/core@1.4.12)(preact@10.26.9)': + '@rsbuild/plugin-preact@1.5.1(@rsbuild/core@1.4.12)(preact@10.27.0)': dependencies: - '@prefresh/core': 1.5.5(preact@10.26.9) + '@prefresh/core': 1.5.5(preact@10.27.0) '@prefresh/utils': 1.2.1 '@rsbuild/core': 1.4.12 - '@rspack/plugin-preact-refresh': 1.1.2(@prefresh/core@1.5.5(preact@10.26.9))(@prefresh/utils@1.2.1) + '@rspack/plugin-preact-refresh': 1.1.2(@prefresh/core@1.5.5(preact@10.27.0))(@prefresh/utils@1.2.1) '@swc/plugin-prefresh': 9.0.0 transitivePeerDependencies: - preact @@ -8915,13 +8830,13 @@ snapshots: - supports-color - webpack - '@rsbuild/plugin-svgr@1.2.1(@rsbuild/core@1.4.12)(typescript@5.8.3)': + '@rsbuild/plugin-svgr@1.2.1(@rsbuild/core@1.4.12)(typescript@5.9.2)': dependencies: '@rsbuild/core': 1.4.12 '@rsbuild/plugin-react': 1.3.4(@rsbuild/core@1.4.12) - '@svgr/core': 8.1.0(typescript@5.8.3) - '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.8.3)) - '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0(typescript@5.8.3))(typescript@5.8.3) + '@svgr/core': 8.1.0(typescript@5.9.2) + '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.9.2)) + '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0(typescript@5.9.2))(typescript@5.9.2) deepmerge: 4.3.1 loader-utils: 3.3.1 transitivePeerDependencies: @@ -8935,12 +8850,12 @@ snapshots: optionalDependencies: '@rsbuild/core': 1.4.12 - '@rsbuild/plugin-type-check@1.2.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(typescript@5.8.3)': + '@rsbuild/plugin-type-check@1.2.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(typescript@5.9.2)': dependencies: deepmerge: 4.3.1 json5: 2.2.3 reduce-configs: 1.1.0 - ts-checker-rspack-plugin: 1.1.3(@rspack/core@1.4.11(@swc/helpers@0.5.17))(typescript@5.8.3) + ts-checker-rspack-plugin: 1.1.3(@rspack/core@1.4.11(@swc/helpers@0.5.17))(typescript@5.9.2) optionalDependencies: '@rsbuild/core': 1.4.12 transitivePeerDependencies: @@ -8955,79 +8870,47 @@ snapshots: optionalDependencies: '@rsbuild/core': 1.4.12 - '@rslib/core@0.11.0(@microsoft/api-extractor@7.52.9(@types/node@22.16.5))(typescript@5.8.3)': + '@rslib/core@0.11.0(@microsoft/api-extractor@7.52.10(@types/node@22.17.0))(typescript@5.9.2)': dependencies: '@rsbuild/core': 1.4.12 - rsbuild-plugin-dts: 0.11.0(@microsoft/api-extractor@7.52.9(@types/node@22.16.5))(@rsbuild/core@1.4.12)(typescript@5.8.3) + rsbuild-plugin-dts: 0.11.0(@microsoft/api-extractor@7.52.10(@types/node@22.17.0))(@rsbuild/core@1.4.12)(typescript@5.9.2) tinyglobby: 0.2.14 optionalDependencies: - '@microsoft/api-extractor': 7.52.9(@types/node@22.16.5) - typescript: 5.8.3 + '@microsoft/api-extractor': 7.52.10(@types/node@22.17.0) + typescript: 5.9.2 '@rspack/binding-darwin-arm64@1.4.11': optional: true - '@rspack/binding-darwin-arm64@1.4.9': - optional: true - '@rspack/binding-darwin-x64@1.4.11': optional: true - '@rspack/binding-darwin-x64@1.4.9': - optional: true - '@rspack/binding-linux-arm64-gnu@1.4.11': optional: true - '@rspack/binding-linux-arm64-gnu@1.4.9': - optional: true - '@rspack/binding-linux-arm64-musl@1.4.11': optional: true - '@rspack/binding-linux-arm64-musl@1.4.9': - optional: true - '@rspack/binding-linux-x64-gnu@1.4.11': optional: true - '@rspack/binding-linux-x64-gnu@1.4.9': - optional: true - '@rspack/binding-linux-x64-musl@1.4.11': optional: true - '@rspack/binding-linux-x64-musl@1.4.9': - optional: true - '@rspack/binding-wasm32-wasi@1.4.11': dependencies: '@napi-rs/wasm-runtime': 1.0.1 optional: true - '@rspack/binding-wasm32-wasi@1.4.9': - dependencies: - '@napi-rs/wasm-runtime': 1.0.1 - optional: true - '@rspack/binding-win32-arm64-msvc@1.4.11': optional: true - '@rspack/binding-win32-arm64-msvc@1.4.9': - optional: true - '@rspack/binding-win32-ia32-msvc@1.4.11': optional: true - '@rspack/binding-win32-ia32-msvc@1.4.9': - optional: true - '@rspack/binding-win32-x64-msvc@1.4.11': optional: true - '@rspack/binding-win32-x64-msvc@1.4.9': - optional: true - '@rspack/binding@1.4.11': optionalDependencies: '@rspack/binding-darwin-arm64': 1.4.11 @@ -9041,19 +8924,6 @@ snapshots: '@rspack/binding-win32-ia32-msvc': 1.4.11 '@rspack/binding-win32-x64-msvc': 1.4.11 - '@rspack/binding@1.4.9': - optionalDependencies: - '@rspack/binding-darwin-arm64': 1.4.9 - '@rspack/binding-darwin-x64': 1.4.9 - '@rspack/binding-linux-arm64-gnu': 1.4.9 - '@rspack/binding-linux-arm64-musl': 1.4.9 - '@rspack/binding-linux-x64-gnu': 1.4.9 - '@rspack/binding-linux-x64-musl': 1.4.9 - '@rspack/binding-wasm32-wasi': 1.4.9 - '@rspack/binding-win32-arm64-msvc': 1.4.9 - '@rspack/binding-win32-ia32-msvc': 1.4.9 - '@rspack/binding-win32-x64-msvc': 1.4.9 - '@rspack/core@1.4.11(@swc/helpers@0.5.17)': dependencies: '@module-federation/runtime-tools': 0.17.1 @@ -9062,19 +8932,11 @@ snapshots: optionalDependencies: '@swc/helpers': 0.5.17 - '@rspack/core@1.4.9(@swc/helpers@0.5.17)': - dependencies: - '@module-federation/runtime-tools': 0.17.0 - '@rspack/binding': 1.4.9 - '@rspack/lite-tapable': 1.0.1 - optionalDependencies: - '@swc/helpers': 0.5.17 - '@rspack/lite-tapable@1.0.1': {} - '@rspack/plugin-preact-refresh@1.1.2(@prefresh/core@1.5.5(preact@10.26.9))(@prefresh/utils@1.2.1)': + '@rspack/plugin-preact-refresh@1.1.2(@prefresh/core@1.5.5(preact@10.27.0))(@prefresh/utils@1.2.1)': dependencies: - '@prefresh/core': 1.5.5(preact@10.26.9) + '@prefresh/core': 1.5.5(preact@10.27.0) '@prefresh/utils': 1.2.1 '@rspack/plugin-react-refresh@1.4.3(react-refresh@0.17.0)': @@ -9083,20 +8945,20 @@ snapshots: html-entities: 2.6.0 react-refresh: 0.17.0 - '@rspress/core@2.0.0-beta.22(@types/react@19.1.8)(acorn@8.14.1)': + '@rspress/core@2.0.0-beta.23(@types/react@19.1.9)(acorn@8.14.1)': dependencies: '@mdx-js/loader': 3.1.0(acorn@8.14.1) '@mdx-js/mdx': 3.1.0(acorn@8.14.1) - '@mdx-js/react': 3.1.0(@types/react@19.1.8)(react@19.1.0) + '@mdx-js/react': 3.1.0(@types/react@19.1.9)(react@19.1.1) '@rsbuild/core': 1.4.12 '@rsbuild/plugin-react': 1.3.4(@rsbuild/core@1.4.12) '@rspress/mdx-rs': 0.6.6 - '@rspress/runtime': 2.0.0-beta.22 - '@rspress/shared': 2.0.0-beta.22 - '@rspress/theme-default': 2.0.0-beta.22 + '@rspress/runtime': 2.0.0-beta.23 + '@rspress/shared': 2.0.0-beta.23 + '@rspress/theme-default': 2.0.0-beta.23 '@shikijs/rehype': 3.8.1 '@types/unist': 3.0.3 - '@unhead/react': 2.0.12(react@19.1.0) + '@unhead/react': 2.0.12(react@19.1.1) cac: 6.7.14 chokidar: 3.6.0 enhanced-resolve: 5.18.2 @@ -9108,10 +8970,10 @@ snapshots: mdast-util-mdxjs-esm: 2.0.1 medium-zoom: 1.1.0 picocolors: 1.1.1 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) react-lazy-with-preload: 2.2.1 - react-router-dom: 6.30.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + react-router-dom: 6.30.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) rehype-external-links: 3.0.0 rehype-raw: 7.0.0 remark: 15.0.1 @@ -9165,11 +9027,11 @@ snapshots: '@rspress/mdx-rs-win32-arm64-msvc': 0.6.6 '@rspress/mdx-rs-win32-x64-msvc': 0.6.6 - '@rspress/plugin-algolia@2.0.0-beta.22(@algolia/client-search@5.25.0)(@rspress/core@2.0.0-beta.22(@types/react@19.1.8)(acorn@8.14.1))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@rspress/plugin-algolia@2.0.0-beta.23(@algolia/client-search@5.25.0)(@rspress/core@2.0.0-beta.23(@types/react@19.1.9)(acorn@8.14.1))(@types/react@19.1.9)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@docsearch/css': 3.9.0 - '@docsearch/react': 3.9.0(@algolia/client-search@5.25.0)(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@rspress/core': 2.0.0-beta.22(@types/react@19.1.8)(acorn@8.14.1) + '@docsearch/react': 3.9.0(@algolia/client-search@5.25.0)(@types/react@19.1.9)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@rspress/core': 2.0.0-beta.23(@types/react@19.1.9)(acorn@8.14.1) transitivePeerDependencies: - '@algolia/client-search' - '@types/react' @@ -9177,9 +9039,9 @@ snapshots: - react-dom - search-insights - '@rspress/plugin-llms@2.0.0-beta.22(@rspress/core@2.0.0-beta.22(@types/react@19.1.8)(acorn@8.14.1))': + '@rspress/plugin-llms@2.0.0-beta.23(@rspress/core@2.0.0-beta.23(@types/react@19.1.9)(acorn@8.14.1))': dependencies: - '@rspress/core': 2.0.0-beta.22(@types/react@19.1.8)(acorn@8.14.1) + '@rspress/core': 2.0.0-beta.23(@types/react@19.1.9)(acorn@8.14.1) remark-mdx: 3.1.0 remark-parse: 11.0.0 remark-stringify: 11.0.0 @@ -9189,20 +9051,20 @@ snapshots: transitivePeerDependencies: - supports-color - '@rspress/plugin-rss@2.0.0-beta.22(@rspress/core@2.0.0-beta.22(@types/react@19.1.8)(acorn@8.14.1))': + '@rspress/plugin-rss@2.0.0-beta.23(@rspress/core@2.0.0-beta.23(@types/react@19.1.9)(acorn@8.14.1))': dependencies: - '@rspress/core': 2.0.0-beta.22(@types/react@19.1.8)(acorn@8.14.1) + '@rspress/core': 2.0.0-beta.23(@types/react@19.1.9)(acorn@8.14.1) feed: 4.2.2 - '@rspress/runtime@2.0.0-beta.22': + '@rspress/runtime@2.0.0-beta.23': dependencies: - '@rspress/shared': 2.0.0-beta.22 - '@unhead/react': 2.0.12(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - react-router-dom: 6.30.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@rspress/shared': 2.0.0-beta.23 + '@unhead/react': 2.0.12(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-router-dom: 6.30.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@rspress/shared@2.0.0-beta.22': + '@rspress/shared@2.0.0-beta.23': dependencies: '@rsbuild/core': 1.4.12 '@shikijs/rehype': 3.8.1 @@ -9210,12 +9072,12 @@ snapshots: lodash-es: 4.17.21 unified: 11.0.5 - '@rspress/theme-default@2.0.0-beta.22': + '@rspress/theme-default@2.0.0-beta.23': dependencies: - '@mdx-js/react': 2.3.0(react@19.1.0) - '@rspress/runtime': 2.0.0-beta.22 - '@rspress/shared': 2.0.0-beta.22 - '@unhead/react': 2.0.12(react@19.1.0) + '@mdx-js/react': 2.3.0(react@19.1.1) + '@rspress/runtime': 2.0.0-beta.23 + '@rspress/shared': 2.0.0-beta.23 + '@unhead/react': 2.0.12(react@19.1.1) body-scroll-lock: 4.0.0-beta.0 copy-to-clipboard: 3.3.3 flexsearch: 0.7.43 @@ -9223,23 +9085,23 @@ snapshots: hast-util-to-jsx-runtime: 2.3.6 lodash-es: 4.17.21 nprogress: 0.2.0 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) shiki: 3.8.1 transitivePeerDependencies: - supports-color - '@rstack-dev/doc-ui@1.10.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@rstack-dev/doc-ui@1.10.8(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - framer-motion: 12.23.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + framer-motion: 12.23.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1) transitivePeerDependencies: - '@emotion/is-prop-valid' - react - react-dom - '@rstest/core@0.0.10': + '@rstest/core@0.1.0': dependencies: - '@rsbuild/core': 1.4.9 + '@rsbuild/core': 1.4.12 '@types/chai': 5.2.2 '@vitest/expect': 3.2.4 '@vitest/snapshot': 3.2.4 @@ -9249,7 +9111,7 @@ snapshots: std-env: 3.9.0 tinypool: 1.1.1 - '@rushstack/node-core-library@5.14.0(@types/node@22.16.5)': + '@rushstack/node-core-library@5.14.0(@types/node@22.17.0)': dependencies: ajv: 8.13.0 ajv-draft-04: 1.0.0(ajv@8.13.0) @@ -9260,23 +9122,23 @@ snapshots: resolve: 1.22.10 semver: 7.5.4 optionalDependencies: - '@types/node': 22.16.5 + '@types/node': 22.17.0 '@rushstack/rig-package@0.5.3': dependencies: resolve: 1.22.10 strip-json-comments: 3.1.1 - '@rushstack/terminal@0.15.4(@types/node@22.16.5)': + '@rushstack/terminal@0.15.4(@types/node@22.17.0)': dependencies: - '@rushstack/node-core-library': 5.14.0(@types/node@22.16.5) + '@rushstack/node-core-library': 5.14.0(@types/node@22.17.0) supports-color: 8.1.1 optionalDependencies: - '@types/node': 22.16.5 + '@types/node': 22.17.0 - '@rushstack/ts-command-line@5.0.2(@types/node@22.16.5)': + '@rushstack/ts-command-line@5.0.2(@types/node@22.17.0)': dependencies: - '@rushstack/terminal': 0.15.4(@types/node@22.16.5) + '@rushstack/terminal': 0.15.4(@types/node@22.17.0) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 @@ -9295,6 +9157,13 @@ snapshots: '@types/hast': 3.0.4 hast-util-to-html: 9.0.5 + '@shikijs/core@3.9.1': + dependencies: + '@shikijs/types': 3.9.1 + '@shikijs/vscode-textmate': 10.0.2 + '@types/hast': 3.0.4 + hast-util-to-html: 9.0.5 + '@shikijs/engine-javascript@3.8.1': dependencies: '@shikijs/types': 3.8.1 @@ -9323,16 +9192,21 @@ snapshots: dependencies: '@shikijs/types': 3.8.1 - '@shikijs/transformers@3.8.1': + '@shikijs/transformers@3.9.1': dependencies: - '@shikijs/core': 3.8.1 - '@shikijs/types': 3.8.1 + '@shikijs/core': 3.9.1 + '@shikijs/types': 3.9.1 '@shikijs/types@3.8.1': dependencies: '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 + '@shikijs/types@3.9.1': + dependencies: + '@shikijs/vscode-textmate': 10.0.2 + '@types/hast': 3.0.4 + '@shikijs/vscode-textmate@10.0.2': {} '@sinclair/typebox@0.34.38': {} @@ -9343,129 +9217,129 @@ snapshots: '@standard-schema/utils@0.3.0': {} - '@storybook/addon-backgrounds@9.0.0-alpha.12(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))': + '@storybook/addon-backgrounds@9.0.0-alpha.12(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))': dependencies: '@storybook/global': 5.0.0 memoizerific: 1.11.3 - storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) + storybook: 9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) ts-dedent: 2.2.0 - '@storybook/addon-docs@9.0.12(@types/react@19.1.8)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))': + '@storybook/addon-docs@9.0.12(@types/react@19.1.9)(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))': dependencies: - '@mdx-js/react': 3.1.0(@types/react@19.1.8)(react@19.1.0) - '@storybook/csf-plugin': 9.0.12(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) - '@storybook/icons': 1.4.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@storybook/react-dom-shim': 9.0.12(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) + '@mdx-js/react': 3.1.0(@types/react@19.1.9)(react@19.1.1) + '@storybook/csf-plugin': 9.0.12(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1))) + '@storybook/icons': 1.4.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@storybook/react-dom-shim': 9.0.12(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1))) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + storybook: 9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) ts-dedent: 2.2.0 transitivePeerDependencies: - '@types/react' - webpack-sources - '@storybook/addon-essentials@9.0.0-alpha.12(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))': + '@storybook/addon-essentials@9.0.0-alpha.12(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))': dependencies: - '@storybook/addon-backgrounds': 9.0.0-alpha.12(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) - '@storybook/addon-highlight': 9.0.0-alpha.12(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) - '@storybook/addon-measure': 9.0.0-alpha.12(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) - '@storybook/addon-outline': 9.0.0-alpha.12(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) - storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) + '@storybook/addon-backgrounds': 9.0.0-alpha.12(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1))) + '@storybook/addon-highlight': 9.0.0-alpha.12(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1))) + '@storybook/addon-measure': 9.0.0-alpha.12(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1))) + '@storybook/addon-outline': 9.0.0-alpha.12(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1))) + storybook: 9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) ts-dedent: 2.2.0 - '@storybook/addon-highlight@9.0.0-alpha.12(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))': + '@storybook/addon-highlight@9.0.0-alpha.12(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))': dependencies: '@storybook/global': 5.0.0 - storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) + storybook: 9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) - '@storybook/addon-interactions@9.0.0-alpha.10(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))': + '@storybook/addon-interactions@9.0.0-alpha.10(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))': dependencies: '@storybook/global': 5.0.0 polished: 4.3.1 - storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) + storybook: 9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) ts-dedent: 2.2.0 - '@storybook/addon-links@9.0.18(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))': + '@storybook/addon-links@9.1.0(react@19.1.1)(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))': dependencies: '@storybook/global': 5.0.0 - storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) + storybook: 9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) optionalDependencies: - react: 19.1.0 + react: 19.1.1 - '@storybook/addon-measure@9.0.0-alpha.12(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))': + '@storybook/addon-measure@9.0.0-alpha.12(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))': dependencies: '@storybook/global': 5.0.0 - storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) + storybook: 9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) tiny-invariant: 1.3.3 - '@storybook/addon-onboarding@9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))': + '@storybook/addon-onboarding@9.1.0(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))': dependencies: - storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) + storybook: 9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) - '@storybook/addon-outline@9.0.0-alpha.12(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))': + '@storybook/addon-outline@9.0.0-alpha.12(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))': dependencies: '@storybook/global': 5.0.0 - storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) + storybook: 9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) ts-dedent: 2.2.0 - '@storybook/blocks@9.0.0-alpha.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))': + '@storybook/blocks@9.0.0-alpha.17(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))': dependencies: - '@storybook/icons': 1.4.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) + '@storybook/icons': 1.4.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + storybook: 9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) ts-dedent: 2.2.0 optionalDependencies: - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@storybook/core-webpack@9.0.12(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))': + '@storybook/core-webpack@9.0.12(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))': dependencies: - storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) + storybook: 9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) ts-dedent: 2.2.0 - '@storybook/csf-plugin@9.0.12(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))': + '@storybook/csf-plugin@9.0.12(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))': dependencies: - storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) + storybook: 9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) unplugin: 1.15.0 transitivePeerDependencies: - webpack-sources '@storybook/global@5.0.0': {} - '@storybook/icons@1.4.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@storybook/icons@1.4.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@storybook/react-docgen-typescript-plugin@1.0.1(typescript@5.8.3)': + '@storybook/react-docgen-typescript-plugin@1.0.1(typescript@5.9.2)': dependencies: debug: 4.4.1 endent: 2.1.0 find-cache-dir: 3.3.2 flat-cache: 3.2.0 micromatch: 4.0.8 - react-docgen-typescript: 2.2.2(typescript@5.8.3) + react-docgen-typescript: 2.2.2(typescript@5.9.2) tslib: 2.8.1 - typescript: 5.8.3 + typescript: 5.9.2 transitivePeerDependencies: - supports-color - '@storybook/react-dom-shim@9.0.12(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))': + '@storybook/react-dom-shim@9.0.12(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))': dependencies: - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + storybook: 9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) - '@storybook/react@9.0.12(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(typescript@5.8.3)': + '@storybook/react@9.0.12(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))(typescript@5.9.2)': dependencies: '@storybook/global': 5.0.0 - '@storybook/react-dom-shim': 9.0.12(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) + '@storybook/react-dom-shim': 9.0.12(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1))) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + storybook: 9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@storybook/test@9.0.0-alpha.2(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))': + '@storybook/test@9.0.0-alpha.2(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))': dependencies: '@storybook/global': 5.0.0 '@testing-library/dom': 10.4.0 @@ -9473,14 +9347,14 @@ snapshots: '@testing-library/user-event': 14.5.2(@testing-library/dom@10.4.0) '@vitest/expect': 2.0.5 '@vitest/spy': 2.0.5 - storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) + storybook: 9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) - '@storybook/vue3@9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(vue@3.5.18(typescript@5.8.3))': + '@storybook/vue3@9.1.0(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))(vue@3.5.18(typescript@5.9.2))': dependencies: '@storybook/global': 5.0.0 - storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) + storybook: 9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) type-fest: 2.19.0 - vue: 3.5.18(typescript@5.8.3) + vue: 3.5.18(typescript@5.9.2) vue-component-type-helpers: 3.0.4 '@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.26.10)': @@ -9527,12 +9401,12 @@ snapshots: '@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.26.10) '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.26.10) - '@svgr/core@8.1.0(typescript@5.8.3)': + '@svgr/core@8.1.0(typescript@5.9.2)': dependencies: '@babel/core': 7.26.10 '@svgr/babel-preset': 8.1.0(@babel/core@7.26.10) camelcase: 6.3.0 - cosmiconfig: 8.3.6(typescript@5.8.3) + cosmiconfig: 8.3.6(typescript@5.9.2) snake-case: 3.0.4 transitivePeerDependencies: - supports-color @@ -9543,20 +9417,20 @@ snapshots: '@babel/types': 7.28.2 entities: 4.5.0 - '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.8.3))': + '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.9.2))': dependencies: '@babel/core': 7.26.10 '@svgr/babel-preset': 8.1.0(@babel/core@7.26.10) - '@svgr/core': 8.1.0(typescript@5.8.3) + '@svgr/core': 8.1.0(typescript@5.9.2) '@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.8.3))(typescript@5.8.3)': + '@svgr/plugin-svgo@8.1.0(@svgr/core@8.1.0(typescript@5.9.2))(typescript@5.9.2)': dependencies: - '@svgr/core': 8.1.0(typescript@5.8.3) - cosmiconfig: 8.3.6(typescript@5.8.3) + '@svgr/core': 8.1.0(typescript@5.9.2) + cosmiconfig: 8.3.6(typescript@5.9.2) deepmerge: 4.3.1 svgo: 3.3.2 transitivePeerDependencies: @@ -9650,7 +9524,7 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 22.16.5 + '@types/node': 22.17.0 '@types/chai@5.2.2': dependencies: @@ -9667,7 +9541,7 @@ snapshots: '@types/connect@3.4.38': dependencies: - '@types/node': 22.16.5 + '@types/node': 22.17.0 '@types/debug@4.1.12': dependencies: @@ -9685,7 +9559,7 @@ snapshots: '@types/express-serve-static-core@5.0.0': dependencies: - '@types/node': 22.16.5 + '@types/node': 22.17.0 '@types/qs': 6.9.15 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -9705,7 +9579,7 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 22.16.5 + '@types/node': 22.17.0 '@types/har-format@1.2.16': {} @@ -9723,7 +9597,7 @@ snapshots: '@types/jsonfile@6.1.4': dependencies: - '@types/node': 22.16.5 + '@types/node': 22.17.0 '@types/lodash.merge@4.6.9': dependencies: @@ -9747,7 +9621,7 @@ snapshots: dependencies: undici-types: 5.26.5 - '@types/node@22.16.5': + '@types/node@22.17.0': dependencies: undici-types: 6.21.0 @@ -9755,11 +9629,11 @@ snapshots: '@types/range-parser@1.2.7': {} - '@types/react-dom@19.1.6(@types/react@19.1.8)': + '@types/react-dom@19.1.7(@types/react@19.1.9)': dependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.9 - '@types/react@19.1.8': + '@types/react@19.1.9': dependencies: csstype: 3.1.3 @@ -9770,12 +9644,12 @@ snapshots: '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 22.16.5 + '@types/node': 22.17.0 '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 22.16.5 + '@types/node': 22.17.0 '@types/send': 0.17.4 '@types/unist@2.0.11': {} @@ -9784,9 +9658,9 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@unhead/react@2.0.12(react@19.1.0)': + '@unhead/react@2.0.12(react@19.1.1)': dependencies: - react: 19.1.0 + react: 19.1.1 unhead: 2.0.12 '@vercel/ncc@0.38.3': {} @@ -9806,6 +9680,14 @@ snapshots: chai: 5.2.1 tinyrainbow: 2.0.0 + '@vitest/mocker@3.2.4(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1))': + dependencies: + '@vitest/spy': 3.2.4 + estree-walker: 3.0.3 + magic-string: 0.30.17 + optionalDependencies: + vite: 6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1) + '@vitest/pretty-format@2.0.5': dependencies: tinyrainbow: 1.2.0 @@ -9888,7 +9770,7 @@ snapshots: de-indent: 1.0.2 he: 1.2.0 - '@vue/language-core@3.0.4(typescript@5.8.3)': + '@vue/language-core@3.0.4(typescript@5.9.2)': dependencies: '@volar/language-core': 2.4.20 '@vue/compiler-dom': 3.5.18 @@ -9899,7 +9781,7 @@ snapshots: path-browserify: 1.0.1 picomatch: 4.0.2 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 '@vue/reactivity@3.5.18': dependencies: @@ -9917,11 +9799,11 @@ snapshots: '@vue/shared': 3.5.18 csstype: 3.1.3 - '@vue/server-renderer@3.5.18(vue@3.5.18(typescript@5.8.3))': + '@vue/server-renderer@3.5.18(vue@3.5.18(typescript@5.9.2))': dependencies: '@vue/compiler-ssr': 3.5.18 '@vue/shared': 3.5.18 - vue: 3.5.18(typescript@5.8.3) + vue: 3.5.18(typescript@5.9.2) '@vue/shared@3.5.18': {} @@ -10588,14 +10470,14 @@ snapshots: corser@2.0.1: {} - cosmiconfig@8.3.6(typescript@5.8.3): + cosmiconfig@8.3.6(typescript@5.9.2): dependencies: import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 create-ecdh@4.0.4: dependencies: @@ -11251,14 +11133,14 @@ snapshots: dependencies: map-cache: 0.2.2 - framer-motion@12.23.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0): + framer-motion@12.23.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1): dependencies: motion-dom: 12.23.6 motion-utils: 12.23.6 tslib: 2.8.1 optionalDependencies: - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) fresh@0.5.2: {} @@ -12310,7 +12192,7 @@ snapshots: medium-zoom@1.1.0: {} - memfs@4.23.0: + memfs@4.28.0: dependencies: '@jsonjoy.com/json-pack': 1.0.4(tslib@2.8.1) '@jsonjoy.com/util': 1.3.0(tslib@2.8.1) @@ -12641,9 +12523,9 @@ snapshots: minimalistic-crypto-utils@1.0.1: {} - minimatch@3.0.8: + minimatch@10.0.3: dependencies: - brace-expansion: 1.1.11 + '@isaacs/brace-expansion': 5.0.0 minimatch@3.1.2: dependencies: @@ -12761,7 +12643,7 @@ snapshots: number-precision@1.6.0: {} - nx@21.3.7: + nx@21.3.10: dependencies: '@napi-rs/wasm-runtime': 0.2.4 '@yarnpkg/lockfile': 1.1.0 @@ -12799,16 +12681,16 @@ snapshots: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 21.3.7 - '@nx/nx-darwin-x64': 21.3.7 - '@nx/nx-freebsd-x64': 21.3.7 - '@nx/nx-linux-arm-gnueabihf': 21.3.7 - '@nx/nx-linux-arm64-gnu': 21.3.7 - '@nx/nx-linux-arm64-musl': 21.3.7 - '@nx/nx-linux-x64-gnu': 21.3.7 - '@nx/nx-linux-x64-musl': 21.3.7 - '@nx/nx-win32-arm64-msvc': 21.3.7 - '@nx/nx-win32-x64-msvc': 21.3.7 + '@nx/nx-darwin-arm64': 21.3.10 + '@nx/nx-darwin-x64': 21.3.10 + '@nx/nx-freebsd-x64': 21.3.10 + '@nx/nx-linux-arm-gnueabihf': 21.3.10 + '@nx/nx-linux-arm64-gnu': 21.3.10 + '@nx/nx-linux-arm64-musl': 21.3.10 + '@nx/nx-linux-x64-gnu': 21.3.10 + '@nx/nx-linux-x64-musl': 21.3.10 + '@nx/nx-win32-arm64-msvc': 21.3.10 + '@nx/nx-win32-x64-msvc': 21.3.10 transitivePeerDependencies: - debug @@ -13076,11 +12958,11 @@ snapshots: dependencies: find-up: 6.3.0 - playwright-core@1.54.1: {} + playwright-core@1.54.2: {} - playwright@1.54.1: + playwright@1.54.2: dependencies: - playwright-core: 1.54.1 + playwright-core: 1.54.2 optionalDependencies: fsevents: 2.3.2 @@ -13147,14 +13029,14 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 - preact@10.26.9: {} + preact@10.27.0: {} - prebundle@1.4.0(typescript@5.8.3): + prebundle@1.4.0(typescript@5.9.2): dependencies: '@vercel/ncc': 0.38.3 prettier: 3.6.2 rollup: 4.44.1 - rollup-plugin-dts: 6.2.1(rollup@4.44.1)(typescript@5.8.3) + rollup-plugin-dts: 6.2.1(rollup@4.44.1)(typescript@5.9.2) terser: 5.43.1 transitivePeerDependencies: - typescript @@ -13257,14 +13139,14 @@ snapshots: iconv-lite: 0.6.3 unpipe: 1.0.0 - react-clientside-effect@1.2.6(react@19.1.0): + react-clientside-effect@1.2.6(react@19.1.1): dependencies: '@babel/runtime': 7.24.8 - react: 19.1.0 + react: 19.1.1 - react-docgen-typescript@2.2.2(typescript@5.8.3): + react-docgen-typescript@2.2.2(typescript@5.9.2): dependencies: - typescript: 5.8.3 + typescript: 5.9.2 react-docgen@7.1.1: dependencies: @@ -13281,26 +13163,26 @@ snapshots: transitivePeerDependencies: - supports-color - react-dom@18.3.1(react@19.1.0): + react-dom@18.3.1(react@19.1.1): dependencies: loose-envify: 1.4.0 - react: 19.1.0 + react: 19.1.1 scheduler: 0.23.2 - react-dom@19.1.0(react@19.1.0): + react-dom@19.1.1(react@19.1.1): dependencies: - react: 19.1.0 + react: 19.1.1 scheduler: 0.26.0 - react-focus-lock@2.13.2(react@19.1.0): + react-focus-lock@2.13.2(react@19.1.1): dependencies: '@babel/runtime': 7.24.8 focus-lock: 1.3.5 prop-types: 15.8.1 - react: 19.1.0 - react-clientside-effect: 1.2.6(react@19.1.0) - use-callback-ref: 1.3.2(react@19.1.0) - use-sidecar: 1.1.2(react@19.1.0) + react: 19.1.1 + react-clientside-effect: 1.2.6(react@19.1.1) + use-callback-ref: 1.3.2(react@19.1.1) + use-sidecar: 1.1.2(react@19.1.1) react-is@16.13.1: {} @@ -13312,32 +13194,32 @@ snapshots: react-refresh@0.17.0: {} - react-router-dom@6.30.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0): + react-router-dom@6.30.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1): dependencies: '@remix-run/router': 1.23.0 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - react-router: 6.30.1(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-router: 6.30.1(react@19.1.1) - react-router@6.30.1(react@19.1.0): + react-router@6.30.1(react@19.1.1): dependencies: '@remix-run/router': 1.23.0 - react: 19.1.0 + react: 19.1.1 - react-transition-group@4.4.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0): + react-transition-group@4.4.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1): dependencies: '@babel/runtime': 7.24.8 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) react@18.3.1: dependencies: loose-envify: 1.4.0 - react@19.1.0: {} + react@19.1.1: {} read-cache@1.0.0: dependencies: @@ -13600,11 +13482,11 @@ snapshots: hash-base: 3.1.0 inherits: 2.0.4 - rollup-plugin-dts@6.2.1(rollup@4.44.1)(typescript@5.8.3): + rollup-plugin-dts@6.2.1(rollup@4.44.1)(typescript@5.9.2): dependencies: magic-string: 0.30.17 rollup: 4.44.1 - typescript: 5.8.3 + typescript: 5.9.2 optionalDependencies: '@babel/code-frame': 7.26.2 @@ -13644,7 +13526,7 @@ snapshots: transitivePeerDependencies: - supports-color - rsbuild-plugin-dts@0.11.0(@microsoft/api-extractor@7.52.9(@types/node@22.16.5))(@rsbuild/core@1.4.12)(typescript@5.8.3): + rsbuild-plugin-dts@0.11.0(@microsoft/api-extractor@7.52.10(@types/node@22.17.0))(@rsbuild/core@1.4.12)(typescript@5.9.2): dependencies: '@ast-grep/napi': 0.37.0 '@rsbuild/core': 1.4.12 @@ -13653,8 +13535,8 @@ snapshots: tinyglobby: 0.2.14 tsconfig-paths: 4.2.0 optionalDependencies: - '@microsoft/api-extractor': 7.52.9(@types/node@22.16.5) - typescript: 5.8.3 + '@microsoft/api-extractor': 7.52.10(@types/node@22.17.0) + typescript: 5.9.2 rsbuild-plugin-google-analytics@1.0.3(@rsbuild/core@1.4.12): optionalDependencies: @@ -13678,9 +13560,9 @@ snapshots: optionalDependencies: '@rsbuild/core': 1.4.12 - rsbuild-plugin-unplugin-vue@0.1.0(@rsbuild/core@1.4.12)(@types/node@22.16.5)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(vue@3.5.18(typescript@5.8.3))(yaml@2.6.1): + rsbuild-plugin-unplugin-vue@0.1.0(@rsbuild/core@1.4.12)(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(vue@3.5.18(typescript@5.9.2))(yaml@2.6.1): dependencies: - unplugin-vue: 6.2.0(@types/node@22.16.5)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(vue@3.5.18(typescript@5.8.3))(yaml@2.6.1) + unplugin-vue: 6.2.0(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(vue@3.5.18(typescript@5.9.2))(yaml@2.6.1) optionalDependencies: '@rsbuild/core': 1.4.12 transitivePeerDependencies: @@ -13964,7 +13846,7 @@ snapshots: signal-exit@4.1.0: {} - simple-git-hooks@2.13.0: {} + simple-git-hooks@2.13.1: {} simple-swizzle@0.2.2: dependencies: @@ -14094,20 +13976,20 @@ snapshots: stdin-discarder@0.2.2: {} - storybook-addon-rslib@2.0.2(@rsbuild/core@1.4.12)(@rslib/core@packages+core)(storybook-builder-rsbuild@2.0.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(typescript@5.8.3))(typescript@5.8.3): + storybook-addon-rslib@2.0.2(@rsbuild/core@1.4.12)(@rslib/core@packages+core)(storybook-builder-rsbuild@2.0.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))(typescript@5.9.2))(typescript@5.9.2): dependencies: '@rsbuild/core': 1.4.12 '@rslib/core': link:packages/core - storybook-builder-rsbuild: 2.0.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(typescript@5.8.3) + storybook-builder-rsbuild: 2.0.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(@types/react@19.1.9)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))(typescript@5.9.2) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - storybook-builder-rsbuild@2.0.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(typescript@5.8.3): + storybook-builder-rsbuild@2.0.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(@types/react@19.1.9)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))(typescript@5.9.2): dependencies: '@rsbuild/core': 1.4.12 - '@rsbuild/plugin-type-check': 1.2.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(typescript@5.8.3) - '@storybook/addon-docs': 9.0.12(@types/react@19.1.8)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) - '@storybook/core-webpack': 9.0.12(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) + '@rsbuild/plugin-type-check': 1.2.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(typescript@5.9.2) + '@storybook/addon-docs': 9.0.12(@types/react@19.1.9)(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1))) + '@storybook/core-webpack': 9.0.12(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1))) browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 cjs-module-lexer: 1.4.3 @@ -14120,39 +14002,39 @@ snapshots: process: 0.11.10 rsbuild-plugin-html-minifier-terser: 1.1.1(@rsbuild/core@1.4.12) sirv: 2.0.4 - storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) + storybook: 9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) ts-dedent: 2.2.0 url: 0.11.4 util: 0.12.5 util-deprecate: 1.0.2 optionalDependencies: - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - typescript: 5.8.3 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + typescript: 5.9.2 transitivePeerDependencies: - '@rspack/core' - '@types/react' - webpack-sources - storybook-react-rsbuild@2.0.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rollup@4.44.1)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(typescript@5.8.3): + storybook-react-rsbuild@2.0.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(@types/react@19.1.9)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(rollup@4.44.1)(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))(typescript@5.9.2): dependencies: '@rollup/pluginutils': 5.1.4(rollup@4.44.1) '@rsbuild/core': 1.4.12 - '@storybook/react': 9.0.12(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(typescript@5.8.3) - '@storybook/react-docgen-typescript-plugin': 1.0.1(typescript@5.8.3) + '@storybook/react': 9.0.12(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))(typescript@5.9.2) + '@storybook/react-docgen-typescript-plugin': 1.0.1(typescript@5.9.2) '@types/node': 18.19.110 find-up: 5.0.0 magic-string: 0.30.17 - react: 19.1.0 + react: 19.1.1 react-docgen: 7.1.1 - react-docgen-typescript: 2.2.2(typescript@5.8.3) - react-dom: 19.1.0(react@19.1.0) + react-docgen-typescript: 2.2.2(typescript@5.9.2) + react-dom: 19.1.1(react@19.1.1) resolve: 1.22.10 - storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) - storybook-builder-rsbuild: 2.0.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(typescript@5.8.3) + storybook: 9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) + storybook-builder-rsbuild: 2.0.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(@types/react@19.1.9)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))(typescript@5.9.2) tsconfig-paths: 4.2.0 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 transitivePeerDependencies: - '@rspack/core' - '@types/react' @@ -14161,13 +14043,13 @@ snapshots: - webpack - webpack-sources - storybook-vue3-rsbuild@2.0.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(typescript@5.8.3)(vue@3.5.18(typescript@5.8.3)): + storybook-vue3-rsbuild@2.0.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))(typescript@5.9.2)(vue@3.5.18(typescript@5.9.2)): dependencies: '@rsbuild/core': 1.4.12 - '@storybook/vue3': 9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(vue@3.5.18(typescript@5.8.3)) - storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) - storybook-builder-rsbuild: 2.0.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(typescript@5.8.3) - vue: 3.5.18(typescript@5.8.3) + '@storybook/vue3': 9.1.0(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))(vue@3.5.18(typescript@5.9.2)) + storybook: 9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) + storybook-builder-rsbuild: 2.0.2(@rsbuild/core@1.4.12)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(@types/react@19.1.9)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)))(typescript@5.9.2) + vue: 3.5.18(typescript@5.9.2) vue-docgen-loader: 1.5.1 transitivePeerDependencies: - '@babel/preset-env' @@ -14181,12 +14063,13 @@ snapshots: - webpack - webpack-sources - storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2): + storybook@9.1.0(@testing-library/dom@10.4.0)(prettier@3.6.2)(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)): dependencies: '@storybook/global': 5.0.0 '@testing-library/jest-dom': 6.6.3 '@testing-library/user-event': 14.6.1(@testing-library/dom@10.4.0) '@vitest/expect': 3.2.4 + '@vitest/mocker': 3.2.4(vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) '@vitest/spy': 3.2.4 better-opn: 3.0.2 esbuild: 0.25.5 @@ -14199,8 +14082,10 @@ snapshots: transitivePeerDependencies: - '@testing-library/dom' - bufferutil + - msw - supports-color - utf-8-validate + - vite stream-browserify@3.0.0: dependencies: @@ -14486,16 +14371,16 @@ snapshots: trough@2.2.0: {} - ts-checker-rspack-plugin@1.1.3(@rspack/core@1.4.11(@swc/helpers@0.5.17))(typescript@5.8.3): + ts-checker-rspack-plugin@1.1.3(@rspack/core@1.4.11(@swc/helpers@0.5.17))(typescript@5.9.2): dependencies: '@babel/code-frame': 7.26.2 '@rspack/lite-tapable': 1.0.1 chokidar: 3.6.0 is-glob: 4.0.3 - memfs: 4.23.0 + memfs: 4.28.0 minimatch: 9.0.5 picocolors: 1.1.1 - typescript: 5.8.3 + typescript: 5.9.2 optionalDependencies: '@rspack/core': 1.4.11(@swc/helpers@0.5.17) @@ -14503,9 +14388,9 @@ snapshots: ts-interface-checker@0.1.13: {} - tsconfck@3.1.6(typescript@5.8.3): + tsconfck@3.1.6(typescript@5.9.2): optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 tsconfig-paths@4.2.0: dependencies: @@ -14543,7 +14428,7 @@ snapshots: typescript@5.8.2: {} - typescript@5.8.3: {} + typescript@5.9.2: {} undici-types@5.26.5: {} @@ -14613,13 +14498,13 @@ snapshots: unpipe@1.0.0: {} - unplugin-vue@6.2.0(@types/node@22.16.5)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(vue@3.5.18(typescript@5.8.3))(yaml@2.6.1): + unplugin-vue@6.2.0(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(vue@3.5.18(typescript@5.9.2))(yaml@2.6.1): dependencies: '@vue/reactivity': 3.5.18 debug: 4.4.1 unplugin: 2.3.4 - vite: 6.3.5(@types/node@22.16.5)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1) - vue: 3.5.18(typescript@5.8.3) + vite: 6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1) + vue: 3.5.18(typescript@5.9.2) transitivePeerDependencies: - '@types/node' - jiti @@ -14671,15 +14556,15 @@ snapshots: punycode: 1.4.1 qs: 6.14.0 - use-callback-ref@1.3.2(react@19.1.0): + use-callback-ref@1.3.2(react@19.1.1): dependencies: - react: 19.1.0 + react: 19.1.1 tslib: 2.8.1 - use-sidecar@1.1.2(react@19.1.0): + use-sidecar@1.1.2(react@19.1.1): dependencies: detect-node-es: 1.1.0 - react: 19.1.0 + react: 19.1.1 tslib: 2.8.1 use@3.1.1: {} @@ -14715,7 +14600,7 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.2 - vite@6.3.5(@types/node@22.16.5)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1): + vite@6.3.5(@types/node@22.17.0)(jiti@2.5.1)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1): dependencies: esbuild: 0.25.5 fdir: 6.4.4(picomatch@4.0.2) @@ -14724,7 +14609,7 @@ snapshots: rollup: 4.44.1 tinyglobby: 0.2.14 optionalDependencies: - '@types/node': 22.16.5 + '@types/node': 22.17.0 fsevents: 2.3.3 jiti: 2.5.1 sass-embedded: 1.89.2 @@ -14749,21 +14634,21 @@ snapshots: - '@babel/preset-env' - supports-color - vue-tsc@3.0.4(typescript@5.8.3): + vue-tsc@3.0.4(typescript@5.9.2): dependencies: '@volar/typescript': 2.4.20 - '@vue/language-core': 3.0.4(typescript@5.8.3) - typescript: 5.8.3 + '@vue/language-core': 3.0.4(typescript@5.9.2) + typescript: 5.9.2 - vue@3.5.18(typescript@5.8.3): + vue@3.5.18(typescript@5.9.2): dependencies: '@vue/compiler-dom': 3.5.18 '@vue/compiler-sfc': 3.5.18 '@vue/runtime-dom': 3.5.18 - '@vue/server-renderer': 3.5.18(vue@3.5.18(typescript@5.8.3)) + '@vue/server-renderer': 3.5.18(vue@3.5.18(typescript@5.9.2)) '@vue/shared': 3.5.18 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 w-json@1.3.10: {} @@ -14858,4 +14743,4 @@ snapshots: zwitch@2.0.4: {} - zx@8.7.1: {} + zx@8.7.2: {} diff --git a/tests/integration/asset/hash/package.json b/tests/integration/asset/hash/package.json index 1063f0355..ceb1f0c23 100644 --- a/tests/integration/asset/hash/package.json +++ b/tests/integration/asset/hash/package.json @@ -4,7 +4,7 @@ "private": true, "type": "module", "dependencies": { - "react": "^19.1.0" + "react": "^19.1.1" }, "devDependencies": { "@rsbuild/plugin-react": "^1.3.4" diff --git a/tests/integration/auto-external/bundle-false/package.json b/tests/integration/auto-external/bundle-false/package.json index 78d8e5213..87b4769b1 100644 --- a/tests/integration/auto-external/bundle-false/package.json +++ b/tests/integration/auto-external/bundle-false/package.json @@ -3,6 +3,6 @@ "private": true, "devDependencies": { "ora": "8.2.0", - "react": "^19.1.0" + "react": "^19.1.1" } } diff --git a/tests/integration/auto-external/default/package.json b/tests/integration/auto-external/default/package.json index 657ed7a10..f3ec4d939 100644 --- a/tests/integration/auto-external/default/package.json +++ b/tests/integration/auto-external/default/package.json @@ -3,6 +3,6 @@ "private": true, "dependencies": { "ora": "8.2.0", - "react": "^19.1.0" + "react": "^19.1.1" } } diff --git a/tests/integration/auto-external/external-sub-path/package.json b/tests/integration/auto-external/external-sub-path/package.json index fdd6f7d89..64d095fb1 100644 --- a/tests/integration/auto-external/external-sub-path/package.json +++ b/tests/integration/auto-external/external-sub-path/package.json @@ -2,6 +2,6 @@ "name": "auto-external-with-sub-path-test", "private": true, "dependencies": { - "react": "^19.1.0" + "react": "^19.1.1" } } diff --git a/tests/integration/auto-external/false/package.json b/tests/integration/auto-external/false/package.json index f561659a5..0707a8682 100644 --- a/tests/integration/auto-external/false/package.json +++ b/tests/integration/auto-external/false/package.json @@ -3,6 +3,6 @@ "private": true, "dependencies": { "ora": "8.2.0", - "react": "^19.1.0" + "react": "^19.1.1" } } diff --git a/tests/integration/auto-external/module-import-warn/package.json b/tests/integration/auto-external/module-import-warn/package.json index 328b22b6f..47de22cd2 100644 --- a/tests/integration/auto-external/module-import-warn/package.json +++ b/tests/integration/auto-external/module-import-warn/package.json @@ -3,6 +3,6 @@ "private": true, "dependencies": { "lodash": "^4.17.21", - "react": "^19.1.0" + "react": "^19.1.1" } } diff --git a/tests/integration/auto-external/with-externals/package.json b/tests/integration/auto-external/with-externals/package.json index 5eb5697de..6b8462255 100644 --- a/tests/integration/auto-external/with-externals/package.json +++ b/tests/integration/auto-external/with-externals/package.json @@ -2,6 +2,6 @@ "name": "auto-external-with-externals-test", "private": true, "dependencies": { - "react": "^19.1.0" + "react": "^19.1.1" } } diff --git a/tests/integration/bundle-false/svgr/package.json b/tests/integration/bundle-false/svgr/package.json index c6f9fb141..ba9b4f2fc 100644 --- a/tests/integration/bundle-false/svgr/package.json +++ b/tests/integration/bundle-false/svgr/package.json @@ -4,7 +4,7 @@ "private": true, "type": "module", "dependencies": { - "react": "^19.1.0" + "react": "^19.1.1" }, "devDependencies": { "@rsbuild/plugin-react": "^1.3.4", diff --git a/tests/integration/node-polyfill/bundle-false/package.json b/tests/integration/node-polyfill/bundle-false/package.json index 736d5a4ae..7a76c1f6a 100644 --- a/tests/integration/node-polyfill/bundle-false/package.json +++ b/tests/integration/node-polyfill/bundle-false/package.json @@ -7,6 +7,6 @@ "buffer": "^6.0.3" }, "devDependencies": { - "@rsbuild/plugin-node-polyfill": "^1.3.2" + "@rsbuild/plugin-node-polyfill": "^1.4.0" } } diff --git a/tests/integration/node-polyfill/bundle/package.json b/tests/integration/node-polyfill/bundle/package.json index 6d5c1cb89..b4b7be027 100644 --- a/tests/integration/node-polyfill/bundle/package.json +++ b/tests/integration/node-polyfill/bundle/package.json @@ -4,6 +4,6 @@ "private": true, "type": "module", "devDependencies": { - "@rsbuild/plugin-node-polyfill": "^1.3.2" + "@rsbuild/plugin-node-polyfill": "^1.4.0" } } diff --git a/tests/integration/redirect/dts/package.json b/tests/integration/redirect/dts/package.json index 2a75ff83e..3795ccb08 100644 --- a/tests/integration/redirect/dts/package.json +++ b/tests/integration/redirect/dts/package.json @@ -6,7 +6,7 @@ "@rslib/core": "workspace:*", "@types/express": "^5.0.3", "express": "^5.1.0", - "typescript": "^5.8.3" + "typescript": "^5.9.2" }, "peerDependencies": { "express": "^4" diff --git a/tests/integration/umd-globals/package.json b/tests/integration/umd-globals/package.json index b336194a3..fbc4b15a6 100644 --- a/tests/integration/umd-globals/package.json +++ b/tests/integration/umd-globals/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "devDependencies": { - "react": "^19.1.0", + "react": "^19.1.1", "react-18": "npm:react@18.3.1" }, "peerDependencies": { diff --git a/tests/integration/umd-library-name/package.json b/tests/integration/umd-library-name/package.json index 3521ee0bc..4262b2d53 100644 --- a/tests/integration/umd-library-name/package.json +++ b/tests/integration/umd-library-name/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "devDependencies": { - "react": "^19.1.0" + "react": "^19.1.1" }, "peerDependencies": { "react": "^18.3.1" diff --git a/tests/integration/vue/package.json b/tests/integration/vue/package.json index a777fb46e..9793531b0 100644 --- a/tests/integration/vue/package.json +++ b/tests/integration/vue/package.json @@ -4,7 +4,7 @@ "private": true, "type": "module", "devDependencies": { - "@rsbuild/plugin-less": "^1.3.0", + "@rsbuild/plugin-less": "^1.3.1", "rsbuild-plugin-unplugin-vue": "^0.1.0", "vue": "^3.5.18" }, diff --git a/tests/package.json b/tests/package.json index c73ae0ad7..74aa906eb 100644 --- a/tests/package.json +++ b/tests/package.json @@ -9,15 +9,15 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "react": "^19.1.0", - "react-dom": "^19.1.0" + "react": "^19.1.1", + "react-dom": "^19.1.1" }, "devDependencies": { "@codspeed/vitest-plugin": "^4.0.1", "@module-federation/rsbuild-plugin": "^0.17.1", - "@playwright/test": "1.54.1", + "@playwright/test": "1.54.2", "@rsbuild/core": "~1.4.12", - "@rsbuild/plugin-less": "^1.3.0", + "@rsbuild/plugin-less": "^1.3.1", "@rsbuild/plugin-react": "^1.3.4", "@rsbuild/plugin-sass": "^1.3.3", "@rsbuild/plugin-toml": "^1.1.0", @@ -26,9 +26,9 @@ "@rslib/core": "workspace:*", "@rslib/tsconfig": "workspace:*", "@types/fs-extra": "^11.0.4", - "@types/node": "^22.16.5", - "@types/react": "^19.1.8", - "@types/react-dom": "^19.1.6", + "@types/node": "^22.17.0", + "@types/react": "^19.1.9", + "@types/react-dom": "^19.1.7", "fs-extra": "^11.3.0", "path-serializer": "0.5.0", "strip-ansi": "^7.1.0", diff --git a/website/package.json b/website/package.json index 444956722..5946d010b 100644 --- a/website/package.json +++ b/website/package.json @@ -12,17 +12,17 @@ "@rsbuild/core": "~1.4.12", "@rsbuild/plugin-sass": "^1.3.3", "@rslib/tsconfig": "workspace:*", - "@rspress/core": "2.0.0-beta.22", - "@rspress/plugin-algolia": "2.0.0-beta.22", - "@rspress/plugin-llms": "2.0.0-beta.22", - "@rspress/plugin-rss": "2.0.0-beta.22", + "@rspress/core": "2.0.0-beta.23", + "@rspress/plugin-algolia": "2.0.0-beta.23", + "@rspress/plugin-llms": "2.0.0-beta.23", + "@rspress/plugin-rss": "2.0.0-beta.23", "@rstack-dev/doc-ui": "1.10.8", - "@shikijs/transformers": "^3.8.1", - "@types/node": "^22.16.5", - "@types/react": "^19.1.8", - "@types/react-dom": "^19.1.6", - "react": "^19.1.0", - "react-dom": "^19.1.0", + "@shikijs/transformers": "^3.9.1", + "@types/node": "^22.17.0", + "@types/react": "^19.1.9", + "@types/react-dom": "^19.1.7", + "react": "^19.1.1", + "react-dom": "^19.1.1", "rsbuild-plugin-google-analytics": "1.0.3", "rsbuild-plugin-open-graph": "^1.0.2", "rspress-plugin-font-open-sans": "1.0.0",