From 245f85316182ced5fb4767d8b4c15ff1872aefb4 Mon Sep 17 00:00:00 2001 From: Timeless0911 <1604889533@qq.com> Date: Wed, 3 Dec 2025 15:08:42 +0800 Subject: [PATCH] chore(deps): bump Rsbuild 1.6.12 --- .../module-federation/mf-host/package.json | 2 +- .../mf-react-component/package.json | 2 +- .../module-federation/mf-remote/package.json | 2 +- .../vue-component-bundleless/package.json | 2 +- packages/core/package.json | 2 +- .../tools/storybook-react-js/package.json | 2 +- .../tools/storybook-react-ts/package.json | 2 +- .../tools/storybook-vue-js/package.json | 2 +- .../tools/storybook-vue-ts/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- packages/plugin-dts/package.json | 2 +- pnpm-lock.yaml | 502 +++++++----------- .../alias/__snapshots__/index.test.ts.snap | 4 +- .../asset/__snapshots__/index.test.ts.snap | 16 +- tests/integration/asset/index.test.ts | 18 +- .../integration/auto-extension/index.test.ts | 6 +- .../__snapshots__/index.test.ts.snap | 4 +- tests/integration/bundle-false/index.test.ts | 12 +- tests/integration/dts/build/index.test.ts | 4 +- .../__snapshots__/index.test.ts.snap | 2 +- tests/integration/minify/index.test.ts | 8 +- .../node-polyfill/bundle-false/package.json | 2 +- .../node-polyfill/bundle/package.json | 2 +- .../__snapshots__/index.test.ts.snap | 4 +- tests/integration/resolve/index.test.ts | 2 +- tests/integration/shims/index.test.ts | 16 +- tests/package.json | 2 +- website/package.json | 2 +- 39 files changed, 277 insertions(+), 373 deletions(-) diff --git a/examples/module-federation/mf-host/package.json b/examples/module-federation/mf-host/package.json index a642129f2..3eeeacc1b 100644 --- a/examples/module-federation/mf-host/package.json +++ b/examples/module-federation/mf-host/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@module-federation/rsbuild-plugin": "^0.21.6", - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@rsbuild/plugin-react": "^1.4.2", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", diff --git a/examples/module-federation/mf-react-component/package.json b/examples/module-federation/mf-react-component/package.json index 1f40c7109..7f4553948 100644 --- a/examples/module-federation/mf-react-component/package.json +++ b/examples/module-federation/mf-react-component/package.json @@ -22,7 +22,7 @@ "@module-federation/enhanced": "^0.21.6", "@module-federation/rsbuild-plugin": "^0.21.6", "@module-federation/storybook-addon": "^5.0.1", - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@rsbuild/plugin-react": "^1.4.2", "@rslib/core": "workspace:*", "@storybook/addon-docs": "^10.1.2", diff --git a/examples/module-federation/mf-remote/package.json b/examples/module-federation/mf-remote/package.json index 0868bd01f..a1ff5b6a5 100644 --- a/examples/module-federation/mf-remote/package.json +++ b/examples/module-federation/mf-remote/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@module-federation/rsbuild-plugin": "^0.21.6", - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@rsbuild/plugin-react": "^1.4.2", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", diff --git a/examples/vue-component-bundleless/package.json b/examples/vue-component-bundleless/package.json index 85d8eaffd..b51914425 100644 --- a/examples/vue-component-bundleless/package.json +++ b/examples/vue-component-bundleless/package.json @@ -13,7 +13,7 @@ "test": "vitest run" }, "devDependencies": { - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@rslib/core": "workspace:*", "@storybook/addon-docs": "^10.1.2", "@storybook/addon-onboarding": "^10.1.2", diff --git a/packages/core/package.json b/packages/core/package.json index b9402cd5f..4d1db2d83 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -43,7 +43,7 @@ "type-check": "tsc --noEmit && tsc --noEmit -p tests" }, "dependencies": { - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "rsbuild-plugin-dts": "workspace:*" }, "devDependencies": { 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 facf13be2..2a6536620 100644 --- a/packages/create-rslib/fragments/tools/storybook-react-js/package.json +++ b/packages/create-rslib/fragments/tools/storybook-react-js/package.json @@ -4,7 +4,7 @@ "storybook": "storybook dev" }, "devDependencies": { - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@storybook/addon-docs": "^10.1.2", "@storybook/addon-onboarding": "^10.1.2", "@storybook/react": "^10.1.2", diff --git a/packages/create-rslib/fragments/tools/storybook-react-ts/package.json b/packages/create-rslib/fragments/tools/storybook-react-ts/package.json index facf13be2..2a6536620 100644 --- a/packages/create-rslib/fragments/tools/storybook-react-ts/package.json +++ b/packages/create-rslib/fragments/tools/storybook-react-ts/package.json @@ -4,7 +4,7 @@ "storybook": "storybook dev" }, "devDependencies": { - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@storybook/addon-docs": "^10.1.2", "@storybook/addon-onboarding": "^10.1.2", "@storybook/react": "^10.1.2", diff --git a/packages/create-rslib/fragments/tools/storybook-vue-js/package.json b/packages/create-rslib/fragments/tools/storybook-vue-js/package.json index 6885d1d89..78fdf1542 100644 --- a/packages/create-rslib/fragments/tools/storybook-vue-js/package.json +++ b/packages/create-rslib/fragments/tools/storybook-vue-js/package.json @@ -4,7 +4,7 @@ "storybook": "storybook dev" }, "devDependencies": { - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@storybook/addon-docs": "^10.1.2", "@storybook/addon-onboarding": "^10.1.2", "@storybook/vue3": "^10.1.2", diff --git a/packages/create-rslib/fragments/tools/storybook-vue-ts/package.json b/packages/create-rslib/fragments/tools/storybook-vue-ts/package.json index 6885d1d89..78fdf1542 100644 --- a/packages/create-rslib/fragments/tools/storybook-vue-ts/package.json +++ b/packages/create-rslib/fragments/tools/storybook-vue-ts/package.json @@ -4,7 +4,7 @@ "storybook": "storybook dev" }, "devDependencies": { - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@storybook/addon-docs": "^10.1.2", "@storybook/addon-onboarding": "^10.1.2", "@storybook/vue3": "^10.1.2", diff --git a/packages/create-rslib/template-[react]-[rstest,storybook]-js/package.json b/packages/create-rslib/template-[react]-[rstest,storybook]-js/package.json index 888e742b6..74f51dd4a 100644 --- a/packages/create-rslib/template-[react]-[rstest,storybook]-js/package.json +++ b/packages/create-rslib/template-[react]-[rstest,storybook]-js/package.json @@ -18,7 +18,7 @@ "test": "rstest" }, "devDependencies": { - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@rsbuild/plugin-react": "^1.4.2", "@rslib/core": "workspace:*", "@rstest/core": "^0.6.8", diff --git a/packages/create-rslib/template-[react]-[rstest,storybook]-ts/package.json b/packages/create-rslib/template-[react]-[rstest,storybook]-ts/package.json index 0fd8cb081..a6a5ea2ad 100644 --- a/packages/create-rslib/template-[react]-[rstest,storybook]-ts/package.json +++ b/packages/create-rslib/template-[react]-[rstest,storybook]-ts/package.json @@ -20,7 +20,7 @@ "test": "rstest" }, "devDependencies": { - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@rsbuild/plugin-react": "^1.4.2", "@rslib/core": "workspace:*", "@rstest/core": "^0.6.8", 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 73910ff46..e78a1cedc 100644 --- a/packages/create-rslib/template-[react]-[storybook,vitest]-js/package.json +++ b/packages/create-rslib/template-[react]-[storybook,vitest]-js/package.json @@ -18,7 +18,7 @@ "test": "vitest run" }, "devDependencies": { - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@rsbuild/plugin-react": "^1.4.2", "@rslib/core": "workspace:*", "@storybook/addon-docs": "^10.1.2", 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 dffcba877..373a5693c 100644 --- a/packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json +++ b/packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json @@ -20,7 +20,7 @@ "test": "vitest run" }, "devDependencies": { - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@rsbuild/plugin-react": "^1.4.2", "@rslib/core": "workspace:*", "@storybook/addon-docs": "^10.1.2", diff --git a/packages/create-rslib/template-[react]-[storybook]-js/package.json b/packages/create-rslib/template-[react]-[storybook]-js/package.json index d31e830f2..dc779ed19 100644 --- a/packages/create-rslib/template-[react]-[storybook]-js/package.json +++ b/packages/create-rslib/template-[react]-[storybook]-js/package.json @@ -17,7 +17,7 @@ "storybook": "storybook dev" }, "devDependencies": { - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@rsbuild/plugin-react": "^1.4.2", "@rslib/core": "workspace:*", "@storybook/addon-docs": "^10.1.2", diff --git a/packages/create-rslib/template-[react]-[storybook]-ts/package.json b/packages/create-rslib/template-[react]-[storybook]-ts/package.json index 18ac32029..d7c8b7d96 100644 --- a/packages/create-rslib/template-[react]-[storybook]-ts/package.json +++ b/packages/create-rslib/template-[react]-[storybook]-ts/package.json @@ -19,7 +19,7 @@ "storybook": "storybook dev" }, "devDependencies": { - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@rsbuild/plugin-react": "^1.4.2", "@rslib/core": "workspace:*", "@storybook/addon-docs": "^10.1.2", diff --git a/packages/create-rslib/template-[vue]-[rstest,storybook]-js/package.json b/packages/create-rslib/template-[vue]-[rstest,storybook]-js/package.json index c188d1616..23ea689a5 100644 --- a/packages/create-rslib/template-[vue]-[rstest,storybook]-js/package.json +++ b/packages/create-rslib/template-[vue]-[rstest,storybook]-js/package.json @@ -20,7 +20,7 @@ "test": "rstest" }, "devDependencies": { - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@rslib/core": "workspace:*", "@rstest/core": "^0.6.8", "@storybook/addon-docs": "^10.1.2", diff --git a/packages/create-rslib/template-[vue]-[rstest,storybook]-ts/package.json b/packages/create-rslib/template-[vue]-[rstest,storybook]-ts/package.json index 92f3e0a05..3455b1581 100644 --- a/packages/create-rslib/template-[vue]-[rstest,storybook]-ts/package.json +++ b/packages/create-rslib/template-[vue]-[rstest,storybook]-ts/package.json @@ -20,7 +20,7 @@ "test": "rstest" }, "devDependencies": { - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@rslib/core": "workspace:*", "@rstest/core": "^0.6.8", "@storybook/addon-docs": "^10.1.2", diff --git a/packages/create-rslib/template-[vue]-[storybook,vitest]-js/package.json b/packages/create-rslib/template-[vue]-[storybook,vitest]-js/package.json index 388bafa0f..3b1caf240 100644 --- a/packages/create-rslib/template-[vue]-[storybook,vitest]-js/package.json +++ b/packages/create-rslib/template-[vue]-[storybook,vitest]-js/package.json @@ -20,7 +20,7 @@ "test": "vitest run" }, "devDependencies": { - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@rslib/core": "workspace:*", "@storybook/addon-docs": "^10.1.2", "@storybook/addon-onboarding": "^10.1.2", diff --git a/packages/create-rslib/template-[vue]-[storybook,vitest]-ts/package.json b/packages/create-rslib/template-[vue]-[storybook,vitest]-ts/package.json index 9d84f2a8a..5ee0a755c 100644 --- a/packages/create-rslib/template-[vue]-[storybook,vitest]-ts/package.json +++ b/packages/create-rslib/template-[vue]-[storybook,vitest]-ts/package.json @@ -20,7 +20,7 @@ "test": "vitest run" }, "devDependencies": { - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@rslib/core": "workspace:*", "@storybook/addon-docs": "^10.1.2", "@storybook/addon-onboarding": "^10.1.2", diff --git a/packages/create-rslib/template-[vue]-[storybook]-js/package.json b/packages/create-rslib/template-[vue]-[storybook]-js/package.json index 9f8beed96..8e53bb224 100644 --- a/packages/create-rslib/template-[vue]-[storybook]-js/package.json +++ b/packages/create-rslib/template-[vue]-[storybook]-js/package.json @@ -19,7 +19,7 @@ "storybook": "storybook dev" }, "devDependencies": { - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@rslib/core": "workspace:*", "@storybook/addon-docs": "^10.1.2", "@storybook/addon-onboarding": "^10.1.2", diff --git a/packages/create-rslib/template-[vue]-[storybook]-ts/package.json b/packages/create-rslib/template-[vue]-[storybook]-ts/package.json index 626b4cf01..9a21b4281 100644 --- a/packages/create-rslib/template-[vue]-[storybook]-ts/package.json +++ b/packages/create-rslib/template-[vue]-[storybook]-ts/package.json @@ -19,7 +19,7 @@ "storybook": "storybook dev" }, "devDependencies": { - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@rslib/core": "workspace:*", "@storybook/addon-docs": "^10.1.2", "@storybook/addon-onboarding": "^10.1.2", diff --git a/packages/plugin-dts/package.json b/packages/plugin-dts/package.json index 95076efe7..c76ed4086 100644 --- a/packages/plugin-dts/package.json +++ b/packages/plugin-dts/package.json @@ -36,7 +36,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.55.1", - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@rslib/tsconfig": "workspace:*", "@typescript/native-preview": "7.0.0-dev.20251130.1", "magic-string": "^0.30.21", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dcb4f4b45..22efabe2c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -94,13 +94,13 @@ importers: devDependencies: '@module-federation/rsbuild-plugin': specifier: ^0.21.6 - version: 0.21.6(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) + version: 0.21.6(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) '@rsbuild/core': - specifier: ~1.6.10 - version: 1.6.10 + specifier: ~1.6.12 + version: 1.6.12 '@rsbuild/plugin-react': specifier: ^1.4.2 - version: 1.4.2(@rsbuild/core@1.6.10) + version: 1.4.2(@rsbuild/core@1.6.12) '@types/react': specifier: ^19.2.7 version: 19.2.7 @@ -115,19 +115,19 @@ importers: devDependencies: '@module-federation/enhanced': specifier: ^0.21.6 - version: 0.21.6(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) + version: 0.21.6(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) '@module-federation/rsbuild-plugin': specifier: ^0.21.6 - version: 0.21.6(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) + version: 0.21.6(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) '@module-federation/storybook-addon': specifier: ^5.0.1 - version: 5.0.1(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3))(webpack-virtual-modules@0.6.2) + version: 5.0.1(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3))(webpack-virtual-modules@0.6.2) '@rsbuild/core': - specifier: ~1.6.10 - version: 1.6.10 + specifier: ~1.6.12 + version: 1.6.12 '@rsbuild/plugin-react': specifier: ^1.4.2 - version: 1.4.2(@rsbuild/core@1.6.10) + version: 1.4.2(@rsbuild/core@1.6.12) '@rslib/core': specifier: workspace:* version: link:../../../packages/core @@ -157,10 +157,10 @@ importers: version: 10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) storybook-addon-rslib: specifier: ^3.0.0 - version: 3.0.0(@rsbuild/core@1.6.10)(@rslib/core@packages+core)(storybook-builder-rsbuild@3.0.0(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3))(typescript@5.9.3) + version: 3.0.0(@rsbuild/core@1.6.12)(@rslib/core@packages+core)(storybook-builder-rsbuild@3.0.0(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3))(typescript@5.9.3) storybook-react-rsbuild: specifier: ^3.0.0 - version: 3.0.0(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(rollup@4.52.5)(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3) + version: 3.0.0(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(rollup@4.52.5)(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3) examples/module-federation/mf-remote: dependencies: @@ -173,13 +173,13 @@ importers: devDependencies: '@module-federation/rsbuild-plugin': specifier: ^0.21.6 - version: 0.21.6(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) + version: 0.21.6(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) '@rsbuild/core': - specifier: ~1.6.10 - version: 1.6.10 + specifier: ~1.6.12 + version: 1.6.12 '@rsbuild/plugin-react': specifier: ^1.4.2 - version: 1.4.2(@rsbuild/core@1.6.10) + version: 1.4.2(@rsbuild/core@1.6.12) '@types/react': specifier: ^19.2.7 version: 19.2.7 @@ -194,10 +194,10 @@ importers: devDependencies: '@rsbuild/plugin-preact': specifier: ^1.6.0 - version: 1.6.0(@rsbuild/core@1.6.10)(preact@10.27.2) + version: 1.6.0(@rsbuild/core@1.6.12)(preact@10.27.2) '@rsbuild/plugin-sass': specifier: ^1.4.0 - version: 1.4.0(@rsbuild/core@1.6.10) + version: 1.4.0(@rsbuild/core@1.6.12) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -209,10 +209,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.4.2 - version: 1.4.2(@rsbuild/core@1.6.10) + version: 1.4.2(@rsbuild/core@1.6.12) '@rsbuild/plugin-sass': specifier: ^1.4.0 - version: 1.4.0(@rsbuild/core@1.6.10) + version: 1.4.0(@rsbuild/core@1.6.12) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -227,10 +227,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.4.2 - version: 1.4.2(@rsbuild/core@1.6.10) + version: 1.4.2(@rsbuild/core@1.6.12) '@rsbuild/plugin-sass': specifier: ^1.4.0 - version: 1.4.0(@rsbuild/core@1.6.10) + version: 1.4.0(@rsbuild/core@1.6.12) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -245,10 +245,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.4.2 - version: 1.4.2(@rsbuild/core@1.6.10) + version: 1.4.2(@rsbuild/core@1.6.12) '@rsbuild/plugin-sass': specifier: ^1.4.0 - version: 1.4.0(@rsbuild/core@1.6.10) + version: 1.4.0(@rsbuild/core@1.6.12) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -263,13 +263,13 @@ importers: devDependencies: '@rsbuild/plugin-babel': specifier: ^1.0.6 - version: 1.0.6(@rsbuild/core@1.6.10) + version: 1.0.6(@rsbuild/core@1.6.12) '@rsbuild/plugin-sass': specifier: ^1.4.0 - version: 1.4.0(@rsbuild/core@1.6.10) + version: 1.4.0(@rsbuild/core@1.6.12) '@rsbuild/plugin-solid': specifier: ^1.0.6 - version: 1.0.6(@babel/core@7.28.0)(@rsbuild/core@1.6.10)(solid-js@1.9.10) + version: 1.0.6(@babel/core@7.28.0)(@rsbuild/core@1.6.12)(solid-js@1.9.10) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -287,7 +287,7 @@ importers: version: link:../../packages/core rsbuild-plugin-unplugin-vue: specifier: ^0.1.0 - version: 0.1.0(@rsbuild/core@1.6.10)(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass-embedded@1.90.0)(sass@1.90.0)(stylus@0.64.0)(terser@5.44.0)(tsx@4.21.0)(vue@3.5.25(typescript@5.9.3))(yaml@2.6.1) + version: 0.1.0(@rsbuild/core@1.6.12)(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass-embedded@1.90.0)(sass@1.90.0)(stylus@0.64.0)(terser@5.44.0)(tsx@4.21.0)(vue@3.5.25(typescript@5.9.3))(yaml@2.6.1) typescript: specifier: ^5.9.3 version: 5.9.3 @@ -301,8 +301,8 @@ importers: examples/vue-component-bundleless: devDependencies: '@rsbuild/core': - specifier: ~1.6.10 - version: 1.6.10 + specifier: ~1.6.12 + version: 1.6.12 '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -317,16 +317,16 @@ importers: version: 10.1.2(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(vue@3.5.25(typescript@5.9.3)) rsbuild-plugin-unplugin-vue: specifier: ^0.1.0 - version: 0.1.0(@rsbuild/core@1.6.10)(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass-embedded@1.90.0)(sass@1.90.0)(stylus@0.64.0)(terser@5.44.0)(tsx@4.21.0)(vue@3.5.25(typescript@5.9.3))(yaml@2.6.1) + version: 0.1.0(@rsbuild/core@1.6.12)(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass-embedded@1.90.0)(sass@1.90.0)(stylus@0.64.0)(terser@5.44.0)(tsx@4.21.0)(vue@3.5.25(typescript@5.9.3))(yaml@2.6.1) storybook: specifier: ^10.1.2 version: 10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) storybook-addon-rslib: specifier: ^3.0.0 - version: 3.0.0(@rsbuild/core@1.6.10)(@rslib/core@packages+core)(storybook-builder-rsbuild@3.0.0(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3))(typescript@5.9.3) + version: 3.0.0(@rsbuild/core@1.6.12)(@rslib/core@packages+core)(storybook-builder-rsbuild@3.0.0(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3))(typescript@5.9.3) storybook-vue3-rsbuild: specifier: ^3.0.0 - version: 3.0.0(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + version: 3.0.0(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) typescript: specifier: ^5.9.3 version: 5.9.3 @@ -340,15 +340,15 @@ importers: packages/core: dependencies: '@rsbuild/core': - specifier: ~1.6.10 - version: 1.6.10 + specifier: ~1.6.12 + version: 1.6.12 rsbuild-plugin-dts: specifier: workspace:* version: link:../plugin-dts devDependencies: '@module-federation/rsbuild-plugin': specifier: ^0.21.6 - version: 0.21.6(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) + version: 0.21.6(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) '@rslib/tsconfig': specifier: workspace:* version: link:../../scripts/tsconfig @@ -378,7 +378,7 @@ importers: version: 1.6.0(typescript@5.9.3) rsbuild-plugin-publint: specifier: ^0.3.3 - version: 0.3.3(@rsbuild/core@1.6.10) + version: 0.3.3(@rsbuild/core@1.6.12) rslib: specifier: npm:@rslib/core@0.18.2 version: '@rslib/core@0.18.2(@microsoft/api-extractor@7.55.1(@types/node@24.10.1))(@typescript/native-preview@7.0.0-dev.20251130.1)(typescript@5.9.3)' @@ -415,7 +415,7 @@ importers: version: 11.3.2 rsbuild-plugin-publint: specifier: ^0.3.3 - version: 0.3.3(@rsbuild/core@1.6.10) + version: 0.3.3(@rsbuild/core@1.6.12) rslib: specifier: npm:@rslib/core@0.18.2 version: '@rslib/core@0.18.2(@microsoft/api-extractor@7.55.1(@types/node@24.10.1))(@typescript/native-preview@7.0.0-dev.20251130.1)(typescript@5.9.3)' @@ -436,8 +436,8 @@ importers: specifier: ^7.55.1 version: 7.55.1(@types/node@24.10.1) '@rsbuild/core': - specifier: ~1.6.10 - version: 1.6.10 + specifier: ~1.6.12 + version: 1.6.12 '@rslib/tsconfig': specifier: workspace:* version: link:../../scripts/tsconfig @@ -455,7 +455,7 @@ importers: version: 1.6.0(typescript@5.9.3) rsbuild-plugin-publint: specifier: ^0.3.3 - version: 0.3.3(@rsbuild/core@1.6.10) + version: 0.3.3(@rsbuild/core@1.6.12) rslib: specifier: npm:@rslib/core@0.18.2 version: '@rslib/core@0.18.2(@microsoft/api-extractor@7.55.1(@types/node@24.10.1))(@typescript/native-preview@7.0.0-dev.20251130.1)(typescript@5.9.3)' @@ -485,31 +485,31 @@ importers: version: 4.0.1(vite@6.3.5(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass-embedded@1.90.0)(sass@1.90.0)(stylus@0.64.0)(terser@5.44.0)(tsx@4.21.0)(yaml@2.6.1)) '@module-federation/rsbuild-plugin': specifier: ^0.21.6 - version: 0.21.6(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) + version: 0.21.6(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) '@playwright/test': specifier: 1.57.0 version: 1.57.0 '@rsbuild/core': - specifier: ~1.6.10 - version: 1.6.10 + specifier: ~1.6.12 + version: 1.6.12 '@rsbuild/plugin-less': specifier: ^1.5.0 - version: 1.5.0(@rsbuild/core@1.6.10) + version: 1.5.0(@rsbuild/core@1.6.12) '@rsbuild/plugin-react': specifier: ^1.4.2 - version: 1.4.2(@rsbuild/core@1.6.10) + version: 1.4.2(@rsbuild/core@1.6.12) '@rsbuild/plugin-sass': specifier: ^1.4.0 - version: 1.4.0(@rsbuild/core@1.6.10) + version: 1.4.0(@rsbuild/core@1.6.12) '@rsbuild/plugin-toml': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.6.10) + version: 1.1.1(@rsbuild/core@1.6.12) '@rsbuild/plugin-typed-css-modules': specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.6.10) + version: 1.2.0(@rsbuild/core@1.6.12) '@rsbuild/plugin-yaml': specifier: ^1.0.3 - version: 1.0.3(@rsbuild/core@1.6.10) + version: 1.0.3(@rsbuild/core@1.6.12) '@rslib/core': specifier: workspace:* version: link:../packages/core @@ -571,7 +571,7 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.4.2 - version: 1.4.2(@rsbuild/core@1.6.10) + version: 1.4.2(@rsbuild/core@1.6.12) tests/integration/asset/json: {} @@ -587,10 +587,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.4.2 - version: 1.4.2(@rsbuild/core@1.6.10) + version: 1.4.2(@rsbuild/core@1.6.12) '@rsbuild/plugin-svgr': specifier: ^1.2.2 - version: 1.2.2(@rsbuild/core@1.6.10)(typescript@5.9.3) + version: 1.2.2(@rsbuild/core@1.6.12)(typescript@5.9.3) tests/integration/async-chunks/default: {} @@ -684,10 +684,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.4.2 - version: 1.4.2(@rsbuild/core@1.6.10) + version: 1.4.2(@rsbuild/core@1.6.12) '@rsbuild/plugin-svgr': specifier: ^1.2.2 - version: 1.2.2(@rsbuild/core@1.6.10)(typescript@5.9.3) + version: 1.2.2(@rsbuild/core@1.6.12)(typescript@5.9.3) tests/integration/cli/build: {} @@ -954,11 +954,11 @@ importers: tests/integration/node-polyfill/bundle: devDependencies: '@rsbuild/core': - specifier: ~1.6.10 - version: 1.6.10 + specifier: ~1.6.12 + version: 1.6.12 '@rsbuild/plugin-node-polyfill': specifier: ^1.4.2 - version: 1.4.2(@rsbuild/core@1.6.10) + version: 1.4.2(@rsbuild/core@1.6.12) tests/integration/node-polyfill/bundle-false: dependencies: @@ -967,11 +967,11 @@ importers: version: 6.0.3 devDependencies: '@rsbuild/core': - specifier: ~1.6.10 - version: 1.6.10 + specifier: ~1.6.12 + version: 1.6.12 '@rsbuild/plugin-node-polyfill': specifier: ^1.4.2 - version: 1.4.2(@rsbuild/core@1.6.10) + version: 1.4.2(@rsbuild/core@1.6.12) tests/integration/outBase/custom-entry: {} @@ -1005,7 +1005,7 @@ importers: devDependencies: '@rsbuild/plugin-babel': specifier: ^1.0.6 - version: 1.0.6(@rsbuild/core@1.6.10) + version: 1.0.6(@rsbuild/core@1.6.12) babel-plugin-polyfill-corejs3: specifier: ^0.13.0 version: 0.13.0(@babel/core@7.28.0) @@ -1018,7 +1018,7 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.4.2 - version: 1.4.2(@rsbuild/core@1.6.10) + version: 1.4.2(@rsbuild/core@1.6.12) tests/integration/preserve-jsx/forbid-bundle: {} @@ -1157,13 +1157,13 @@ importers: devDependencies: '@rsbuild/plugin-stylus': specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17)) + version: 1.2.0(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17)) tests/integration/style/stylus/bundle-false: devDependencies: '@rsbuild/plugin-stylus': specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17)) + version: 1.2.0(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17)) tests/integration/style/tailwindcss/bundle: devDependencies: @@ -1226,10 +1226,10 @@ importers: devDependencies: '@rsbuild/plugin-less': specifier: ^1.5.0 - version: 1.5.0(@rsbuild/core@1.6.10) + version: 1.5.0(@rsbuild/core@1.6.12) rsbuild-plugin-unplugin-vue: specifier: ^0.1.0 - version: 0.1.0(@rsbuild/core@1.6.10)(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass-embedded@1.90.0)(sass@1.90.0)(stylus@0.64.0)(terser@5.44.0)(tsx@4.21.0)(vue@3.5.25(typescript@5.9.3))(yaml@2.6.1) + version: 0.1.0(@rsbuild/core@1.6.12)(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass-embedded@1.90.0)(sass@1.90.0)(stylus@0.64.0)(terser@5.44.0)(tsx@4.21.0)(vue@3.5.25(typescript@5.9.3))(yaml@2.6.1) vue: specifier: ^3.5.25 version: 3.5.25(typescript@5.9.3) @@ -1242,16 +1242,16 @@ importers: devDependencies: '@module-federation/rsbuild-plugin': specifier: ^0.21.6 - version: 0.21.6(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) + version: 0.21.6(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) '@rsbuild/core': - specifier: ~1.6.10 - version: 1.6.10 + specifier: ~1.6.12 + version: 1.6.12 '@rsbuild/plugin-react': specifier: ^1.4.2 - version: 1.4.2(@rsbuild/core@1.6.10) + version: 1.4.2(@rsbuild/core@1.6.12) '@rsbuild/plugin-sass': specifier: ^1.4.0 - version: 1.4.0(@rsbuild/core@1.6.10) + version: 1.4.0(@rsbuild/core@1.6.12) '@rslib/core': specifier: workspace:* version: link:../packages/core @@ -1299,10 +1299,10 @@ importers: version: 19.2.0(react@19.2.0) rsbuild-plugin-google-analytics: specifier: 1.0.4 - version: 1.0.4(@rsbuild/core@1.6.10) + version: 1.0.4(@rsbuild/core@1.6.12) rsbuild-plugin-open-graph: specifier: ^1.1.0 - version: 1.1.0(@rsbuild/core@1.6.10) + version: 1.1.0(@rsbuild/core@1.6.12) rspress-plugin-font-open-sans: specifier: 1.0.3 version: 1.0.3(@rspress/core@2.0.0-rc.1(@types/react@19.2.7)) @@ -1445,28 +1445,24 @@ packages: engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [glibc] '@ast-grep/napi-linux-arm64-musl@0.37.0': resolution: {integrity: sha512-LF9sAvYy6es/OdyJDO3RwkX3I82Vkfsng1sqUBcoWC1jVb1wX5YVzHtpQox9JrEhGl+bNp7FYxB4Qba9OdA5GA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [musl] '@ast-grep/napi-linux-x64-gnu@0.37.0': resolution: {integrity: sha512-TViz5/klqre6aSmJzswEIjApnGjJzstG/SE8VDWsrftMBMYt2PTu3MeluZVwzSqDao8doT/P+6U11dU05UOgxw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [glibc] '@ast-grep/napi-linux-x64-musl@0.37.0': resolution: {integrity: sha512-/BcCH33S9E3ovOAEoxYngUNXgb+JLg991sdyiNP2bSoYd30a9RHrG7CYwW6fMgua3ijQ474eV6cq9yZO1bCpXg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [musl] '@ast-grep/napi-win32-arm64-msvc@0.37.0': resolution: {integrity: sha512-TjQA4cFoIEW2bgjLkaL9yqT4XWuuLa5MCNd0VCDhGRDMNQ9+rhwi9eLOWRaap3xzT7g+nlbcEHL3AkVCD2+b3A==} @@ -1714,28 +1710,24 @@ packages: engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] - libc: [musl] '@biomejs/cli-linux-arm64@2.3.8': resolution: {integrity: sha512-Uo1OJnIkJgSgF+USx970fsM/drtPcQ39I+JO+Fjsaa9ZdCN1oysQmy6oAGbyESlouz+rzEckLTF6DS7cWse95g==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] - libc: [glibc] '@biomejs/cli-linux-x64-musl@2.3.8': resolution: {integrity: sha512-YGLkqU91r1276uwSjiUD/xaVikdxgV1QpsicT0bIA1TaieM6E5ibMZeSyjQ/izBn4tKQthUSsVZacmoJfa3pDA==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] - libc: [musl] '@biomejs/cli-linux-x64@2.3.8': resolution: {integrity: sha512-QDPMD5bQz6qOVb3kiBui0zKZXASLo0NIQ9JVJio5RveBEFgDgsvJFUvZIbMbUZT3T00M/1wdzwWXk4GIh0KaAw==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] - libc: [glibc] '@biomejs/cli-win32-arm64@2.3.8': resolution: {integrity: sha512-H4IoCHvL1fXKDrTALeTKMiE7GGWFAraDwBYFquE/L/5r1927Te0mYIGseXi4F+lrrwhSWbSGt5qPFswNoBaCxg==} @@ -2334,9 +2326,6 @@ packages: '@module-federation/error-codes@0.21.1': resolution: {integrity: sha512-h1brnwR9AbwMu1P7ZoJJ9j2O2XWkuMh5p03WhXI1vNEdl3xJheSAvH8RjG8FoKRccVgMnUNDQ+vDVwevUBms/A==} - '@module-federation/error-codes@0.21.4': - resolution: {integrity: sha512-ClpL5MereWNXh+EgDjz7w4RrC1JlisQTvXDa1gLxpviHafzNDfdViVmuhi9xXVuj+EYo8KU70Y999KHhk9424Q==} - '@module-federation/error-codes@0.21.6': resolution: {integrity: sha512-MLJUCQ05KnoVl8xd6xs9a5g2/8U+eWmVxg7xiBMeR0+7OjdWUbHwcwgVFatRIwSZvFgKHfWEiI7wsU1q1XbTRQ==} @@ -2390,36 +2379,24 @@ packages: '@module-federation/runtime-core@0.21.1': resolution: {integrity: sha512-COob5bepqDc9mKjTziXbQd4WQMCTzhc0cuXyraZhYddYcjcepzZrMpDIXG1x5p+gdg5p1vsGNWt/ZcU8cFh/pg==} - '@module-federation/runtime-core@0.21.4': - resolution: {integrity: sha512-SGpmoOLGNxZofpTOk6Lxb2ewaoz5wMi93AFYuuJB04HTVcngEK+baNeUZ2D/xewrqNIJoMY6f5maUjVfIIBPUA==} - '@module-federation/runtime-core@0.21.6': resolution: {integrity: sha512-5Hd1Y5qp5lU/aTiK66lidMlM/4ji2gr3EXAtJdreJzkY+bKcI5+21GRcliZ4RAkICmvdxQU5PHPL71XmNc7Lsw==} '@module-federation/runtime-tools@0.21.1': resolution: {integrity: sha512-uQmammw3Osg8370yiRqZwKo7eA5zkyml9pAX9x4oS9QAkEBvQpDogERlF9f7gAgcP2P3v+xLg3/bCdquD0gt8A==} - '@module-federation/runtime-tools@0.21.4': - resolution: {integrity: sha512-RzFKaL0DIjSmkn76KZRfzfB6dD07cvID84950jlNQgdyoQFUGkqD80L6rIpVCJTY/R7LzR3aQjHnoqmq4JPo3w==} - '@module-federation/runtime-tools@0.21.6': resolution: {integrity: sha512-fnP+ZOZTFeBGiTAnxve+axGmiYn2D60h86nUISXjXClK3LUY1krUfPgf6MaD4YDJ4i51OGXZWPekeMe16pkd8Q==} '@module-federation/runtime@0.21.1': resolution: {integrity: sha512-sfBrP0gEPwXPEiREVKVd0IjEWXtr3G/i7EUZVWTt4D491nNpswog/kuKFatGmhcBb+9uD5v9rxFgmIbgL9njnQ==} - '@module-federation/runtime@0.21.4': - resolution: {integrity: sha512-wgvGqryurVEvkicufJmTG0ZehynCeNLklv8kIk5BLIsWYSddZAE+xe4xov1kgH5fIJQAoQNkRauFFjVNlHoAkA==} - '@module-federation/runtime@0.21.6': resolution: {integrity: sha512-+caXwaQqwTNh+CQqyb4mZmXq7iEemRDrTZQGD+zyeH454JAYnJ3s/3oDFizdH6245pk+NiqDyOOkHzzFQorKhQ==} '@module-federation/sdk@0.21.1': resolution: {integrity: sha512-1cHMrmCCao3NMFM4BkA0GDt4rbYbyneHct5E4z68cu5UBUnI3L/UboP5VNM8lkYMO1nCR8M0FcLkLhK35Nt48A==} - '@module-federation/sdk@0.21.4': - resolution: {integrity: sha512-tzvhOh/oAfX++6zCDDxuvioHY4Jurf8vcfoCbKFxusjmyKr32GPbwFDazUP+OPhYCc3dvaa9oWU6X/qpUBLfJw==} - '@module-federation/sdk@0.21.6': resolution: {integrity: sha512-x6hARETb8iqHVhEsQBysuWpznNZViUh84qV2yE7AD+g7uIzHKiYdoWqj10posbo5XKf/147qgWDzKZoKoEP2dw==} @@ -2455,9 +2432,6 @@ packages: '@module-federation/webpack-bundler-runtime@0.21.1': resolution: {integrity: sha512-yyXX6ugTV07pMxMzAHt6/JDwblS3f1NDyUI7l44CyYgXpl2ItEEUs5aj5h/5xU1c9Px7M//KkY3qW+InW4tR/A==} - '@module-federation/webpack-bundler-runtime@0.21.4': - resolution: {integrity: sha512-dusmR3uPnQh9u9ChQo3M+GLOuGFthfvnh7WitF/a1eoeTfRmXqnMFsXtZCUK+f/uXf+64874Zj/bhAgbBcVHZA==} - '@module-federation/webpack-bundler-runtime@0.21.6': resolution: {integrity: sha512-7zIp3LrcWbhGuFDTUMLJ2FJvcwjlddqhWGxi/MW3ur1a+HaO8v5tF2nl+vElKmbG1DFLU/52l3PElVcWf/YcsQ==} @@ -2503,25 +2477,21 @@ packages: resolution: {integrity: sha512-wgpPaTpQKl+cCkSuE5zamTVrg14mRvT+bLAeN/yHSUgMztvGxwl3Ll+K9DgEcktBo1PLECTWNkVaW8IAsJm4Rg==} cpu: [arm64] os: [linux] - libc: [glibc] '@nx/nx-linux-arm64-musl@22.1.3': resolution: {integrity: sha512-o9XmQehSPR2y0RD4evD+Ob3lNFuwsFOL5upVJqZ3rcE6GkJIFPg8SwEP5FaRIS5MwS04fxnek20NZ18BHjjV/g==} cpu: [arm64] os: [linux] - libc: [musl] '@nx/nx-linux-x64-gnu@22.1.3': resolution: {integrity: sha512-ekcinyDNTa2huVe02T2SFMR8oArohozRbMGO19zftbObXXI4dLdoAuLNb3vK9Pe4vYOpkhfxBVkZvcWMmx7JdA==} cpu: [x64] os: [linux] - libc: [glibc] '@nx/nx-linux-x64-musl@22.1.3': resolution: {integrity: sha512-CqpRIJeIgELCqIgjtSsYnnLi6G0uqjbp/Pw9d7w4im4/NmJXqaE9gxpdHA1eowXLgAy9W1LkfzCPS8Q2IScPuQ==} cpu: [x64] os: [linux] - libc: [musl] '@nx/nx-win32-arm64-msvc@22.1.3': resolution: {integrity: sha512-YbuWb8KQsAR9G0+7b4HA16GV962/VWtRcdS7WY2yaScmPT2W5rObl528Y2j4DuB0j/MVZj12qJKrYfUyjL+UJA==} @@ -2566,42 +2536,36 @@ packages: engines: {node: '>= 10.0.0'} cpu: [arm] os: [linux] - libc: [glibc] '@parcel/watcher-linux-arm-musl@2.5.1': resolution: {integrity: sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==} engines: {node: '>= 10.0.0'} cpu: [arm] os: [linux] - libc: [musl] '@parcel/watcher-linux-arm64-glibc@2.5.1': resolution: {integrity: sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] - libc: [glibc] '@parcel/watcher-linux-arm64-musl@2.5.1': resolution: {integrity: sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] - libc: [musl] '@parcel/watcher-linux-x64-glibc@2.5.1': resolution: {integrity: sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] - libc: [glibc] '@parcel/watcher-linux-x64-musl@2.5.1': resolution: {integrity: sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] - libc: [musl] '@parcel/watcher-win32-arm64@2.5.1': resolution: {integrity: sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==} @@ -2711,67 +2675,56 @@ packages: resolution: {integrity: sha512-PsNAbcyv9CcecAUagQefwX8fQn9LQ4nZkpDboBOttmyffnInRy8R8dSg6hxxl2Re5QhHBf6FYIDhIj5v982ATQ==} cpu: [arm] os: [linux] - libc: [glibc] '@rollup/rollup-linux-arm-musleabihf@4.52.5': resolution: {integrity: sha512-Fw4tysRutyQc/wwkmcyoqFtJhh0u31K+Q6jYjeicsGJJ7bbEq8LwPWV/w0cnzOqR2m694/Af6hpFayLJZkG2VQ==} cpu: [arm] os: [linux] - libc: [musl] '@rollup/rollup-linux-arm64-gnu@4.52.5': resolution: {integrity: sha512-a+3wVnAYdQClOTlyapKmyI6BLPAFYs0JM8HRpgYZQO02rMR09ZcV9LbQB+NL6sljzG38869YqThrRnfPMCDtZg==} cpu: [arm64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-arm64-musl@4.52.5': resolution: {integrity: sha512-AvttBOMwO9Pcuuf7m9PkC1PUIKsfaAJ4AYhy944qeTJgQOqJYJ9oVl2nYgY7Rk0mkbsuOpCAYSs6wLYB2Xiw0Q==} cpu: [arm64] os: [linux] - libc: [musl] '@rollup/rollup-linux-loong64-gnu@4.52.5': resolution: {integrity: sha512-DkDk8pmXQV2wVrF6oq5tONK6UHLz/XcEVow4JTTerdeV1uqPeHxwcg7aFsfnSm9L+OO8WJsWotKM2JJPMWrQtA==} cpu: [loong64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-ppc64-gnu@4.52.5': resolution: {integrity: sha512-W/b9ZN/U9+hPQVvlGwjzi+Wy4xdoH2I8EjaCkMvzpI7wJUs8sWJ03Rq96jRnHkSrcHTpQe8h5Tg3ZzUPGauvAw==} cpu: [ppc64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-riscv64-gnu@4.52.5': resolution: {integrity: sha512-sjQLr9BW7R/ZiXnQiWPkErNfLMkkWIoCz7YMn27HldKsADEKa5WYdobaa1hmN6slu9oWQbB6/jFpJ+P2IkVrmw==} cpu: [riscv64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-riscv64-musl@4.52.5': resolution: {integrity: sha512-hq3jU/kGyjXWTvAh2awn8oHroCbrPm8JqM7RUpKjalIRWWXE01CQOf/tUNWNHjmbMHg/hmNCwc/Pz3k1T/j/Lg==} cpu: [riscv64] os: [linux] - libc: [musl] '@rollup/rollup-linux-s390x-gnu@4.52.5': resolution: {integrity: sha512-gn8kHOrku8D4NGHMK1Y7NA7INQTRdVOntt1OCYypZPRt6skGbddska44K8iocdpxHTMMNui5oH4elPH4QOLrFQ==} cpu: [s390x] os: [linux] - libc: [glibc] '@rollup/rollup-linux-x64-gnu@4.52.5': resolution: {integrity: sha512-hXGLYpdhiNElzN770+H2nlx+jRog8TyynpTVzdlc6bndktjKWyZyiCsuDAlpd+j+W+WNqfcyAWz9HxxIGfZm1Q==} cpu: [x64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-x64-musl@4.52.5': resolution: {integrity: sha512-arCGIcuNKjBoKAXD+y7XomR9gY6Mw7HnFBv5Rw7wQRvwYLR7gBAgV7Mb2QTyjXfTveBNFAtPt46/36vV9STLNg==} cpu: [x64] os: [linux] - libc: [musl] '@rollup/rollup-openharmony-arm64@4.52.5': resolution: {integrity: sha512-QoFqB6+/9Rly/RiPjaomPLmR/13cgkIGfA40LHly9zcH1S0bN2HVFYk3a1eAyHQyjs3ZJYlXvIGtcCs5tko9Cw==} @@ -2803,8 +2756,8 @@ packages: engines: {node: '>=18.12.0'} hasBin: true - '@rsbuild/core@1.6.10': - resolution: {integrity: sha512-gAdI+H/xUsuEQikKlFUsxbr2f3uXfLU+3Z73wdcaQcNcvfmS3K+6vMyNYn6UFuCL5LPtXG9lwgc8cycToHgm5g==} + '@rsbuild/core@1.6.12': + resolution: {integrity: sha512-gHwDfAMMgK2Zu9JgiekX949F262g6yYY+/ZLTIaMXHZmqYLAgsu0XOeVogpfQa045xcnwcQfpieiB9zgukJSgw==} engines: {node: '>=18.12.0'} hasBin: true @@ -2940,8 +2893,8 @@ packages: cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-arm64@1.6.5': - resolution: {integrity: sha512-DaAJTlaenqZIqFqIYcitn0SzjJ7WpC9234JpiSDZdRyXii9qJJiToVwxSPY/CmkrP0201+aC4pzN4tI9T0Ummw==} + '@rspack/binding-darwin-arm64@1.6.6': + resolution: {integrity: sha512-vGVDP0rlWa2w/gLba/sncVfkCah0HmhdmK5vGj/7sSX0iViwQneA2xjxDHyCNSQrvfq9GJmj4Kmdq/9tGh0KuA==} cpu: [arm64] os: [darwin] @@ -2950,8 +2903,8 @@ packages: cpu: [x64] os: [darwin] - '@rspack/binding-darwin-x64@1.6.5': - resolution: {integrity: sha512-fPVfp7W/GMbHayb5hbefiMI30JxlsqPexOItHGtufHmTCrNne1aHmApspyUZIUUxG36oDRHuGPnfh+IQbHR6+g==} + '@rspack/binding-darwin-x64@1.6.6': + resolution: {integrity: sha512-IcdEG2kOmbPPO70Zl7gDnowDjK7d7C1hWew2vU7dPltr2t1JalRIMnS051lhiur0ULkSxV3cW1zXqv0Oi8AnOg==} cpu: [x64] os: [darwin] @@ -2959,56 +2912,48 @@ packages: resolution: {integrity: sha512-UyUoh5RXHTWCktqPVnqoc5rwlWyLkWqGu6ga+iyJHDxdxlrHFfwJnTSnCd4y8cRadf7CrmjHElxE61GU3WCYhw==} cpu: [arm64] os: [linux] - libc: [glibc] - '@rspack/binding-linux-arm64-gnu@1.6.5': - resolution: {integrity: sha512-K68YDoV2e4s+nlrKZxgF0HehiiRwOAGgZFUwJNRMZ7MUrTGMNlPTJlM+bNdaCjDb6GFxBVFcNwIa1sU+0tF1zg==} + '@rspack/binding-linux-arm64-gnu@1.6.6': + resolution: {integrity: sha512-rIguCCtlTcwoFlwheDiUgdImk27spuCRn43zGJogARpM/ZYRFKIuSwFDGUtJT2g0TSLUAHUhWAUqC36NwvrbMQ==} cpu: [arm64] os: [linux] - libc: [glibc] '@rspack/binding-linux-arm64-musl@1.6.0-beta.1': resolution: {integrity: sha512-JAXVKHQieN4Ruvs7MstvsPUtRBSAROqJ0abCh4rXdV+FzncKp/ZkdfjQploDhBWtWfU8rPvIjaxeZcPfHMI5/A==} cpu: [arm64] os: [linux] - libc: [musl] - '@rspack/binding-linux-arm64-musl@1.6.5': - resolution: {integrity: sha512-JPtxFBOq7RRmBIwpdGIStf8iyCILehDsjQtEB0Kkhtm7TsAkVGwtC41GLcNuPxcQBKqNDmD8cy3yLYhXadH2CQ==} + '@rspack/binding-linux-arm64-musl@1.6.6': + resolution: {integrity: sha512-x6X6Gr0fUw6qrJGxZt3Rb6oIX+jd9pdcyp0VbtofcLaqGVQbzustYsYnuLATPOys0q4J/4kWnmEhkjLJHwkhpQ==} cpu: [arm64] os: [linux] - libc: [musl] '@rspack/binding-linux-x64-gnu@1.6.0-beta.1': resolution: {integrity: sha512-LqAos71CJS5/V4knX9T7T68oGz0XPRZ2IJmI3jEByRlNcyZdxYeQ7Dw09JO9Y5Xj0T+0cudOeL2MxHcD3gTF/w==} cpu: [x64] os: [linux] - libc: [glibc] - '@rspack/binding-linux-x64-gnu@1.6.5': - resolution: {integrity: sha512-oh4ZNo2HtizZ/E6UK3BEONu20h8VVBw9GAXuWmo1u22cJSihzg+WfRNCMjRDil82LqSsyAgBwnU+dEjEYGKyAA==} + '@rspack/binding-linux-x64-gnu@1.6.6': + resolution: {integrity: sha512-gSlVdASszWHosQKn+nzYOInBijdQboUnmNMGgW9/PijVg3433IvQjzviUuJFno8CMGgrACV9yw+ZFDuK0J57VA==} cpu: [x64] os: [linux] - libc: [glibc] '@rspack/binding-linux-x64-musl@1.6.0-beta.1': resolution: {integrity: sha512-E4dRMzIHYaoYkgmDTFLrgnGtdspbAuVbLfaPF9AWW5YkQn52obGAgbbNb1wi1JJ5f29nTBoLauYCucEO5IGFvA==} cpu: [x64] os: [linux] - libc: [musl] - '@rspack/binding-linux-x64-musl@1.6.5': - resolution: {integrity: sha512-8Xebp5bvPJqjifpkFEAX5nUvoU2JvbMU3gwAkEovRRuvooCXnVT2tqkUBjkR3AhivAGgAxAr9hRzUUz/6QWt3Q==} + '@rspack/binding-linux-x64-musl@1.6.6': + resolution: {integrity: sha512-TZaqVkh7memsTK/hxkOBrbpdzbmBUMea1YnYt++7QjMgco1kWFvAQ+YhAWtIaOaEg8s6C07Lt0Zp8izM2Dja0g==} cpu: [x64] os: [linux] - libc: [musl] '@rspack/binding-wasm32-wasi@1.6.0-beta.1': resolution: {integrity: sha512-PaKEjXOkYprSFlgdgVm/P3pv2E8nAQx9WSGgPmMVIAtxo3Cyz0wwFf0f1Bp9wCw0KkIWgi+9lz8oXNkgKZilug==} cpu: [wasm32] - '@rspack/binding-wasm32-wasi@1.6.5': - resolution: {integrity: sha512-oINZNqzTxM+9dSUOjAORodHXYoJYzXvpaHI2U6ecEmoWaBCs+x3V3Po8DhpNFBwotB+jGlcoVhEHjpg5uaO6pw==} + '@rspack/binding-wasm32-wasi@1.6.6': + resolution: {integrity: sha512-W4mWdlLnYrbUaktyHOGNfATblxMTbgF7CBfDw8PhbDtjd2l8e/TnaHgIDkwITHXAOMEF/QEKfo9FtusbcQJNKw==} cpu: [wasm32] '@rspack/binding-win32-arm64-msvc@1.6.0-beta.1': @@ -3016,8 +2961,8 @@ packages: cpu: [arm64] os: [win32] - '@rspack/binding-win32-arm64-msvc@1.6.5': - resolution: {integrity: sha512-UUmep2ayuZxWPdrzkrzAFxVgYUWTB82pa9bkAGyeDO9SNkz8vTpdtbDaTvAzjFb8Pn+ErktDEDBKT57FLjxwxQ==} + '@rspack/binding-win32-arm64-msvc@1.6.6': + resolution: {integrity: sha512-cw5OgxqoDwjoZlk0L3vGEwcjPZsOVFYLwr2ssiC05rsTbhBwxj8coLpAJdvUvbf6C2TTmCB7iPe2sPq1KWD37g==} cpu: [arm64] os: [win32] @@ -3026,8 +2971,8 @@ packages: cpu: [ia32] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.6.5': - resolution: {integrity: sha512-7nx+mMimpmCMstcW7nsyToXy5TK7N+YGPu2W/oioX7qv9ZCuJGTddjzLS84wN8DVrNIirg4mcxpBsmOQMZeHQA==} + '@rspack/binding-win32-ia32-msvc@1.6.6': + resolution: {integrity: sha512-M4ruR+VZ59iy+mPjy6FQPT27cOgeytf3wFBrt7e0suKeNLYGxrNyI9YhgpCTY++SMJsAMgRLGDHoI3ZgWulw1Q==} cpu: [ia32] os: [win32] @@ -3036,16 +2981,16 @@ packages: cpu: [x64] os: [win32] - '@rspack/binding-win32-x64-msvc@1.6.5': - resolution: {integrity: sha512-pzO7rYFu6f6stgSccolZHiXGTTwKrIGHHNV1ALY1xPRmQEdbHcbMwadeaG99JL2lRLve9iNI+Z9Pr3oDVRN46g==} + '@rspack/binding-win32-x64-msvc@1.6.6': + resolution: {integrity: sha512-q5QTvdhPUh+CA93cQG5zWKRIHMIWPzw+ftFDEwBw52zYdvNAoLniqD8o5Mi8CT0pndhulXgR5aw0Sjd3eMah+A==} cpu: [x64] os: [win32] '@rspack/binding@1.6.0-beta.1': resolution: {integrity: sha512-r3L60ekkDLM5qoRjCMrqsgwU9SQ5e8oA/Omltu/FEEUspIVHawPvAqNZvAXnGB+FoNxM8YgdRRh12PAwXJww0A==} - '@rspack/binding@1.6.5': - resolution: {integrity: sha512-FzYsr5vdjaVQIlDTxZFlISOQGxl/4grpF2BeiNy60Fpw9eeADeXk55DVacbXPqpiz7Doj6cyhEyMszQOvihrqQ==} + '@rspack/binding@1.6.6': + resolution: {integrity: sha512-noiV+qhyBTVpvG2M4bnOwKk2Ynl6G47Wf7wpCjPCFr87qr3txNwTTnhkEJEU59yj+VvIhbRD2rf5+9TLoT0Wxg==} '@rspack/core@1.6.0-beta.1': resolution: {integrity: sha512-2ff8XWonPPHyQ6mEWogMspg+Sul3lXZUfNQVrbYSjfNpi8CeDV0/ZtRbHHbAXiy6pz5fvBFL6X+i/ATckjTYBw==} @@ -3056,8 +3001,8 @@ packages: '@swc/helpers': optional: true - '@rspack/core@1.6.5': - resolution: {integrity: sha512-AqaOMA6MTNhqMYYwrhvPA+2uS662SkAi8Rb7B/IFOzh/Z5ooyczL4lUX+qyhAO3ymn50iwM4jikQCf9XfBiaQA==} + '@rspack/core@1.6.6': + resolution: {integrity: sha512-2mR+2YBydlgZ7Q0Rpd6bCC3MBnV9TS0x857K0zIhbDj4BQOqaWVy1n7fx/B3MrS8TR0QCuzKfyDAjNz+XTyJVQ==} engines: {node: '>=18.12.0'} peerDependencies: '@swc/helpers': '>=0.5.1' @@ -3477,28 +3422,24 @@ packages: engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [glibc] '@tailwindcss/oxide-linux-arm64-musl@4.1.17': resolution: {integrity: sha512-HvZLfGr42i5anKtIeQzxdkw/wPqIbpeZqe7vd3V9vI3RQxe3xU1fLjss0TjyhxWcBaipk7NYwSrwTwK1hJARMg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [musl] '@tailwindcss/oxide-linux-x64-gnu@4.1.17': resolution: {integrity: sha512-M3XZuORCGB7VPOEDH+nzpJ21XPvK5PyjlkSFkFziNHGLc5d6g3di2McAAblmaSUNl8IOmzYwLx9NsE7bplNkwQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [glibc] '@tailwindcss/oxide-linux-x64-musl@4.1.17': resolution: {integrity: sha512-k7f+pf9eXLEey4pBlw+8dgfJHY4PZ5qOUFDyNf7SI6lHjQ9Zt7+NcscjpwdCEbYi6FI5c2KDTDWyf2iHcCSyyQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [musl] '@tailwindcss/oxide-wasm32-wasi@4.1.17': resolution: {integrity: sha512-cEytGqSSoy7zK4JRWiTCx43FsKP/zGr0CsuMawhH67ONlH+T79VteQeJQRO/X7L0juEUA8ZyuYikcRBf0vsxhg==} @@ -5556,28 +5497,24 @@ packages: engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - libc: [glibc] lightningcss-linux-arm64-musl@1.30.2: resolution: {integrity: sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - libc: [musl] lightningcss-linux-x64-gnu@1.30.2: resolution: {integrity: sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - libc: [glibc] lightningcss-linux-x64-musl@1.30.2: resolution: {integrity: sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - libc: [musl] lightningcss-win32-arm64-msvc@1.30.2: resolution: {integrity: sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==} @@ -6865,56 +6802,48 @@ packages: engines: {node: '>=14.0.0'} cpu: [arm64] os: [linux] - libc: glibc sass-embedded-linux-arm@1.90.0: resolution: {integrity: sha512-FeBxI5Q2HvM3CCadcEcQgvWbDPVs2YEF0PZ87fbAVTCG8dV+iNnQreSz7GRJroknpvbRhm5t2gedvcgmTnPb2Q==} engines: {node: '>=14.0.0'} cpu: [arm] os: [linux] - libc: glibc sass-embedded-linux-musl-arm64@1.90.0: resolution: {integrity: sha512-xLH7+PFq763MoEm3vI7hQk5E+nStiLWbijHEYW/tEtCbcQIphgzSkDItEezxXew3dU4EJ1jqrBUySPdoXFLqWA==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [linux] - libc: musl sass-embedded-linux-musl-arm@1.90.0: resolution: {integrity: sha512-EB2z0fUXdUdvSoddf4DzdZQkD/xyreD72gwAi8YScgUvR4HMXI7bLcK/n78Rft6OnqvV8090hjC8FsLDo3x5xQ==} engines: {node: '>=14.0.0'} cpu: [arm] os: [linux] - libc: musl sass-embedded-linux-musl-riscv64@1.90.0: resolution: {integrity: sha512-L21UkOgnSrD+ERF+jo1IWneGv40t0ap9+3cI+wZWYhQS5MkxponhT9QaNU57JEDJwB9mOl01LVw14opz4SN+VQ==} engines: {node: '>=14.0.0'} cpu: [riscv64] os: [linux] - libc: musl sass-embedded-linux-musl-x64@1.90.0: resolution: {integrity: sha512-NeAycQlsdhFdnIeSmRmScYUyCd+uE+x15NLFunbF8M0PgCKurrUhaxgGKSuBbaK56FpxarKOHCqcOrWbemIGzQ==} engines: {node: '>=14.0.0'} cpu: [x64] os: [linux] - libc: musl sass-embedded-linux-riscv64@1.90.0: resolution: {integrity: sha512-lJopaQhW8S+kaQ61vMqq3c+bOurcf9RdZf2EmzQYpc2y1vT5cWfRNrRkbAgO/23IQxsk/fq3UIUnsjnyQmi6MA==} engines: {node: '>=14.0.0'} cpu: [riscv64] os: [linux] - libc: glibc sass-embedded-linux-x64@1.90.0: resolution: {integrity: sha512-Cc061gBfMPwH9rN7neQaH36cvOQC+dFMSGIeX5qUOhrEL4Ng51iqBV6aI4RIB1jCFGth6eDydVRN1VdV9qom8A==} engines: {node: '>=14.0.0'} cpu: [x64] os: [linux] - libc: glibc sass-embedded-unknown-all@1.90.0: resolution: {integrity: sha512-DBGzHVCJDqtjTHZFohush9YTxd4ZxhIygIRTNRXnA0359woF9Z8AS7/YxfzwkqrTX5durSJa6ZamGFYVLoRphQ==} @@ -8982,7 +8911,7 @@ snapshots: - supports-color - utf-8-validate - '@module-federation/enhanced@0.21.6(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3))': + '@module-federation/enhanced@0.21.6(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3))': dependencies: '@module-federation/bridge-react-webpack-plugin': 0.21.6 '@module-federation/cli': 0.21.6(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) @@ -8992,7 +8921,7 @@ snapshots: '@module-federation/inject-external-runtime-core-plugin': 0.21.6(@module-federation/runtime-tools@0.21.6) '@module-federation/managers': 0.21.6 '@module-federation/manifest': 0.21.6(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) - '@module-federation/rspack': 0.21.6(@rspack/core@1.6.5(@swc/helpers@0.5.17))(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) + '@module-federation/rspack': 0.21.6(@rspack/core@1.6.6(@swc/helpers@0.5.17))(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) '@module-federation/runtime-tools': 0.21.6 '@module-federation/sdk': 0.21.6 btoa: 1.2.1 @@ -9012,8 +8941,6 @@ snapshots: '@module-federation/error-codes@0.21.1': {} - '@module-federation/error-codes@0.21.4': {} - '@module-federation/error-codes@0.21.6': {} '@module-federation/inject-external-runtime-core-plugin@0.21.6(@module-federation/runtime-tools@0.21.6)': @@ -9041,9 +8968,9 @@ snapshots: - utf-8-validate - vue-tsc - '@module-federation/node@2.7.25(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3))': + '@module-federation/node@2.7.25(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3))': dependencies: - '@module-federation/enhanced': 0.21.6(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) + '@module-federation/enhanced': 0.21.6(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) '@module-federation/runtime': 0.21.6 '@module-federation/sdk': 0.21.6 btoa: 1.2.1 @@ -9061,14 +8988,14 @@ snapshots: - utf-8-validate - vue-tsc - '@module-federation/rsbuild-plugin@0.21.6(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3))': + '@module-federation/rsbuild-plugin@0.21.6(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3))': dependencies: - '@module-federation/enhanced': 0.21.6(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) - '@module-federation/node': 2.7.25(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) + '@module-federation/enhanced': 0.21.6(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) + '@module-federation/node': 2.7.25(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) '@module-federation/sdk': 0.21.6 fs-extra: 11.3.0 optionalDependencies: - '@rsbuild/core': 1.6.10 + '@rsbuild/core': 1.6.12 transitivePeerDependencies: - '@rspack/core' - bufferutil @@ -9082,7 +9009,7 @@ snapshots: - vue-tsc - webpack - '@module-federation/rspack@0.21.6(@rspack/core@1.6.5(@swc/helpers@0.5.17))(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3))': + '@module-federation/rspack@0.21.6(@rspack/core@1.6.6(@swc/helpers@0.5.17))(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3))': dependencies: '@module-federation/bridge-react-webpack-plugin': 0.21.6 '@module-federation/dts-plugin': 0.21.6(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) @@ -9091,7 +9018,7 @@ snapshots: '@module-federation/manifest': 0.21.6(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) '@module-federation/runtime-tools': 0.21.6 '@module-federation/sdk': 0.21.6 - '@rspack/core': 1.6.5(@swc/helpers@0.5.17) + '@rspack/core': 1.6.6(@swc/helpers@0.5.17) btoa: 1.2.1 optionalDependencies: typescript: 5.9.3 @@ -9107,11 +9034,6 @@ snapshots: '@module-federation/error-codes': 0.21.1 '@module-federation/sdk': 0.21.1 - '@module-federation/runtime-core@0.21.4': - dependencies: - '@module-federation/error-codes': 0.21.4 - '@module-federation/sdk': 0.21.4 - '@module-federation/runtime-core@0.21.6': dependencies: '@module-federation/error-codes': 0.21.6 @@ -9122,11 +9044,6 @@ snapshots: '@module-federation/runtime': 0.21.1 '@module-federation/webpack-bundler-runtime': 0.21.1 - '@module-federation/runtime-tools@0.21.4': - dependencies: - '@module-federation/runtime': 0.21.4 - '@module-federation/webpack-bundler-runtime': 0.21.4 - '@module-federation/runtime-tools@0.21.6': dependencies: '@module-federation/runtime': 0.21.6 @@ -9138,12 +9055,6 @@ snapshots: '@module-federation/runtime-core': 0.21.1 '@module-federation/sdk': 0.21.1 - '@module-federation/runtime@0.21.4': - dependencies: - '@module-federation/error-codes': 0.21.4 - '@module-federation/runtime-core': 0.21.4 - '@module-federation/sdk': 0.21.4 - '@module-federation/runtime@0.21.6': dependencies: '@module-federation/error-codes': 0.21.6 @@ -9152,16 +9063,14 @@ snapshots: '@module-federation/sdk@0.21.1': {} - '@module-federation/sdk@0.21.4': {} - '@module-federation/sdk@0.21.6': {} - '@module-federation/storybook-addon@5.0.1(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3))(webpack-virtual-modules@0.6.2)': + '@module-federation/storybook-addon@5.0.1(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3))(webpack-virtual-modules@0.6.2)': dependencies: - '@module-federation/enhanced': 0.21.6(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) + '@module-federation/enhanced': 0.21.6(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3)) '@module-federation/sdk': 0.21.6 optionalDependencies: - '@rsbuild/core': 1.6.10 + '@rsbuild/core': 1.6.12 webpack-virtual-modules: 0.6.2 transitivePeerDependencies: - '@rspack/core' @@ -9185,11 +9094,6 @@ snapshots: '@module-federation/runtime': 0.21.1 '@module-federation/sdk': 0.21.1 - '@module-federation/webpack-bundler-runtime@0.21.4': - dependencies: - '@module-federation/runtime': 0.21.4 - '@module-federation/sdk': 0.21.4 - '@module-federation/webpack-bundler-runtime@0.21.6': dependencies: '@module-federation/runtime': 0.21.6 @@ -9427,21 +9331,21 @@ snapshots: core-js: 3.46.0 jiti: 2.6.1 - '@rsbuild/core@1.6.10': + '@rsbuild/core@1.6.12': dependencies: - '@rspack/core': 1.6.5(@swc/helpers@0.5.17) + '@rspack/core': 1.6.6(@swc/helpers@0.5.17) '@rspack/lite-tapable': 1.1.0 '@swc/helpers': 0.5.17 core-js: 3.47.0 jiti: 2.6.1 - '@rsbuild/plugin-babel@1.0.6(@rsbuild/core@1.6.10)': + '@rsbuild/plugin-babel@1.0.6(@rsbuild/core@1.6.12)': dependencies: '@babel/core': 7.28.0 '@babel/plugin-proposal-decorators': 7.28.0(@babel/core@7.28.0) '@babel/plugin-transform-class-properties': 7.27.1(@babel/core@7.28.0) '@babel/preset-typescript': 7.27.1(@babel/core@7.28.0) - '@rsbuild/core': 1.6.10 + '@rsbuild/core': 1.6.12 '@types/babel__core': 7.20.5 deepmerge: 4.3.1 reduce-configs: 1.1.1 @@ -9449,13 +9353,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@rsbuild/plugin-less@1.5.0(@rsbuild/core@1.6.10)': + '@rsbuild/plugin-less@1.5.0(@rsbuild/core@1.6.12)': dependencies: - '@rsbuild/core': 1.6.10 + '@rsbuild/core': 1.6.12 deepmerge: 4.3.1 reduce-configs: 1.1.1 - '@rsbuild/plugin-node-polyfill@1.4.2(@rsbuild/core@1.6.10)': + '@rsbuild/plugin-node-polyfill@1.4.2(@rsbuild/core@1.6.12)': dependencies: assert: 2.1.0 browserify-zlib: 0.2.0 @@ -9481,39 +9385,39 @@ snapshots: util: 0.12.5 vm-browserify: 1.1.2 optionalDependencies: - '@rsbuild/core': 1.6.10 + '@rsbuild/core': 1.6.12 - '@rsbuild/plugin-preact@1.6.0(@rsbuild/core@1.6.10)(preact@10.27.2)': + '@rsbuild/plugin-preact@1.6.0(@rsbuild/core@1.6.12)(preact@10.27.2)': dependencies: '@prefresh/core': 1.5.8(preact@10.27.2) '@prefresh/utils': 1.2.1 - '@rsbuild/core': 1.6.10 + '@rsbuild/core': 1.6.12 '@rspack/plugin-preact-refresh': 1.1.4(@prefresh/core@1.5.8(preact@10.27.2))(@prefresh/utils@1.2.1) '@swc/plugin-prefresh': 10.0.0 transitivePeerDependencies: - preact - '@rsbuild/plugin-react@1.4.2(@rsbuild/core@1.6.10)': + '@rsbuild/plugin-react@1.4.2(@rsbuild/core@1.6.12)': dependencies: - '@rsbuild/core': 1.6.10 + '@rsbuild/core': 1.6.12 '@rspack/plugin-react-refresh': 1.5.3(react-refresh@0.18.0) react-refresh: 0.18.0 transitivePeerDependencies: - webpack-hot-middleware - '@rsbuild/plugin-sass@1.4.0(@rsbuild/core@1.6.10)': + '@rsbuild/plugin-sass@1.4.0(@rsbuild/core@1.6.12)': dependencies: - '@rsbuild/core': 1.6.10 + '@rsbuild/core': 1.6.12 deepmerge: 4.3.1 loader-utils: 2.0.4 postcss: 8.5.6 reduce-configs: 1.1.1 sass-embedded: 1.90.0 - '@rsbuild/plugin-solid@1.0.6(@babel/core@7.28.0)(@rsbuild/core@1.6.10)(solid-js@1.9.10)': + '@rsbuild/plugin-solid@1.0.6(@babel/core@7.28.0)(@rsbuild/core@1.6.12)(solid-js@1.9.10)': dependencies: - '@rsbuild/core': 1.6.10 - '@rsbuild/plugin-babel': 1.0.6(@rsbuild/core@1.6.10) + '@rsbuild/core': 1.6.12 + '@rsbuild/plugin-babel': 1.0.6(@rsbuild/core@1.6.12) babel-preset-solid: 1.9.6(@babel/core@7.28.0) solid-refresh: 0.6.3(solid-js@1.9.10) transitivePeerDependencies: @@ -9521,22 +9425,22 @@ snapshots: - solid-js - supports-color - '@rsbuild/plugin-stylus@1.2.0(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17))': + '@rsbuild/plugin-stylus@1.2.0(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17))': dependencies: - '@rsbuild/core': 1.6.10 + '@rsbuild/core': 1.6.12 deepmerge: 4.3.1 reduce-configs: 1.1.1 stylus: 0.64.0 - stylus-loader: 8.1.2(@rspack/core@1.6.5(@swc/helpers@0.5.17))(stylus@0.64.0) + stylus-loader: 8.1.2(@rspack/core@1.6.6(@swc/helpers@0.5.17))(stylus@0.64.0) transitivePeerDependencies: - '@rspack/core' - supports-color - webpack - '@rsbuild/plugin-svgr@1.2.2(@rsbuild/core@1.6.10)(typescript@5.9.3)': + '@rsbuild/plugin-svgr@1.2.2(@rsbuild/core@1.6.12)(typescript@5.9.3)': dependencies: - '@rsbuild/core': 1.6.10 - '@rsbuild/plugin-react': 1.4.2(@rsbuild/core@1.6.10) + '@rsbuild/core': 1.6.12 + '@rsbuild/plugin-react': 1.4.2(@rsbuild/core@1.6.12) '@svgr/core': 8.1.0(typescript@5.9.3) '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.9.3)) '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0(typescript@5.9.3))(typescript@5.9.3) @@ -9547,36 +9451,36 @@ snapshots: - typescript - webpack-hot-middleware - '@rsbuild/plugin-toml@1.1.1(@rsbuild/core@1.6.10)': + '@rsbuild/plugin-toml@1.1.1(@rsbuild/core@1.6.12)': dependencies: toml: 3.0.0 optionalDependencies: - '@rsbuild/core': 1.6.10 + '@rsbuild/core': 1.6.12 - '@rsbuild/plugin-type-check@1.2.4(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17))(typescript@5.9.3)': + '@rsbuild/plugin-type-check@1.2.4(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(typescript@5.9.3)': dependencies: deepmerge: 4.3.1 json5: 2.2.3 reduce-configs: 1.1.1 - ts-checker-rspack-plugin: 1.1.5(@rspack/core@1.6.5(@swc/helpers@0.5.17))(typescript@5.9.3) + ts-checker-rspack-plugin: 1.1.5(@rspack/core@1.6.6(@swc/helpers@0.5.17))(typescript@5.9.3) optionalDependencies: - '@rsbuild/core': 1.6.10 + '@rsbuild/core': 1.6.12 transitivePeerDependencies: - '@rspack/core' - typescript - '@rsbuild/plugin-typed-css-modules@1.2.0(@rsbuild/core@1.6.10)': + '@rsbuild/plugin-typed-css-modules@1.2.0(@rsbuild/core@1.6.12)': optionalDependencies: - '@rsbuild/core': 1.6.10 + '@rsbuild/core': 1.6.12 - '@rsbuild/plugin-yaml@1.0.3(@rsbuild/core@1.6.10)': + '@rsbuild/plugin-yaml@1.0.3(@rsbuild/core@1.6.12)': optionalDependencies: - '@rsbuild/core': 1.6.10 + '@rsbuild/core': 1.6.12 '@rslib/core@0.18.2(@microsoft/api-extractor@7.55.1(@types/node@24.10.1))(@typescript/native-preview@7.0.0-dev.20251130.1)(typescript@5.9.3)': dependencies: - '@rsbuild/core': 1.6.10 - rsbuild-plugin-dts: 0.18.2(@microsoft/api-extractor@7.55.1(@types/node@24.10.1))(@rsbuild/core@1.6.10)(@typescript/native-preview@7.0.0-dev.20251130.1)(typescript@5.9.3) + '@rsbuild/core': 1.6.12 + rsbuild-plugin-dts: 0.18.2(@microsoft/api-extractor@7.55.1(@types/node@24.10.1))(@rsbuild/core@1.6.12)(@typescript/native-preview@7.0.0-dev.20251130.1)(typescript@5.9.3) optionalDependencies: '@microsoft/api-extractor': 7.55.1(@types/node@24.10.1) typescript: 5.9.3 @@ -9613,37 +9517,37 @@ snapshots: '@rspack/binding-darwin-arm64@1.6.0-beta.1': optional: true - '@rspack/binding-darwin-arm64@1.6.5': + '@rspack/binding-darwin-arm64@1.6.6': optional: true '@rspack/binding-darwin-x64@1.6.0-beta.1': optional: true - '@rspack/binding-darwin-x64@1.6.5': + '@rspack/binding-darwin-x64@1.6.6': optional: true '@rspack/binding-linux-arm64-gnu@1.6.0-beta.1': optional: true - '@rspack/binding-linux-arm64-gnu@1.6.5': + '@rspack/binding-linux-arm64-gnu@1.6.6': optional: true '@rspack/binding-linux-arm64-musl@1.6.0-beta.1': optional: true - '@rspack/binding-linux-arm64-musl@1.6.5': + '@rspack/binding-linux-arm64-musl@1.6.6': optional: true '@rspack/binding-linux-x64-gnu@1.6.0-beta.1': optional: true - '@rspack/binding-linux-x64-gnu@1.6.5': + '@rspack/binding-linux-x64-gnu@1.6.6': optional: true '@rspack/binding-linux-x64-musl@1.6.0-beta.1': optional: true - '@rspack/binding-linux-x64-musl@1.6.5': + '@rspack/binding-linux-x64-musl@1.6.6': optional: true '@rspack/binding-wasm32-wasi@1.6.0-beta.1': @@ -9651,7 +9555,7 @@ snapshots: '@napi-rs/wasm-runtime': 1.0.7 optional: true - '@rspack/binding-wasm32-wasi@1.6.5': + '@rspack/binding-wasm32-wasi@1.6.6': dependencies: '@napi-rs/wasm-runtime': 1.0.7 optional: true @@ -9659,19 +9563,19 @@ snapshots: '@rspack/binding-win32-arm64-msvc@1.6.0-beta.1': optional: true - '@rspack/binding-win32-arm64-msvc@1.6.5': + '@rspack/binding-win32-arm64-msvc@1.6.6': optional: true '@rspack/binding-win32-ia32-msvc@1.6.0-beta.1': optional: true - '@rspack/binding-win32-ia32-msvc@1.6.5': + '@rspack/binding-win32-ia32-msvc@1.6.6': optional: true '@rspack/binding-win32-x64-msvc@1.6.0-beta.1': optional: true - '@rspack/binding-win32-x64-msvc@1.6.5': + '@rspack/binding-win32-x64-msvc@1.6.6': optional: true '@rspack/binding@1.6.0-beta.1': @@ -9687,18 +9591,18 @@ snapshots: '@rspack/binding-win32-ia32-msvc': 1.6.0-beta.1 '@rspack/binding-win32-x64-msvc': 1.6.0-beta.1 - '@rspack/binding@1.6.5': + '@rspack/binding@1.6.6': optionalDependencies: - '@rspack/binding-darwin-arm64': 1.6.5 - '@rspack/binding-darwin-x64': 1.6.5 - '@rspack/binding-linux-arm64-gnu': 1.6.5 - '@rspack/binding-linux-arm64-musl': 1.6.5 - '@rspack/binding-linux-x64-gnu': 1.6.5 - '@rspack/binding-linux-x64-musl': 1.6.5 - '@rspack/binding-wasm32-wasi': 1.6.5 - '@rspack/binding-win32-arm64-msvc': 1.6.5 - '@rspack/binding-win32-ia32-msvc': 1.6.5 - '@rspack/binding-win32-x64-msvc': 1.6.5 + '@rspack/binding-darwin-arm64': 1.6.6 + '@rspack/binding-darwin-x64': 1.6.6 + '@rspack/binding-linux-arm64-gnu': 1.6.6 + '@rspack/binding-linux-arm64-musl': 1.6.6 + '@rspack/binding-linux-x64-gnu': 1.6.6 + '@rspack/binding-linux-x64-musl': 1.6.6 + '@rspack/binding-wasm32-wasi': 1.6.6 + '@rspack/binding-win32-arm64-msvc': 1.6.6 + '@rspack/binding-win32-ia32-msvc': 1.6.6 + '@rspack/binding-win32-x64-msvc': 1.6.6 '@rspack/core@1.6.0-beta.1(@swc/helpers@0.5.17)': dependencies: @@ -9708,10 +9612,10 @@ snapshots: optionalDependencies: '@swc/helpers': 0.5.17 - '@rspack/core@1.6.5(@swc/helpers@0.5.17)': + '@rspack/core@1.6.6(@swc/helpers@0.5.17)': dependencies: - '@module-federation/runtime-tools': 0.21.4 - '@rspack/binding': 1.6.5 + '@module-federation/runtime-tools': 0.21.6 + '@rspack/binding': 1.6.6 '@rspack/lite-tapable': 1.1.0 optionalDependencies: '@swc/helpers': 0.5.17 @@ -9735,8 +9639,8 @@ snapshots: dependencies: '@mdx-js/mdx': 3.1.1 '@mdx-js/react': 3.1.1(@types/react@19.2.7)(react@19.2.0) - '@rsbuild/core': 1.6.10 - '@rsbuild/plugin-react': 1.4.2(@rsbuild/core@1.6.10) + '@rsbuild/core': 1.6.12 + '@rsbuild/plugin-react': 1.4.2(@rsbuild/core@1.6.12) '@rspress/mdx-rs': 0.6.6 '@rspress/runtime': 2.0.0-rc.1 '@rspress/shared': 2.0.0-rc.1 @@ -9872,7 +9776,7 @@ snapshots: '@rspress/shared@2.0.0-rc.1': dependencies: - '@rsbuild/core': 1.6.10 + '@rsbuild/core': 1.6.12 '@shikijs/rehype': 3.12.2 gray-matter: 4.0.3 lodash-es: 4.17.21 @@ -14113,42 +14017,42 @@ snapshots: transitivePeerDependencies: - supports-color - rsbuild-plugin-dts@0.18.2(@microsoft/api-extractor@7.55.1(@types/node@24.10.1))(@rsbuild/core@1.6.10)(@typescript/native-preview@7.0.0-dev.20251130.1)(typescript@5.9.3): + rsbuild-plugin-dts@0.18.2(@microsoft/api-extractor@7.55.1(@types/node@24.10.1))(@rsbuild/core@1.6.12)(@typescript/native-preview@7.0.0-dev.20251130.1)(typescript@5.9.3): dependencies: '@ast-grep/napi': 0.37.0 - '@rsbuild/core': 1.6.10 + '@rsbuild/core': 1.6.12 optionalDependencies: '@microsoft/api-extractor': 7.55.1(@types/node@24.10.1) '@typescript/native-preview': 7.0.0-dev.20251130.1 typescript: 5.9.3 - rsbuild-plugin-google-analytics@1.0.4(@rsbuild/core@1.6.10): + rsbuild-plugin-google-analytics@1.0.4(@rsbuild/core@1.6.12): optionalDependencies: - '@rsbuild/core': 1.6.10 + '@rsbuild/core': 1.6.12 - rsbuild-plugin-html-minifier-terser@1.1.2(@rsbuild/core@1.6.10): + rsbuild-plugin-html-minifier-terser@1.1.2(@rsbuild/core@1.6.12): dependencies: '@types/html-minifier-terser': 7.0.2 html-minifier-terser: 7.2.0 optionalDependencies: - '@rsbuild/core': 1.6.10 + '@rsbuild/core': 1.6.12 - rsbuild-plugin-open-graph@1.1.0(@rsbuild/core@1.6.10): + rsbuild-plugin-open-graph@1.1.0(@rsbuild/core@1.6.12): optionalDependencies: - '@rsbuild/core': 1.6.10 + '@rsbuild/core': 1.6.12 - rsbuild-plugin-publint@0.3.3(@rsbuild/core@1.6.10): + rsbuild-plugin-publint@0.3.3(@rsbuild/core@1.6.12): dependencies: picocolors: 1.1.1 publint: 0.3.12 optionalDependencies: - '@rsbuild/core': 1.6.10 + '@rsbuild/core': 1.6.12 - rsbuild-plugin-unplugin-vue@0.1.0(@rsbuild/core@1.6.10)(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass-embedded@1.90.0)(sass@1.90.0)(stylus@0.64.0)(terser@5.44.0)(tsx@4.21.0)(vue@3.5.25(typescript@5.9.3))(yaml@2.6.1): + rsbuild-plugin-unplugin-vue@0.1.0(@rsbuild/core@1.6.12)(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass-embedded@1.90.0)(sass@1.90.0)(stylus@0.64.0)(terser@5.44.0)(tsx@4.21.0)(vue@3.5.25(typescript@5.9.3))(yaml@2.6.1): dependencies: unplugin-vue: 6.2.0(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass-embedded@1.90.0)(sass@1.90.0)(stylus@0.64.0)(terser@5.44.0)(tsx@4.21.0)(vue@3.5.25(typescript@5.9.3))(yaml@2.6.1) optionalDependencies: - '@rsbuild/core': 1.6.10 + '@rsbuild/core': 1.6.12 transitivePeerDependencies: - '@types/node' - jiti @@ -14525,18 +14429,18 @@ snapshots: stdin-discarder@0.2.2: {} - storybook-addon-rslib@3.0.0(@rsbuild/core@1.6.10)(@rslib/core@packages+core)(storybook-builder-rsbuild@3.0.0(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3))(typescript@5.9.3): + storybook-addon-rslib@3.0.0(@rsbuild/core@1.6.12)(@rslib/core@packages+core)(storybook-builder-rsbuild@3.0.0(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3))(typescript@5.9.3): dependencies: - '@rsbuild/core': 1.6.10 + '@rsbuild/core': 1.6.12 '@rslib/core': link:packages/core - storybook-builder-rsbuild: 3.0.0(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3) + storybook-builder-rsbuild: 3.0.0(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3) optionalDependencies: typescript: 5.9.3 - storybook-builder-rsbuild@3.0.0(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3): + storybook-builder-rsbuild@3.0.0(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3): dependencies: - '@rsbuild/core': 1.6.10 - '@rsbuild/plugin-type-check': 1.2.4(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17))(typescript@5.9.3) + '@rsbuild/core': 1.6.12 + '@rsbuild/plugin-type-check': 1.2.4(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(typescript@5.9.3) browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 cjs-module-lexer: 1.4.3 @@ -14547,7 +14451,7 @@ snapshots: path-browserify: 1.0.1 picocolors: 1.1.1 process: 0.11.10 - rsbuild-plugin-html-minifier-terser: 1.1.2(@rsbuild/core@1.6.10) + rsbuild-plugin-html-minifier-terser: 1.1.2(@rsbuild/core@1.6.12) sirv: 2.0.4 storybook: 10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) ts-dedent: 2.2.0 @@ -14561,10 +14465,10 @@ snapshots: transitivePeerDependencies: - '@rspack/core' - storybook-react-rsbuild@3.0.0(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(rollup@4.52.5)(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3): + storybook-react-rsbuild@3.0.0(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(rollup@4.52.5)(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3): dependencies: '@rollup/pluginutils': 5.3.0(rollup@4.52.5) - '@rsbuild/core': 1.6.10 + '@rsbuild/core': 1.6.12 '@storybook/react': 10.1.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3) '@storybook/react-docgen-typescript-plugin': 1.0.1(typescript@5.9.3) find-up: 5.0.0 @@ -14575,7 +14479,7 @@ snapshots: react-dom: 19.2.0(react@19.2.0) resolve: 1.22.11 storybook: 10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - storybook-builder-rsbuild: 3.0.0(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3) + storybook-builder-rsbuild: 3.0.0(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3) tsconfig-paths: 4.2.0 optionalDependencies: typescript: 5.9.3 @@ -14585,12 +14489,12 @@ snapshots: - supports-color - webpack - storybook-vue3-rsbuild@3.0.0(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)): + storybook-vue3-rsbuild@3.0.0(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)): dependencies: - '@rsbuild/core': 1.6.10 + '@rsbuild/core': 1.6.12 '@storybook/vue3': 10.1.2(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(vue@3.5.25(typescript@5.9.3)) storybook: 10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - storybook-builder-rsbuild: 3.0.0(@rsbuild/core@1.6.10)(@rspack/core@1.6.5(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3) + storybook-builder-rsbuild: 3.0.0(@rsbuild/core@1.6.12)(@rspack/core@1.6.6(@swc/helpers@0.5.17))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.1.2(prettier@3.7.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3) vue: 3.5.25(typescript@5.9.3) vue-docgen-api: 4.79.2(vue@3.5.25(typescript@5.9.3)) vue-docgen-loader: 2.0.1(vue-docgen-api@4.79.2(vue@3.5.25(typescript@5.9.3))) @@ -14707,13 +14611,13 @@ snapshots: dependencies: inline-style-parser: 0.2.4 - stylus-loader@8.1.2(@rspack/core@1.6.5(@swc/helpers@0.5.17))(stylus@0.64.0): + stylus-loader@8.1.2(@rspack/core@1.6.6(@swc/helpers@0.5.17))(stylus@0.64.0): dependencies: fast-glob: 3.3.2 normalize-path: 3.0.0 stylus: 0.64.0 optionalDependencies: - '@rspack/core': 1.6.5(@swc/helpers@0.5.17) + '@rspack/core': 1.6.6(@swc/helpers@0.5.17) stylus@0.64.0: dependencies: @@ -14858,7 +14762,7 @@ snapshots: trough@2.2.0: {} - ts-checker-rspack-plugin@1.1.5(@rspack/core@1.6.5(@swc/helpers@0.5.17))(typescript@5.9.3): + ts-checker-rspack-plugin@1.1.5(@rspack/core@1.6.6(@swc/helpers@0.5.17))(typescript@5.9.3): dependencies: '@babel/code-frame': 7.27.1 '@rspack/lite-tapable': 1.1.0 @@ -14869,7 +14773,7 @@ snapshots: picocolors: 1.1.1 typescript: 5.9.3 optionalDependencies: - '@rspack/core': 1.6.5(@swc/helpers@0.5.17) + '@rspack/core': 1.6.6(@swc/helpers@0.5.17) ts-dedent@2.2.0: {} diff --git a/tests/integration/alias/__snapshots__/index.test.ts.snap b/tests/integration/alias/__snapshots__/index.test.ts.snap index ea6be01f7..7af8c3e1d 100644 --- a/tests/integration/alias/__snapshots__/index.test.ts.snap +++ b/tests/integration/alias/__snapshots__/index.test.ts.snap @@ -11,7 +11,7 @@ exports[`source.alias 2`] = ` var __webpack_exports__ = {}; const a = 'hello world'; console.info(a); -for(var __webpack_i__ in __webpack_exports__)exports[__webpack_i__] = __webpack_exports__[__webpack_i__]; +for(var __rspack_i in __webpack_exports__)exports[__rspack_i] = __webpack_exports__[__rspack_i]; Object.defineProperty(exports, '__esModule', { value: true }); @@ -29,7 +29,7 @@ exports[`source.alias 4`] = ` var __webpack_exports__ = {}; const external_a_cjs_namespaceObject = require("./a.cjs"); console.info(external_a_cjs_namespaceObject.a); -for(var __webpack_i__ in __webpack_exports__)exports[__webpack_i__] = __webpack_exports__[__webpack_i__]; +for(var __rspack_i in __webpack_exports__)exports[__rspack_i] = __webpack_exports__[__rspack_i]; Object.defineProperty(exports, '__esModule', { value: true }); diff --git a/tests/integration/asset/__snapshots__/index.test.ts.snap b/tests/integration/asset/__snapshots__/index.test.ts.snap index bf38b912a..4a20934be 100644 --- a/tests/integration/asset/__snapshots__/index.test.ts.snap +++ b/tests/integration/asset/__snapshots__/index.test.ts.snap @@ -110,10 +110,10 @@ const SvgLogo = (props)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("svg const logo = require("../static/svg/logo.svg"); exports.ReactComponent = __webpack_exports__.ReactComponent; exports["default"] = __webpack_exports__["default"]; -for(var __webpack_i__ in __webpack_exports__)if (-1 === [ +for(var __rspack_i in __webpack_exports__)if (-1 === [ "ReactComponent", "default" -].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__]; +].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i]; Object.defineProperty(exports, '__esModule', { value: true }); @@ -203,9 +203,9 @@ const SvgLogo = (props)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("svg }); const logo = SvgLogo; exports["default"] = __webpack_exports__["default"]; -for(var __webpack_i__ in __webpack_exports__)if (-1 === [ +for(var __rspack_i in __webpack_exports__)if (-1 === [ "default" -].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__]; +].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i]; Object.defineProperty(exports, '__esModule', { value: true }); @@ -221,7 +221,7 @@ export { logo2_namespaceObject as default }; exports[`use svgr > should only contain url default export 2`] = ` ""use strict"; var __webpack_modules__ = { - "./src/assets/logo2.svg": function(module) { + "./src/assets/logo2.svg" (module) { module.exports = require("../static/svg/logo2.svg"); } }; @@ -237,9 +237,9 @@ function __webpack_require__(moduleId) { } var __webpack_exports__ = __webpack_require__("./src/assets/logo2.svg"); exports["default"] = __webpack_exports__["default"]; -for(var __webpack_i__ in __webpack_exports__)if (-1 === [ +for(var __rspack_i in __webpack_exports__)if (-1 === [ "default" -].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__]; +].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i]; Object.defineProperty(exports, '__esModule', { value: true }); @@ -356,7 +356,7 @@ const logo_SvgLogo = (props)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx) const logo = require("./static/svg/logo.svg"); console.log('namedImport', 'ReactComponent', logo_SvgLogo); console.log('defaultImport', 'Url', logo); -for(var __webpack_i__ in __webpack_exports__)exports[__webpack_i__] = __webpack_exports__[__webpack_i__]; +for(var __rspack_i in __webpack_exports__)exports[__rspack_i] = __webpack_exports__[__rspack_i]; Object.defineProperty(exports, '__esModule', { value: true }); diff --git a/tests/integration/asset/index.test.ts b/tests/integration/asset/index.test.ts index c2587b6df..1fae7be95 100644 --- a/tests/integration/asset/index.test.ts +++ b/tests/integration/asset/index.test.ts @@ -57,7 +57,7 @@ test('set the size threshold to inline static assets', async () => { expect(logoCjs2).toMatchInlineSnapshot(` ""use strict"; var __webpack_modules__ = { - "./src/assets/logo.svg": function(module) { + "./src/assets/logo.svg" (module) { module.exports = require("../static/svg/logo.svg"); } }; @@ -73,9 +73,9 @@ test('set the size threshold to inline static assets', async () => { } var __webpack_exports__ = __webpack_require__("./src/assets/logo.svg"); exports["default"] = __webpack_exports__["default"]; - for(var __webpack_i__ in __webpack_exports__)if (-1 === [ + for(var __rspack_i in __webpack_exports__)if (-1 === [ "default" - ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__]; + ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i]; Object.defineProperty(exports, '__esModule', { value: true }); @@ -117,7 +117,7 @@ test('set the assets filename with hash', async () => { expect(imageCjs1).toMatchInlineSnapshot(` ""use strict"; var __webpack_modules__ = { - "./src/assets/image.png": function(module) { + "./src/assets/image.png" (module) { module.exports = require("../static/image/image.c74653c1.png"); } }; @@ -133,9 +133,9 @@ test('set the assets filename with hash', async () => { } var __webpack_exports__ = __webpack_require__("./src/assets/image.png"); exports["default"] = __webpack_exports__["default"]; - for(var __webpack_i__ in __webpack_exports__)if (-1 === [ + for(var __rspack_i in __webpack_exports__)if (-1 === [ "default" - ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__]; + ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i]; Object.defineProperty(exports, '__esModule', { value: true }); @@ -177,7 +177,7 @@ test('set the assets output path', async () => { expect(imageCjs1).toMatchInlineSnapshot(` ""use strict"; var __webpack_modules__ = { - "./src/assets/image.png": function(module) { + "./src/assets/image.png" (module) { module.exports = require("../assets/bundleless/image.png"); } }; @@ -193,9 +193,9 @@ test('set the assets output path', async () => { } var __webpack_exports__ = __webpack_require__("./src/assets/image.png"); exports["default"] = __webpack_exports__["default"]; - for(var __webpack_i__ in __webpack_exports__)if (-1 === [ + for(var __rspack_i in __webpack_exports__)if (-1 === [ "default" - ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__]; + ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i]; Object.defineProperty(exports, '__esModule', { value: true }); diff --git a/tests/integration/auto-extension/index.test.ts b/tests/integration/auto-extension/index.test.ts index 21cadf8ea..1a682d66b 100644 --- a/tests/integration/auto-extension/index.test.ts +++ b/tests/integration/auto-extension/index.test.ts @@ -46,7 +46,7 @@ describe('should respect output.filename.js and output.filenameHash to override // override output.filename.js expect(extname(entryFiles.esm0!)).toEqual('.mjs'); expect(entryFiles.cjs0).toMatchInlineSnapshot( - `"/tests/integration/auto-extension/type-commonjs/config-override/dist/cjs-override-filename/index.c8a12fd0.js"`, + `"/tests/integration/auto-extension/type-commonjs/config-override/dist/cjs-override-filename/index.ac9daf69.js"`, ); // override output.filenameHash @@ -60,7 +60,7 @@ describe('should respect output.filename.js and output.filenameHash to override ); } expect(entryFiles.cjs1).toMatchInlineSnapshot( - `"/tests/integration/auto-extension/type-commonjs/config-override/dist/cjs-override-filename-hash/index.c8a12fd0.js"`, + `"/tests/integration/auto-extension/type-commonjs/config-override/dist/cjs-override-filename-hash/index.ac9daf69.js"`, ); // override different file types with function @@ -107,7 +107,7 @@ describe('should respect output.filename.js and output.filenameHash to override ); } expect(entryFiles.cjs1).toMatchInlineSnapshot( - `"/tests/integration/auto-extension/type-module/config-override/dist/cjs-override-filename-hash/index.c8a12fd0.js"`, + `"/tests/integration/auto-extension/type-module/config-override/dist/cjs-override-filename-hash/index.ac9daf69.js"`, ); // override different file types with function diff --git a/tests/integration/bundle-false/__snapshots__/index.test.ts.snap b/tests/integration/bundle-false/__snapshots__/index.test.ts.snap index ddc0fba42..db46d6067 100644 --- a/tests/integration/bundle-false/__snapshots__/index.test.ts.snap +++ b/tests/integration/bundle-false/__snapshots__/index.test.ts.snap @@ -86,10 +86,10 @@ const SvgLogo = (props)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("svg const logo = require("../static/svg/logo.svg"); exports.ReactComponent = __webpack_exports__.ReactComponent; exports["default"] = __webpack_exports__["default"]; -for(var __webpack_i__ in __webpack_exports__)if (-1 === [ +for(var __rspack_i in __webpack_exports__)if (-1 === [ "ReactComponent", "default" -].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__]; +].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i]; Object.defineProperty(exports, '__esModule', { value: true }); diff --git a/tests/integration/bundle-false/index.test.ts b/tests/integration/bundle-false/index.test.ts index 8c9db4c38..505002e9f 100644 --- a/tests/integration/bundle-false/index.test.ts +++ b/tests/integration/bundle-false/index.test.ts @@ -207,7 +207,7 @@ test('asset in bundleless', async () => { expect(Object.values(contents.cjs)[0]).toMatchInlineSnapshot(` ""use strict"; var __webpack_modules__ = { - "./src/assets/image.png": function(module) { + "./src/assets/image.png" (module) { module.exports = require("../static/image/image.png"); } }; @@ -223,9 +223,9 @@ test('asset in bundleless', async () => { } var __webpack_exports__ = __webpack_require__("./src/assets/image.png"); exports["default"] = __webpack_exports__["default"]; - for(var __webpack_i__ in __webpack_exports__)if (-1 === [ + for(var __rspack_i in __webpack_exports__)if (-1 === [ "default" - ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__]; + ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i]; Object.defineProperty(exports, '__esModule', { value: true }); @@ -234,7 +234,7 @@ test('asset in bundleless', async () => { expect(Object.values(contents.cjs)[1]).toMatchInlineSnapshot(` ""use strict"; var __webpack_modules__ = { - "./src/assets/logo.svg": function(module) { + "./src/assets/logo.svg" (module) { module.exports = require("../static/svg/logo.svg"); } }; @@ -250,9 +250,9 @@ test('asset in bundleless', async () => { } var __webpack_exports__ = __webpack_require__("./src/assets/logo.svg"); exports["default"] = __webpack_exports__["default"]; - for(var __webpack_i__ in __webpack_exports__)if (-1 === [ + for(var __rspack_i in __webpack_exports__)if (-1 === [ "default" - ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__]; + ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i]; Object.defineProperty(exports, '__esModule', { value: true }); diff --git a/tests/integration/dts/build/index.test.ts b/tests/integration/dts/build/index.test.ts index 70471fd0b..89ae6b29f 100644 --- a/tests/integration/dts/build/index.test.ts +++ b/tests/integration/dts/build/index.test.ts @@ -108,10 +108,10 @@ describe('dts when build: true', () => { shell: true, }); - const stdoutOutput = result.stdout ? result.stdout.toString() : ''; + const stdoutErrorOutput = result.stderr ? result.stderr.toString() : ''; expect(result.status).toBe(1); - expect(stdoutOutput).toContain( + expect(stdoutErrorOutput).toContain( 'Please set "declarationDir": "./dist/types"', ); }); diff --git a/tests/integration/extension-alias/__snapshots__/index.test.ts.snap b/tests/integration/extension-alias/__snapshots__/index.test.ts.snap index f52423915..c638a86a3 100644 --- a/tests/integration/extension-alias/__snapshots__/index.test.ts.snap +++ b/tests/integration/extension-alias/__snapshots__/index.test.ts.snap @@ -16,7 +16,7 @@ var __webpack_require__ = {}; var __webpack_exports__ = {}; __webpack_require__.r(__webpack_exports__); console.log("foobar"); -for(var __webpack_i__ in __webpack_exports__)exports[__webpack_i__] = __webpack_exports__[__webpack_i__]; +for(var __rspack_i in __webpack_exports__)exports[__rspack_i] = __webpack_exports__[__rspack_i]; Object.defineProperty(exports, '__esModule', { value: true }); diff --git a/tests/integration/minify/index.test.ts b/tests/integration/minify/index.test.ts index d31bff806..ccdeb7d89 100644 --- a/tests/integration/minify/index.test.ts +++ b/tests/integration/minify/index.test.ts @@ -74,8 +74,8 @@ describe('minify config (mf)', () => { const { mfExposeEntry } = await buildAndGetResults({ fixturePath }); // biome-ignore format: snapshot expect(mfExposeEntry).toMatchInlineSnapshot(` - "/*! For license information please see __federation_expose_default_export.96e881a8.js.LICENSE.txt */ - "use strict";(globalThis["default_minify"]=globalThis["default_minify"]||[]).push([["525"],{510:function(__unused_webpack_module,__webpack_exports__,__webpack_require__){__webpack_require__.r(__webpack_exports__);__webpack_require__.d(__webpack_exports__,{Button:()=>Button,foo:()=>foo});var react_jsx_runtime__rspack_import_0=__webpack_require__(491);/*! Legal Comment */const foo=()=>{};const Button=()=>/*#__PURE__*/(0,react_jsx_runtime__rspack_import_0.jsx)("button",{})}}]);" + "/*! For license information please see __federation_expose_default_export.686c2729.js.LICENSE.txt */ + "use strict";(globalThis["default_minify"]=globalThis["default_minify"]||[]).push([["525"],{510(__unused_webpack_module,__webpack_exports__,__webpack_require__){__webpack_require__.r(__webpack_exports__);__webpack_require__.d(__webpack_exports__,{Button:()=>Button,foo:()=>foo});var react_jsx_runtime__rspack_import_0=__webpack_require__(491);/*! Legal Comment */const foo=()=>{};const Button=()=>/*#__PURE__*/(0,react_jsx_runtime__rspack_import_0.jsx)("button",{})}}]);" `); }); @@ -86,7 +86,7 @@ describe('minify config (mf)', () => { expect(mfExposeEntry).toMatchInlineSnapshot(` ""use strict"; (globalThis["disable_minify"] = globalThis["disable_minify"] || []).push([["525"], { - 510: (function (__unused_webpack_module, __webpack_exports__, __webpack_require__) { + 510(__unused_webpack_module, __webpack_exports__, __webpack_require__) { __webpack_require__.r(__webpack_exports__); __webpack_require__.d(__webpack_exports__, { Button: () => (Button), @@ -104,7 +104,7 @@ describe('minify config (mf)', () => { const Button = ()=>/*#__PURE__*/ (0,react_jsx_runtime__rspack_import_0.jsx)('button', {}); - }), + }, }]);" `); diff --git a/tests/integration/node-polyfill/bundle-false/package.json b/tests/integration/node-polyfill/bundle-false/package.json index a8aee2440..82fe4839d 100644 --- a/tests/integration/node-polyfill/bundle-false/package.json +++ b/tests/integration/node-polyfill/bundle-false/package.json @@ -7,7 +7,7 @@ "buffer": "^6.0.3" }, "devDependencies": { - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@rsbuild/plugin-node-polyfill": "^1.4.2" } } diff --git a/tests/integration/node-polyfill/bundle/package.json b/tests/integration/node-polyfill/bundle/package.json index bbab4cc8e..1077b2bd1 100644 --- a/tests/integration/node-polyfill/bundle/package.json +++ b/tests/integration/node-polyfill/bundle/package.json @@ -4,7 +4,7 @@ "private": true, "type": "module", "devDependencies": { - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@rsbuild/plugin-node-polyfill": "^1.4.2" } } diff --git a/tests/integration/preserve-jsx/__snapshots__/index.test.ts.snap b/tests/integration/preserve-jsx/__snapshots__/index.test.ts.snap index 6cbe66288..5d1eefe62 100644 --- a/tests/integration/preserve-jsx/__snapshots__/index.test.ts.snap +++ b/tests/integration/preserve-jsx/__snapshots__/index.test.ts.snap @@ -110,9 +110,9 @@ function Root() { ; } exports["default"] = __webpack_exports__["default"]; -for(var __webpack_i__ in __webpack_exports__)if (-1 === [ +for(var __rspack_i in __webpack_exports__)if (-1 === [ "default" -].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__]; +].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i]; Object.defineProperty(exports, '__esModule', { value: true }); diff --git a/tests/integration/resolve/index.test.ts b/tests/integration/resolve/index.test.ts index 6a94d51d4..909bf12b9 100644 --- a/tests/integration/resolve/index.test.ts +++ b/tests/integration/resolve/index.test.ts @@ -23,7 +23,7 @@ test('resolve false', async () => { expect(entries.esm).toMatchInlineSnapshot(` "import { __webpack_require__ } from "./rslib-runtime.js"; __webpack_require__.add({ - "?27ce": function() {} + "?27ce" () {} }); const util_ignored_ = __webpack_require__("?27ce"); var util_ignored__default = /*#__PURE__*/ __webpack_require__.n(util_ignored_); diff --git a/tests/integration/shims/index.test.ts b/tests/integration/shims/index.test.ts index 2aafeed90..ca989fe97 100644 --- a/tests/integration/shims/index.test.ts +++ b/tests/integration/shims/index.test.ts @@ -13,8 +13,8 @@ describe('ESM shims', async () => { test('__dirname', async () => { for (const shim of [ - 'import { fileURLToPath as __webpack_fileURLToPath__ } from "node:url";', - 'var src_dirname = __webpack_dirname__(__webpack_fileURLToPath__(import.meta.url));', + 'import { fileURLToPath as __rspack_fileURLToPath } from "node:url";', + 'var src_dirname = __rspack_dirname(__rspack_fileURLToPath(import.meta.url));', ]) { expect(entries.esm0).toContain(shim); } @@ -26,8 +26,8 @@ describe('ESM shims', async () => { test('__filename', async () => { for (const shim of [ - 'import { fileURLToPath as __webpack_fileURLToPath__ } from "node:url";', - 'var src_filename = __webpack_fileURLToPath__(import.meta.url);', + 'import { fileURLToPath as __rspack_fileURLToPath } from "node:url";', + 'var src_filename = __rspack_fileURLToPath(import.meta.url);', ]) { expect(entries.esm0).toContain(shim); } @@ -61,10 +61,10 @@ describe('ESM shims', async () => { test('Node.js shims in mjs file', async () => { for (const shim of [ - 'import { fileURLToPath as __webpack_fileURLToPath__ } from "node:url";', - 'import { dirname as __webpack_dirname__ } from "node:path";', - 'var node_dirname = __webpack_dirname__(__webpack_fileURLToPath__(import.meta.url));', - 'var node_filename = __webpack_fileURLToPath__(import.meta.url);', + 'import { fileURLToPath as __rspack_fileURLToPath } from "node:url";', + 'import { dirname as __rspack_dirname } from "node:path";', + 'var node_dirname = __rspack_dirname(__rspack_fileURLToPath(import.meta.url));', + 'var node_filename = __rspack_fileURLToPath(import.meta.url);', ]) { expect(entries.esm3).toContain(shim); } diff --git a/tests/package.json b/tests/package.json index 9c99ef846..12b26f6f9 100644 --- a/tests/package.json +++ b/tests/package.json @@ -17,7 +17,7 @@ "@codspeed/vitest-plugin": "^4.0.1", "@module-federation/rsbuild-plugin": "^0.21.6", "@playwright/test": "1.57.0", - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@rsbuild/plugin-less": "^1.5.0", "@rsbuild/plugin-react": "^1.4.2", "@rsbuild/plugin-sass": "^1.4.0", diff --git a/website/package.json b/website/package.json index 1619e61ab..9480d71ce 100644 --- a/website/package.json +++ b/website/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@module-federation/rsbuild-plugin": "^0.21.6", - "@rsbuild/core": "~1.6.10", + "@rsbuild/core": "~1.6.12", "@rsbuild/plugin-react": "^1.4.2", "@rsbuild/plugin-sass": "^1.4.0", "@rslib/core": "workspace:*",