From e24f0fe5108320bb4bcfc12c9a372440832f1608 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 04:09:52 +0000 Subject: [PATCH] chore(deps): update all patch dependencies --- examples/express-plugin/package.json | 2 +- .../module-federation/mf-host/package.json | 6 +- .../mf-react-component/package.json | 8 +- .../module-federation/mf-remote/package.json | 6 +- .../package.json | 2 +- examples/vue-component-bundle/package.json | 2 +- package.json | 4 +- packages/core/package.json | 8 +- .../fragments/base/node-dual-ts/package.json | 2 +- .../fragments/base/node-esm-ts/package.json | 2 +- .../fragments/base/react-ts/package.json | 2 +- .../tools/storybook-react-js/package.json | 18 +- .../tools/storybook-react-ts/package.json | 18 +- packages/create-rslib/package.json | 4 +- .../template-[node-dual]-[]-ts/package.json | 2 +- .../package.json | 2 +- .../template-[node-esm]-[]-ts/package.json | 2 +- .../package.json | 2 +- .../template-[react]-[]-ts/package.json | 2 +- .../package.json | 18 +- .../package.json | 20 +- .../package.json | 18 +- .../package.json | 20 +- .../template-[react]-[vitest]-ts/package.json | 2 +- packages/plugin-dts/package.json | 8 +- pnpm-lock.yaml | 1175 ++++++++--------- tests/integration/redirect/dts/package.json | 2 +- tests/package.json | 6 +- website/package.json | 4 +- 29 files changed, 634 insertions(+), 733 deletions(-) diff --git a/examples/express-plugin/package.json b/examples/express-plugin/package.json index 65022f5a1..5e80471e8 100644 --- a/examples/express-plugin/package.json +++ b/examples/express-plugin/package.json @@ -9,7 +9,7 @@ "@rslib/core": "workspace:*", "@types/express": "^5.0.1", "express": "^5.1.0", - "typescript": "^5.8.2" + "typescript": "^5.8.3" }, "peerDependencies": { "express": "^4" diff --git a/examples/module-federation/mf-host/package.json b/examples/module-federation/mf-host/package.json index 0d709cf01..5687b5b7a 100644 --- a/examples/module-federation/mf-host/package.json +++ b/examples/module-federation/mf-host/package.json @@ -12,11 +12,11 @@ "react-dom": "^19.1.0" }, "devDependencies": { - "@module-federation/rsbuild-plugin": "^0.11.2", - "@rsbuild/core": "1.3.1", + "@module-federation/rsbuild-plugin": "^0.11.3", + "@rsbuild/core": "1.3.4", "@rsbuild/plugin-react": "^1.1.1", "@types/react": "^19.1.0", "@types/react-dom": "^19.1.1", - "typescript": "^5.8.2" + "typescript": "^5.8.3" } } diff --git a/examples/module-federation/mf-react-component/package.json b/examples/module-federation/mf-react-component/package.json index ca20954b1..22c77de60 100644 --- a/examples/module-federation/mf-react-component/package.json +++ b/examples/module-federation/mf-react-component/package.json @@ -18,16 +18,16 @@ "storybook": "storybook dev -p 6006" }, "devDependencies": { - "@module-federation/enhanced": "^0.11.2", - "@module-federation/rsbuild-plugin": "^0.11.2", - "@module-federation/storybook-addon": "^4.0.10", + "@module-federation/enhanced": "^0.11.3", + "@module-federation/rsbuild-plugin": "^0.11.3", + "@module-federation/storybook-addon": "^4.0.11", "@rsbuild/plugin-react": "^1.1.1", "@rslib/core": "workspace:*", "@types/react": "^19.1.0", "http-server": "^14.1.1", "react": "^19.1.0", "react-dom": "^19.1.0", - "storybook": "^8.6.11", + "storybook": "^8.6.12", "storybook-addon-rslib": "^1.0.1", "storybook-react-rsbuild": "^1.0.1" }, diff --git a/examples/module-federation/mf-remote/package.json b/examples/module-federation/mf-remote/package.json index 99162dae7..c567fe868 100644 --- a/examples/module-federation/mf-remote/package.json +++ b/examples/module-federation/mf-remote/package.json @@ -12,11 +12,11 @@ "react-dom": "^19.1.0" }, "devDependencies": { - "@module-federation/rsbuild-plugin": "^0.11.2", - "@rsbuild/core": "1.3.1", + "@module-federation/rsbuild-plugin": "^0.11.3", + "@rsbuild/core": "1.3.4", "@rsbuild/plugin-react": "^1.1.1", "@types/react": "^19.1.0", "@types/react-dom": "^19.1.1", - "typescript": "^5.8.2" + "typescript": "^5.8.3" } } diff --git a/examples/preact-component-bundle-false/package.json b/examples/preact-component-bundle-false/package.json index 53d88f348..7bc844e6c 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.3.1", "@rsbuild/plugin-sass": "^1.3.1", "@rslib/core": "workspace:*", - "preact": "^10.26.4" + "preact": "^10.26.5" }, "peerDependencies": { "preact": "^10" diff --git a/examples/vue-component-bundle/package.json b/examples/vue-component-bundle/package.json index 69cba7708..9ba845285 100644 --- a/examples/vue-component-bundle/package.json +++ b/examples/vue-component-bundle/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@rsbuild/plugin-vue": "^1.0.7", "@rslib/core": "workspace:*", - "typescript": "^5.8.2", + "typescript": "^5.8.3", "vue": "^3.5.13", "vue-tsc": "^2.2.8" }, diff --git a/package.json b/package.json index b3a19cb6d..8e52cc230 100644 --- a/package.json +++ b/package.json @@ -51,11 +51,11 @@ "fs-extra": "^11.3.0", "heading-case": "^0.1.4", "nano-staged": "^0.8.0", - "nx": "^20.7.0", + "nx": "^20.7.1", "prettier": "^3.5.3", "prettier-plugin-packagejson": "^2.5.10", "simple-git-hooks": "^2.12.1", - "typescript": "^5.8.2", + "typescript": "^5.8.3", "vitest": "^3.1.1", "zx": "^8.5.0" }, diff --git a/packages/core/package.json b/packages/core/package.json index f6fb757c7..ae8bc66cd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -42,12 +42,12 @@ "type-check": "tsc --noEmit && tsc --noEmit -p tests" }, "dependencies": { - "@rsbuild/core": "1.3.1", + "@rsbuild/core": "1.3.4", "rsbuild-plugin-dts": "workspace:*", "tinyglobby": "^0.2.12" }, "devDependencies": { - "@module-federation/rsbuild-plugin": "^0.11.2", + "@module-federation/rsbuild-plugin": "^0.11.3", "@rslib/tsconfig": "workspace:*", "@types/fs-extra": "^11.0.4", "chokidar": "^4.0.3", @@ -57,10 +57,10 @@ "picocolors": "1.1.1", "prebundle": "1.3.3", "rsbuild-plugin-publint": "^0.3.0", - "rslib": "npm:@rslib/core@0.6.0", + "rslib": "npm:@rslib/core@0.6.1", "rslog": "^1.2.3", "tsconfck": "3.1.5", - "typescript": "^5.8.2" + "typescript": "^5.8.3" }, "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 2f0d6de71..c3a20bfc8 100644 --- a/packages/create-rslib/fragments/base/node-dual-ts/package.json +++ b/packages/create-rslib/fragments/base/node-dual-ts/package.json @@ -22,6 +22,6 @@ "devDependencies": { "@rslib/core": "workspace:*", "@types/node": "^22.8.1", - "typescript": "^5.8.2" + "typescript": "^5.8.3" } } 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 16078c3da..41196a4b6 100644 --- a/packages/create-rslib/fragments/base/node-esm-ts/package.json +++ b/packages/create-rslib/fragments/base/node-esm-ts/package.json @@ -20,6 +20,6 @@ "devDependencies": { "@rslib/core": "workspace:*", "@types/node": "^22.8.1", - "typescript": "^5.8.2" + "typescript": "^5.8.3" } } diff --git a/packages/create-rslib/fragments/base/react-ts/package.json b/packages/create-rslib/fragments/base/react-ts/package.json index 6fe0dadb2..3b7308a89 100644 --- a/packages/create-rslib/fragments/base/react-ts/package.json +++ b/packages/create-rslib/fragments/base/react-ts/package.json @@ -22,7 +22,7 @@ "@rslib/core": "workspace:*", "@types/react": "^19.1.0", "react": "^19.1.0", - "typescript": "^5.8.2" + "typescript": "^5.8.3" }, "peerDependencies": { "react": ">=16.9.0", 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 7b7dbc7d5..60fdad6dc 100644 --- a/packages/create-rslib/fragments/tools/storybook-react-js/package.json +++ b/packages/create-rslib/fragments/tools/storybook-react-js/package.json @@ -4,15 +4,15 @@ "storybook": "storybook dev" }, "devDependencies": { - "@rsbuild/core": "1.3.1", - "@storybook/addon-essentials": "^8.6.11", - "@storybook/addon-interactions": "^8.6.11", - "@storybook/addon-links": "^8.6.11", - "@storybook/addon-onboarding": "^8.6.11", - "@storybook/blocks": "^8.6.11", - "@storybook/react": "^8.6.11", - "@storybook/test": "^8.6.11", - "storybook": "^8.6.11", + "@rsbuild/core": "1.3.4", + "@storybook/addon-essentials": "^8.6.12", + "@storybook/addon-interactions": "^8.6.12", + "@storybook/addon-links": "^8.6.12", + "@storybook/addon-onboarding": "^8.6.12", + "@storybook/blocks": "^8.6.12", + "@storybook/react": "^8.6.12", + "@storybook/test": "^8.6.12", + "storybook": "^8.6.12", "storybook-addon-rslib": "^1.0.1", "storybook-react-rsbuild": "^1.0.1" } 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 7b7dbc7d5..60fdad6dc 100644 --- a/packages/create-rslib/fragments/tools/storybook-react-ts/package.json +++ b/packages/create-rslib/fragments/tools/storybook-react-ts/package.json @@ -4,15 +4,15 @@ "storybook": "storybook dev" }, "devDependencies": { - "@rsbuild/core": "1.3.1", - "@storybook/addon-essentials": "^8.6.11", - "@storybook/addon-interactions": "^8.6.11", - "@storybook/addon-links": "^8.6.11", - "@storybook/addon-onboarding": "^8.6.11", - "@storybook/blocks": "^8.6.11", - "@storybook/react": "^8.6.11", - "@storybook/test": "^8.6.11", - "storybook": "^8.6.11", + "@rsbuild/core": "1.3.4", + "@storybook/addon-essentials": "^8.6.12", + "@storybook/addon-interactions": "^8.6.12", + "@storybook/addon-links": "^8.6.12", + "@storybook/addon-onboarding": "^8.6.12", + "@storybook/blocks": "^8.6.12", + "@storybook/react": "^8.6.12", + "@storybook/test": "^8.6.12", + "storybook": "^8.6.12", "storybook-addon-rslib": "^1.0.1", "storybook-react-rsbuild": "^1.0.1" } diff --git a/packages/create-rslib/package.json b/packages/create-rslib/package.json index 5cafabeb3..204c85bd9 100644 --- a/packages/create-rslib/package.json +++ b/packages/create-rslib/package.json @@ -37,9 +37,9 @@ "@types/node": "^22.8.1", "fs-extra": "^11.3.0", "rsbuild-plugin-publint": "^0.3.0", - "rslib": "npm:@rslib/core@0.6.0", + "rslib": "npm:@rslib/core@0.6.1", "tsx": "^4.19.3", - "typescript": "^5.8.2" + "typescript": "^5.8.3" }, "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 2f0d6de71..c3a20bfc8 100644 --- a/packages/create-rslib/template-[node-dual]-[]-ts/package.json +++ b/packages/create-rslib/template-[node-dual]-[]-ts/package.json @@ -22,6 +22,6 @@ "devDependencies": { "@rslib/core": "workspace:*", "@types/node": "^22.8.1", - "typescript": "^5.8.2" + "typescript": "^5.8.3" } } 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 98a2228af..7c28389cc 100644 --- a/packages/create-rslib/template-[node-dual]-[vitest]-ts/package.json +++ b/packages/create-rslib/template-[node-dual]-[vitest]-ts/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@rslib/core": "workspace:*", "@types/node": "^22.8.1", - "typescript": "^5.8.2", + "typescript": "^5.8.3", "vitest": "^3.1.1" } } diff --git a/packages/create-rslib/template-[node-esm]-[]-ts/package.json b/packages/create-rslib/template-[node-esm]-[]-ts/package.json index 16078c3da..41196a4b6 100644 --- a/packages/create-rslib/template-[node-esm]-[]-ts/package.json +++ b/packages/create-rslib/template-[node-esm]-[]-ts/package.json @@ -20,6 +20,6 @@ "devDependencies": { "@rslib/core": "workspace:*", "@types/node": "^22.8.1", - "typescript": "^5.8.2" + "typescript": "^5.8.3" } } 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 f7cb06387..fe37e7c84 100644 --- a/packages/create-rslib/template-[node-esm]-[vitest]-ts/package.json +++ b/packages/create-rslib/template-[node-esm]-[vitest]-ts/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@rslib/core": "workspace:*", "@types/node": "^22.8.1", - "typescript": "^5.8.2", + "typescript": "^5.8.3", "vitest": "^3.1.1" } } diff --git a/packages/create-rslib/template-[react]-[]-ts/package.json b/packages/create-rslib/template-[react]-[]-ts/package.json index 6fe0dadb2..3b7308a89 100644 --- a/packages/create-rslib/template-[react]-[]-ts/package.json +++ b/packages/create-rslib/template-[react]-[]-ts/package.json @@ -22,7 +22,7 @@ "@rslib/core": "workspace:*", "@types/react": "^19.1.0", "react": "^19.1.0", - "typescript": "^5.8.2" + "typescript": "^5.8.3" }, "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 e4cd9d9b3..b48f2638d 100644 --- a/packages/create-rslib/template-[react]-[storybook,vitest]-js/package.json +++ b/packages/create-rslib/template-[react]-[storybook,vitest]-js/package.json @@ -19,21 +19,21 @@ "test": "vitest run" }, "devDependencies": { - "@rsbuild/core": "1.3.1", + "@rsbuild/core": "1.3.4", "@rsbuild/plugin-react": "^1.1.1", "@rslib/core": "workspace:*", - "@storybook/addon-essentials": "^8.6.11", - "@storybook/addon-interactions": "^8.6.11", - "@storybook/addon-links": "^8.6.11", - "@storybook/addon-onboarding": "^8.6.11", - "@storybook/blocks": "^8.6.11", - "@storybook/react": "^8.6.11", - "@storybook/test": "^8.6.11", + "@storybook/addon-essentials": "^8.6.12", + "@storybook/addon-interactions": "^8.6.12", + "@storybook/addon-links": "^8.6.12", + "@storybook/addon-onboarding": "^8.6.12", + "@storybook/blocks": "^8.6.12", + "@storybook/react": "^8.6.12", + "@storybook/test": "^8.6.12", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "jsdom": "^26.0.0", "react": "^19.1.0", - "storybook": "^8.6.11", + "storybook": "^8.6.12", "storybook-addon-rslib": "^1.0.1", "storybook-react-rsbuild": "^1.0.1", "vitest": "^3.1.1" 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 835931f27..2dc3e4279 100644 --- a/packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json +++ b/packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json @@ -21,25 +21,25 @@ "test": "vitest run" }, "devDependencies": { - "@rsbuild/core": "1.3.1", + "@rsbuild/core": "1.3.4", "@rsbuild/plugin-react": "^1.1.1", "@rslib/core": "workspace:*", - "@storybook/addon-essentials": "^8.6.11", - "@storybook/addon-interactions": "^8.6.11", - "@storybook/addon-links": "^8.6.11", - "@storybook/addon-onboarding": "^8.6.11", - "@storybook/blocks": "^8.6.11", - "@storybook/react": "^8.6.11", - "@storybook/test": "^8.6.11", + "@storybook/addon-essentials": "^8.6.12", + "@storybook/addon-interactions": "^8.6.12", + "@storybook/addon-links": "^8.6.12", + "@storybook/addon-onboarding": "^8.6.12", + "@storybook/blocks": "^8.6.12", + "@storybook/react": "^8.6.12", + "@storybook/test": "^8.6.12", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@types/react": "^19.1.0", "jsdom": "^26.0.0", "react": "^19.1.0", - "storybook": "^8.6.11", + "storybook": "^8.6.12", "storybook-addon-rslib": "^1.0.1", "storybook-react-rsbuild": "^1.0.1", - "typescript": "^5.8.2", + "typescript": "^5.8.3", "vitest": "^3.1.1" }, "peerDependencies": { diff --git a/packages/create-rslib/template-[react]-[storybook]-js/package.json b/packages/create-rslib/template-[react]-[storybook]-js/package.json index 50c405d56..289b58840 100644 --- a/packages/create-rslib/template-[react]-[storybook]-js/package.json +++ b/packages/create-rslib/template-[react]-[storybook]-js/package.json @@ -18,18 +18,18 @@ "storybook": "storybook dev" }, "devDependencies": { - "@rsbuild/core": "1.3.1", + "@rsbuild/core": "1.3.4", "@rsbuild/plugin-react": "^1.1.1", "@rslib/core": "workspace:*", - "@storybook/addon-essentials": "^8.6.11", - "@storybook/addon-interactions": "^8.6.11", - "@storybook/addon-links": "^8.6.11", - "@storybook/addon-onboarding": "^8.6.11", - "@storybook/blocks": "^8.6.11", - "@storybook/react": "^8.6.11", - "@storybook/test": "^8.6.11", + "@storybook/addon-essentials": "^8.6.12", + "@storybook/addon-interactions": "^8.6.12", + "@storybook/addon-links": "^8.6.12", + "@storybook/addon-onboarding": "^8.6.12", + "@storybook/blocks": "^8.6.12", + "@storybook/react": "^8.6.12", + "@storybook/test": "^8.6.12", "react": "^19.1.0", - "storybook": "^8.6.11", + "storybook": "^8.6.12", "storybook-addon-rslib": "^1.0.1", "storybook-react-rsbuild": "^1.0.1" }, diff --git a/packages/create-rslib/template-[react]-[storybook]-ts/package.json b/packages/create-rslib/template-[react]-[storybook]-ts/package.json index fa1f55fe3..567425107 100644 --- a/packages/create-rslib/template-[react]-[storybook]-ts/package.json +++ b/packages/create-rslib/template-[react]-[storybook]-ts/package.json @@ -20,22 +20,22 @@ "storybook": "storybook dev" }, "devDependencies": { - "@rsbuild/core": "1.3.1", + "@rsbuild/core": "1.3.4", "@rsbuild/plugin-react": "^1.1.1", "@rslib/core": "workspace:*", - "@storybook/addon-essentials": "^8.6.11", - "@storybook/addon-interactions": "^8.6.11", - "@storybook/addon-links": "^8.6.11", - "@storybook/addon-onboarding": "^8.6.11", - "@storybook/blocks": "^8.6.11", - "@storybook/react": "^8.6.11", - "@storybook/test": "^8.6.11", + "@storybook/addon-essentials": "^8.6.12", + "@storybook/addon-interactions": "^8.6.12", + "@storybook/addon-links": "^8.6.12", + "@storybook/addon-onboarding": "^8.6.12", + "@storybook/blocks": "^8.6.12", + "@storybook/react": "^8.6.12", + "@storybook/test": "^8.6.12", "@types/react": "^19.1.0", "react": "^19.1.0", - "storybook": "^8.6.11", + "storybook": "^8.6.12", "storybook-addon-rslib": "^1.0.1", "storybook-react-rsbuild": "^1.0.1", - "typescript": "^5.8.2" + "typescript": "^5.8.3" }, "peerDependencies": { "react": ">=16.9.0", diff --git a/packages/create-rslib/template-[react]-[vitest]-ts/package.json b/packages/create-rslib/template-[react]-[vitest]-ts/package.json index ce1d519f3..ca6fe8051 100644 --- a/packages/create-rslib/template-[react]-[vitest]-ts/package.json +++ b/packages/create-rslib/template-[react]-[vitest]-ts/package.json @@ -26,7 +26,7 @@ "@types/react": "^19.1.0", "jsdom": "^26.0.0", "react": "^19.1.0", - "typescript": "^5.8.2", + "typescript": "^5.8.3", "vitest": "^3.1.1" }, "peerDependencies": { diff --git a/packages/plugin-dts/package.json b/packages/plugin-dts/package.json index fc34e41af..647c5db2b 100644 --- a/packages/plugin-dts/package.json +++ b/packages/plugin-dts/package.json @@ -36,12 +36,12 @@ "tsconfig-paths": "^4.2.0" }, "devDependencies": { - "@microsoft/api-extractor": "^7.52.2", - "@rsbuild/core": "1.3.1", + "@microsoft/api-extractor": "^7.52.3", + "@rsbuild/core": "1.3.4", "@rslib/tsconfig": "workspace:*", "rsbuild-plugin-publint": "^0.3.0", - "rslib": "npm:@rslib/core@0.6.0", - "typescript": "^5.8.2" + "rslib": "npm:@rslib/core@0.6.1", + "typescript": "^5.8.3" }, "peerDependencies": { "@microsoft/api-extractor": "^7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b70678c3b..aa1b25f97 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ importers: specifier: ^0.8.0 version: 0.8.0 nx: - specifier: ^20.7.0 - version: 20.7.0 + specifier: ^20.7.1 + version: 20.7.1 prettier: specifier: ^3.5.3 version: 3.5.3 @@ -54,8 +54,8 @@ importers: specifier: ^2.12.1 version: 2.12.1 typescript: - specifier: ^5.8.2 - version: 5.8.2 + specifier: ^5.8.3 + version: 5.8.3 vitest: specifier: ^3.1.1 version: 3.1.1(@types/debug@4.1.12)(@types/node@22.8.1)(jiti@2.4.2)(sass-embedded@1.86.0)(stylus@0.64.0)(terser@5.39.0)(tsx@4.19.3)(yaml@2.6.1) @@ -75,8 +75,8 @@ importers: specifier: ^5.1.0 version: 5.1.0 typescript: - specifier: ^5.8.2 - version: 5.8.2 + specifier: ^5.8.3 + version: 5.8.3 examples/module-federation: {} @@ -90,14 +90,14 @@ importers: version: 19.1.0(react@19.1.0) devDependencies: '@module-federation/rsbuild-plugin': - specifier: ^0.11.2 - version: 0.11.2(@rsbuild/core@1.3.1)(@rspack/core@1.3.0(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2))(webpack@5.98.0) + specifier: ^0.11.3 + version: 0.11.3(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) '@rsbuild/core': - specifier: 1.3.1 - version: 1.3.1 + specifier: 1.3.4 + version: 1.3.4 '@rsbuild/plugin-react': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.1) + version: 1.1.1(@rsbuild/core@1.3.4) '@types/react': specifier: ^19.1.0 version: 19.1.0 @@ -105,23 +105,23 @@ importers: specifier: ^19.1.1 version: 19.1.1(@types/react@19.1.0) typescript: - specifier: ^5.8.2 - version: 5.8.2 + specifier: ^5.8.3 + version: 5.8.3 examples/module-federation/mf-react-component: devDependencies: '@module-federation/enhanced': - specifier: ^0.11.2 - version: 0.11.2(@rspack/core@1.3.0(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2))(webpack@5.98.0) + specifier: ^0.11.3 + version: 0.11.3(@rspack/core@1.3.2(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) '@module-federation/rsbuild-plugin': - specifier: ^0.11.2 - version: 0.11.2(@rsbuild/core@1.3.1)(@rspack/core@1.3.0(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2))(webpack@5.98.0) + specifier: ^0.11.3 + version: 0.11.3(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) '@module-federation/storybook-addon': - specifier: ^4.0.10 - version: 4.0.10(@rsbuild/core@1.3.1)(@rspack/core@1.3.0(@swc/helpers@0.5.15))(@storybook/core@8.6.11(prettier@3.5.3)(storybook@8.6.11(prettier@3.5.3)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2))(webpack-virtual-modules@0.6.2)(webpack@5.98.0) + specifier: ^4.0.11 + version: 4.0.11(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(@storybook/core@8.6.12(prettier@3.5.3)(storybook@8.6.12(prettier@3.5.3)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack-virtual-modules@0.6.2)(webpack@5.98.0) '@rsbuild/plugin-react': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.1) + version: 1.1.1(@rsbuild/core@1.3.4) '@rslib/core': specifier: workspace:* version: link:../../../packages/core @@ -138,14 +138,14 @@ importers: specifier: ^19.1.0 version: 19.1.0(react@19.1.0) storybook: - specifier: ^8.6.11 - version: 8.6.11(prettier@3.5.3) + specifier: ^8.6.12 + version: 8.6.12(prettier@3.5.3) storybook-addon-rslib: specifier: ^1.0.1 - version: 1.0.1(@rsbuild/core@1.3.1)(@rslib/core@packages+core)(storybook-builder-rsbuild@1.0.1(@rsbuild/core@1.3.1)(@rspack/core@1.3.0(@swc/helpers@0.5.15))(@types/react@19.1.0)(storybook@8.6.11(prettier@3.5.3))(typescript@5.8.2)(webpack-sources@3.2.3))(typescript@5.8.2) + version: 1.0.1(@rsbuild/core@1.3.4)(@rslib/core@packages+core)(storybook-builder-rsbuild@1.0.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(@types/react@19.1.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)(webpack-sources@3.2.3))(typescript@5.8.3) storybook-react-rsbuild: specifier: ^1.0.1 - version: 1.0.1(@rsbuild/core@1.3.1)(@rspack/core@1.3.0(@swc/helpers@0.5.15))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rollup@4.39.0)(storybook@8.6.11(prettier@3.5.3))(typescript@5.8.2)(webpack-sources@3.2.3)(webpack@5.98.0) + version: 1.0.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rollup@4.39.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)(webpack-sources@3.2.3)(webpack@5.98.0) examples/module-federation/mf-remote: dependencies: @@ -157,14 +157,14 @@ importers: version: 19.1.0(react@19.1.0) devDependencies: '@module-federation/rsbuild-plugin': - specifier: ^0.11.2 - version: 0.11.2(@rsbuild/core@1.3.1)(@rspack/core@1.3.0(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2))(webpack@5.98.0) + specifier: ^0.11.3 + version: 0.11.3(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) '@rsbuild/core': - specifier: 1.3.1 - version: 1.3.1 + specifier: 1.3.4 + version: 1.3.4 '@rsbuild/plugin-react': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.1) + version: 1.1.1(@rsbuild/core@1.3.4) '@types/react': specifier: ^19.1.0 version: 19.1.0 @@ -172,32 +172,32 @@ importers: specifier: ^19.1.1 version: 19.1.1(@types/react@19.1.0) typescript: - specifier: ^5.8.2 - version: 5.8.2 + specifier: ^5.8.3 + version: 5.8.3 examples/preact-component-bundle-false: devDependencies: '@rsbuild/plugin-preact': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.1)(preact@10.26.4) + version: 1.3.1(@rsbuild/core@1.3.4)(preact@10.26.5) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.1) + version: 1.3.1(@rsbuild/core@1.3.4) '@rslib/core': specifier: workspace:* version: link:../../packages/core preact: - specifier: ^10.26.4 - version: 10.26.4 + specifier: ^10.26.5 + version: 10.26.5 examples/react-component-bundle: devDependencies: '@rsbuild/plugin-react': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.1) + version: 1.1.1(@rsbuild/core@1.3.4) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.1) + version: 1.3.1(@rsbuild/core@1.3.4) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -212,10 +212,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.1) + version: 1.1.1(@rsbuild/core@1.3.4) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.1) + version: 1.3.1(@rsbuild/core@1.3.4) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -230,10 +230,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.1) + version: 1.1.1(@rsbuild/core@1.3.4) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.1) + version: 1.3.1(@rsbuild/core@1.3.4) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -248,25 +248,25 @@ importers: devDependencies: '@rsbuild/plugin-vue': specifier: ^1.0.7 - version: 1.0.7(@rsbuild/core@1.3.1)(vue@3.5.13(typescript@5.8.2)) + version: 1.0.7(@rsbuild/core@1.3.4)(vue@3.5.13(typescript@5.8.3)) '@rslib/core': specifier: workspace:* version: link:../../packages/core typescript: - specifier: ^5.8.2 - version: 5.8.2 + specifier: ^5.8.3 + version: 5.8.3 vue: specifier: ^3.5.13 - version: 3.5.13(typescript@5.8.2) + version: 3.5.13(typescript@5.8.3) vue-tsc: specifier: ^2.2.8 - version: 2.2.8(typescript@5.8.2) + version: 2.2.8(typescript@5.8.3) packages/core: dependencies: '@rsbuild/core': - specifier: 1.3.1 - version: 1.3.1 + specifier: 1.3.4 + version: 1.3.4 rsbuild-plugin-dts: specifier: workspace:* version: link:../plugin-dts @@ -275,8 +275,8 @@ importers: version: 0.2.12 devDependencies: '@module-federation/rsbuild-plugin': - specifier: ^0.11.2 - version: 0.11.2(@rsbuild/core@1.3.1)(@rspack/core@1.3.0(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2))(webpack@5.98.0) + specifier: ^0.11.3 + version: 0.11.3(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) '@rslib/tsconfig': specifier: workspace:* version: link:../../scripts/tsconfig @@ -300,22 +300,22 @@ importers: version: 1.1.1 prebundle: specifier: 1.3.3 - version: 1.3.3(typescript@5.8.2) + version: 1.3.3(typescript@5.8.3) rsbuild-plugin-publint: specifier: ^0.3.0 - version: 0.3.0(@rsbuild/core@1.3.1) + version: 0.3.0(@rsbuild/core@1.3.4) rslib: - specifier: npm:@rslib/core@0.6.0 - version: '@rslib/core@0.6.0(@microsoft/api-extractor@7.52.2(@types/node@22.8.1))(typescript@5.8.2)' + specifier: npm:@rslib/core@0.6.1 + version: '@rslib/core@0.6.1(@microsoft/api-extractor@7.52.3(@types/node@22.8.1))(typescript@5.8.3)' rslog: specifier: ^1.2.3 version: 1.2.3 tsconfck: specifier: 3.1.5 - version: 3.1.5(typescript@5.8.2) + version: 3.1.5(typescript@5.8.3) typescript: - specifier: ^5.8.2 - version: 5.8.2 + specifier: ^5.8.3 + version: 5.8.3 packages/create-rslib: dependencies: @@ -337,16 +337,16 @@ importers: version: 11.3.0 rsbuild-plugin-publint: specifier: ^0.3.0 - version: 0.3.0(@rsbuild/core@1.3.1) + version: 0.3.0(@rsbuild/core@1.3.4) rslib: - specifier: npm:@rslib/core@0.6.0 - version: '@rslib/core@0.6.0(@microsoft/api-extractor@7.52.2(@types/node@22.8.1))(typescript@5.8.2)' + specifier: npm:@rslib/core@0.6.1 + version: '@rslib/core@0.6.1(@microsoft/api-extractor@7.52.3(@types/node@22.8.1))(typescript@5.8.3)' tsx: specifier: ^4.19.3 version: 4.19.3 typescript: - specifier: ^5.8.2 - version: 5.8.2 + specifier: ^5.8.3 + version: 5.8.3 packages/plugin-dts: dependencies: @@ -367,23 +367,23 @@ importers: version: 4.2.0 devDependencies: '@microsoft/api-extractor': - specifier: ^7.52.2 - version: 7.52.2(@types/node@22.8.1) + specifier: ^7.52.3 + version: 7.52.3(@types/node@22.8.1) '@rsbuild/core': - specifier: 1.3.1 - version: 1.3.1 + specifier: 1.3.4 + version: 1.3.4 '@rslib/tsconfig': specifier: workspace:* version: link:../../scripts/tsconfig rsbuild-plugin-publint: specifier: ^0.3.0 - version: 0.3.0(@rsbuild/core@1.3.1) + version: 0.3.0(@rsbuild/core@1.3.4) rslib: - specifier: npm:@rslib/core@0.6.0 - version: '@rslib/core@0.6.0(@microsoft/api-extractor@7.52.2(@types/node@22.8.1))(typescript@5.8.2)' + specifier: npm:@rslib/core@0.6.1 + version: '@rslib/core@0.6.1(@microsoft/api-extractor@7.52.3(@types/node@22.8.1))(typescript@5.8.3)' typescript: - specifier: ^5.8.2 - version: 5.8.2 + specifier: ^5.8.3 + version: 5.8.3 scripts/tsconfig: {} @@ -400,32 +400,32 @@ importers: specifier: ^4.0.1 version: 4.0.1(vite@6.0.11(@types/node@22.8.1)(jiti@2.4.2)(sass-embedded@1.86.0)(stylus@0.64.0)(terser@5.39.0)(tsx@4.19.3)(yaml@2.6.1))(vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.8.1)(jiti@2.4.2)(sass-embedded@1.86.0)(stylus@0.64.0)(terser@5.39.0)(tsx@4.19.3)(yaml@2.6.1)) '@module-federation/rsbuild-plugin': - specifier: ^0.11.2 - version: 0.11.2(@rsbuild/core@1.3.1)(@rspack/core@1.3.0(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2))(webpack@5.98.0) + specifier: ^0.11.3 + version: 0.11.3(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) '@playwright/test': specifier: 1.51.1 version: 1.51.1 '@rsbuild/core': - specifier: 1.3.1 - version: 1.3.1 + specifier: 1.3.4 + version: 1.3.4 '@rsbuild/plugin-less': - specifier: ^1.2.1 - version: 1.2.1(@rsbuild/core@1.3.1) + specifier: ^1.2.2 + version: 1.2.2(@rsbuild/core@1.3.4) '@rsbuild/plugin-react': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.1) + version: 1.1.1(@rsbuild/core@1.3.4) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.1) + version: 1.3.1(@rsbuild/core@1.3.4) '@rsbuild/plugin-toml': specifier: ^1.1.0 - version: 1.1.0(@rsbuild/core@1.3.1) + version: 1.1.0(@rsbuild/core@1.3.4) '@rsbuild/plugin-typed-css-modules': specifier: ^1.0.2 - version: 1.0.2(@rsbuild/core@1.3.1) + version: 1.0.2(@rsbuild/core@1.3.4) '@rsbuild/plugin-yaml': specifier: ^1.0.2 - version: 1.0.2(@rsbuild/core@1.3.1) + version: 1.0.2(@rsbuild/core@1.3.4) '@rslib/core': specifier: workspace:* version: link:../packages/core @@ -490,7 +490,7 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.1) + version: 1.1.1(@rsbuild/core@1.3.4) tests/integration/asset/json: {} @@ -506,10 +506,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.1) + version: 1.1.1(@rsbuild/core@1.3.4) '@rsbuild/plugin-svgr': specifier: ^1.1.0 - version: 1.1.0(@rsbuild/core@1.3.1)(typescript@5.8.2) + version: 1.1.0(@rsbuild/core@1.3.4)(typescript@5.8.3) tests/integration/async-chunks/default: {} @@ -603,10 +603,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.1) + version: 1.1.1(@rsbuild/core@1.3.4) '@rsbuild/plugin-svgr': specifier: ^1.1.0 - version: 1.1.0(@rsbuild/core@1.3.1)(typescript@5.8.2) + version: 1.1.0(@rsbuild/core@1.3.4)(typescript@5.8.3) tests/integration/cli/build: {} @@ -770,7 +770,7 @@ importers: devDependencies: '@rsbuild/plugin-node-polyfill': specifier: ^1.3.0 - version: 1.3.0(@rsbuild/core@1.3.1) + version: 1.3.0(@rsbuild/core@1.3.4) tests/integration/node-polyfill/bundle-false: dependencies: @@ -780,7 +780,7 @@ importers: devDependencies: '@rsbuild/plugin-node-polyfill': specifier: ^1.3.0 - version: 1.3.0(@rsbuild/core@1.3.1) + version: 1.3.0(@rsbuild/core@1.3.4) tests/integration/outBase/custom-entry: {} @@ -798,7 +798,7 @@ importers: devDependencies: '@rsbuild/plugin-babel': specifier: ^1.0.4 - version: 1.0.4(@rsbuild/core@1.3.1) + version: 1.0.4(@rsbuild/core@1.3.4) babel-plugin-polyfill-corejs3: specifier: ^0.12.0 version: 0.12.0(@babel/core@7.26.9) @@ -817,8 +817,8 @@ importers: specifier: ^5.1.0 version: 5.1.0 typescript: - specifier: ^5.8.2 - version: 5.8.2 + specifier: ^5.8.3 + version: 5.8.3 tests/integration/redirect/dts/compile/rslog: {} @@ -927,13 +927,13 @@ importers: devDependencies: '@rsbuild/plugin-stylus': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.1)(@rspack/core@1.3.0(@swc/helpers@0.5.15))(webpack@5.98.0) + version: 1.1.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(webpack@5.98.0) tests/integration/style/stylus/bundle-false: devDependencies: '@rsbuild/plugin-stylus': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.1)(@rspack/core@1.3.0(@swc/helpers@0.5.15))(webpack@5.98.0) + version: 1.1.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(webpack@5.98.0) tests/integration/style/tailwindcss/bundle: devDependencies: @@ -991,11 +991,11 @@ importers: website: devDependencies: '@rsbuild/core': - specifier: 1.3.1 - version: 1.3.1 + specifier: 1.3.4 + version: 1.3.4 '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.1) + version: 1.3.1(@rsbuild/core@1.3.4) '@rslib/tsconfig': specifier: workspace:* version: link:../scripts/tsconfig @@ -1019,10 +1019,10 @@ importers: version: 19.1.0(react@19.1.0) rsbuild-plugin-google-analytics: specifier: 1.0.3 - version: 1.0.3(@rsbuild/core@1.3.1) + version: 1.0.3(@rsbuild/core@1.3.4) rspress: - specifier: ^2.0.0-alpha.7 - version: 2.0.0-alpha.7(webpack@5.98.0) + specifier: ^2.0.0-alpha.8 + version: 2.0.0-alpha.8(webpack@5.98.0) rspress-plugin-font-open-sans: specifier: 1.0.0 version: 1.0.0 @@ -1899,8 +1899,8 @@ packages: '@microsoft/api-extractor-model@7.30.5': resolution: {integrity: sha512-0ic4rcbcDZHz833RaTZWTGu+NpNgrxVNjVaor0ZDUymfDFzjA/Uuk8hYziIUIOEOSTfmIQqyzVwlzxZxPe7tOA==} - '@microsoft/api-extractor@7.52.2': - resolution: {integrity: sha512-RX37V5uhBBPUvrrcmIxuQ8TPsohvr6zxo7SsLPOzBYcH9nbjbvtdXrts4cxHCXGOin9JR5ar37qfxtCOuEBTHA==} + '@microsoft/api-extractor@7.52.3': + resolution: {integrity: sha512-QEs6l8h7p9eOSHrQ9NBBUZhUuq+j/2QKcRgigbSs2YQepKz8glvsqmsUOp+nvuaY60ps7KkpVVYQCj81WLoMVQ==} hasBin: true '@microsoft/tsdoc-config@0.17.1': @@ -1915,22 +1915,22 @@ packages: '@modern-js/utils@2.65.1': resolution: {integrity: sha512-HrChf19F+6nALo5XPra8ycjhXGQfGi23+S7Y2FLfTKe8vaNnky8duT/XvRWpbS4pp3SQj8ryO8m/qWSsJ1Rogw==} - '@module-federation/bridge-react-webpack-plugin@0.11.2': - resolution: {integrity: sha512-XDJC01XsByG9IwtpWgoTrZdGecN7fmfOEbs/MFLvPAkn9RhPoMJ6X76MSlpsOkwFxK1T7YLkgpVXwdiZKVVXUg==} + '@module-federation/bridge-react-webpack-plugin@0.11.3': + resolution: {integrity: sha512-uaIWbKqs98vROrgG6DJE54ArxTFyVAvjg0JMDjP6s+lp7hXrjATVhnvpsVOyDBCw4ezhrLVVtuThNTpxfIiOrw==} - '@module-federation/cli@0.11.2': - resolution: {integrity: sha512-dIM58VawvWM+UdftVQ/tW8A07LrYRE1260DKJ6feRGbu9NoMV/M35WaNO5HKGHsk1kptXzbZoykkateo7TabrA==} + '@module-federation/cli@0.11.3': + resolution: {integrity: sha512-TQAmEoJBaNpXNZf+dY9mJkIFrwkODp7qbNu9sL6sJ+bLUhoUHoTSoOTKMqdhLTSVJKulf4k8GfYPvKoCKX/FaA==} engines: {node: '>=16.0.0'} hasBin: true - '@module-federation/data-prefetch@0.11.2': - resolution: {integrity: sha512-3HiKo/F51MMjy3Os9sELzxfaSiOcpDXT2zTAvedm4h1XT+nGXq04cKcOQ6rhjl91npKP2wOo/2sE3pWYzrnPhw==} + '@module-federation/data-prefetch@0.11.3': + resolution: {integrity: sha512-m0Iyl2xclAhIX4mVvPaEgytBx+hwQVJQqghKcN7HJR7UF7tvjO+xoJQmNIlxAl5+QOgPyYlJrmWtNTfzQHbcsw==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' - '@module-federation/dts-plugin@0.11.2': - resolution: {integrity: sha512-djZZDq8pTpjfDfXoU2knVOAmjoDWvJHcVScbCNI8zjOtwTvvH26EeOfQligiQxdhsCuGf+MQpeP4o6wqWeJW6w==} + '@module-federation/dts-plugin@0.11.3': + resolution: {integrity: sha512-C43yJySmcwGhmVqisZomlz/OETEUXE7pybfEcrpInKc5FI4o6upLYV4P65jKRS0N+I/U3y6bAsHX4gtIq7XdbA==} peerDependencies: typescript: ^4.9.0 || ^5.0.0 vue-tsc: '>=1.0.24' @@ -1938,8 +1938,8 @@ packages: vue-tsc: optional: true - '@module-federation/enhanced@0.11.2': - resolution: {integrity: sha512-OlISmj/d0egdGkUOgnVxvyCmoo+eMNBMpiCS3pQj4cnVN4NMs67qxioOD4Q5p04Tzc2jSot2LzRcBM44aTNN2A==} + '@module-federation/enhanced@0.11.3': + resolution: {integrity: sha512-ySRp2tsJFXjw9wOkWPKV0Jmy6GPJfrWDEfEpJIDc5h75dk4Y0sPX3vrdQtZsNz/ofYJN1z3XJRLNzAZdRdYuIg==} hasBin: true peerDependencies: typescript: ^4.9.0 || ^5.0.0 @@ -1959,22 +1959,22 @@ packages: '@module-federation/error-codes@0.11.2': resolution: {integrity: sha512-ik1Qnn0I+WyEdprTck9WGlH41vGsVdUg8cfO+ZM02qOb2cZm5Vu3SlxGAobj6g7uAj0g8yINnd7h7Dci40BxQA==} - '@module-federation/error-codes@0.8.4': - resolution: {integrity: sha512-55LYmrDdKb4jt+qr8qE8U3al62ZANp3FhfVaNPOaAmdTh0jHdD8M3yf5HKFlr5xVkVO4eV/F/J2NCfpbh+pEXQ==} + '@module-federation/error-codes@0.11.3': + resolution: {integrity: sha512-RG5cZAJUtlcJLoJiFXevdNRnBxrEye5aDHrDHY7szbO3hBK+XLqKTd0OOVHiGE5tpSy3TMy8qR9xHH4a1Q8bWg==} - '@module-federation/inject-external-runtime-core-plugin@0.11.2': - resolution: {integrity: sha512-3rUWjos0mb2apXpgebWzGmqXx+8Ky2re4b4QxM8pwsE/9HFn18E/HGURJ/5Ur3Xhw81NjIAVVKxKg3bYSqjVuQ==} + '@module-federation/inject-external-runtime-core-plugin@0.11.3': + resolution: {integrity: sha512-l7MUjXlV6O7h8BSlMC9FlJ0bi9wFz0+PIkn6r7vaE0IuepJ7SuZDzJxtErzTz5OggPOFLygS2r7q+60dNVwh7A==} peerDependencies: - '@module-federation/runtime-tools': 0.11.2 + '@module-federation/runtime-tools': 0.11.3 - '@module-federation/managers@0.11.2': - resolution: {integrity: sha512-nFi0dRgNWpLy0KB85tWhuqbQztTSsUixcbheu/ZSCjVVWShFN6Va2lZg0XyUlXFX/fy4vKrwMBBE5LXxXNubRw==} + '@module-federation/managers@0.11.3': + resolution: {integrity: sha512-9mhP2gCblG5oWA3YRxlfkIZbl9VuQjCATczs+VnS+sgykNZBUhTDj9K//sIN5Zrrd60IBz9HW7xjj8760ERwFw==} - '@module-federation/manifest@0.11.2': - resolution: {integrity: sha512-5yDbq0MmlmCihRJDhFsuJEIGVjZkylybeHn7hwH0LHTtWAClc7APeXDKh7jPHVgOVmgcQBqaIqyHPeuantVydw==} + '@module-federation/manifest@0.11.3': + resolution: {integrity: sha512-UHODiU4g2mogYbud9/RZk73jDPSJtP4GiRSVtZo1OUW9J4qiy16N4FNw47M2OlGsHlgOzQ3igoo2NX7AQudAjA==} - '@module-federation/rsbuild-plugin@0.11.2': - resolution: {integrity: sha512-bZ2KrD0OKPCsZRZSyJfjaT57/sC6WJWO9Wr++2vkifb6aKhYdfVr8N+63oqs+7A7cv08PLBioBbF2ZTVYQm3aQ==} + '@module-federation/rsbuild-plugin@0.11.3': + resolution: {integrity: sha512-dlrGL59cyL8lLs5LI4+/Eg1p/17rYisClOhTVyF3LKNxr+I85KtvW1PgjV+JRtTK0c8mSbTKuy60oPIuolXX0Q==} engines: {node: '>=16.0.0'} peerDependencies: '@rsbuild/core': 1.x @@ -1982,8 +1982,8 @@ packages: '@rsbuild/core': optional: true - '@module-federation/rspack@0.11.2': - resolution: {integrity: sha512-oEQXufLbAM7MXDVkE5qE+K3ItrWxlSOHL9db8voo20LvaOe3vwr4rILTj3Ou2Rev4QpLY4eMO7HIwPJBTb6ncQ==} + '@module-federation/rspack@0.11.3': + resolution: {integrity: sha512-1Mhy3L4jL1z+xFCLny5PBL6Fyu6i2eJB/n7sPTqyu/vfO0cgOfxwBxxcEneq0oAJ1er+n6WWcug8IrJ5hIzkTw==} peerDependencies: '@rspack/core': '>=0.7' typescript: ^4.9.0 || ^5.0.0 @@ -2000,14 +2000,17 @@ packages: '@module-federation/runtime-core@0.11.2': resolution: {integrity: sha512-dia5kKybi6MFU0s5PgglJwN27k7n9Sf69Cy5xZ4BWaP0qlaXTsxHKO0PECHNt2Pt8jDdyU29sQ4DwAQfxpnXJQ==} + '@module-federation/runtime-core@0.11.3': + resolution: {integrity: sha512-xz9++7Z0JXpOepknl2YmIQXzG8hmvLJLRtg7XYHuA1JRXW4vBKaUvvUAqLHvxS9+6FZTb8AAjQ9+8eeAOz5RYg==} + '@module-federation/runtime-tools@0.11.1': resolution: {integrity: sha512-8UqMbHJSdkEvKlnlXpR/OjMA77bUbhtmv0I4UO+PA1zBga4y3/St6NOjD66NTINKeWEgsCt1aepXHspduXp33w==} '@module-federation/runtime-tools@0.11.2': resolution: {integrity: sha512-4MJTGAxVq6vxQRkTtTlH7Mm9AVqgn0X9kdu+7RsL7T/qU+jeYsbrntN2CWG3GVVA8r5JddXyTI1iJ0VXQZLV1w==} - '@module-federation/runtime-tools@0.8.4': - resolution: {integrity: sha512-fjVOsItJ1u5YY6E9FnS56UDwZgqEQUrWFnouRiPtK123LUuqUI9FH4redZoKWlE1PB0ir1Z3tnqy8eFYzPO38Q==} + '@module-federation/runtime-tools@0.11.3': + resolution: {integrity: sha512-mN1Ft2O4Khz8PEwNZT7ujWKjVyCKhkInHoMn2n8U8DmOShOlbSQaBR48ZvLP2NTUcbkZbMmWls4q9Ou2UampOw==} '@module-federation/runtime@0.11.1': resolution: {integrity: sha512-yxxa/TRXaNggb34N+oL82J7r9+GZ3gYTCDyGibYqtsC5j7+9oB4tmc0UyhjrGMhg+fF8TAWFZjNKo7ZnyN9LcQ==} @@ -2015,8 +2018,8 @@ packages: '@module-federation/runtime@0.11.2': resolution: {integrity: sha512-Ya9u/L6z2LvhgpqxuKCB7LcigIIRf1BbaxAZIH7mzbq/A7rZtTP7v+73E433jvgiAlbAfPSZkeoYGele6hfRwA==} - '@module-federation/runtime@0.8.4': - resolution: {integrity: sha512-yZeZ7z2Rx4gv/0E97oLTF3V6N25vglmwXGgoeju/W2YjsFvWzVtCDI7zRRb0mJhU6+jmSM8jP1DeQGbea/AiZQ==} + '@module-federation/runtime@0.11.3': + resolution: {integrity: sha512-lGCrWQclRVLP6ryYwdwvmphxRJi1thchO5Q4BbK4MsRxYUMlHGkPi0ygAXwedl6Kaa2ZqhbvlMrUhB+n5PnwNQ==} '@module-federation/sdk@0.11.1': resolution: {integrity: sha512-QS6zevdQYLCGF6NFf0LysMGARh+dZxMeoRKKDUW5PYi3XOk+tjJ7QsDKybfcBZBNgBJfIuwxh4Oei6WOFJEfRg==} @@ -2024,13 +2027,13 @@ packages: '@module-federation/sdk@0.11.2': resolution: {integrity: sha512-SBFe5xOamluT900J4AGBx+2/kCH/JbfqXoUwPSAC6PRzb8Y7LB0posnOGzmqYsLZXT37vp3d6AmJDsVoajDqxw==} - '@module-federation/sdk@0.8.4': - resolution: {integrity: sha512-waABomIjg/5m1rPDBWYG4KUhS5r7OUUY7S+avpaVIY/tkPWB3ibRDKy2dNLLAMaLKq0u+B1qIdEp4NIWkqhqpg==} + '@module-federation/sdk@0.11.3': + resolution: {integrity: sha512-XzohSaFNbLbEoiwPtYOuoDeInx7vOSYHngfcQqJ356LRzNIPdCMjmtA0WM1YhRkpBchmQ1LXg6HVXy7R7AEKsg==} - '@module-federation/storybook-addon@4.0.10': - resolution: {integrity: sha512-4W+odX3T7Ks9PBqYjlhVBjrfOt9H93ocYYTp3847Yb2wynMOCp0QsJjxt+R2/WkFxuCYZUZXWy6yRKPCmxDuOA==} + '@module-federation/storybook-addon@4.0.11': + resolution: {integrity: sha512-TKCDkvTCDztlqWBfM/oKD+Jtlpp9+wj7ZG3hyQZrwmp/OI/7ihDX8cYE+/SB+UF6evDCTS3tgTq7qke/6/VyhQ==} peerDependencies: - '@module-federation/utilities': ^3.1.49 + '@module-federation/utilities': ^3.1.50 '@nx/react': '>= 16.0.0' '@nx/webpack': '>= 16.0.0' '@rsbuild/core': ^1.0.1 @@ -2054,8 +2057,8 @@ packages: webpack-virtual-modules: optional: true - '@module-federation/third-party-dts-extractor@0.11.2': - resolution: {integrity: sha512-rZuFRH43s68O2KED054Pgd9mV18NWME7Q9ZPuAzN1NGNH/J7Nevyt5MJXrHIaopF/2QpcrYNVjIgdqpRp9FJBg==} + '@module-federation/third-party-dts-extractor@0.11.3': + resolution: {integrity: sha512-c/Lpo2Ve33g5gQW62tcVe8O8NmPdt7gifT4Lu+IgWZpsxdnzTZcS4ujuyu19VCTjevNPxYc2aTtfkYjNtvvbpQ==} '@module-federation/webpack-bundler-runtime@0.11.1': resolution: {integrity: sha512-XlVegGyCBBLId8Jr6USjPOFYViQ0CCtoYjHpC8y1FOGtuXLGrvnEdFcl4XHlFlp3MY3Rxhr8QigrdZhYe5bRWg==} @@ -2063,8 +2066,8 @@ packages: '@module-federation/webpack-bundler-runtime@0.11.2': resolution: {integrity: sha512-WdwIE6QF+MKs/PdVu0cKPETF743JB9PZ62/qf7Uo3gU4fjsUMc37RnbJZ/qB60EaHHfjwp1v6NnhZw1r4eVsnw==} - '@module-federation/webpack-bundler-runtime@0.8.4': - resolution: {integrity: sha512-HggROJhvHPUX7uqBD/XlajGygMNM1DG0+4OAkk8MBQe4a18QzrRNzZt6XQbRTSG4OaEoyRWhQHvYD3Yps405tQ==} + '@module-federation/webpack-bundler-runtime@0.11.3': + resolution: {integrity: sha512-SyLDwwzvR/UxcJi3vcSevcL0/NmbiSZkaVXDOK5z/Xts+uANNzi0OSth1JKfTqT0nUUm4tTkkD6fufPWqg1NZA==} '@napi-rs/wasm-runtime@0.2.4': resolution: {integrity: sha512-9zESzOO5aDByvhIAsOy9TbpZ0Ur2AJbUI7UT73kcUTS2mxAMHOBaa1st/jAymNoCtvrit99kkzT1FZuXVcgfIQ==} @@ -2081,62 +2084,62 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@nx/nx-darwin-arm64@20.7.0': - resolution: {integrity: sha512-SuPP4AlBGuQjfkgFaGAO66GEUll0Isir5HKa0w0LcehHmxncE9LT4YagEJONPDp6SVDIjpoFIRw71jf9toFvPQ==} + '@nx/nx-darwin-arm64@20.7.1': + resolution: {integrity: sha512-beTMrUA9x18/DXeIMn32Me/KFCLnc2L0cVxjjMMdztZrotVPdoLsQWWZHcaLyZSSk1SDjJ0As2AwIOiJLp2Q8w==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@20.7.0': - resolution: {integrity: sha512-eJnGtZmXzhRqitBBSIU7CjUjEGyo7QMZlvTQsqIpkZDay3v3JyQ9tikdGe3L6BwnTgeFQsBxNfK3ddmwTyK19g==} + '@nx/nx-darwin-x64@20.7.1': + resolution: {integrity: sha512-I0M8JWwAF9wyNCL30oelXt1SCRVUTmS0FmtmWPxgcHlVd8tVyyuguURQuUO33w/xDhZzGJmvLZduown+OKihXw==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@20.7.0': - resolution: {integrity: sha512-WhuK5XGy2c7WNMrVW2+mWMb0MCvgoOaSUxvxpl8OORdENYmgsUjYUDVnndjqRdSzcQTB/WfQX5G7bJQhySzaww==} + '@nx/nx-freebsd-x64@20.7.1': + resolution: {integrity: sha512-j39YpihBWbLc2w/Hp3Q+ycPqFHNPSJZYTg6G4sC6qzyzMVlaWp1cI1m02FD1rscWT93ehoqHYcSytpDrMa6ZMQ==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@20.7.0': - resolution: {integrity: sha512-TZKDjO/YyOT/Zq449kIpkw9OUD4EQlmMk+aM8WW29VirJnnIfGxhjfCBkSRmVIOvwSlIf7GKLQjDuWwcObIZRg==} + '@nx/nx-linux-arm-gnueabihf@20.7.1': + resolution: {integrity: sha512-AJxU2OayRzLLu5xyWlrbzoTN63Gt0S9rEJL97IGGHXKY/NlbtkJt2n5q7KAtlkkUpr8TYXtxyZSL1R3LePd36w==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@20.7.0': - resolution: {integrity: sha512-wEkE/MRcPQHZK10SgocPGCEyqFksLDdsSeE2fyVZb+N+vUGSp5YBu7OE6mUKobIs3uUXgftqP4d7QXTlehb7gw==} + '@nx/nx-linux-arm64-gnu@20.7.1': + resolution: {integrity: sha512-bEHDh8ajs9ht5yIKyeZcB5vJt6wpwCHYGkZfSQs1xSUOqOFdQz2gjLDdlwyuJTwXI8+Syvb4gHKBSxCPOycInw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@20.7.0': - resolution: {integrity: sha512-je7OmX7d41ihMzq4/q6AOsYGfiH5B3xIsAKBfXHSmlGcaijnxMCzSHzjR3znxhmOS0bMcfICXCCwm1AVcyUAUA==} + '@nx/nx-linux-arm64-musl@20.7.1': + resolution: {integrity: sha512-k5lLVWO1HF6FQkNs/7VfOqbaceWS01+2a6mD0aQoIr34FIhxJc7QHfOZ5c2xdCOrlNfY3iGiPf++KCpeuor0tg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@20.7.0': - resolution: {integrity: sha512-dF5/VJgtbydSgu9WjL1CrzNIXZR/9Z92b4f7lrvd/KO/LwBB3EVavgV0tSq0TAFuu4n5eSo66SA1j0miIBA1dg==} + '@nx/nx-linux-x64-gnu@20.7.1': + resolution: {integrity: sha512-crySPl4l4XJFDzGOuFjavkwLvo59wCx3pqgju3bMcQ+imUvAtUFHNUFfAr2CiEzYATuvbDcOQU1I5Fo40plagA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@20.7.0': - resolution: {integrity: sha512-Jy760sdTDgzplpWerrUpfugmHnjQoNbCdcrNiBm1HaL2+P/6Wl2eZ2zLW3Uw5/D/wf7z8qsokMrPO9XdvnZ3cA==} + '@nx/nx-linux-x64-musl@20.7.1': + resolution: {integrity: sha512-eXUu5lKg2yiItItOThjV7ecPfxE1qcr4utAPy/3F9wjFale8RfZX2x+NllaA/7eh6ph0voqvdZrmZY+IDvTyRg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@20.7.0': - resolution: {integrity: sha512-5UvJg1RfOeSwcMr/7ghQA5yH3kpU8wye81sCLtyKPfBeH312Ntm52+ckc1IiCFAIkVyo2rmWF9ogRzOTR1O9sw==} + '@nx/nx-win32-arm64-msvc@20.7.1': + resolution: {integrity: sha512-dy+DxUJMixtSLi/9Y8dexGko3hrC/QB+fZ6uoJMoL8ey6xw5LFIWbi1tnJ04YEHMFQS1Y4+OEoNejUF0BTUcWw==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@nx/nx-win32-x64-msvc@20.7.0': - resolution: {integrity: sha512-Ddtk/owLLj1wRHB5MUuUjEfxn9h6sQntOpCC1qDYJLCLRGe3jCEx7MHxKWo5MlmtShXeHRrS27CrA5AGzSS+6w==} + '@nx/nx-win32-x64-msvc@20.7.1': + resolution: {integrity: sha512-cBV9SIvfZVzehYg9w/p77Iw1LqUVy0i848quxo9YBuQCQ0biUsJpkwJJ+b+DW6EbKSN3wX0kh519tGR7SbZrxg==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -2282,18 +2285,18 @@ packages: cpu: [x64] os: [win32] - '@rsbuild/core@1.2.19': - resolution: {integrity: sha512-k76is4HygmbYYMLG2V1d1yQeurHHC+ZEtGs/nwE11y6HmwSndoFhmjOeQbQ2Ul0b2B8HErksqSMtlCxd37YPPQ==} + '@rsbuild/core@1.3.0': + resolution: {integrity: sha512-+b+qJ0lOHji6JYSsmtiz/u/KasaD5AmGHahtgWDhNQ4dqCl2lqyn9hta2FeK7ic0Gb3RDItMpOpHreC4+WJ8xA==} engines: {node: '>=16.7.0'} hasBin: true - '@rsbuild/core@1.3.0-beta.3': - resolution: {integrity: sha512-BlW8fXLqDdVatNz8Fz90gCnPTDkF+kDSCyrAP644W1DyrUMwoVbbAHvQz1HCXJB6v9wntsZJutBVBsRTSXwmWg==} + '@rsbuild/core@1.3.1': + resolution: {integrity: sha512-9Sk2anWUI2qVx11saDdmiG4k3lm+jnakCTOw6JIz+4/Rb0dvt9yWiEhJN7k9o2eRhS8+rthqXpnOe62tAilVwQ==} engines: {node: '>=16.7.0'} hasBin: true - '@rsbuild/core@1.3.1': - resolution: {integrity: sha512-9Sk2anWUI2qVx11saDdmiG4k3lm+jnakCTOw6JIz+4/Rb0dvt9yWiEhJN7k9o2eRhS8+rthqXpnOe62tAilVwQ==} + '@rsbuild/core@1.3.4': + resolution: {integrity: sha512-aYf56HZDkwhVicCeItFNjsEQSZC51X1yi01xBV4naNVCKUMxBAOriJyXZPdlHRntSvRQe1BjCao9cvXevwsRbw==} engines: {node: '>=16.7.0'} hasBin: true @@ -2302,8 +2305,8 @@ packages: peerDependencies: '@rsbuild/core': 1.x - '@rsbuild/plugin-less@1.2.1': - resolution: {integrity: sha512-RvAjv9yf7VtgA/jWaj5gHYRsmSAJgszRM6JMNd6IEVrmIxGXGidslpiOK9a/cbsYsa7rYwsr+NajSzhOkgWrvg==} + '@rsbuild/plugin-less@1.2.2': + resolution: {integrity: sha512-tbDmFdd2+96P5pV/Easi3PFZsFd0FaGxSxUxf/iaoXQBHJ4FGnfYci8VTOb5koB3KrUX5xqkkhQgO0vLbJM/7A==} peerDependencies: '@rsbuild/core': 1.x @@ -2377,8 +2380,8 @@ packages: '@rsbuild/core': optional: true - '@rslib/core@0.6.0': - resolution: {integrity: sha512-srEfQB4FWWOV2DBfLCzGdPNl5geIBb/KWaaSU+lCQArDtcZ9DkcswEkG8mHE00BDfGpT8/4EmrNIpL7hEY5jJg==} + '@rslib/core@0.6.1': + resolution: {integrity: sha512-bO1zsGtC+elncvenqWq8XjPPR1Z83oVSQHSaP19WZENugN7HNFqQ/jrTWJ0CfuAo88bdEKXUhDymb9DlAnm0zw==} engines: {node: '>=16.7.0'} hasBin: true peerDependencies: @@ -2390,53 +2393,33 @@ packages: typescript: optional: true - '@rspack/binding-darwin-arm64@1.2.8': - resolution: {integrity: sha512-bDlrlroY3iMlzna/3i1gD6eRmhJW2zRyC3Ov6aR1micshVQ9RteigYZWkjZuQfyC5Z8dCcLUQJVojz+pqp0JXg==} - cpu: [arm64] - os: [darwin] - '@rspack/binding-darwin-arm64@1.3.0': resolution: {integrity: sha512-AexGJ+PBTIURvXzMG/aQILTCB+D5HocmwWLw5jNq1DFVpgb7GX+3ZW3s2MBa8K+3JNeNgRiGcHyYcSV0l1dIfQ==} cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-arm64@1.3.0-beta.1': - resolution: {integrity: sha512-bOKW/m9Ggmes1lXFsM0nxgYqKVlc1rg+bw8/wXS2Iyq0nQaW1FVO3LYCAaj3yYaOjmB7oSwd1Rd7mcInof010w==} + '@rspack/binding-darwin-arm64@1.3.2': + resolution: {integrity: sha512-oeZvdHCY3XML8U6npof3b7uNVmNMTIRccPe2IDHlV1zk1MPfBzgrKOKmo1V8kqI43xAWET7CpAX9C+TjDDcy/g==} cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-x64@1.2.8': - resolution: {integrity: sha512-0/qOVbMuzZ+WbtDa4TbH46R4vph/W6MHcXbrXDO+vpdTMFDVJ64DnZXT7aqvGcY+7vTCIGm0GT+6ooR4KaIX8A==} - cpu: [x64] - os: [darwin] - '@rspack/binding-darwin-x64@1.3.0': resolution: {integrity: sha512-LPzsI2VVwhn9Y88BOE4a0lICH4Jp3zLpNzJjDwMeDANJJ6MLmGbEBAxxRxo0adPG2sWhW7/RKU+ISVhu09aZtw==} cpu: [x64] os: [darwin] - '@rspack/binding-darwin-x64@1.3.0-beta.1': - resolution: {integrity: sha512-XRnhgzYrjWgGHqyoAJ1s/fDxygEGej0JCJMVPHTDCHDbtt+TnAoqmcP/2MxVsf9HYdKZzTRT2VcBnPy7R2m9yQ==} + '@rspack/binding-darwin-x64@1.3.2': + resolution: {integrity: sha512-V1IKH3I0uEf4vjou158amWgpAUz9MgGiFU09LgZS/hz1jYMTCi3Z791EEL4Gz6iqAixIZxtw6aYeotjRJ4Kyqg==} cpu: [x64] os: [darwin] - '@rspack/binding-linux-arm64-gnu@1.2.8': - resolution: {integrity: sha512-En/SMl45s19iUVb1/ZDFQvFDxIjnlfk7yqV3drMWWAL5HSgksNejaTIFTO52aoohIBbmwuk5wSGcbU0G0IFiPg==} - cpu: [arm64] - os: [linux] - '@rspack/binding-linux-arm64-gnu@1.3.0': resolution: {integrity: sha512-acj5ikpIvkjy1sEV818RL+tK+EYvj1/g0jBqfttuCdczMMDzb1ciGEOHIuqONCMNdoCpieYnGt65rRwSS7NVHQ==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-gnu@1.3.0-beta.1': - resolution: {integrity: sha512-GzkbSVRpeAoiLIoYnAc21dAvS0Nc07x4JPczkSx/SVQRzPUfflJOMC/k6i541405E7/1Am/IVlg/WtNhA4aVTA==} - cpu: [arm64] - os: [linux] - - '@rspack/binding-linux-arm64-musl@1.2.8': - resolution: {integrity: sha512-N1oZsXfJ9VLLcK7p1PS65cxLYQCZ7iqHW2OP6Ew2+hlz/d1hzngxgzrtZMCXFOHXDvTzVu5ff6jGS2v7+zv2tA==} + '@rspack/binding-linux-arm64-gnu@1.3.2': + resolution: {integrity: sha512-nJzY+Ur6FxWM0xc+G2tY1TQu3s6qgolxXb5K2VLIDHSPqDAjqRc35ypQc9Tz3rUPb8HVh+X7YLIZxA0hE4eQOg==} cpu: [arm64] os: [linux] @@ -2445,28 +2428,18 @@ packages: cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-musl@1.3.0-beta.1': - resolution: {integrity: sha512-eo1EVtr9JGwy5HKTo+KaiIGJpD8boo5325XO/it8H+1abcXV8mPq4h0P/tUs4N2yxV2iI537p2JqmXoPL1Wnmw==} + '@rspack/binding-linux-arm64-musl@1.3.2': + resolution: {integrity: sha512-sRi77ccO/oOfyBNq3FgW2pDtXcgMzslLokOby8NpD/kv/SxtOE4ORoLZKzdJyGNh2WDPbtSwIDWPes2x4MKASQ==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-x64-gnu@1.2.8': - resolution: {integrity: sha512-BdPaepoLKuaVwip4QK/nGqNi1xpbCWSxiycPbKRrGqKgt/QGihxxFgiqr4EpWQVIJNIMy4nCsg4arO0+H1KWGQ==} - cpu: [x64] - os: [linux] - '@rspack/binding-linux-x64-gnu@1.3.0': resolution: {integrity: sha512-8QC553EczUmeVtr5Dqc+TocStYoKHbT6CFRb52sqaLOhka6r/zgchvKYmji+51gohfD5f0gtqjkb2pLWGPHE7w==} cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-gnu@1.3.0-beta.1': - resolution: {integrity: sha512-z880gep+twGC+znanuyW7PRKP2Y5dDdERWTLBUEYF9EEpup6nXEXw7GunfcrAeDdRpCi13Mr/iMUlqH2qfwkmQ==} - cpu: [x64] - os: [linux] - - '@rspack/binding-linux-x64-musl@1.2.8': - resolution: {integrity: sha512-GFv0Bod268OcXIcjeLoPlK0oz8rClEIxIRFkz+ejhbvfCwRJ+Fd+EKaaKQTBfZQujPqc0h2GctIF25nN5pFTmA==} + '@rspack/binding-linux-x64-gnu@1.3.2': + resolution: {integrity: sha512-KnrFQUj6SKJFGXqJW9Kgdv+mRGcPCirQesuwXtW+9YejT6MzLRRdJ4NDQdfcmfLZK9+ap+l73bLXAyMiIBZiOw==} cpu: [x64] os: [linux] @@ -2475,76 +2448,46 @@ packages: cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-musl@1.3.0-beta.1': - resolution: {integrity: sha512-BQXI7OlAyuBd7Ir8v81h6BBIJOqT7HGLtkJY88in8QO60uWjpuxYZuh2A4Ox8oAg2+XNXXfmVhzlx9UxC5PoJQ==} + '@rspack/binding-linux-x64-musl@1.3.2': + resolution: {integrity: sha512-ZcTl4LBgxp5Bfyu9x7NhYRAR4qWPwhhxzwXmiQ1ya7DsdqiYaiCr59dPQx7ZaExXckeHGly75B3aTn1II9Vexw==} cpu: [x64] os: [linux] - '@rspack/binding-win32-arm64-msvc@1.2.8': - resolution: {integrity: sha512-aEU+uJdbvJJGrzzAsjbjrPeNbG/bcG8JoXK2kSsUB+/sWHTIkHX0AQ3oX3aV/lcLKgZWrUxLAfLoCXEnIHMEyQ==} - cpu: [arm64] - os: [win32] - '@rspack/binding-win32-arm64-msvc@1.3.0': resolution: {integrity: sha512-H6Q3WgLxkHFxxdasQ1MtlbWesyLGT+lr6gMW7Hc3nIl5QOJEcLvwF8OBOR8Di092uvDOyIRSwkUtnkI/tQV8UA==} cpu: [arm64] os: [win32] - '@rspack/binding-win32-arm64-msvc@1.3.0-beta.1': - resolution: {integrity: sha512-R5v3P/NC5HHRjG/fA+kg+S0DNpmR+W6cB/7UU6tjsoQ30gukSN62MuMbcXUTXOsbIBnraWfjDOJ78pnQH9Q1AQ==} + '@rspack/binding-win32-arm64-msvc@1.3.2': + resolution: {integrity: sha512-8volxqn9vps8XKj0DTRk/4d5TXL+vkaBRWF7CzzdfZYm/smvrdz2Iw7VmcACA7XaS41xqeTtrdq6CmaxC/4CFg==} cpu: [arm64] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.2.8': - resolution: {integrity: sha512-GHYzNOSoiLyG9elLTmMqADJMQzjll+co4irp5AgZ+KHG9EVq0qEHxDqDIJxZnUA15U8JDvCgo6YAo3T0BFEL0Q==} - cpu: [ia32] - os: [win32] - '@rspack/binding-win32-ia32-msvc@1.3.0': resolution: {integrity: sha512-oQEtxVylcKLNFPlzegPkyuBwXg8bKMD4FGrUOwE7Tp/NtI42uhD9kIY+W/U4tLFhIz1bGApdYRdJH71Kl+jBpw==} cpu: [ia32] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.3.0-beta.1': - resolution: {integrity: sha512-mWx70lbAXbN76Oue8vDvmi6T7gM1IsdWJvUuO8sxw5sNLXJtilvexhzq7RzzpOHZKa/2hJOV5PjQcYsHr5zYew==} + '@rspack/binding-win32-ia32-msvc@1.3.2': + resolution: {integrity: sha512-jTIiV4pt62xK3qNqI88F8rM+ynM36UmbZ8CRFqXRHdC+Cx/dUmk83IGQr9DNvjM7we7BxUm3Shmi1f0KyZrBKw==} cpu: [ia32] os: [win32] - '@rspack/binding-win32-x64-msvc@1.2.8': - resolution: {integrity: sha512-EigKLhKLH1kfv1e/ZgXuSKlIjkbyneJtiLbNDz7EeEVFGV1XMM6bsCea1sb2WOxsPYiOX4Q5JmR1j1KGrZS/LA==} - cpu: [x64] - os: [win32] - '@rspack/binding-win32-x64-msvc@1.3.0': resolution: {integrity: sha512-vND1d0sAbEfYjkW2H9eOfgO49dYFPTbkN4M7va+SSOI+Gqa4zMqHNg1kcoC5jWEvek6RFSheD1100RiJliLPBg==} cpu: [x64] os: [win32] - '@rspack/binding-win32-x64-msvc@1.3.0-beta.1': - resolution: {integrity: sha512-es2DZL4Mg2vJn3atfleQoCZbWgXXB424ENWCg54DVtA3tUbvx+du2j2ygCpnXF6/ITLgA3dSZnQR6Kh4SEQXvQ==} + '@rspack/binding-win32-x64-msvc@1.3.2': + resolution: {integrity: sha512-DfQmL7LsqD7KEZv8/z0p6AkwQAGlv5fvl5X5z4bxyRc4JMvEPBxY8lW9iK5Hk66ECzERUI2HcQ0JbRD/e4oL8A==} cpu: [x64] os: [win32] - '@rspack/binding@1.2.8': - resolution: {integrity: sha512-T3FMB3N9P1AbSAryfkSRJkPtmeSYs/Gj9zUZoPz1ckPEIcWZmpUOQbJylldjbw5waxtCL1haHNbi0pcSvxiaJw==} - '@rspack/binding@1.3.0': resolution: {integrity: sha512-MqXxbU5ei/xem+Ier48x0/IfJSpfBVbmB/FlziM59wF+mP8DYsMskr7sapN5YfeBhcfelKOtr9hERXRv/p1k2Q==} - '@rspack/binding@1.3.0-beta.1': - resolution: {integrity: sha512-2jJTKGb1XprTNa/COYRuvd0TOJSiOf6eOtoKj1of5YZA5doIsht8RhI63RahCxoIJZlNv99jwhbtIGVcfi3YAg==} - - '@rspack/core@1.2.8': - resolution: {integrity: sha512-ppj3uQQtkhgrYDLrUqb33YbpNEZCpAudpfVuOHGsvUrAnu1PijbfJJymoA5ZvUhM+HNMvPI5D1ie97TXyb0UVg==} - engines: {node: '>=16.0.0'} - peerDependencies: - '@rspack/tracing': ^1.x - '@swc/helpers': '>=0.5.1' - peerDependenciesMeta: - '@rspack/tracing': - optional: true - '@swc/helpers': - optional: true + '@rspack/binding@1.3.2': + resolution: {integrity: sha512-QK+nHPDQGv16mBpJa5vULDrqDilgiFZ/BbGCZoCZRX373R9s0Doe6DBbty+RfTJwCsalF3r8X6MdWfy7UPu6Hw==} '@rspack/core@1.3.0': resolution: {integrity: sha512-7WZdw8EaEy/TlySn46Xgg9qMPoZBA4uTQR+nxgomAA0u9s/31VYFDpPsLIc/uT8OGemGU2kydgAgu9A6Gyp0GQ==} @@ -2558,8 +2501,8 @@ packages: '@swc/helpers': optional: true - '@rspack/core@1.3.0-beta.1': - resolution: {integrity: sha512-oWT+zkZ7cgZ6M6yyAjM4cETz5qOZ6f8UEmhlOndM9pxiMtRfWWbgW1U9qxN4sOlZTU3D0K9C1aBj7u5IFD2i0w==} + '@rspack/core@1.3.2': + resolution: {integrity: sha512-QbEn1SkNW3b89KTlSkp6OHdvw3DhpL6tSdDhsOlldw3LoRBy4fx80Z9W9lmg+g+8DjTAs1Z1ysElEFtAN69AZg==} engines: {node: '>=16.0.0'} peerDependencies: '@rspack/tracing': ^1.x @@ -2588,8 +2531,8 @@ packages: react-refresh: optional: true - '@rspress/core@2.0.0-alpha.7': - resolution: {integrity: sha512-ULJ6FtoeoHnlEpI/+fKoWQy7hyj0FhNRXa613FzVR0/SItFM52KAtL45JOsY9RbP4IXJClanJowcgE8OPbq+Rw==} + '@rspress/core@2.0.0-alpha.8': + resolution: {integrity: sha512-DkKce1FRdo8AjKmENMZeIygEMCeKzbH6FYKOUTuHV5B5r3oLomWvx2wkdKGsZRSuXHTfOvN2E/AC4eC6/DnQgQ==} engines: {node: '>=14.17.6'} '@rspress/mdx-rs-darwin-arm64@0.6.6': @@ -2644,33 +2587,33 @@ packages: resolution: {integrity: sha512-NpNhTKBIlV3O6ADhoZkgHvBFvXMW2TYlIWmIT1ysJESUBqDpaN9H3Teve5fugjU2pQ2ORBZO6SQGKliMw/8m/Q==} engines: {node: '>= 10'} - '@rspress/plugin-auto-nav-sidebar@2.0.0-alpha.7': - resolution: {integrity: sha512-8KQFZ1AhJ4olRj2bXJK16uMD2nlVt524m3RFpFtFaXAMaariIErazdg/+6ohelOOxBkiLDolluDS1ZhXayDYUg==} + '@rspress/plugin-auto-nav-sidebar@2.0.0-alpha.8': + resolution: {integrity: sha512-Cj6cUdxEVmEYtqN/bfNrtHuLiX6uuIrVE7hNOA2r31xCDVRMaqGhFhNYtOjT6OBv901xUp/59q+JH6XX25Lsvg==} engines: {node: '>=14.17.6'} - '@rspress/plugin-container-syntax@2.0.0-alpha.7': - resolution: {integrity: sha512-BFfnaTPkW+Z6oYk7WuE1gmSaTYBkMivM/u3+tein1w8H4HakUw6/uLW1a5squFofGSoy5QNwpxKN1dJVIVrkxw==} + '@rspress/plugin-container-syntax@2.0.0-alpha.8': + resolution: {integrity: sha512-jwGb2V8ugLcQtg/x4gFctILrEI5U6m4j+uSSD4IhRqacLjAHStyLzb8cvIYzyh2ClYVJpjH+tqTV5CqNZ/IyEA==} engines: {node: '>=14.17.6'} - '@rspress/plugin-last-updated@2.0.0-alpha.7': - resolution: {integrity: sha512-ftYRfqIFv7Ldq9U8KX3nIbEcLzjbHHb77kwoH3Ngh20IPoEZbhsZfHNydOFLuYUHsKuhtrA5PclY9dMgLZ5cvg==} + '@rspress/plugin-last-updated@2.0.0-alpha.8': + resolution: {integrity: sha512-yyytQyqNYAK4vKN6kVAZhnikTlFm8ckGT9wf1+G9vV448fLBG4v1W+EnDaCEV63pd2xKDE9dE7sBMTZfxvhAxA==} engines: {node: '>=14.17.6'} - '@rspress/plugin-medium-zoom@2.0.0-alpha.7': - resolution: {integrity: sha512-25BphHGhtu4OoMzVhY/Vv57YexmhKf9ZDeXQpGuaVOFNHsKQNgc+t8RDyzpMnHck8nGi9rRku8MuMKnJBuNVOA==} + '@rspress/plugin-medium-zoom@2.0.0-alpha.8': + resolution: {integrity: sha512-weT0Bj3ybEaBPeyerjynG9Rbg0+SepsD9b3V3nYGW/EPL30L6nPFeHXXtTm+dTx0wFB5s9JvHSPuDGQqteasYA==} engines: {node: '>=14.17.6'} peerDependencies: - '@rspress/runtime': ^2.0.0-alpha.7 + '@rspress/runtime': ^2.0.0-alpha.8 - '@rspress/runtime@2.0.0-alpha.7': - resolution: {integrity: sha512-UFdQ9bnZklTna4+X9mgSaCHbhvry8ioMlVBz0AJN50V7FCEGWoGvVIoOzxVuM4s2UQQ51uQNdvNrWgXLLcaf9Q==} + '@rspress/runtime@2.0.0-alpha.8': + resolution: {integrity: sha512-X4/cts72dtnGozRfe3xng5KnK3hZWwBLNe5WbZhdHPHhimH2NdmN6N5vliLcQTFf3oNBCUe9JzSs/NWYqxiDFA==} engines: {node: '>=14.17.6'} - '@rspress/shared@2.0.0-alpha.7': - resolution: {integrity: sha512-1gB4bTkOMBkKyMEQm6XcdZzTyyxm3IstxcptdLpA1WRfcONO9HC3GeiBXj2lI5d0bEwdXYrxIJ65uSEve83S1A==} + '@rspress/shared@2.0.0-alpha.8': + resolution: {integrity: sha512-PXNqG6t16BxUbfoP7kgACuyLhaZBQUIb+N+B9w5yY+qinIRSwBATcHaN+kW1wsdabGNLxskT6aDMHIG0oH0oDw==} - '@rspress/theme-default@2.0.0-alpha.7': - resolution: {integrity: sha512-bTrllPPfH53aENU+bBRiXYPoSEIwHmSHK/P4ltk+2QDQGNxAarfh1n75AXenp9XxtJjfnI0y7iSGgQQin4hSdg==} + '@rspress/theme-default@2.0.0-alpha.8': + resolution: {integrity: sha512-mV9urKnzf/1T/ufzHHnCPnxQJW7ffl7x+l62jm8xK0H4l8sNqLpLt0FekASmf4w5wNCAEpYHjciemzECc755fA==} engines: {node: '>=14.17.6'} '@rstack-dev/doc-ui@1.7.3': @@ -2735,8 +2678,8 @@ packages: peerDependencies: storybook: ^8.4.2 - '@storybook/core@8.6.11': - resolution: {integrity: sha512-fhzLQ9HpljbLpkHykafmcjIERHI5j6SZhylFCDwEWkETuZtRbyCs3mmULutcEOzKhxRgNtiIRoRmZPdQcPtHNg==} + '@storybook/core@8.6.12': + resolution: {integrity: sha512-t+ZuDzAlsXKa6tLxNZT81gEAt4GNwsKP/Id2wluhmUWD/lwYW0uum1JiPUuanw8xD6TdakCW/7ULZc7aQUBLCQ==} peerDependencies: prettier: ^2 || ^3 peerDependenciesMeta: @@ -2804,8 +2747,8 @@ packages: peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 - '@storybook/theming@8.6.11': - resolution: {integrity: sha512-G7IK5P9gzofUjfYhMo9Pdgbqcr22eoKFLD808Q8RxJopDoypdZKg4tes2iD+6YnrtnHS0nEoP/soMmfFYl9FIw==} + '@storybook/theming@8.6.12': + resolution: {integrity: sha512-6VjZg8HJ2Op7+KV7ihJpYrDnFtd9D1jrQnUS8LckcpuBXrIEbaut5+34ObY8ssQnSqkk2GwIZBBBQYQBCVvkOw==} peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 @@ -4788,10 +4731,6 @@ packages: resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} engines: {node: '>=0.10.0'} - isomorphic-rslog@0.0.6: - resolution: {integrity: sha512-HM0q6XqQ93psDlqvuViNs/Ea3hAyGDkIdVAHlrEocjjAwGrs1fZ+EdQjS9eUPacnYB7Y8SoDdSY3H8p3ce205A==} - engines: {node: '>=14.17.6'} - isomorphic-ws@5.0.0: resolution: {integrity: sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==} peerDependencies: @@ -5351,8 +5290,8 @@ packages: number-precision@1.6.0: resolution: {integrity: sha512-05OLPgbgmnixJw+VvEh18yNPUo3iyp4BEWJcrLu4X9W05KmMifN7Mu5exYvQXqxxeNWhvIF+j3Rij+HmddM/hQ==} - nx@20.7.0: - resolution: {integrity: sha512-IcrQr6alrSJTl5pb80Y/ytwK5Bsx7zC0LbJj5Ck5K+dctFKO2sEAvB2hKz5GiZx92NJzcfCVc5Lu44UeZST1bw==} + nx@20.7.1: + resolution: {integrity: sha512-hUiTMJdthuy8VfDQNHbfMQ2eOfOIB44UVP6eACCdg4bSlINwBZ03E/JYtm/1jYe51w/8pPs6YgkVUaAI1UiwMw==} hasBin: true peerDependencies: '@swc-node/register': ^1.8.0 @@ -5672,8 +5611,8 @@ packages: resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==} engines: {node: ^10 || ^12 || >=14} - preact@10.26.4: - resolution: {integrity: sha512-KJhO7LBFTjP71d83trW+Ilnjbo+ySsaAgCfXOXUlmGzJ4ygYPWmysm77yg4emwfmoz3b22yvH5IsVFHbhUaH5w==} + preact@10.26.5: + resolution: {integrity: sha512-fmpDkgfGU6JYux9teDWLhj9mKN55tyepwYbxHgQuIxbWQzgFg5vk7Mrrtfx7xRxq798ynkY4DDDxZr235Kk+4w==} prebundle@1.3.3: resolution: {integrity: sha512-r9XaHCFjCWoFtxzbj0g1mb7Ur8JOasgjbb7UbK+bP0k/xHDvI7Ti9AOkrsx0dw5UkmOJ1LocfNY58tSc5Iei8A==} @@ -6009,8 +5948,8 @@ packages: resolution: {integrity: sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==} engines: {node: '>= 18'} - rsbuild-plugin-dts@0.6.0: - resolution: {integrity: sha512-u9g5E9uHfIIxJBvAFdS7DQGZUrs3PerzA8Pu6k335093yJSfWhJNKPfen6edkSO2IQavgbkLjot2QnSwRTd/Cw==} + rsbuild-plugin-dts@0.6.1: + resolution: {integrity: sha512-IG3nslr39QC2p7PvjhvLgb2Xr1stctYikdKwtU/cksKp0r7rs0oKGdYxqSrqIWgHU+t+jFzUkkT6cghJOOIZ9Q==} engines: {node: '>=16.7.0'} peerDependencies: '@microsoft/api-extractor': ^7 @@ -6056,8 +5995,8 @@ packages: rspress-plugin-font-open-sans@1.0.0: resolution: {integrity: sha512-4GP0pd7h3W8EWdqE0VkA62nzUJZNy4ZnYK7be8+lOKHQKsQ5nZ+22A/VurNssi1eZFx3kjwbmIuoAkgb5W8S9Q==} - rspress@2.0.0-alpha.7: - resolution: {integrity: sha512-AKwkUdwPn7htULc2hQexGj41IQDiQjFC0Jx06koXss7M6OATpcrCXiFpXTX4XHObOrSVf84LKVUVCWdIuOaYLA==} + rspress@2.0.0-alpha.8: + resolution: {integrity: sha512-gjShtD7b8Fdepk3Xx9Hud+6OAqcrb416+VFLi6hZc5ENXTR242zx/CFQR6z8YQMKEq7F9Zb9j9P16uBEAYsZiw==} hasBin: true run-parallel@1.2.0: @@ -6428,8 +6367,8 @@ packages: typescript: optional: true - storybook@8.6.11: - resolution: {integrity: sha512-B2wxpmq1QYS4JV7RQu1mOHD7akfoGbuoUSkx2D2GZgv/zXAHZmDpSFcTvvBBm8FAtzChI9HhITSJ0YS0ePfnJQ==} + storybook@8.6.12: + resolution: {integrity: sha512-Z/nWYEHBTLK1ZBtAWdhxC0l5zf7ioJ7G4+zYqtTdYeb67gTnxNj80gehf8o8QY9L2zA2+eyMRGLC2V5fI7Z3Tw==} hasBin: true peerDependencies: prettier: ^2 || ^3 @@ -6747,6 +6686,11 @@ packages: engines: {node: '>=14.17'} hasBin: true + typescript@5.8.3: + resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==} + engines: {node: '>=14.17'} + hasBin: true + undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} @@ -7970,7 +7914,7 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor@7.52.2(@types/node@22.8.1)': + '@microsoft/api-extractor@7.52.3(@types/node@22.8.1)': dependencies: '@microsoft/api-extractor-model': 7.30.5(@types/node@22.8.1) '@microsoft/tsdoc': 0.15.1 @@ -8010,17 +7954,17 @@ snapshots: lodash: 4.17.21 rslog: 1.2.3 - '@module-federation/bridge-react-webpack-plugin@0.11.2': + '@module-federation/bridge-react-webpack-plugin@0.11.3': dependencies: - '@module-federation/sdk': 0.11.2 + '@module-federation/sdk': 0.11.3 '@types/semver': 7.5.8 semver: 7.6.3 - '@module-federation/cli@0.11.2(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2))': + '@module-federation/cli@0.11.3(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))': dependencies: '@modern-js/node-bundle-require': 2.65.1 - '@module-federation/dts-plugin': 0.11.2(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2)) - '@module-federation/sdk': 0.11.2 + '@module-federation/dts-plugin': 0.11.3(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) + '@module-federation/sdk': 0.11.3 chalk: 3.0.0 commander: 11.1.0 transitivePeerDependencies: @@ -8031,20 +7975,20 @@ snapshots: - utf-8-validate - vue-tsc - '@module-federation/data-prefetch@0.11.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@module-federation/data-prefetch@0.11.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: - '@module-federation/runtime': 0.11.2 - '@module-federation/sdk': 0.11.2 + '@module-federation/runtime': 0.11.3 + '@module-federation/sdk': 0.11.3 fs-extra: 9.1.0 react: 19.1.0 react-dom: 19.1.0(react@19.1.0) - '@module-federation/dts-plugin@0.11.2(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2))': + '@module-federation/dts-plugin@0.11.3(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))': dependencies: - '@module-federation/error-codes': 0.11.2 - '@module-federation/managers': 0.11.2 - '@module-federation/sdk': 0.11.2 - '@module-federation/third-party-dts-extractor': 0.11.2 + '@module-federation/error-codes': 0.11.3 + '@module-federation/managers': 0.11.3 + '@module-federation/sdk': 0.11.3 + '@module-federation/third-party-dts-extractor': 0.11.3 adm-zip: 0.5.16 ansi-colors: 4.1.3 axios: 1.8.3 @@ -8056,34 +8000,34 @@ snapshots: log4js: 6.9.1 node-schedule: 2.1.1 rambda: 9.3.0 - typescript: 5.8.2 + typescript: 5.8.3 ws: 8.18.0 optionalDependencies: - vue-tsc: 2.2.8(typescript@5.8.2) + vue-tsc: 2.2.8(typescript@5.8.3) transitivePeerDependencies: - bufferutil - debug - supports-color - utf-8-validate - '@module-federation/enhanced@0.11.2(@rspack/core@1.3.0(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2))(webpack@5.98.0)': - dependencies: - '@module-federation/bridge-react-webpack-plugin': 0.11.2 - '@module-federation/cli': 0.11.2(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2)) - '@module-federation/data-prefetch': 0.11.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@module-federation/dts-plugin': 0.11.2(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2)) - '@module-federation/error-codes': 0.11.2 - '@module-federation/inject-external-runtime-core-plugin': 0.11.2(@module-federation/runtime-tools@0.11.2) - '@module-federation/managers': 0.11.2 - '@module-federation/manifest': 0.11.2(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2)) - '@module-federation/rspack': 0.11.2(@rspack/core@1.3.0(@swc/helpers@0.5.15))(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2)) - '@module-federation/runtime-tools': 0.11.2 - '@module-federation/sdk': 0.11.2 + '@module-federation/enhanced@0.11.3(@rspack/core@1.3.2(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0)': + dependencies: + '@module-federation/bridge-react-webpack-plugin': 0.11.3 + '@module-federation/cli': 0.11.3(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) + '@module-federation/data-prefetch': 0.11.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@module-federation/dts-plugin': 0.11.3(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) + '@module-federation/error-codes': 0.11.3 + '@module-federation/inject-external-runtime-core-plugin': 0.11.3(@module-federation/runtime-tools@0.11.3) + '@module-federation/managers': 0.11.3 + '@module-federation/manifest': 0.11.3(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) + '@module-federation/rspack': 0.11.3(@rspack/core@1.3.2(@swc/helpers@0.5.15))(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) + '@module-federation/runtime-tools': 0.11.3 + '@module-federation/sdk': 0.11.3 btoa: 1.2.1 upath: 2.0.1 optionalDependencies: - typescript: 5.8.2 - vue-tsc: 2.2.8(typescript@5.8.2) + typescript: 5.8.3 + vue-tsc: 2.2.8(typescript@5.8.3) webpack: 5.98.0 transitivePeerDependencies: - '@rspack/core' @@ -8098,23 +8042,23 @@ snapshots: '@module-federation/error-codes@0.11.2': {} - '@module-federation/error-codes@0.8.4': {} + '@module-federation/error-codes@0.11.3': {} - '@module-federation/inject-external-runtime-core-plugin@0.11.2(@module-federation/runtime-tools@0.11.2)': + '@module-federation/inject-external-runtime-core-plugin@0.11.3(@module-federation/runtime-tools@0.11.3)': dependencies: - '@module-federation/runtime-tools': 0.11.2 + '@module-federation/runtime-tools': 0.11.3 - '@module-federation/managers@0.11.2': + '@module-federation/managers@0.11.3': dependencies: - '@module-federation/sdk': 0.11.2 + '@module-federation/sdk': 0.11.3 find-pkg: 2.0.0 fs-extra: 9.1.0 - '@module-federation/manifest@0.11.2(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2))': + '@module-federation/manifest@0.11.3(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))': dependencies: - '@module-federation/dts-plugin': 0.11.2(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2)) - '@module-federation/managers': 0.11.2 - '@module-federation/sdk': 0.11.2 + '@module-federation/dts-plugin': 0.11.3(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) + '@module-federation/managers': 0.11.3 + '@module-federation/sdk': 0.11.3 chalk: 3.0.0 find-pkg: 2.0.0 transitivePeerDependencies: @@ -8125,12 +8069,12 @@ snapshots: - utf-8-validate - vue-tsc - '@module-federation/rsbuild-plugin@0.11.2(@rsbuild/core@1.3.1)(@rspack/core@1.3.0(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2))(webpack@5.98.0)': + '@module-federation/rsbuild-plugin@0.11.3(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0)': dependencies: - '@module-federation/enhanced': 0.11.2(@rspack/core@1.3.0(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2))(webpack@5.98.0) - '@module-federation/sdk': 0.11.2 + '@module-federation/enhanced': 0.11.3(@rspack/core@1.3.2(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) + '@module-federation/sdk': 0.11.3 optionalDependencies: - '@rsbuild/core': 1.3.1 + '@rsbuild/core': 1.3.4 transitivePeerDependencies: - '@rspack/core' - bufferutil @@ -8143,20 +8087,20 @@ snapshots: - vue-tsc - webpack - '@module-federation/rspack@0.11.2(@rspack/core@1.3.0(@swc/helpers@0.5.15))(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2))': + '@module-federation/rspack@0.11.3(@rspack/core@1.3.2(@swc/helpers@0.5.15))(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))': dependencies: - '@module-federation/bridge-react-webpack-plugin': 0.11.2 - '@module-federation/dts-plugin': 0.11.2(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2)) - '@module-federation/inject-external-runtime-core-plugin': 0.11.2(@module-federation/runtime-tools@0.11.2) - '@module-federation/managers': 0.11.2 - '@module-federation/manifest': 0.11.2(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2)) - '@module-federation/runtime-tools': 0.11.2 - '@module-federation/sdk': 0.11.2 - '@rspack/core': 1.3.0(@swc/helpers@0.5.15) + '@module-federation/bridge-react-webpack-plugin': 0.11.3 + '@module-federation/dts-plugin': 0.11.3(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) + '@module-federation/inject-external-runtime-core-plugin': 0.11.3(@module-federation/runtime-tools@0.11.3) + '@module-federation/managers': 0.11.3 + '@module-federation/manifest': 0.11.3(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) + '@module-federation/runtime-tools': 0.11.3 + '@module-federation/sdk': 0.11.3 + '@rspack/core': 1.3.2(@swc/helpers@0.5.15) btoa: 1.2.1 optionalDependencies: - typescript: 5.8.2 - vue-tsc: 2.2.8(typescript@5.8.2) + typescript: 5.8.3 + vue-tsc: 2.2.8(typescript@5.8.3) transitivePeerDependencies: - bufferutil - debug @@ -8173,6 +8117,11 @@ snapshots: '@module-federation/error-codes': 0.11.2 '@module-federation/sdk': 0.11.2 + '@module-federation/runtime-core@0.11.3': + dependencies: + '@module-federation/error-codes': 0.11.3 + '@module-federation/sdk': 0.11.3 + '@module-federation/runtime-tools@0.11.1': dependencies: '@module-federation/runtime': 0.11.1 @@ -8183,10 +8132,10 @@ snapshots: '@module-federation/runtime': 0.11.2 '@module-federation/webpack-bundler-runtime': 0.11.2 - '@module-federation/runtime-tools@0.8.4': + '@module-federation/runtime-tools@0.11.3': dependencies: - '@module-federation/runtime': 0.8.4 - '@module-federation/webpack-bundler-runtime': 0.8.4 + '@module-federation/runtime': 0.11.3 + '@module-federation/webpack-bundler-runtime': 0.11.3 '@module-federation/runtime@0.11.1': dependencies: @@ -8200,26 +8149,25 @@ snapshots: '@module-federation/runtime-core': 0.11.2 '@module-federation/sdk': 0.11.2 - '@module-federation/runtime@0.8.4': + '@module-federation/runtime@0.11.3': dependencies: - '@module-federation/error-codes': 0.8.4 - '@module-federation/sdk': 0.8.4 + '@module-federation/error-codes': 0.11.3 + '@module-federation/runtime-core': 0.11.3 + '@module-federation/sdk': 0.11.3 '@module-federation/sdk@0.11.1': {} '@module-federation/sdk@0.11.2': {} - '@module-federation/sdk@0.8.4': - dependencies: - isomorphic-rslog: 0.0.6 + '@module-federation/sdk@0.11.3': {} - '@module-federation/storybook-addon@4.0.10(@rsbuild/core@1.3.1)(@rspack/core@1.3.0(@swc/helpers@0.5.15))(@storybook/core@8.6.11(prettier@3.5.3)(storybook@8.6.11(prettier@3.5.3)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2))(webpack-virtual-modules@0.6.2)(webpack@5.98.0)': + '@module-federation/storybook-addon@4.0.11(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(@storybook/core@8.6.12(prettier@3.5.3)(storybook@8.6.12(prettier@3.5.3)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack-virtual-modules@0.6.2)(webpack@5.98.0)': dependencies: - '@module-federation/enhanced': 0.11.2(@rspack/core@1.3.0(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.2)(vue-tsc@2.2.8(typescript@5.8.2))(webpack@5.98.0) - '@module-federation/sdk': 0.11.2 + '@module-federation/enhanced': 0.11.3(@rspack/core@1.3.2(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) + '@module-federation/sdk': 0.11.3 optionalDependencies: - '@rsbuild/core': 1.3.1 - '@storybook/core': 8.6.11(prettier@3.5.3)(storybook@8.6.11(prettier@3.5.3)) + '@rsbuild/core': 1.3.4 + '@storybook/core': 8.6.12(prettier@3.5.3)(storybook@8.6.12(prettier@3.5.3)) webpack: 5.98.0 webpack-virtual-modules: 0.6.2 transitivePeerDependencies: @@ -8233,7 +8181,7 @@ snapshots: - utf-8-validate - vue-tsc - '@module-federation/third-party-dts-extractor@0.11.2': + '@module-federation/third-party-dts-extractor@0.11.3': dependencies: find-pkg: 2.0.0 fs-extra: 9.1.0 @@ -8249,10 +8197,10 @@ snapshots: '@module-federation/runtime': 0.11.2 '@module-federation/sdk': 0.11.2 - '@module-federation/webpack-bundler-runtime@0.8.4': + '@module-federation/webpack-bundler-runtime@0.11.3': dependencies: - '@module-federation/runtime': 0.8.4 - '@module-federation/sdk': 0.8.4 + '@module-federation/runtime': 0.11.3 + '@module-federation/sdk': 0.11.3 '@napi-rs/wasm-runtime@0.2.4': dependencies: @@ -8272,34 +8220,34 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - '@nx/nx-darwin-arm64@20.7.0': + '@nx/nx-darwin-arm64@20.7.1': optional: true - '@nx/nx-darwin-x64@20.7.0': + '@nx/nx-darwin-x64@20.7.1': optional: true - '@nx/nx-freebsd-x64@20.7.0': + '@nx/nx-freebsd-x64@20.7.1': optional: true - '@nx/nx-linux-arm-gnueabihf@20.7.0': + '@nx/nx-linux-arm-gnueabihf@20.7.1': optional: true - '@nx/nx-linux-arm64-gnu@20.7.0': + '@nx/nx-linux-arm64-gnu@20.7.1': optional: true - '@nx/nx-linux-arm64-musl@20.7.0': + '@nx/nx-linux-arm64-musl@20.7.1': optional: true - '@nx/nx-linux-x64-gnu@20.7.0': + '@nx/nx-linux-x64-gnu@20.7.1': optional: true - '@nx/nx-linux-x64-musl@20.7.0': + '@nx/nx-linux-x64-musl@20.7.1': optional: true - '@nx/nx-win32-arm64-msvc@20.7.0': + '@nx/nx-win32-arm64-msvc@20.7.1': optional: true - '@nx/nx-win32-x64-msvc@20.7.0': + '@nx/nx-win32-x64-msvc@20.7.1': optional: true '@pkgjs/parseargs@0.11.0': @@ -8313,9 +8261,9 @@ snapshots: '@polka/url@1.0.0-next.28': {} - '@prefresh/core@1.5.3(preact@10.26.4)': + '@prefresh/core@1.5.3(preact@10.26.5)': dependencies: - preact: 10.26.4 + preact: 10.26.5 '@prefresh/utils@1.2.0': {} @@ -8391,9 +8339,9 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.39.0': optional: true - '@rsbuild/core@1.2.19': + '@rsbuild/core@1.3.0': dependencies: - '@rspack/core': 1.2.8(@swc/helpers@0.5.15) + '@rspack/core': 1.3.0(@swc/helpers@0.5.15) '@rspack/lite-tapable': 1.0.1 '@swc/helpers': 0.5.15 core-js: 3.41.0 @@ -8401,9 +8349,9 @@ snapshots: transitivePeerDependencies: - '@rspack/tracing' - '@rsbuild/core@1.3.0-beta.3': + '@rsbuild/core@1.3.1': dependencies: - '@rspack/core': 1.3.0-beta.1(@swc/helpers@0.5.15) + '@rspack/core': 1.3.0(@swc/helpers@0.5.15) '@rspack/lite-tapable': 1.0.1 '@swc/helpers': 0.5.15 core-js: 3.41.0 @@ -8411,9 +8359,9 @@ snapshots: transitivePeerDependencies: - '@rspack/tracing' - '@rsbuild/core@1.3.1': + '@rsbuild/core@1.3.4': dependencies: - '@rspack/core': 1.3.0(@swc/helpers@0.5.15) + '@rspack/core': 1.3.2(@swc/helpers@0.5.15) '@rspack/lite-tapable': 1.0.1 '@swc/helpers': 0.5.15 core-js: 3.41.0 @@ -8421,13 +8369,13 @@ snapshots: transitivePeerDependencies: - '@rspack/tracing' - '@rsbuild/plugin-babel@1.0.4(@rsbuild/core@1.3.1)': + '@rsbuild/plugin-babel@1.0.4(@rsbuild/core@1.3.4)': dependencies: '@babel/core': 7.26.9 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.9) '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.26.9) '@babel/preset-typescript': 7.26.0(@babel/core@7.26.9) - '@rsbuild/core': 1.3.1 + '@rsbuild/core': 1.3.4 '@types/babel__core': 7.20.5 deepmerge: 4.3.1 reduce-configs: 1.1.0 @@ -8435,13 +8383,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@rsbuild/plugin-less@1.2.1(@rsbuild/core@1.3.1)': + '@rsbuild/plugin-less@1.2.2(@rsbuild/core@1.3.4)': dependencies: - '@rsbuild/core': 1.3.1 + '@rsbuild/core': 1.3.4 deepmerge: 4.3.1 reduce-configs: 1.1.0 - '@rsbuild/plugin-node-polyfill@1.3.0(@rsbuild/core@1.3.1)': + '@rsbuild/plugin-node-polyfill@1.3.0(@rsbuild/core@1.3.4)': dependencies: assert: 2.1.0 browserify-zlib: 0.2.0 @@ -8467,90 +8415,90 @@ snapshots: util: 0.12.5 vm-browserify: 1.1.2 optionalDependencies: - '@rsbuild/core': 1.3.1 + '@rsbuild/core': 1.3.4 - '@rsbuild/plugin-preact@1.3.1(@rsbuild/core@1.3.1)(preact@10.26.4)': + '@rsbuild/plugin-preact@1.3.1(@rsbuild/core@1.3.4)(preact@10.26.5)': dependencies: - '@prefresh/core': 1.5.3(preact@10.26.4) + '@prefresh/core': 1.5.3(preact@10.26.5) '@prefresh/utils': 1.2.0 - '@rsbuild/core': 1.3.1 - '@rspack/plugin-preact-refresh': 1.1.2(@prefresh/core@1.5.3(preact@10.26.4))(@prefresh/utils@1.2.0) + '@rsbuild/core': 1.3.4 + '@rspack/plugin-preact-refresh': 1.1.2(@prefresh/core@1.5.3(preact@10.26.5))(@prefresh/utils@1.2.0) '@swc/plugin-prefresh': 6.2.0 transitivePeerDependencies: - preact - '@rsbuild/plugin-react@1.1.1(@rsbuild/core@1.2.19)': + '@rsbuild/plugin-react@1.1.1(@rsbuild/core@1.3.0)': dependencies: - '@rsbuild/core': 1.2.19 + '@rsbuild/core': 1.3.0 '@rspack/plugin-react-refresh': 1.0.1(react-refresh@0.16.0) react-refresh: 0.16.0 - '@rsbuild/plugin-react@1.1.1(@rsbuild/core@1.3.1)': + '@rsbuild/plugin-react@1.1.1(@rsbuild/core@1.3.4)': dependencies: - '@rsbuild/core': 1.3.1 + '@rsbuild/core': 1.3.4 '@rspack/plugin-react-refresh': 1.0.1(react-refresh@0.16.0) react-refresh: 0.16.0 - '@rsbuild/plugin-sass@1.3.1(@rsbuild/core@1.3.1)': + '@rsbuild/plugin-sass@1.3.1(@rsbuild/core@1.3.4)': dependencies: - '@rsbuild/core': 1.3.1 + '@rsbuild/core': 1.3.4 deepmerge: 4.3.1 loader-utils: 2.0.4 postcss: 8.5.3 reduce-configs: 1.1.0 sass-embedded: 1.86.0 - '@rsbuild/plugin-stylus@1.1.1(@rsbuild/core@1.3.1)(@rspack/core@1.3.0(@swc/helpers@0.5.15))(webpack@5.98.0)': + '@rsbuild/plugin-stylus@1.1.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(webpack@5.98.0)': dependencies: - '@rsbuild/core': 1.3.1 + '@rsbuild/core': 1.3.4 deepmerge: 4.3.1 reduce-configs: 1.1.0 stylus: 0.64.0 - stylus-loader: 8.1.1(@rspack/core@1.3.0(@swc/helpers@0.5.15))(stylus@0.64.0)(webpack@5.98.0) + stylus-loader: 8.1.1(@rspack/core@1.3.2(@swc/helpers@0.5.15))(stylus@0.64.0)(webpack@5.98.0) transitivePeerDependencies: - '@rspack/core' - supports-color - webpack - '@rsbuild/plugin-svgr@1.1.0(@rsbuild/core@1.3.1)(typescript@5.8.2)': + '@rsbuild/plugin-svgr@1.1.0(@rsbuild/core@1.3.4)(typescript@5.8.3)': dependencies: - '@rsbuild/core': 1.3.1 - '@rsbuild/plugin-react': 1.1.1(@rsbuild/core@1.3.1) - '@svgr/core': 8.1.0(typescript@5.8.2) - '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.8.2)) - '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0(typescript@5.8.2))(typescript@5.8.2) + '@rsbuild/core': 1.3.4 + '@rsbuild/plugin-react': 1.1.1(@rsbuild/core@1.3.4) + '@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) deepmerge: 4.3.1 loader-utils: 2.0.4 transitivePeerDependencies: - supports-color - typescript - '@rsbuild/plugin-toml@1.1.0(@rsbuild/core@1.3.1)': + '@rsbuild/plugin-toml@1.1.0(@rsbuild/core@1.3.4)': dependencies: toml: 3.0.0 optionalDependencies: - '@rsbuild/core': 1.3.1 + '@rsbuild/core': 1.3.4 - '@rsbuild/plugin-type-check@1.2.1(@rsbuild/core@1.3.1)(@rspack/core@1.3.0(@swc/helpers@0.5.15))(typescript@5.8.2)': + '@rsbuild/plugin-type-check@1.2.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(typescript@5.8.3)': dependencies: deepmerge: 4.3.1 json5: 2.2.3 reduce-configs: 1.1.0 - ts-checker-rspack-plugin: 1.1.1(@rspack/core@1.3.0(@swc/helpers@0.5.15))(typescript@5.8.2) + ts-checker-rspack-plugin: 1.1.1(@rspack/core@1.3.2(@swc/helpers@0.5.15))(typescript@5.8.3) optionalDependencies: - '@rsbuild/core': 1.3.1 + '@rsbuild/core': 1.3.4 transitivePeerDependencies: - '@rspack/core' - typescript - '@rsbuild/plugin-typed-css-modules@1.0.2(@rsbuild/core@1.3.1)': + '@rsbuild/plugin-typed-css-modules@1.0.2(@rsbuild/core@1.3.4)': optionalDependencies: - '@rsbuild/core': 1.3.1 + '@rsbuild/core': 1.3.4 - '@rsbuild/plugin-vue@1.0.7(@rsbuild/core@1.3.1)(vue@3.5.13(typescript@5.8.2))': + '@rsbuild/plugin-vue@1.0.7(@rsbuild/core@1.3.4)(vue@3.5.13(typescript@5.8.3))': dependencies: - '@rsbuild/core': 1.3.1 - vue-loader: 17.4.2(vue@3.5.13(typescript@5.8.2))(webpack@5.98.0) + '@rsbuild/core': 1.3.4 + vue-loader: 17.4.2(vue@3.5.13(typescript@5.8.3))(webpack@5.98.0) webpack: 5.98.0 transitivePeerDependencies: - '@swc/core' @@ -8560,114 +8508,75 @@ snapshots: - vue - webpack-cli - '@rsbuild/plugin-yaml@1.0.2(@rsbuild/core@1.3.1)': + '@rsbuild/plugin-yaml@1.0.2(@rsbuild/core@1.3.4)': optionalDependencies: - '@rsbuild/core': 1.3.1 + '@rsbuild/core': 1.3.4 - '@rslib/core@0.6.0(@microsoft/api-extractor@7.52.2(@types/node@22.8.1))(typescript@5.8.2)': + '@rslib/core@0.6.1(@microsoft/api-extractor@7.52.3(@types/node@22.8.1))(typescript@5.8.3)': dependencies: - '@rsbuild/core': 1.3.0-beta.3 - rsbuild-plugin-dts: 0.6.0(@microsoft/api-extractor@7.52.2(@types/node@22.8.1))(@rsbuild/core@1.3.0-beta.3)(typescript@5.8.2) + '@rsbuild/core': 1.3.1 + rsbuild-plugin-dts: 0.6.1(@microsoft/api-extractor@7.52.3(@types/node@22.8.1))(@rsbuild/core@1.3.1)(typescript@5.8.3) tinyglobby: 0.2.12 optionalDependencies: - '@microsoft/api-extractor': 7.52.2(@types/node@22.8.1) - typescript: 5.8.2 + '@microsoft/api-extractor': 7.52.3(@types/node@22.8.1) + typescript: 5.8.3 transitivePeerDependencies: - '@rspack/tracing' - '@rspack/binding-darwin-arm64@1.2.8': - optional: true - '@rspack/binding-darwin-arm64@1.3.0': optional: true - '@rspack/binding-darwin-arm64@1.3.0-beta.1': - optional: true - - '@rspack/binding-darwin-x64@1.2.8': + '@rspack/binding-darwin-arm64@1.3.2': optional: true '@rspack/binding-darwin-x64@1.3.0': optional: true - '@rspack/binding-darwin-x64@1.3.0-beta.1': - optional: true - - '@rspack/binding-linux-arm64-gnu@1.2.8': + '@rspack/binding-darwin-x64@1.3.2': optional: true '@rspack/binding-linux-arm64-gnu@1.3.0': optional: true - '@rspack/binding-linux-arm64-gnu@1.3.0-beta.1': - optional: true - - '@rspack/binding-linux-arm64-musl@1.2.8': + '@rspack/binding-linux-arm64-gnu@1.3.2': optional: true '@rspack/binding-linux-arm64-musl@1.3.0': optional: true - '@rspack/binding-linux-arm64-musl@1.3.0-beta.1': - optional: true - - '@rspack/binding-linux-x64-gnu@1.2.8': + '@rspack/binding-linux-arm64-musl@1.3.2': optional: true '@rspack/binding-linux-x64-gnu@1.3.0': optional: true - '@rspack/binding-linux-x64-gnu@1.3.0-beta.1': - optional: true - - '@rspack/binding-linux-x64-musl@1.2.8': + '@rspack/binding-linux-x64-gnu@1.3.2': optional: true '@rspack/binding-linux-x64-musl@1.3.0': optional: true - '@rspack/binding-linux-x64-musl@1.3.0-beta.1': - optional: true - - '@rspack/binding-win32-arm64-msvc@1.2.8': + '@rspack/binding-linux-x64-musl@1.3.2': optional: true '@rspack/binding-win32-arm64-msvc@1.3.0': optional: true - '@rspack/binding-win32-arm64-msvc@1.3.0-beta.1': - optional: true - - '@rspack/binding-win32-ia32-msvc@1.2.8': + '@rspack/binding-win32-arm64-msvc@1.3.2': optional: true '@rspack/binding-win32-ia32-msvc@1.3.0': optional: true - '@rspack/binding-win32-ia32-msvc@1.3.0-beta.1': - optional: true - - '@rspack/binding-win32-x64-msvc@1.2.8': + '@rspack/binding-win32-ia32-msvc@1.3.2': optional: true '@rspack/binding-win32-x64-msvc@1.3.0': optional: true - '@rspack/binding-win32-x64-msvc@1.3.0-beta.1': + '@rspack/binding-win32-x64-msvc@1.3.2': optional: true - '@rspack/binding@1.2.8': - optionalDependencies: - '@rspack/binding-darwin-arm64': 1.2.8 - '@rspack/binding-darwin-x64': 1.2.8 - '@rspack/binding-linux-arm64-gnu': 1.2.8 - '@rspack/binding-linux-arm64-musl': 1.2.8 - '@rspack/binding-linux-x64-gnu': 1.2.8 - '@rspack/binding-linux-x64-musl': 1.2.8 - '@rspack/binding-win32-arm64-msvc': 1.2.8 - '@rspack/binding-win32-ia32-msvc': 1.2.8 - '@rspack/binding-win32-x64-msvc': 1.2.8 - '@rspack/binding@1.3.0': optionalDependencies: '@rspack/binding-darwin-arm64': 1.3.0 @@ -8680,26 +8589,17 @@ snapshots: '@rspack/binding-win32-ia32-msvc': 1.3.0 '@rspack/binding-win32-x64-msvc': 1.3.0 - '@rspack/binding@1.3.0-beta.1': + '@rspack/binding@1.3.2': optionalDependencies: - '@rspack/binding-darwin-arm64': 1.3.0-beta.1 - '@rspack/binding-darwin-x64': 1.3.0-beta.1 - '@rspack/binding-linux-arm64-gnu': 1.3.0-beta.1 - '@rspack/binding-linux-arm64-musl': 1.3.0-beta.1 - '@rspack/binding-linux-x64-gnu': 1.3.0-beta.1 - '@rspack/binding-linux-x64-musl': 1.3.0-beta.1 - '@rspack/binding-win32-arm64-msvc': 1.3.0-beta.1 - '@rspack/binding-win32-ia32-msvc': 1.3.0-beta.1 - '@rspack/binding-win32-x64-msvc': 1.3.0-beta.1 - - '@rspack/core@1.2.8(@swc/helpers@0.5.15)': - dependencies: - '@module-federation/runtime-tools': 0.8.4 - '@rspack/binding': 1.2.8 - '@rspack/lite-tapable': 1.0.1 - caniuse-lite: 1.0.30001707 - optionalDependencies: - '@swc/helpers': 0.5.15 + '@rspack/binding-darwin-arm64': 1.3.2 + '@rspack/binding-darwin-x64': 1.3.2 + '@rspack/binding-linux-arm64-gnu': 1.3.2 + '@rspack/binding-linux-arm64-musl': 1.3.2 + '@rspack/binding-linux-x64-gnu': 1.3.2 + '@rspack/binding-linux-x64-musl': 1.3.2 + '@rspack/binding-win32-arm64-msvc': 1.3.2 + '@rspack/binding-win32-ia32-msvc': 1.3.2 + '@rspack/binding-win32-x64-msvc': 1.3.2 '@rspack/core@1.3.0(@swc/helpers@0.5.15)': dependencies: @@ -8710,20 +8610,21 @@ snapshots: optionalDependencies: '@swc/helpers': 0.5.15 - '@rspack/core@1.3.0-beta.1(@swc/helpers@0.5.15)': + '@rspack/core@1.3.2(@swc/helpers@0.5.15)': dependencies: - '@module-federation/runtime-tools': 0.11.1 - '@rspack/binding': 1.3.0-beta.1 + '@module-federation/runtime-tools': 0.11.2 + '@rspack/binding': 1.3.2 '@rspack/lite-tapable': 1.0.1 caniuse-lite: 1.0.30001707 + tinypool: 1.0.2 optionalDependencies: '@swc/helpers': 0.5.15 '@rspack/lite-tapable@1.0.1': {} - '@rspack/plugin-preact-refresh@1.1.2(@prefresh/core@1.5.3(preact@10.26.4))(@prefresh/utils@1.2.0)': + '@rspack/plugin-preact-refresh@1.1.2(@prefresh/core@1.5.3(preact@10.26.5))(@prefresh/utils@1.2.0)': dependencies: - '@prefresh/core': 1.5.3(preact@10.26.4) + '@prefresh/core': 1.5.3(preact@10.26.5) '@prefresh/utils': 1.2.0 '@rspack/plugin-react-refresh@1.0.1(react-refresh@0.16.0)': @@ -8733,21 +8634,21 @@ snapshots: optionalDependencies: react-refresh: 0.16.0 - '@rspress/core@2.0.0-alpha.7(webpack@5.98.0)': + '@rspress/core@2.0.0-alpha.8(webpack@5.98.0)': dependencies: '@mdx-js/loader': 2.3.0(webpack@5.98.0) '@mdx-js/mdx': 2.3.0 '@mdx-js/react': 2.3.0(react@18.3.1) - '@rsbuild/core': 1.2.19 - '@rsbuild/plugin-react': 1.1.1(@rsbuild/core@1.2.19) + '@rsbuild/core': 1.3.0 + '@rsbuild/plugin-react': 1.1.1(@rsbuild/core@1.3.0) '@rspress/mdx-rs': 0.6.6 - '@rspress/plugin-auto-nav-sidebar': 2.0.0-alpha.7 - '@rspress/plugin-container-syntax': 2.0.0-alpha.7 - '@rspress/plugin-last-updated': 2.0.0-alpha.7 - '@rspress/plugin-medium-zoom': 2.0.0-alpha.7(@rspress/runtime@2.0.0-alpha.7) - '@rspress/runtime': 2.0.0-alpha.7 - '@rspress/shared': 2.0.0-alpha.7 - '@rspress/theme-default': 2.0.0-alpha.7 + '@rspress/plugin-auto-nav-sidebar': 2.0.0-alpha.8 + '@rspress/plugin-container-syntax': 2.0.0-alpha.8 + '@rspress/plugin-last-updated': 2.0.0-alpha.8 + '@rspress/plugin-medium-zoom': 2.0.0-alpha.8(@rspress/runtime@2.0.0-alpha.8) + '@rspress/runtime': 2.0.0-alpha.8 + '@rspress/shared': 2.0.0-alpha.8 + '@rspress/theme-default': 2.0.0-alpha.8 enhanced-resolve: 5.18.1 github-slugger: 2.0.0 hast-util-from-html: 2.0.3 @@ -8810,32 +8711,32 @@ snapshots: '@rspress/mdx-rs-win32-arm64-msvc': 0.6.6 '@rspress/mdx-rs-win32-x64-msvc': 0.6.6 - '@rspress/plugin-auto-nav-sidebar@2.0.0-alpha.7': + '@rspress/plugin-auto-nav-sidebar@2.0.0-alpha.8': dependencies: - '@rspress/shared': 2.0.0-alpha.7 + '@rspress/shared': 2.0.0-alpha.8 transitivePeerDependencies: - '@rspack/tracing' - '@rspress/plugin-container-syntax@2.0.0-alpha.7': + '@rspress/plugin-container-syntax@2.0.0-alpha.8': dependencies: - '@rspress/shared': 2.0.0-alpha.7 + '@rspress/shared': 2.0.0-alpha.8 transitivePeerDependencies: - '@rspack/tracing' - '@rspress/plugin-last-updated@2.0.0-alpha.7': + '@rspress/plugin-last-updated@2.0.0-alpha.8': dependencies: - '@rspress/shared': 2.0.0-alpha.7 + '@rspress/shared': 2.0.0-alpha.8 transitivePeerDependencies: - '@rspack/tracing' - '@rspress/plugin-medium-zoom@2.0.0-alpha.7(@rspress/runtime@2.0.0-alpha.7)': + '@rspress/plugin-medium-zoom@2.0.0-alpha.8(@rspress/runtime@2.0.0-alpha.8)': dependencies: - '@rspress/runtime': 2.0.0-alpha.7 + '@rspress/runtime': 2.0.0-alpha.8 medium-zoom: 1.1.0 - '@rspress/runtime@2.0.0-alpha.7': + '@rspress/runtime@2.0.0-alpha.8': dependencies: - '@rspress/shared': 2.0.0-alpha.7 + '@rspress/shared': 2.0.0-alpha.8 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-helmet-async: 2.0.5(react@18.3.1) @@ -8843,20 +8744,20 @@ snapshots: transitivePeerDependencies: - '@rspack/tracing' - '@rspress/shared@2.0.0-alpha.7': + '@rspress/shared@2.0.0-alpha.8': dependencies: - '@rsbuild/core': 1.2.19 + '@rsbuild/core': 1.3.0 gray-matter: 4.0.3 lodash-es: 4.17.21 unified: 10.1.2 transitivePeerDependencies: - '@rspack/tracing' - '@rspress/theme-default@2.0.0-alpha.7': + '@rspress/theme-default@2.0.0-alpha.8': dependencies: '@mdx-js/react': 2.3.0(react@18.3.1) - '@rspress/runtime': 2.0.0-alpha.7 - '@rspress/shared': 2.0.0-alpha.7 + '@rspress/runtime': 2.0.0-alpha.8 + '@rspress/shared': 2.0.0-alpha.8 body-scroll-lock: 4.0.0-beta.0 copy-to-clipboard: 3.3.3 flexsearch: 0.7.43 @@ -8922,43 +8823,43 @@ snapshots: '@sindresorhus/merge-streams@2.3.0': {} - '@storybook/addon-docs@8.4.2(@types/react@19.1.0)(storybook@8.6.11(prettier@3.5.3))(webpack-sources@3.2.3)': + '@storybook/addon-docs@8.4.2(@types/react@19.1.0)(storybook@8.6.12(prettier@3.5.3))(webpack-sources@3.2.3)': dependencies: '@mdx-js/react': 3.1.0(@types/react@19.1.0)(react@18.3.1) - '@storybook/blocks': 8.4.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.6.11(prettier@3.5.3)) - '@storybook/csf-plugin': 8.4.2(storybook@8.6.11(prettier@3.5.3))(webpack-sources@3.2.3) - '@storybook/react-dom-shim': 8.4.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.6.11(prettier@3.5.3)) + '@storybook/blocks': 8.4.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.6.12(prettier@3.5.3)) + '@storybook/csf-plugin': 8.4.2(storybook@8.6.12(prettier@3.5.3))(webpack-sources@3.2.3) + '@storybook/react-dom-shim': 8.4.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.6.12(prettier@3.5.3)) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - storybook: 8.6.11(prettier@3.5.3) + storybook: 8.6.12(prettier@3.5.3) ts-dedent: 2.2.0 transitivePeerDependencies: - '@types/react' - webpack-sources - '@storybook/blocks@8.4.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.6.11(prettier@3.5.3))': + '@storybook/blocks@8.4.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.6.12(prettier@3.5.3))': dependencies: '@storybook/csf': 0.1.12 '@storybook/icons': 1.2.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - storybook: 8.6.11(prettier@3.5.3) + storybook: 8.6.12(prettier@3.5.3) ts-dedent: 2.2.0 optionalDependencies: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@storybook/components@8.4.2(storybook@8.6.11(prettier@3.5.3))': + '@storybook/components@8.4.2(storybook@8.6.12(prettier@3.5.3))': dependencies: - storybook: 8.6.11(prettier@3.5.3) + storybook: 8.6.12(prettier@3.5.3) - '@storybook/core-webpack@8.4.2(storybook@8.6.11(prettier@3.5.3))': + '@storybook/core-webpack@8.4.2(storybook@8.6.12(prettier@3.5.3))': dependencies: '@types/node': 22.8.1 - storybook: 8.6.11(prettier@3.5.3) + storybook: 8.6.12(prettier@3.5.3) ts-dedent: 2.2.0 - '@storybook/core@8.6.11(prettier@3.5.3)(storybook@8.6.11(prettier@3.5.3))': + '@storybook/core@8.6.12(prettier@3.5.3)(storybook@8.6.12(prettier@3.5.3))': dependencies: - '@storybook/theming': 8.6.11(storybook@8.6.11(prettier@3.5.3)) + '@storybook/theming': 8.6.12(storybook@8.6.12(prettier@3.5.3)) better-opn: 3.0.2 browser-assert: 1.2.1 esbuild: 0.25.0 @@ -8977,9 +8878,9 @@ snapshots: - supports-color - utf-8-validate - '@storybook/csf-plugin@8.4.2(storybook@8.6.11(prettier@3.5.3))(webpack-sources@3.2.3)': + '@storybook/csf-plugin@8.4.2(storybook@8.6.12(prettier@3.5.3))(webpack-sources@3.2.3)': dependencies: - storybook: 8.6.11(prettier@3.5.3) + storybook: 8.6.12(prettier@3.5.3) unplugin: 1.15.0(webpack-sources@3.2.3) transitivePeerDependencies: - webpack-sources @@ -8995,61 +8896,61 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@storybook/manager-api@8.4.2(storybook@8.6.11(prettier@3.5.3))': + '@storybook/manager-api@8.4.2(storybook@8.6.12(prettier@3.5.3))': dependencies: - storybook: 8.6.11(prettier@3.5.3) + storybook: 8.6.12(prettier@3.5.3) - '@storybook/preview-api@8.4.2(storybook@8.6.11(prettier@3.5.3))': + '@storybook/preview-api@8.4.2(storybook@8.6.12(prettier@3.5.3))': dependencies: - storybook: 8.6.11(prettier@3.5.3) + storybook: 8.6.12(prettier@3.5.3) - '@storybook/react-docgen-typescript-plugin@1.0.1(typescript@5.8.2)(webpack@5.98.0)': + '@storybook/react-docgen-typescript-plugin@1.0.1(typescript@5.8.3)(webpack@5.98.0)': dependencies: debug: 4.4.0 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.2) + react-docgen-typescript: 2.2.2(typescript@5.8.3) tslib: 2.8.1 - typescript: 5.8.2 + typescript: 5.8.3 webpack: 5.98.0 transitivePeerDependencies: - supports-color - '@storybook/react-dom-shim@8.4.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.6.11(prettier@3.5.3))': + '@storybook/react-dom-shim@8.4.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.6.12(prettier@3.5.3))': dependencies: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - storybook: 8.6.11(prettier@3.5.3) + storybook: 8.6.12(prettier@3.5.3) - '@storybook/react-dom-shim@8.4.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.6.11(prettier@3.5.3))': + '@storybook/react-dom-shim@8.4.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.6.12(prettier@3.5.3))': dependencies: react: 19.1.0 react-dom: 19.1.0(react@19.1.0) - storybook: 8.6.11(prettier@3.5.3) + storybook: 8.6.12(prettier@3.5.3) - '@storybook/react@8.4.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.6.11(prettier@3.5.3))(typescript@5.8.2)': + '@storybook/react@8.4.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)': dependencies: - '@storybook/components': 8.4.2(storybook@8.6.11(prettier@3.5.3)) + '@storybook/components': 8.4.2(storybook@8.6.12(prettier@3.5.3)) '@storybook/global': 5.0.0 - '@storybook/manager-api': 8.4.2(storybook@8.6.11(prettier@3.5.3)) - '@storybook/preview-api': 8.4.2(storybook@8.6.11(prettier@3.5.3)) - '@storybook/react-dom-shim': 8.4.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.6.11(prettier@3.5.3)) - '@storybook/theming': 8.4.2(storybook@8.6.11(prettier@3.5.3)) + '@storybook/manager-api': 8.4.2(storybook@8.6.12(prettier@3.5.3)) + '@storybook/preview-api': 8.4.2(storybook@8.6.12(prettier@3.5.3)) + '@storybook/react-dom-shim': 8.4.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.6.12(prettier@3.5.3)) + '@storybook/theming': 8.4.2(storybook@8.6.12(prettier@3.5.3)) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) - storybook: 8.6.11(prettier@3.5.3) + storybook: 8.6.12(prettier@3.5.3) optionalDependencies: - typescript: 5.8.2 + typescript: 5.8.3 - '@storybook/theming@8.4.2(storybook@8.6.11(prettier@3.5.3))': + '@storybook/theming@8.4.2(storybook@8.6.12(prettier@3.5.3))': dependencies: - storybook: 8.6.11(prettier@3.5.3) + storybook: 8.6.12(prettier@3.5.3) - '@storybook/theming@8.6.11(storybook@8.6.11(prettier@3.5.3))': + '@storybook/theming@8.6.12(storybook@8.6.12(prettier@3.5.3))': dependencies: - storybook: 8.6.11(prettier@3.5.3) + storybook: 8.6.12(prettier@3.5.3) '@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.26.9)': dependencies: @@ -9095,12 +8996,12 @@ snapshots: '@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.26.9) '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.26.9) - '@svgr/core@8.1.0(typescript@5.8.2)': + '@svgr/core@8.1.0(typescript@5.8.3)': dependencies: '@babel/core': 7.26.9 '@svgr/babel-preset': 8.1.0(@babel/core@7.26.9) camelcase: 6.3.0 - cosmiconfig: 8.3.6(typescript@5.8.2) + cosmiconfig: 8.3.6(typescript@5.8.3) snake-case: 3.0.4 transitivePeerDependencies: - supports-color @@ -9111,20 +9012,20 @@ snapshots: '@babel/types': 7.26.9 entities: 4.5.0 - '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.8.2))': + '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.8.3))': dependencies: '@babel/core': 7.26.9 '@svgr/babel-preset': 8.1.0(@babel/core@7.26.9) - '@svgr/core': 8.1.0(typescript@5.8.2) + '@svgr/core': 8.1.0(typescript@5.8.3) '@svgr/hast-util-to-babel-ast': 8.0.0 svg-parser: 2.0.4 transitivePeerDependencies: - supports-color - '@svgr/plugin-svgo@8.1.0(@svgr/core@8.1.0(typescript@5.8.2))(typescript@5.8.2)': + '@svgr/plugin-svgo@8.1.0(@svgr/core@8.1.0(typescript@5.8.3))(typescript@5.8.3)': dependencies: - '@svgr/core': 8.1.0(typescript@5.8.2) - cosmiconfig: 8.3.6(typescript@5.8.2) + '@svgr/core': 8.1.0(typescript@5.8.3) + cosmiconfig: 8.3.6(typescript@5.8.3) deepmerge: 4.3.1 svgo: 3.3.2 transitivePeerDependencies: @@ -9407,7 +9308,7 @@ snapshots: de-indent: 1.0.2 he: 1.2.0 - '@vue/language-core@2.2.8(typescript@5.8.2)': + '@vue/language-core@2.2.8(typescript@5.8.3)': dependencies: '@volar/language-core': 2.4.11 '@vue/compiler-dom': 3.5.13 @@ -9418,7 +9319,7 @@ snapshots: muggle-string: 0.4.1 path-browserify: 1.0.1 optionalDependencies: - typescript: 5.8.2 + typescript: 5.8.3 '@vue/reactivity@3.5.13': dependencies: @@ -9436,11 +9337,11 @@ snapshots: '@vue/shared': 3.5.13 csstype: 3.1.3 - '@vue/server-renderer@3.5.13(vue@3.5.13(typescript@5.8.2))': + '@vue/server-renderer@3.5.13(vue@3.5.13(typescript@5.8.3))': dependencies: '@vue/compiler-ssr': 3.5.13 '@vue/shared': 3.5.13 - vue: 3.5.13(typescript@5.8.2) + vue: 3.5.13(typescript@5.8.3) '@vue/shared@3.5.13': {} @@ -10077,14 +9978,14 @@ snapshots: corser@2.0.1: {} - cosmiconfig@8.3.6(typescript@5.8.2): + cosmiconfig@8.3.6(typescript@5.8.3): 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.2 + typescript: 5.8.3 create-ecdh@4.0.4: dependencies: @@ -11262,8 +11163,6 @@ snapshots: isobject@3.0.1: {} - isomorphic-rslog@0.0.6: {} - isomorphic-ws@5.0.0(ws@8.18.0): dependencies: ws: 8.18.0 @@ -12050,7 +11949,7 @@ snapshots: number-precision@1.6.0: {} - nx@20.7.0: + nx@20.7.1: dependencies: '@napi-rs/wasm-runtime': 0.2.4 '@yarnpkg/lockfile': 1.1.0 @@ -12087,16 +11986,16 @@ snapshots: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 20.7.0 - '@nx/nx-darwin-x64': 20.7.0 - '@nx/nx-freebsd-x64': 20.7.0 - '@nx/nx-linux-arm-gnueabihf': 20.7.0 - '@nx/nx-linux-arm64-gnu': 20.7.0 - '@nx/nx-linux-arm64-musl': 20.7.0 - '@nx/nx-linux-x64-gnu': 20.7.0 - '@nx/nx-linux-x64-musl': 20.7.0 - '@nx/nx-win32-arm64-msvc': 20.7.0 - '@nx/nx-win32-x64-msvc': 20.7.0 + '@nx/nx-darwin-arm64': 20.7.1 + '@nx/nx-darwin-x64': 20.7.1 + '@nx/nx-freebsd-x64': 20.7.1 + '@nx/nx-linux-arm-gnueabihf': 20.7.1 + '@nx/nx-linux-arm64-gnu': 20.7.1 + '@nx/nx-linux-arm64-musl': 20.7.1 + '@nx/nx-linux-x64-gnu': 20.7.1 + '@nx/nx-linux-x64-musl': 20.7.1 + '@nx/nx-win32-arm64-msvc': 20.7.1 + '@nx/nx-win32-x64-msvc': 20.7.1 transitivePeerDependencies: - debug @@ -12408,14 +12307,14 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 - preact@10.26.4: {} + preact@10.26.5: {} - prebundle@1.3.3(typescript@5.8.2): + prebundle@1.3.3(typescript@5.8.3): dependencies: '@vercel/ncc': 0.38.3 prettier: 3.5.3 rollup: 4.39.0 - rollup-plugin-dts: 6.2.1(rollup@4.39.0)(typescript@5.8.2) + rollup-plugin-dts: 6.2.1(rollup@4.39.0)(typescript@5.8.3) terser: 5.39.0 transitivePeerDependencies: - typescript @@ -12521,9 +12420,9 @@ snapshots: '@babel/runtime': 7.24.8 react: 19.1.0 - react-docgen-typescript@2.2.2(typescript@5.8.2): + react-docgen-typescript@2.2.2(typescript@5.8.3): dependencies: - typescript: 5.8.2 + typescript: 5.8.3 react-docgen@7.1.1: dependencies: @@ -12793,11 +12692,11 @@ snapshots: hash-base: 3.1.0 inherits: 2.0.4 - rollup-plugin-dts@6.2.1(rollup@4.39.0)(typescript@5.8.2): + rollup-plugin-dts@6.2.1(rollup@4.39.0)(typescript@5.8.3): dependencies: magic-string: 0.30.17 rollup: 4.39.0 - typescript: 5.8.2 + typescript: 5.8.3 optionalDependencies: '@babel/code-frame': 7.26.2 @@ -12837,35 +12736,35 @@ snapshots: transitivePeerDependencies: - supports-color - rsbuild-plugin-dts@0.6.0(@microsoft/api-extractor@7.52.2(@types/node@22.8.1))(@rsbuild/core@1.3.0-beta.3)(typescript@5.8.2): + rsbuild-plugin-dts@0.6.1(@microsoft/api-extractor@7.52.3(@types/node@22.8.1))(@rsbuild/core@1.3.1)(typescript@5.8.3): dependencies: '@ast-grep/napi': 0.36.2 - '@rsbuild/core': 1.3.0-beta.3 + '@rsbuild/core': 1.3.1 magic-string: 0.30.17 picocolors: 1.1.1 tinyglobby: 0.2.12 tsconfig-paths: 4.2.0 optionalDependencies: - '@microsoft/api-extractor': 7.52.2(@types/node@22.8.1) - typescript: 5.8.2 + '@microsoft/api-extractor': 7.52.3(@types/node@22.8.1) + typescript: 5.8.3 - rsbuild-plugin-google-analytics@1.0.3(@rsbuild/core@1.3.1): + rsbuild-plugin-google-analytics@1.0.3(@rsbuild/core@1.3.4): optionalDependencies: - '@rsbuild/core': 1.3.1 + '@rsbuild/core': 1.3.4 - rsbuild-plugin-html-minifier-terser@1.1.1(@rsbuild/core@1.3.1): + rsbuild-plugin-html-minifier-terser@1.1.1(@rsbuild/core@1.3.4): dependencies: '@types/html-minifier-terser': 7.0.2 html-minifier-terser: 7.2.0 optionalDependencies: - '@rsbuild/core': 1.3.1 + '@rsbuild/core': 1.3.4 - rsbuild-plugin-publint@0.3.0(@rsbuild/core@1.3.1): + rsbuild-plugin-publint@0.3.0(@rsbuild/core@1.3.4): dependencies: picocolors: 1.1.1 publint: 0.3.2 optionalDependencies: - '@rsbuild/core': 1.3.1 + '@rsbuild/core': 1.3.4 rslog@1.2.3: {} @@ -12875,11 +12774,11 @@ snapshots: rspress-plugin-font-open-sans@1.0.0: {} - rspress@2.0.0-alpha.7(webpack@5.98.0): + rspress@2.0.0-alpha.8(webpack@5.98.0): dependencies: - '@rsbuild/core': 1.2.19 - '@rspress/core': 2.0.0-alpha.7(webpack@5.98.0) - '@rspress/shared': 2.0.0-alpha.7 + '@rsbuild/core': 1.3.0 + '@rspress/core': 2.0.0-alpha.8(webpack@5.98.0) + '@rspress/shared': 2.0.0-alpha.8 cac: 6.7.14 chokidar: 3.6.0 picocolors: 1.1.1 @@ -13206,20 +13105,20 @@ snapshots: stdin-discarder@0.2.2: {} - storybook-addon-rslib@1.0.1(@rsbuild/core@1.3.1)(@rslib/core@packages+core)(storybook-builder-rsbuild@1.0.1(@rsbuild/core@1.3.1)(@rspack/core@1.3.0(@swc/helpers@0.5.15))(@types/react@19.1.0)(storybook@8.6.11(prettier@3.5.3))(typescript@5.8.2)(webpack-sources@3.2.3))(typescript@5.8.2): + storybook-addon-rslib@1.0.1(@rsbuild/core@1.3.4)(@rslib/core@packages+core)(storybook-builder-rsbuild@1.0.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(@types/react@19.1.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)(webpack-sources@3.2.3))(typescript@5.8.3): dependencies: - '@rsbuild/core': 1.3.1 + '@rsbuild/core': 1.3.4 '@rslib/core': link:packages/core - storybook-builder-rsbuild: 1.0.1(@rsbuild/core@1.3.1)(@rspack/core@1.3.0(@swc/helpers@0.5.15))(@types/react@19.1.0)(storybook@8.6.11(prettier@3.5.3))(typescript@5.8.2)(webpack-sources@3.2.3) + storybook-builder-rsbuild: 1.0.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(@types/react@19.1.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)(webpack-sources@3.2.3) optionalDependencies: - typescript: 5.8.2 + typescript: 5.8.3 - storybook-builder-rsbuild@1.0.1(@rsbuild/core@1.3.1)(@rspack/core@1.3.0(@swc/helpers@0.5.15))(@types/react@19.1.0)(storybook@8.6.11(prettier@3.5.3))(typescript@5.8.2)(webpack-sources@3.2.3): + storybook-builder-rsbuild@1.0.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(@types/react@19.1.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)(webpack-sources@3.2.3): dependencies: - '@rsbuild/core': 1.3.1 - '@rsbuild/plugin-type-check': 1.2.1(@rsbuild/core@1.3.1)(@rspack/core@1.3.0(@swc/helpers@0.5.15))(typescript@5.8.2) - '@storybook/addon-docs': 8.4.2(@types/react@19.1.0)(storybook@8.6.11(prettier@3.5.3))(webpack-sources@3.2.3) - '@storybook/core-webpack': 8.4.2(storybook@8.6.11(prettier@3.5.3)) + '@rsbuild/core': 1.3.4 + '@rsbuild/plugin-type-check': 1.2.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(typescript@5.8.3) + '@storybook/addon-docs': 8.4.2(@types/react@19.1.0)(storybook@8.6.12(prettier@3.5.3))(webpack-sources@3.2.3) + '@storybook/core-webpack': 8.4.2(storybook@8.6.12(prettier@3.5.3)) browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 cjs-module-lexer: 1.4.3 @@ -13230,39 +13129,39 @@ snapshots: magic-string: 0.30.17 path-browserify: 1.0.1 process: 0.11.10 - rsbuild-plugin-html-minifier-terser: 1.1.1(@rsbuild/core@1.3.1) + rsbuild-plugin-html-minifier-terser: 1.1.1(@rsbuild/core@1.3.4) sirv: 2.0.4 - storybook: 8.6.11(prettier@3.5.3) + storybook: 8.6.12(prettier@3.5.3) ts-dedent: 2.2.0 url: 0.11.4 util: 0.12.5 util-deprecate: 1.0.2 optionalDependencies: - typescript: 5.8.2 + typescript: 5.8.3 transitivePeerDependencies: - '@rspack/core' - '@types/react' - webpack-sources - storybook-react-rsbuild@1.0.1(@rsbuild/core@1.3.1)(@rspack/core@1.3.0(@swc/helpers@0.5.15))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rollup@4.39.0)(storybook@8.6.11(prettier@3.5.3))(typescript@5.8.2)(webpack-sources@3.2.3)(webpack@5.98.0): + storybook-react-rsbuild@1.0.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rollup@4.39.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)(webpack-sources@3.2.3)(webpack@5.98.0): dependencies: '@rollup/pluginutils': 5.1.4(rollup@4.39.0) - '@rsbuild/core': 1.3.1 - '@storybook/react': 8.4.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.6.11(prettier@3.5.3))(typescript@5.8.2) - '@storybook/react-docgen-typescript-plugin': 1.0.1(typescript@5.8.2)(webpack@5.98.0) + '@rsbuild/core': 1.3.4 + '@storybook/react': 8.4.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3) + '@storybook/react-docgen-typescript-plugin': 1.0.1(typescript@5.8.3)(webpack@5.98.0) '@types/node': 18.19.64 find-up: 5.0.0 magic-string: 0.30.17 react: 19.1.0 react-docgen: 7.1.1 - react-docgen-typescript: 2.2.2(typescript@5.8.2) + react-docgen-typescript: 2.2.2(typescript@5.8.3) react-dom: 19.1.0(react@19.1.0) resolve: 1.22.10 - storybook: 8.6.11(prettier@3.5.3) - storybook-builder-rsbuild: 1.0.1(@rsbuild/core@1.3.1)(@rspack/core@1.3.0(@swc/helpers@0.5.15))(@types/react@19.1.0)(storybook@8.6.11(prettier@3.5.3))(typescript@5.8.2)(webpack-sources@3.2.3) + storybook: 8.6.12(prettier@3.5.3) + storybook-builder-rsbuild: 1.0.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(@types/react@19.1.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)(webpack-sources@3.2.3) tsconfig-paths: 4.2.0 optionalDependencies: - typescript: 5.8.2 + typescript: 5.8.3 transitivePeerDependencies: - '@rspack/core' - '@storybook/test' @@ -13272,9 +13171,9 @@ snapshots: - webpack - webpack-sources - storybook@8.6.11(prettier@3.5.3): + storybook@8.6.12(prettier@3.5.3): dependencies: - '@storybook/core': 8.6.11(prettier@3.5.3)(storybook@8.6.11(prettier@3.5.3)) + '@storybook/core': 8.6.12(prettier@3.5.3)(storybook@8.6.12(prettier@3.5.3)) optionalDependencies: prettier: 3.5.3 transitivePeerDependencies: @@ -13357,13 +13256,13 @@ snapshots: dependencies: inline-style-parser: 0.1.1 - stylus-loader@8.1.1(@rspack/core@1.3.0(@swc/helpers@0.5.15))(stylus@0.64.0)(webpack@5.98.0): + stylus-loader@8.1.1(@rspack/core@1.3.2(@swc/helpers@0.5.15))(stylus@0.64.0)(webpack@5.98.0): dependencies: fast-glob: 3.3.2 normalize-path: 3.0.0 stylus: 0.64.0 optionalDependencies: - '@rspack/core': 1.3.0(@swc/helpers@0.5.15) + '@rspack/core': 1.3.2(@swc/helpers@0.5.15) webpack: 5.98.0 stylus@0.64.0: @@ -13545,7 +13444,7 @@ snapshots: trough@2.2.0: {} - ts-checker-rspack-plugin@1.1.1(@rspack/core@1.3.0(@swc/helpers@0.5.15))(typescript@5.8.2): + ts-checker-rspack-plugin@1.1.1(@rspack/core@1.3.2(@swc/helpers@0.5.15))(typescript@5.8.3): dependencies: '@babel/code-frame': 7.26.2 '@rspack/lite-tapable': 1.0.1 @@ -13553,17 +13452,17 @@ snapshots: memfs: 4.17.0 minimatch: 9.0.5 picocolors: 1.1.1 - typescript: 5.8.2 + typescript: 5.8.3 optionalDependencies: - '@rspack/core': 1.3.0(@swc/helpers@0.5.15) + '@rspack/core': 1.3.2(@swc/helpers@0.5.15) ts-dedent@2.2.0: {} ts-interface-checker@0.1.13: {} - tsconfck@3.1.5(typescript@5.8.2): + tsconfck@3.1.5(typescript@5.8.3): optionalDependencies: - typescript: 5.8.2 + typescript: 5.8.3 tsconfig-paths@4.2.0: dependencies: @@ -13601,6 +13500,8 @@ snapshots: typescript@5.8.2: {} + typescript@5.8.3: {} + undici-types@5.26.5: {} undici-types@6.19.8: {} @@ -13848,30 +13749,30 @@ snapshots: vscode-uri@3.0.8: {} - vue-loader@17.4.2(vue@3.5.13(typescript@5.8.2))(webpack@5.98.0): + vue-loader@17.4.2(vue@3.5.13(typescript@5.8.3))(webpack@5.98.0): dependencies: chalk: 4.1.2 hash-sum: 2.0.0 watchpack: 2.4.2 webpack: 5.98.0 optionalDependencies: - vue: 3.5.13(typescript@5.8.2) + vue: 3.5.13(typescript@5.8.3) - vue-tsc@2.2.8(typescript@5.8.2): + vue-tsc@2.2.8(typescript@5.8.3): dependencies: '@volar/typescript': 2.4.11 - '@vue/language-core': 2.2.8(typescript@5.8.2) - typescript: 5.8.2 + '@vue/language-core': 2.2.8(typescript@5.8.3) + typescript: 5.8.3 - vue@3.5.13(typescript@5.8.2): + vue@3.5.13(typescript@5.8.3): dependencies: '@vue/compiler-dom': 3.5.13 '@vue/compiler-sfc': 3.5.13 '@vue/runtime-dom': 3.5.13 - '@vue/server-renderer': 3.5.13(vue@3.5.13(typescript@5.8.2)) + '@vue/server-renderer': 3.5.13(vue@3.5.13(typescript@5.8.3)) '@vue/shared': 3.5.13 optionalDependencies: - typescript: 5.8.2 + typescript: 5.8.3 w-json@1.3.10: {} diff --git a/tests/integration/redirect/dts/package.json b/tests/integration/redirect/dts/package.json index d0704d475..69a4b2bf4 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.1", "express": "^5.1.0", - "typescript": "^5.8.2" + "typescript": "^5.8.3" }, "peerDependencies": { "express": "^4" diff --git a/tests/package.json b/tests/package.json index 607f74c0d..9cc871515 100644 --- a/tests/package.json +++ b/tests/package.json @@ -13,10 +13,10 @@ }, "devDependencies": { "@codspeed/vitest-plugin": "^4.0.1", - "@module-federation/rsbuild-plugin": "^0.11.2", + "@module-federation/rsbuild-plugin": "^0.11.3", "@playwright/test": "1.51.1", - "@rsbuild/core": "1.3.1", - "@rsbuild/plugin-less": "^1.2.1", + "@rsbuild/core": "1.3.4", + "@rsbuild/plugin-less": "^1.2.2", "@rsbuild/plugin-react": "^1.1.1", "@rsbuild/plugin-sass": "^1.3.1", "@rsbuild/plugin-toml": "^1.1.0", diff --git a/website/package.json b/website/package.json index b377ea3ee..aaa9d1431 100644 --- a/website/package.json +++ b/website/package.json @@ -9,7 +9,7 @@ "preview": "rspress preview" }, "devDependencies": { - "@rsbuild/core": "1.3.1", + "@rsbuild/core": "1.3.4", "@rsbuild/plugin-sass": "^1.3.1", "@rslib/tsconfig": "workspace:*", "@rstack-dev/doc-ui": "1.7.3", @@ -19,7 +19,7 @@ "react": "^19.1.0", "react-dom": "^19.1.0", "rsbuild-plugin-google-analytics": "1.0.3", - "rspress": "^2.0.0-alpha.7", + "rspress": "^2.0.0-alpha.8", "rspress-plugin-font-open-sans": "1.0.0" } }