From 2e870f9f081de93de84feaacc4401e366e3a572d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 12:13:30 +0000 Subject: [PATCH] chore(deps): update all patch dependencies --- .../module-federation/mf-host/package.json | 4 +- .../mf-react-component/package.json | 6 +- .../module-federation/mf-remote/package.json | 4 +- packages/core/package.json | 4 +- .../tools/storybook-react-js/package.json | 2 +- .../tools/storybook-react-ts/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- packages/plugin-dts/package.json | 2 +- pnpm-lock.yaml | 863 +++++++++--------- tests/integration/asset/svgr/package.json | 2 +- .../bundle-false/svgr/package.json | 2 +- tests/integration/polyfill/package.json | 2 +- tests/package.json | 4 +- website/package.json | 2 +- 17 files changed, 447 insertions(+), 460 deletions(-) diff --git a/examples/module-federation/mf-host/package.json b/examples/module-federation/mf-host/package.json index 5687b5b7a..cc3f5cc76 100644 --- a/examples/module-federation/mf-host/package.json +++ b/examples/module-federation/mf-host/package.json @@ -12,8 +12,8 @@ "react-dom": "^19.1.0" }, "devDependencies": { - "@module-federation/rsbuild-plugin": "^0.11.3", - "@rsbuild/core": "1.3.4", + "@module-federation/rsbuild-plugin": "^0.11.4", + "@rsbuild/core": "1.3.5", "@rsbuild/plugin-react": "^1.1.1", "@types/react": "^19.1.0", "@types/react-dom": "^19.1.1", diff --git a/examples/module-federation/mf-react-component/package.json b/examples/module-federation/mf-react-component/package.json index 22c77de60..db6704c5c 100644 --- a/examples/module-federation/mf-react-component/package.json +++ b/examples/module-federation/mf-react-component/package.json @@ -18,9 +18,9 @@ "storybook": "storybook dev -p 6006" }, "devDependencies": { - "@module-federation/enhanced": "^0.11.3", - "@module-federation/rsbuild-plugin": "^0.11.3", - "@module-federation/storybook-addon": "^4.0.11", + "@module-federation/enhanced": "^0.11.4", + "@module-federation/rsbuild-plugin": "^0.11.4", + "@module-federation/storybook-addon": "^4.0.12", "@rsbuild/plugin-react": "^1.1.1", "@rslib/core": "workspace:*", "@types/react": "^19.1.0", diff --git a/examples/module-federation/mf-remote/package.json b/examples/module-federation/mf-remote/package.json index c567fe868..68fc25c65 100644 --- a/examples/module-federation/mf-remote/package.json +++ b/examples/module-federation/mf-remote/package.json @@ -12,8 +12,8 @@ "react-dom": "^19.1.0" }, "devDependencies": { - "@module-federation/rsbuild-plugin": "^0.11.3", - "@rsbuild/core": "1.3.4", + "@module-federation/rsbuild-plugin": "^0.11.4", + "@rsbuild/core": "1.3.5", "@rsbuild/plugin-react": "^1.1.1", "@types/react": "^19.1.0", "@types/react-dom": "^19.1.1", diff --git a/packages/core/package.json b/packages/core/package.json index ae8bc66cd..a3afd0b19 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -42,12 +42,12 @@ "type-check": "tsc --noEmit && tsc --noEmit -p tests" }, "dependencies": { - "@rsbuild/core": "1.3.4", + "@rsbuild/core": "1.3.5", "rsbuild-plugin-dts": "workspace:*", "tinyglobby": "^0.2.12" }, "devDependencies": { - "@module-federation/rsbuild-plugin": "^0.11.3", + "@module-federation/rsbuild-plugin": "^0.11.4", "@rslib/tsconfig": "workspace:*", "@types/fs-extra": "^11.0.4", "chokidar": "^4.0.3", 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 60fdad6dc..7fe419582 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.3.4", + "@rsbuild/core": "1.3.5", "@storybook/addon-essentials": "^8.6.12", "@storybook/addon-interactions": "^8.6.12", "@storybook/addon-links": "^8.6.12", 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 60fdad6dc..7fe419582 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.3.4", + "@rsbuild/core": "1.3.5", "@storybook/addon-essentials": "^8.6.12", "@storybook/addon-interactions": "^8.6.12", "@storybook/addon-links": "^8.6.12", 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 b48f2638d..33d0db0d2 100644 --- a/packages/create-rslib/template-[react]-[storybook,vitest]-js/package.json +++ b/packages/create-rslib/template-[react]-[storybook,vitest]-js/package.json @@ -19,7 +19,7 @@ "test": "vitest run" }, "devDependencies": { - "@rsbuild/core": "1.3.4", + "@rsbuild/core": "1.3.5", "@rsbuild/plugin-react": "^1.1.1", "@rslib/core": "workspace:*", "@storybook/addon-essentials": "^8.6.12", 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 2dc3e4279..a3c27346f 100644 --- a/packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json +++ b/packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json @@ -21,7 +21,7 @@ "test": "vitest run" }, "devDependencies": { - "@rsbuild/core": "1.3.4", + "@rsbuild/core": "1.3.5", "@rsbuild/plugin-react": "^1.1.1", "@rslib/core": "workspace:*", "@storybook/addon-essentials": "^8.6.12", diff --git a/packages/create-rslib/template-[react]-[storybook]-js/package.json b/packages/create-rslib/template-[react]-[storybook]-js/package.json index 289b58840..8744fa57a 100644 --- a/packages/create-rslib/template-[react]-[storybook]-js/package.json +++ b/packages/create-rslib/template-[react]-[storybook]-js/package.json @@ -18,7 +18,7 @@ "storybook": "storybook dev" }, "devDependencies": { - "@rsbuild/core": "1.3.4", + "@rsbuild/core": "1.3.5", "@rsbuild/plugin-react": "^1.1.1", "@rslib/core": "workspace:*", "@storybook/addon-essentials": "^8.6.12", diff --git a/packages/create-rslib/template-[react]-[storybook]-ts/package.json b/packages/create-rslib/template-[react]-[storybook]-ts/package.json index 567425107..25a19a336 100644 --- a/packages/create-rslib/template-[react]-[storybook]-ts/package.json +++ b/packages/create-rslib/template-[react]-[storybook]-ts/package.json @@ -20,7 +20,7 @@ "storybook": "storybook dev" }, "devDependencies": { - "@rsbuild/core": "1.3.4", + "@rsbuild/core": "1.3.5", "@rsbuild/plugin-react": "^1.1.1", "@rslib/core": "workspace:*", "@storybook/addon-essentials": "^8.6.12", diff --git a/packages/plugin-dts/package.json b/packages/plugin-dts/package.json index 647c5db2b..c4528e646 100644 --- a/packages/plugin-dts/package.json +++ b/packages/plugin-dts/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.52.3", - "@rsbuild/core": "1.3.4", + "@rsbuild/core": "1.3.5", "@rslib/tsconfig": "workspace:*", "rsbuild-plugin-publint": "^0.3.0", "rslib": "npm:@rslib/core@0.6.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aa1b25f97..a2614a8b9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -90,14 +90,14 @@ importers: version: 19.1.0(react@19.1.0) devDependencies: '@module-federation/rsbuild-plugin': - specifier: ^0.11.3 - version: 0.11.3(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) + specifier: ^0.11.4 + version: 0.11.4(@rsbuild/core@1.3.5)(@rspack/core@1.3.3(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) '@rsbuild/core': - specifier: 1.3.4 - version: 1.3.4 + specifier: 1.3.5 + version: 1.3.5 '@rsbuild/plugin-react': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.4) + version: 1.1.1(@rsbuild/core@1.3.5) '@types/react': specifier: ^19.1.0 version: 19.1.0 @@ -111,17 +111,17 @@ importers: examples/module-federation/mf-react-component: devDependencies: '@module-federation/enhanced': - specifier: ^0.11.3 - version: 0.11.3(@rspack/core@1.3.2(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) + specifier: ^0.11.4 + version: 0.11.4(@rspack/core@1.3.3(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) '@module-federation/rsbuild-plugin': - specifier: ^0.11.3 - version: 0.11.3(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) + specifier: ^0.11.4 + version: 0.11.4(@rsbuild/core@1.3.5)(@rspack/core@1.3.3(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) '@module-federation/storybook-addon': - specifier: ^4.0.11 - version: 4.0.11(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(@storybook/core@8.6.12(prettier@3.5.3)(storybook@8.6.12(prettier@3.5.3)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack-virtual-modules@0.6.2)(webpack@5.98.0) + specifier: ^4.0.12 + version: 4.0.12(@rsbuild/core@1.3.5)(@rspack/core@1.3.3(@swc/helpers@0.5.15))(@storybook/core@8.6.12(prettier@3.5.3)(storybook@8.6.12(prettier@3.5.3)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack-virtual-modules@0.6.2)(webpack@5.98.0) '@rsbuild/plugin-react': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.4) + version: 1.1.1(@rsbuild/core@1.3.5) '@rslib/core': specifier: workspace:* version: link:../../../packages/core @@ -142,10 +142,10 @@ importers: version: 8.6.12(prettier@3.5.3) storybook-addon-rslib: specifier: ^1.0.1 - version: 1.0.1(@rsbuild/core@1.3.4)(@rslib/core@packages+core)(storybook-builder-rsbuild@1.0.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(@types/react@19.1.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)(webpack-sources@3.2.3))(typescript@5.8.3) + version: 1.0.1(@rsbuild/core@1.3.5)(@rslib/core@packages+core)(storybook-builder-rsbuild@1.0.1(@rsbuild/core@1.3.5)(@rspack/core@1.3.3(@swc/helpers@0.5.15))(@types/react@19.1.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)(webpack-sources@3.2.3))(typescript@5.8.3) storybook-react-rsbuild: specifier: ^1.0.1 - version: 1.0.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rollup@4.39.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)(webpack-sources@3.2.3)(webpack@5.98.0) + version: 1.0.1(@rsbuild/core@1.3.5)(@rspack/core@1.3.3(@swc/helpers@0.5.15))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rollup@4.39.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)(webpack-sources@3.2.3)(webpack@5.98.0) examples/module-federation/mf-remote: dependencies: @@ -157,14 +157,14 @@ importers: version: 19.1.0(react@19.1.0) devDependencies: '@module-federation/rsbuild-plugin': - specifier: ^0.11.3 - version: 0.11.3(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) + specifier: ^0.11.4 + version: 0.11.4(@rsbuild/core@1.3.5)(@rspack/core@1.3.3(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) '@rsbuild/core': - specifier: 1.3.4 - version: 1.3.4 + specifier: 1.3.5 + version: 1.3.5 '@rsbuild/plugin-react': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.4) + version: 1.1.1(@rsbuild/core@1.3.5) '@types/react': specifier: ^19.1.0 version: 19.1.0 @@ -179,10 +179,10 @@ importers: devDependencies: '@rsbuild/plugin-preact': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.4)(preact@10.26.5) + version: 1.3.1(@rsbuild/core@1.3.5)(preact@10.26.5) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.4) + version: 1.3.1(@rsbuild/core@1.3.5) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -194,10 +194,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.4) + version: 1.1.1(@rsbuild/core@1.3.5) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.4) + version: 1.3.1(@rsbuild/core@1.3.5) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -212,10 +212,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.4) + version: 1.1.1(@rsbuild/core@1.3.5) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.4) + version: 1.3.1(@rsbuild/core@1.3.5) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -230,10 +230,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.4) + version: 1.1.1(@rsbuild/core@1.3.5) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.4) + version: 1.3.1(@rsbuild/core@1.3.5) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -248,7 +248,7 @@ importers: devDependencies: '@rsbuild/plugin-vue': specifier: ^1.0.7 - version: 1.0.7(@rsbuild/core@1.3.4)(vue@3.5.13(typescript@5.8.3)) + version: 1.0.7(@rsbuild/core@1.3.5)(vue@3.5.13(typescript@5.8.3)) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -265,8 +265,8 @@ importers: packages/core: dependencies: '@rsbuild/core': - specifier: 1.3.4 - version: 1.3.4 + specifier: 1.3.5 + version: 1.3.5 rsbuild-plugin-dts: specifier: workspace:* version: link:../plugin-dts @@ -275,8 +275,8 @@ importers: version: 0.2.12 devDependencies: '@module-federation/rsbuild-plugin': - specifier: ^0.11.3 - version: 0.11.3(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) + specifier: ^0.11.4 + version: 0.11.4(@rsbuild/core@1.3.5)(@rspack/core@1.3.3(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) '@rslib/tsconfig': specifier: workspace:* version: link:../../scripts/tsconfig @@ -303,7 +303,7 @@ importers: version: 1.3.3(typescript@5.8.3) rsbuild-plugin-publint: specifier: ^0.3.0 - version: 0.3.0(@rsbuild/core@1.3.4) + version: 0.3.0(@rsbuild/core@1.3.5) rslib: specifier: npm:@rslib/core@0.6.1 version: '@rslib/core@0.6.1(@microsoft/api-extractor@7.52.3(@types/node@22.8.1))(typescript@5.8.3)' @@ -337,7 +337,7 @@ importers: version: 11.3.0 rsbuild-plugin-publint: specifier: ^0.3.0 - version: 0.3.0(@rsbuild/core@1.3.4) + version: 0.3.0(@rsbuild/core@1.3.5) rslib: specifier: npm:@rslib/core@0.6.1 version: '@rslib/core@0.6.1(@microsoft/api-extractor@7.52.3(@types/node@22.8.1))(typescript@5.8.3)' @@ -370,14 +370,14 @@ importers: specifier: ^7.52.3 version: 7.52.3(@types/node@22.8.1) '@rsbuild/core': - specifier: 1.3.4 - version: 1.3.4 + specifier: 1.3.5 + version: 1.3.5 '@rslib/tsconfig': specifier: workspace:* version: link:../../scripts/tsconfig rsbuild-plugin-publint: specifier: ^0.3.0 - version: 0.3.0(@rsbuild/core@1.3.4) + version: 0.3.0(@rsbuild/core@1.3.5) rslib: specifier: npm:@rslib/core@0.6.1 version: '@rslib/core@0.6.1(@microsoft/api-extractor@7.52.3(@types/node@22.8.1))(typescript@5.8.3)' @@ -400,32 +400,32 @@ importers: specifier: ^4.0.1 version: 4.0.1(vite@6.0.11(@types/node@22.8.1)(jiti@2.4.2)(sass-embedded@1.86.0)(stylus@0.64.0)(terser@5.39.0)(tsx@4.19.3)(yaml@2.6.1))(vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.8.1)(jiti@2.4.2)(sass-embedded@1.86.0)(stylus@0.64.0)(terser@5.39.0)(tsx@4.19.3)(yaml@2.6.1)) '@module-federation/rsbuild-plugin': - specifier: ^0.11.3 - version: 0.11.3(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) + specifier: ^0.11.4 + version: 0.11.4(@rsbuild/core@1.3.5)(@rspack/core@1.3.3(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) '@playwright/test': specifier: 1.51.1 version: 1.51.1 '@rsbuild/core': - specifier: 1.3.4 - version: 1.3.4 + specifier: 1.3.5 + version: 1.3.5 '@rsbuild/plugin-less': specifier: ^1.2.2 - version: 1.2.2(@rsbuild/core@1.3.4) + version: 1.2.2(@rsbuild/core@1.3.5) '@rsbuild/plugin-react': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.4) + version: 1.1.1(@rsbuild/core@1.3.5) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.4) + version: 1.3.1(@rsbuild/core@1.3.5) '@rsbuild/plugin-toml': specifier: ^1.1.0 - version: 1.1.0(@rsbuild/core@1.3.4) + version: 1.1.0(@rsbuild/core@1.3.5) '@rsbuild/plugin-typed-css-modules': specifier: ^1.0.2 - version: 1.0.2(@rsbuild/core@1.3.4) + version: 1.0.2(@rsbuild/core@1.3.5) '@rsbuild/plugin-yaml': specifier: ^1.0.2 - version: 1.0.2(@rsbuild/core@1.3.4) + version: 1.0.2(@rsbuild/core@1.3.5) '@rslib/core': specifier: workspace:* version: link:../packages/core @@ -490,7 +490,7 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.4) + version: 1.1.1(@rsbuild/core@1.3.5) tests/integration/asset/json: {} @@ -506,10 +506,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.4) + version: 1.1.1(@rsbuild/core@1.3.5) '@rsbuild/plugin-svgr': - specifier: ^1.1.0 - version: 1.1.0(@rsbuild/core@1.3.4)(typescript@5.8.3) + specifier: ^1.1.1 + version: 1.1.1(@rsbuild/core@1.3.5)(typescript@5.8.3) tests/integration/async-chunks/default: {} @@ -603,10 +603,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.4) + version: 1.1.1(@rsbuild/core@1.3.5) '@rsbuild/plugin-svgr': - specifier: ^1.1.0 - version: 1.1.0(@rsbuild/core@1.3.4)(typescript@5.8.3) + specifier: ^1.1.1 + version: 1.1.1(@rsbuild/core@1.3.5)(typescript@5.8.3) tests/integration/cli/build: {} @@ -770,7 +770,7 @@ importers: devDependencies: '@rsbuild/plugin-node-polyfill': specifier: ^1.3.0 - version: 1.3.0(@rsbuild/core@1.3.4) + version: 1.3.0(@rsbuild/core@1.3.5) tests/integration/node-polyfill/bundle-false: dependencies: @@ -780,7 +780,7 @@ importers: devDependencies: '@rsbuild/plugin-node-polyfill': specifier: ^1.3.0 - version: 1.3.0(@rsbuild/core@1.3.4) + version: 1.3.0(@rsbuild/core@1.3.5) tests/integration/outBase/custom-entry: {} @@ -797,11 +797,11 @@ importers: version: 3.41.0 devDependencies: '@rsbuild/plugin-babel': - specifier: ^1.0.4 - version: 1.0.4(@rsbuild/core@1.3.4) + specifier: ^1.0.5 + version: 1.0.5(@rsbuild/core@1.3.5) babel-plugin-polyfill-corejs3: specifier: ^0.12.0 - version: 0.12.0(@babel/core@7.26.9) + version: 0.12.0(@babel/core@7.26.10) tests/integration/redirect/asset: {} @@ -927,13 +927,13 @@ importers: devDependencies: '@rsbuild/plugin-stylus': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(webpack@5.98.0) + version: 1.1.1(@rsbuild/core@1.3.5)(@rspack/core@1.3.3(@swc/helpers@0.5.15))(webpack@5.98.0) tests/integration/style/stylus/bundle-false: devDependencies: '@rsbuild/plugin-stylus': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(webpack@5.98.0) + version: 1.1.1(@rsbuild/core@1.3.5)(@rspack/core@1.3.3(@swc/helpers@0.5.15))(webpack@5.98.0) tests/integration/style/tailwindcss/bundle: devDependencies: @@ -991,11 +991,11 @@ importers: website: devDependencies: '@rsbuild/core': - specifier: 1.3.4 - version: 1.3.4 + specifier: 1.3.5 + version: 1.3.5 '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.4) + version: 1.3.1(@rsbuild/core@1.3.5) '@rslib/tsconfig': specifier: workspace:* version: link:../scripts/tsconfig @@ -1019,7 +1019,7 @@ importers: version: 19.1.0(react@19.1.0) rsbuild-plugin-google-analytics: specifier: 1.0.3 - version: 1.0.3(@rsbuild/core@1.3.4) + version: 1.0.3(@rsbuild/core@1.3.5) rspress: specifier: ^2.0.0-alpha.8 version: 2.0.0-alpha.8(webpack@5.98.0) @@ -1115,12 +1115,12 @@ packages: resolution: {integrity: sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==} engines: {node: '>=6.9.0'} - '@babel/core@7.26.9': - resolution: {integrity: sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==} + '@babel/core@7.26.10': + resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==} engines: {node: '>=6.9.0'} - '@babel/generator@7.26.9': - resolution: {integrity: sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==} + '@babel/generator@7.27.0': + resolution: {integrity: sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==} engines: {node: '>=6.9.0'} '@babel/helper-annotate-as-pure@7.25.9': @@ -1131,8 +1131,8 @@ packages: resolution: {integrity: sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==} engines: {node: '>=6.9.0'} - '@babel/helper-create-class-features-plugin@7.25.9': - resolution: {integrity: sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==} + '@babel/helper-create-class-features-plugin@7.27.0': + resolution: {integrity: sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -1160,20 +1160,16 @@ packages: resolution: {integrity: sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==} engines: {node: '>=6.9.0'} - '@babel/helper-plugin-utils@7.25.9': - resolution: {integrity: sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==} + '@babel/helper-plugin-utils@7.26.5': + resolution: {integrity: sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==} engines: {node: '>=6.9.0'} - '@babel/helper-replace-supers@7.25.9': - resolution: {integrity: sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==} + '@babel/helper-replace-supers@7.26.5': + resolution: {integrity: sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-simple-access@7.25.9': - resolution: {integrity: sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==} - engines: {node: '>=6.9.0'} - '@babel/helper-skip-transparent-expression-wrappers@7.25.9': resolution: {integrity: sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==} engines: {node: '>=6.9.0'} @@ -1190,12 +1186,12 @@ packages: resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.26.9': - resolution: {integrity: sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==} + '@babel/helpers@7.27.0': + resolution: {integrity: sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==} engines: {node: '>=6.9.0'} - '@babel/parser@7.26.9': - resolution: {integrity: sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==} + '@babel/parser@7.27.0': + resolution: {integrity: sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==} engines: {node: '>=6.0.0'} hasBin: true @@ -1229,20 +1225,20 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-modules-commonjs@7.25.9': - resolution: {integrity: sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==} + '@babel/plugin-transform-modules-commonjs@7.26.3': + resolution: {integrity: sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typescript@7.25.9': - resolution: {integrity: sha512-7PbZQZP50tzv2KGGnhh82GSyMB01yKY9scIjf1a+GfZCtInOWqUH5+1EBU4t9fyR5Oykkkc9vFTs4OHrhHXljQ==} + '@babel/plugin-transform-typescript@7.27.0': + resolution: {integrity: sha512-fRGGjO2UEGPjvEcyAZXRXAS8AfdaQoq7HnxAbJoAoW10B9xOKesmmndJv+Sym2a+9FHWZ9KbyyLCe9s0Sn5jtg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/preset-typescript@7.26.0': - resolution: {integrity: sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg==} + '@babel/preset-typescript@7.27.0': + resolution: {integrity: sha512-vxaPFfJtHhgeOVXRKuHpHPAOgymmy8V8I65T1q53R7GCZlefKeCaTyDs3zOPHTTbmquvNlQYC5klEvWsBAtrBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1251,16 +1247,16 @@ packages: resolution: {integrity: sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==} engines: {node: '>=6.9.0'} - '@babel/template@7.26.9': - resolution: {integrity: sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==} + '@babel/template@7.27.0': + resolution: {integrity: sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.26.9': - resolution: {integrity: sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==} + '@babel/traverse@7.27.0': + resolution: {integrity: sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==} engines: {node: '>=6.9.0'} - '@babel/types@7.26.9': - resolution: {integrity: sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==} + '@babel/types@7.27.0': + resolution: {integrity: sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==} engines: {node: '>=6.9.0'} '@biomejs/biome@1.9.4': @@ -1915,22 +1911,22 @@ packages: '@modern-js/utils@2.65.1': resolution: {integrity: sha512-HrChf19F+6nALo5XPra8ycjhXGQfGi23+S7Y2FLfTKe8vaNnky8duT/XvRWpbS4pp3SQj8ryO8m/qWSsJ1Rogw==} - '@module-federation/bridge-react-webpack-plugin@0.11.3': - resolution: {integrity: sha512-uaIWbKqs98vROrgG6DJE54ArxTFyVAvjg0JMDjP6s+lp7hXrjATVhnvpsVOyDBCw4ezhrLVVtuThNTpxfIiOrw==} + '@module-federation/bridge-react-webpack-plugin@0.11.4': + resolution: {integrity: sha512-oagMRwPuMBOJ+0fggNlwgp/5LxxKyWmXBjfJmJGlJQtADxcWp3odlGXTZuAxDO2sh0S8toDnJFNt5bqruSszwg==} - '@module-federation/cli@0.11.3': - resolution: {integrity: sha512-TQAmEoJBaNpXNZf+dY9mJkIFrwkODp7qbNu9sL6sJ+bLUhoUHoTSoOTKMqdhLTSVJKulf4k8GfYPvKoCKX/FaA==} + '@module-federation/cli@0.11.4': + resolution: {integrity: sha512-ARl++lw29Ne12P2WFNRpD4dwnZW0aodMDay3/tTOE9Nx4BdBVfHf5HyCZIph589STy+dIy/ih/ebHbue1glL3Q==} engines: {node: '>=16.0.0'} hasBin: true - '@module-federation/data-prefetch@0.11.3': - resolution: {integrity: sha512-m0Iyl2xclAhIX4mVvPaEgytBx+hwQVJQqghKcN7HJR7UF7tvjO+xoJQmNIlxAl5+QOgPyYlJrmWtNTfzQHbcsw==} + '@module-federation/data-prefetch@0.11.4': + resolution: {integrity: sha512-wRUJ8E4QJBwMp/vejH5M1rR0EbuxrwQyHUHW0Ec5C5NQludqDbXJVf+f01fdPnJI+hVt5hL4GPltZwwuUWzdIw==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' - '@module-federation/dts-plugin@0.11.3': - resolution: {integrity: sha512-C43yJySmcwGhmVqisZomlz/OETEUXE7pybfEcrpInKc5FI4o6upLYV4P65jKRS0N+I/U3y6bAsHX4gtIq7XdbA==} + '@module-federation/dts-plugin@0.11.4': + resolution: {integrity: sha512-QkHbW/ZOyqNI2Oz7ZqAAiTWc3vTejoimS3nfRy947rvX3xaFEavmgJNJLBEJntos2eAF3gw5TCEuKL08zVI7BQ==} peerDependencies: typescript: ^4.9.0 || ^5.0.0 vue-tsc: '>=1.0.24' @@ -1938,8 +1934,8 @@ packages: vue-tsc: optional: true - '@module-federation/enhanced@0.11.3': - resolution: {integrity: sha512-ySRp2tsJFXjw9wOkWPKV0Jmy6GPJfrWDEfEpJIDc5h75dk4Y0sPX3vrdQtZsNz/ofYJN1z3XJRLNzAZdRdYuIg==} + '@module-federation/enhanced@0.11.4': + resolution: {integrity: sha512-WFmJsTMUSdXxNEBPhvVJRszFecHPnTbNg/LhwT1i631v7AqzLE8R/lE/CsAoMaxuuPtQqEmZgU9wwjRLW80DfA==} hasBin: true peerDependencies: typescript: ^4.9.0 || ^5.0.0 @@ -1959,22 +1955,22 @@ packages: '@module-federation/error-codes@0.11.2': resolution: {integrity: sha512-ik1Qnn0I+WyEdprTck9WGlH41vGsVdUg8cfO+ZM02qOb2cZm5Vu3SlxGAobj6g7uAj0g8yINnd7h7Dci40BxQA==} - '@module-federation/error-codes@0.11.3': - resolution: {integrity: sha512-RG5cZAJUtlcJLoJiFXevdNRnBxrEye5aDHrDHY7szbO3hBK+XLqKTd0OOVHiGE5tpSy3TMy8qR9xHH4a1Q8bWg==} + '@module-federation/error-codes@0.11.4': + resolution: {integrity: sha512-WugZdcNbNVTKuxuArGfnRW1R+siNgMBhad451HniyCG+SjlS0HEO9zIDuVP12l3xJsiTHgLqyutYEvunQ5O1aQ==} - '@module-federation/inject-external-runtime-core-plugin@0.11.3': - resolution: {integrity: sha512-l7MUjXlV6O7h8BSlMC9FlJ0bi9wFz0+PIkn6r7vaE0IuepJ7SuZDzJxtErzTz5OggPOFLygS2r7q+60dNVwh7A==} + '@module-federation/inject-external-runtime-core-plugin@0.11.4': + resolution: {integrity: sha512-VHPD8NpAZ9m+EgvojX/1+CDp0eR4Jx/SbWsCVJm1qijh9BU5JSrVnRe+pVJPHHkNfkN70mzqWRexr4oC7qMC4Q==} peerDependencies: - '@module-federation/runtime-tools': 0.11.3 + '@module-federation/runtime-tools': 0.11.4 - '@module-federation/managers@0.11.3': - resolution: {integrity: sha512-9mhP2gCblG5oWA3YRxlfkIZbl9VuQjCATczs+VnS+sgykNZBUhTDj9K//sIN5Zrrd60IBz9HW7xjj8760ERwFw==} + '@module-federation/managers@0.11.4': + resolution: {integrity: sha512-BCoIKCo7QBvqBgwXjMUPlUKYIPXieHDvQhXp24oQIQk4WhEcaMw3BByTPKOje9V6GKZqkmzQwO00e3Ca2lnHxQ==} - '@module-federation/manifest@0.11.3': - resolution: {integrity: sha512-UHODiU4g2mogYbud9/RZk73jDPSJtP4GiRSVtZo1OUW9J4qiy16N4FNw47M2OlGsHlgOzQ3igoo2NX7AQudAjA==} + '@module-federation/manifest@0.11.4': + resolution: {integrity: sha512-5dLyQNezlSfZeWtpDcKs6TnSr7JaJXcLggFAk0WhFan4WXdi+aEQtDMVCBdbdQ3hpEq3OYz9T1Ez4q6CVimZZA==} - '@module-federation/rsbuild-plugin@0.11.3': - resolution: {integrity: sha512-dlrGL59cyL8lLs5LI4+/Eg1p/17rYisClOhTVyF3LKNxr+I85KtvW1PgjV+JRtTK0c8mSbTKuy60oPIuolXX0Q==} + '@module-federation/rsbuild-plugin@0.11.4': + resolution: {integrity: sha512-OvWBZa0p4IBTd46Q5DGDTMahWnDWMnGXC3I7q5yfyESjEWmbN2WhO/+jxam/gG2EDL5Y1cx9ScIMk0qM/eXEEA==} engines: {node: '>=16.0.0'} peerDependencies: '@rsbuild/core': 1.x @@ -1982,8 +1978,8 @@ packages: '@rsbuild/core': optional: true - '@module-federation/rspack@0.11.3': - resolution: {integrity: sha512-1Mhy3L4jL1z+xFCLny5PBL6Fyu6i2eJB/n7sPTqyu/vfO0cgOfxwBxxcEneq0oAJ1er+n6WWcug8IrJ5hIzkTw==} + '@module-federation/rspack@0.11.4': + resolution: {integrity: sha512-NbNPvzbnlSoNf2BsRywX6jnKLCzMA7cHGqn7m9+xyCjLrUVt3+AAUhxSW4+HdiHgfm/T2e4G1By9OtwVdX0L1Q==} peerDependencies: '@rspack/core': '>=0.7' typescript: ^4.9.0 || ^5.0.0 @@ -2000,8 +1996,8 @@ packages: '@module-federation/runtime-core@0.11.2': resolution: {integrity: sha512-dia5kKybi6MFU0s5PgglJwN27k7n9Sf69Cy5xZ4BWaP0qlaXTsxHKO0PECHNt2Pt8jDdyU29sQ4DwAQfxpnXJQ==} - '@module-federation/runtime-core@0.11.3': - resolution: {integrity: sha512-xz9++7Z0JXpOepknl2YmIQXzG8hmvLJLRtg7XYHuA1JRXW4vBKaUvvUAqLHvxS9+6FZTb8AAjQ9+8eeAOz5RYg==} + '@module-federation/runtime-core@0.11.4': + resolution: {integrity: sha512-+n2fWUPj6cCeHXmChZ35RFyNONfBEcNgQ3o7KEmxOBJ6bRh1vr3AO2OPRPYr5WHcvAyjny+l/xhi+sZPNV3uOQ==} '@module-federation/runtime-tools@0.11.1': resolution: {integrity: sha512-8UqMbHJSdkEvKlnlXpR/OjMA77bUbhtmv0I4UO+PA1zBga4y3/St6NOjD66NTINKeWEgsCt1aepXHspduXp33w==} @@ -2009,8 +2005,8 @@ packages: '@module-federation/runtime-tools@0.11.2': resolution: {integrity: sha512-4MJTGAxVq6vxQRkTtTlH7Mm9AVqgn0X9kdu+7RsL7T/qU+jeYsbrntN2CWG3GVVA8r5JddXyTI1iJ0VXQZLV1w==} - '@module-federation/runtime-tools@0.11.3': - resolution: {integrity: sha512-mN1Ft2O4Khz8PEwNZT7ujWKjVyCKhkInHoMn2n8U8DmOShOlbSQaBR48ZvLP2NTUcbkZbMmWls4q9Ou2UampOw==} + '@module-federation/runtime-tools@0.11.4': + resolution: {integrity: sha512-rNtaY1Eo9PJ9kn6Z9wp+OsPOA6dbJa4zyDVC1Bo+dnKkjoJ+YwGYpBw88vb0btwCtc5gJkK14ZvnYtDyPVrPWQ==} '@module-federation/runtime@0.11.1': resolution: {integrity: sha512-yxxa/TRXaNggb34N+oL82J7r9+GZ3gYTCDyGibYqtsC5j7+9oB4tmc0UyhjrGMhg+fF8TAWFZjNKo7ZnyN9LcQ==} @@ -2018,8 +2014,8 @@ packages: '@module-federation/runtime@0.11.2': resolution: {integrity: sha512-Ya9u/L6z2LvhgpqxuKCB7LcigIIRf1BbaxAZIH7mzbq/A7rZtTP7v+73E433jvgiAlbAfPSZkeoYGele6hfRwA==} - '@module-federation/runtime@0.11.3': - resolution: {integrity: sha512-lGCrWQclRVLP6ryYwdwvmphxRJi1thchO5Q4BbK4MsRxYUMlHGkPi0ygAXwedl6Kaa2ZqhbvlMrUhB+n5PnwNQ==} + '@module-federation/runtime@0.11.4': + resolution: {integrity: sha512-pUfhsa3iYoXBV3CsUfBJN04Cvckj9gBbs8+sLsYiWxxU+cJYNiJpco0iKxRX1/60O+RAH8fAaNq5ilz2qc204A==} '@module-federation/sdk@0.11.1': resolution: {integrity: sha512-QS6zevdQYLCGF6NFf0LysMGARh+dZxMeoRKKDUW5PYi3XOk+tjJ7QsDKybfcBZBNgBJfIuwxh4Oei6WOFJEfRg==} @@ -2027,13 +2023,13 @@ packages: '@module-federation/sdk@0.11.2': resolution: {integrity: sha512-SBFe5xOamluT900J4AGBx+2/kCH/JbfqXoUwPSAC6PRzb8Y7LB0posnOGzmqYsLZXT37vp3d6AmJDsVoajDqxw==} - '@module-federation/sdk@0.11.3': - resolution: {integrity: sha512-XzohSaFNbLbEoiwPtYOuoDeInx7vOSYHngfcQqJ356LRzNIPdCMjmtA0WM1YhRkpBchmQ1LXg6HVXy7R7AEKsg==} + '@module-federation/sdk@0.11.4': + resolution: {integrity: sha512-23Poajva/+wye8+66NvEiL/dJDUahOjEgxljLvzmxQXi9x5hdrfJvBDIwLtzyewZ+vA5Nzpwz35sSzEOyPJUqg==} - '@module-federation/storybook-addon@4.0.11': - resolution: {integrity: sha512-TKCDkvTCDztlqWBfM/oKD+Jtlpp9+wj7ZG3hyQZrwmp/OI/7ihDX8cYE+/SB+UF6evDCTS3tgTq7qke/6/VyhQ==} + '@module-federation/storybook-addon@4.0.12': + resolution: {integrity: sha512-nxULrcvyJd/WqxGpf2HrBDJagRdDiXNq9ZwVkaIx18wk76KlUj3zieuQHnJc8O45MtaeNcAT6l3fIfrdNY4BrA==} peerDependencies: - '@module-federation/utilities': ^3.1.50 + '@module-federation/utilities': ^3.1.51 '@nx/react': '>= 16.0.0' '@nx/webpack': '>= 16.0.0' '@rsbuild/core': ^1.0.1 @@ -2057,8 +2053,8 @@ packages: webpack-virtual-modules: optional: true - '@module-federation/third-party-dts-extractor@0.11.3': - resolution: {integrity: sha512-c/Lpo2Ve33g5gQW62tcVe8O8NmPdt7gifT4Lu+IgWZpsxdnzTZcS4ujuyu19VCTjevNPxYc2aTtfkYjNtvvbpQ==} + '@module-federation/third-party-dts-extractor@0.11.4': + resolution: {integrity: sha512-hgqi7K1BTBAxW2NAqguwFvQfbQrEAHfb7CBwx+w9jKm77koKrS3+uHoAHD1mh34eWnkK2kVBktcbBPoxA0df3Q==} '@module-federation/webpack-bundler-runtime@0.11.1': resolution: {integrity: sha512-XlVegGyCBBLId8Jr6USjPOFYViQ0CCtoYjHpC8y1FOGtuXLGrvnEdFcl4XHlFlp3MY3Rxhr8QigrdZhYe5bRWg==} @@ -2066,8 +2062,8 @@ packages: '@module-federation/webpack-bundler-runtime@0.11.2': resolution: {integrity: sha512-WdwIE6QF+MKs/PdVu0cKPETF743JB9PZ62/qf7Uo3gU4fjsUMc37RnbJZ/qB60EaHHfjwp1v6NnhZw1r4eVsnw==} - '@module-federation/webpack-bundler-runtime@0.11.3': - resolution: {integrity: sha512-SyLDwwzvR/UxcJi3vcSevcL0/NmbiSZkaVXDOK5z/Xts+uANNzi0OSth1JKfTqT0nUUm4tTkkD6fufPWqg1NZA==} + '@module-federation/webpack-bundler-runtime@0.11.4': + resolution: {integrity: sha512-lhY0RGkirPTC5AIdXjyCe4uNYtKQA7A2Oo08sa0XIAhzZUeBzVIAes1jWGS3nvPV5/SZ+ldzoMmTvlrEpgz5vQ==} '@napi-rs/wasm-runtime@0.2.4': resolution: {integrity: sha512-9zESzOO5aDByvhIAsOy9TbpZ0Ur2AJbUI7UT73kcUTS2mxAMHOBaa1st/jAymNoCtvrit99kkzT1FZuXVcgfIQ==} @@ -2295,13 +2291,13 @@ packages: engines: {node: '>=16.7.0'} hasBin: true - '@rsbuild/core@1.3.4': - resolution: {integrity: sha512-aYf56HZDkwhVicCeItFNjsEQSZC51X1yi01xBV4naNVCKUMxBAOriJyXZPdlHRntSvRQe1BjCao9cvXevwsRbw==} + '@rsbuild/core@1.3.5': + resolution: {integrity: sha512-Fn6nJ4YvLO2UtFcoSPxgJoiUdS0Iix7X1BsyZ+DCj3SGpVCxp3Td9x58F5uhcRraMZFPB91wvcS/OabYwT3N2w==} engines: {node: '>=16.7.0'} hasBin: true - '@rsbuild/plugin-babel@1.0.4': - resolution: {integrity: sha512-ZYbyC3zNYluTWTJDVrAW3eRJfvSTIQlp/bs20iY/MATm8/rRq2xtlAP5keCYxpx5CJZX7IT7i6f4z24/YrJJwA==} + '@rsbuild/plugin-babel@1.0.5': + resolution: {integrity: sha512-g6kZsAREO7c3KEBXRnLbOovIEL/TQDMls2QQFpaGxHx1K7pJB5nNmY1XpTzLCch62xfmBV4crOde0Dow6NAshg==} peerDependencies: '@rsbuild/core': 1.x @@ -2338,8 +2334,8 @@ packages: peerDependencies: '@rsbuild/core': 1.x - '@rsbuild/plugin-svgr@1.1.0': - resolution: {integrity: sha512-ZPiU2giyUgxD8C4GdHJNT9kupnrLrLECdaUHPwpsfHcLlkWE+M00uQSlIJBTkztVvOF5BEERtGaVGq+/wmhgaQ==} + '@rsbuild/plugin-svgr@1.1.1': + resolution: {integrity: sha512-exQ58+Knf1LbbvWKRu1C+tg4F3wkebuno7N2X0w+jgXR6f+9oRxJn958iOGN8O3PalG+2OT1sWmTp7TdoNU7dg==} peerDependencies: '@rsbuild/core': 1.x @@ -2398,8 +2394,8 @@ packages: cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-arm64@1.3.2': - resolution: {integrity: sha512-oeZvdHCY3XML8U6npof3b7uNVmNMTIRccPe2IDHlV1zk1MPfBzgrKOKmo1V8kqI43xAWET7CpAX9C+TjDDcy/g==} + '@rspack/binding-darwin-arm64@1.3.3': + resolution: {integrity: sha512-vbzEdpRCZl5+HXWsVjzSDqB9ZVIlqldV+udHp4YDD8qiwdQznVaBZke0eMzZ7kaInqRPsZ+UHQuVk6JaH/JkMQ==} cpu: [arm64] os: [darwin] @@ -2408,8 +2404,8 @@ packages: cpu: [x64] os: [darwin] - '@rspack/binding-darwin-x64@1.3.2': - resolution: {integrity: sha512-V1IKH3I0uEf4vjou158amWgpAUz9MgGiFU09LgZS/hz1jYMTCi3Z791EEL4Gz6iqAixIZxtw6aYeotjRJ4Kyqg==} + '@rspack/binding-darwin-x64@1.3.3': + resolution: {integrity: sha512-OXtY2s4nlYtUXkeJt8TQKKNIcN7PI8yDq0nqI75OfJoS4u1ZmRXJ8IMeSALLo8I+xD2RAF79tf7yhM/Y/AaiKQ==} cpu: [x64] os: [darwin] @@ -2418,8 +2414,8 @@ packages: cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-gnu@1.3.2': - resolution: {integrity: sha512-nJzY+Ur6FxWM0xc+G2tY1TQu3s6qgolxXb5K2VLIDHSPqDAjqRc35ypQc9Tz3rUPb8HVh+X7YLIZxA0hE4eQOg==} + '@rspack/binding-linux-arm64-gnu@1.3.3': + resolution: {integrity: sha512-Lluq3RLYzyCMdXr/HyALKEPGsr+196x8Ccuy5AmIRosOdWuwtSiomSRH1Ka8REUFNHfYy5y9SzfmIZo/E0QEmg==} cpu: [arm64] os: [linux] @@ -2428,8 +2424,8 @@ packages: cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-musl@1.3.2': - resolution: {integrity: sha512-sRi77ccO/oOfyBNq3FgW2pDtXcgMzslLokOby8NpD/kv/SxtOE4ORoLZKzdJyGNh2WDPbtSwIDWPes2x4MKASQ==} + '@rspack/binding-linux-arm64-musl@1.3.3': + resolution: {integrity: sha512-PIsicXWjOqzmoOutUqxpMNkCoKo+8/wxDyKxHFeu+5WIAxVFphe2d3H5qvEjc2MasWSdRmAVn9XiuIj2LIXFzA==} cpu: [arm64] os: [linux] @@ -2438,8 +2434,8 @@ packages: cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-gnu@1.3.2': - resolution: {integrity: sha512-KnrFQUj6SKJFGXqJW9Kgdv+mRGcPCirQesuwXtW+9YejT6MzLRRdJ4NDQdfcmfLZK9+ap+l73bLXAyMiIBZiOw==} + '@rspack/binding-linux-x64-gnu@1.3.3': + resolution: {integrity: sha512-BtksK73ZFdny2T/wU1x0kxBF4ruYUUArZDyeGfpO+vd/1nNYqzzdhGvOksKmtdvsO38ETr2gZ9+XZyr1vpy9uQ==} cpu: [x64] os: [linux] @@ -2448,8 +2444,8 @@ packages: cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-musl@1.3.2': - resolution: {integrity: sha512-ZcTl4LBgxp5Bfyu9x7NhYRAR4qWPwhhxzwXmiQ1ya7DsdqiYaiCr59dPQx7ZaExXckeHGly75B3aTn1II9Vexw==} + '@rspack/binding-linux-x64-musl@1.3.3': + resolution: {integrity: sha512-jx86CxkTmyBz/eHDqZp1mCqBwY+UTEtaPlPoWFyGkJUR5ey6nQnxS+fhG34Rqz63chW+q/afwpGNGyALYdgc8g==} cpu: [x64] os: [linux] @@ -2458,8 +2454,8 @@ packages: cpu: [arm64] os: [win32] - '@rspack/binding-win32-arm64-msvc@1.3.2': - resolution: {integrity: sha512-8volxqn9vps8XKj0DTRk/4d5TXL+vkaBRWF7CzzdfZYm/smvrdz2Iw7VmcACA7XaS41xqeTtrdq6CmaxC/4CFg==} + '@rspack/binding-win32-arm64-msvc@1.3.3': + resolution: {integrity: sha512-uXAdDzajFToVrH3fCNVDP/uKQ9i5FQjJc2aYxsnhS9Su/CZB+UQsOecbq6MnIN2s0B9GBKBG8QdQEtS3RtC6Hg==} cpu: [arm64] os: [win32] @@ -2468,8 +2464,8 @@ packages: cpu: [ia32] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.3.2': - resolution: {integrity: sha512-jTIiV4pt62xK3qNqI88F8rM+ynM36UmbZ8CRFqXRHdC+Cx/dUmk83IGQr9DNvjM7we7BxUm3Shmi1f0KyZrBKw==} + '@rspack/binding-win32-ia32-msvc@1.3.3': + resolution: {integrity: sha512-VBE6XsJ3IiAlozAywAIxAZ1Aqc2QVnEwBo0gP9998KkwL7wxB6Bg/OJnPbH3Q0ZaNWAQViC99rPC+5hSIdeSxw==} cpu: [ia32] os: [win32] @@ -2478,16 +2474,16 @@ packages: cpu: [x64] os: [win32] - '@rspack/binding-win32-x64-msvc@1.3.2': - resolution: {integrity: sha512-DfQmL7LsqD7KEZv8/z0p6AkwQAGlv5fvl5X5z4bxyRc4JMvEPBxY8lW9iK5Hk66ECzERUI2HcQ0JbRD/e4oL8A==} + '@rspack/binding-win32-x64-msvc@1.3.3': + resolution: {integrity: sha512-rOsNz4/DFgSENjEh0t9kFn89feuXK14/9wbmmFlT8VMpYOCcj4tKcAHjWg+Nzzj4FL+NSOC/81SrUF9J+C2R7w==} cpu: [x64] os: [win32] '@rspack/binding@1.3.0': resolution: {integrity: sha512-MqXxbU5ei/xem+Ier48x0/IfJSpfBVbmB/FlziM59wF+mP8DYsMskr7sapN5YfeBhcfelKOtr9hERXRv/p1k2Q==} - '@rspack/binding@1.3.2': - resolution: {integrity: sha512-QK+nHPDQGv16mBpJa5vULDrqDilgiFZ/BbGCZoCZRX373R9s0Doe6DBbty+RfTJwCsalF3r8X6MdWfy7UPu6Hw==} + '@rspack/binding@1.3.3': + resolution: {integrity: sha512-zdwJ801tyC8k+Gu5RjNoc7bEtX0MgJzzVv9qpaMwcAUfUfwZgCzXPTqcGMDoNI+Z47Fw59/2fKCmgZhZn60AgA==} '@rspack/core@1.3.0': resolution: {integrity: sha512-7WZdw8EaEy/TlySn46Xgg9qMPoZBA4uTQR+nxgomAA0u9s/31VYFDpPsLIc/uT8OGemGU2kydgAgu9A6Gyp0GQ==} @@ -2501,8 +2497,8 @@ packages: '@swc/helpers': optional: true - '@rspack/core@1.3.2': - resolution: {integrity: sha512-QbEn1SkNW3b89KTlSkp6OHdvw3DhpL6tSdDhsOlldw3LoRBy4fx80Z9W9lmg+g+8DjTAs1Z1ysElEFtAN69AZg==} + '@rspack/core@1.3.3': + resolution: {integrity: sha512-+mXVlFcYr0tWezZfJ/gR0fj8njRc7pzEMtTFa2NO5cfsNAKPF/SXm4rb55kfa63r0b3U3N7f2nKrJG9wyG7zMQ==} engines: {node: '>=16.0.0'} peerDependencies: '@rspack/tracing': ^1.x @@ -7151,18 +7147,18 @@ snapshots: '@babel/compat-data@7.26.8': {} - '@babel/core@7.26.9': + '@babel/core@7.26.10': dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.9 + '@babel/generator': 7.27.0 '@babel/helper-compilation-targets': 7.26.5 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.9) - '@babel/helpers': 7.26.9 - '@babel/parser': 7.26.9 - '@babel/template': 7.26.9 - '@babel/traverse': 7.26.9 - '@babel/types': 7.26.9 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.10) + '@babel/helpers': 7.27.0 + '@babel/parser': 7.27.0 + '@babel/template': 7.27.0 + '@babel/traverse': 7.27.0 + '@babel/types': 7.27.0 convert-source-map: 2.0.0 debug: 4.4.0 gensync: 1.0.0-beta.2 @@ -7171,17 +7167,17 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/generator@7.26.9': + '@babel/generator@7.27.0': dependencies: - '@babel/parser': 7.26.9 - '@babel/types': 7.26.9 + '@babel/parser': 7.27.0 + '@babel/types': 7.27.0 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.0.2 '@babel/helper-annotate-as-pure@7.25.9': dependencies: - '@babel/types': 7.26.9 + '@babel/types': 7.27.0 '@babel/helper-compilation-targets@7.26.5': dependencies: @@ -7191,24 +7187,24 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.26.9)': + '@babel/helper-create-class-features-plugin@7.27.0(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.9 + '@babel/core': 7.26.10 '@babel/helper-annotate-as-pure': 7.25.9 '@babel/helper-member-expression-to-functions': 7.25.9 '@babel/helper-optimise-call-expression': 7.25.9 - '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.9) + '@babel/helper-replace-supers': 7.26.5(@babel/core@7.26.10) '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 - '@babel/traverse': 7.26.9 + '@babel/traverse': 7.27.0 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/helper-define-polyfill-provider@0.6.4(@babel/core@7.26.9)': + '@babel/helper-define-polyfill-provider@0.6.4(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.9 + '@babel/core': 7.26.10 '@babel/helper-compilation-targets': 7.26.5 - '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-plugin-utils': 7.26.5 debug: 4.4.0 lodash.debounce: 4.0.8 resolve: 1.22.10 @@ -7217,53 +7213,46 @@ snapshots: '@babel/helper-member-expression-to-functions@7.25.9': dependencies: - '@babel/traverse': 7.26.9 - '@babel/types': 7.26.9 + '@babel/traverse': 7.27.0 + '@babel/types': 7.27.0 transitivePeerDependencies: - supports-color '@babel/helper-module-imports@7.25.9': dependencies: - '@babel/traverse': 7.26.9 - '@babel/types': 7.26.9 + '@babel/traverse': 7.27.0 + '@babel/types': 7.27.0 transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.9)': + '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.9 + '@babel/core': 7.26.10 '@babel/helper-module-imports': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.26.9 + '@babel/traverse': 7.27.0 transitivePeerDependencies: - supports-color '@babel/helper-optimise-call-expression@7.25.9': dependencies: - '@babel/types': 7.26.9 + '@babel/types': 7.27.0 - '@babel/helper-plugin-utils@7.25.9': {} + '@babel/helper-plugin-utils@7.26.5': {} - '@babel/helper-replace-supers@7.25.9(@babel/core@7.26.9)': + '@babel/helper-replace-supers@7.26.5(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.9 + '@babel/core': 7.26.10 '@babel/helper-member-expression-to-functions': 7.25.9 '@babel/helper-optimise-call-expression': 7.25.9 - '@babel/traverse': 7.26.9 - transitivePeerDependencies: - - supports-color - - '@babel/helper-simple-access@7.25.9': - dependencies: - '@babel/traverse': 7.26.9 - '@babel/types': 7.26.9 + '@babel/traverse': 7.27.0 transitivePeerDependencies: - supports-color '@babel/helper-skip-transparent-expression-wrappers@7.25.9': dependencies: - '@babel/traverse': 7.26.9 - '@babel/types': 7.26.9 + '@babel/traverse': 7.27.0 + '@babel/types': 7.27.0 transitivePeerDependencies: - supports-color @@ -7273,75 +7262,74 @@ snapshots: '@babel/helper-validator-option@7.25.9': {} - '@babel/helpers@7.26.9': + '@babel/helpers@7.27.0': dependencies: - '@babel/template': 7.26.9 - '@babel/types': 7.26.9 + '@babel/template': 7.27.0 + '@babel/types': 7.27.0 - '@babel/parser@7.26.9': + '@babel/parser@7.27.0': dependencies: - '@babel/types': 7.26.9 + '@babel/types': 7.27.0 - '@babel/plugin-proposal-decorators@7.25.9(@babel/core@7.26.9)': + '@babel/plugin-proposal-decorators@7.25.9(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.9 - '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.9) - '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-decorators': 7.25.9(@babel/core@7.26.9) + '@babel/core': 7.26.10 + '@babel/helper-create-class-features-plugin': 7.27.0(@babel/core@7.26.10) + '@babel/helper-plugin-utils': 7.26.5 + '@babel/plugin-syntax-decorators': 7.25.9(@babel/core@7.26.10) transitivePeerDependencies: - supports-color - '@babel/plugin-syntax-decorators@7.25.9(@babel/core@7.26.9)': + '@babel/plugin-syntax-decorators@7.25.9(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.9 - '@babel/helper-plugin-utils': 7.25.9 + '@babel/core': 7.26.10 + '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.9)': + '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.9 - '@babel/helper-plugin-utils': 7.25.9 + '@babel/core': 7.26.10 + '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.9)': + '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.9 - '@babel/helper-plugin-utils': 7.25.9 + '@babel/core': 7.26.10 + '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-transform-class-properties@7.25.9(@babel/core@7.26.9)': + '@babel/plugin-transform-class-properties@7.25.9(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.9 - '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.9) - '@babel/helper-plugin-utils': 7.25.9 + '@babel/core': 7.26.10 + '@babel/helper-create-class-features-plugin': 7.27.0(@babel/core@7.26.10) + '@babel/helper-plugin-utils': 7.26.5 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-commonjs@7.25.9(@babel/core@7.26.9)': + '@babel/plugin-transform-modules-commonjs@7.26.3(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.9 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.9) - '@babel/helper-plugin-utils': 7.25.9 - '@babel/helper-simple-access': 7.25.9 + '@babel/core': 7.26.10 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.10) + '@babel/helper-plugin-utils': 7.26.5 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-typescript@7.25.9(@babel/core@7.26.9)': + '@babel/plugin-transform-typescript@7.27.0(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.9 + '@babel/core': 7.26.10 '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.9) - '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-create-class-features-plugin': 7.27.0(@babel/core@7.26.10) + '@babel/helper-plugin-utils': 7.26.5 '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 - '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.9) + '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.10) transitivePeerDependencies: - supports-color - '@babel/preset-typescript@7.26.0(@babel/core@7.26.9)': + '@babel/preset-typescript@7.27.0(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.9 - '@babel/helper-plugin-utils': 7.25.9 + '@babel/core': 7.26.10 + '@babel/helper-plugin-utils': 7.26.5 '@babel/helper-validator-option': 7.25.9 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.9) - '@babel/plugin-transform-modules-commonjs': 7.25.9(@babel/core@7.26.9) - '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.26.9) + '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.10) + '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.10) + '@babel/plugin-transform-typescript': 7.27.0(@babel/core@7.26.10) transitivePeerDependencies: - supports-color @@ -7349,25 +7337,25 @@ snapshots: dependencies: regenerator-runtime: 0.14.1 - '@babel/template@7.26.9': + '@babel/template@7.27.0': dependencies: '@babel/code-frame': 7.26.2 - '@babel/parser': 7.26.9 - '@babel/types': 7.26.9 + '@babel/parser': 7.27.0 + '@babel/types': 7.27.0 - '@babel/traverse@7.26.9': + '@babel/traverse@7.27.0': dependencies: '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.9 - '@babel/parser': 7.26.9 - '@babel/template': 7.26.9 - '@babel/types': 7.26.9 + '@babel/generator': 7.27.0 + '@babel/parser': 7.27.0 + '@babel/template': 7.27.0 + '@babel/types': 7.27.0 debug: 4.4.0 globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/types@7.26.9': + '@babel/types@7.27.0': dependencies: '@babel/helper-string-parser': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 @@ -7954,17 +7942,17 @@ snapshots: lodash: 4.17.21 rslog: 1.2.3 - '@module-federation/bridge-react-webpack-plugin@0.11.3': + '@module-federation/bridge-react-webpack-plugin@0.11.4': dependencies: - '@module-federation/sdk': 0.11.3 + '@module-federation/sdk': 0.11.4 '@types/semver': 7.5.8 semver: 7.6.3 - '@module-federation/cli@0.11.3(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))': + '@module-federation/cli@0.11.4(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))': dependencies: '@modern-js/node-bundle-require': 2.65.1 - '@module-federation/dts-plugin': 0.11.3(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) - '@module-federation/sdk': 0.11.3 + '@module-federation/dts-plugin': 0.11.4(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) + '@module-federation/sdk': 0.11.4 chalk: 3.0.0 commander: 11.1.0 transitivePeerDependencies: @@ -7975,20 +7963,20 @@ snapshots: - utf-8-validate - vue-tsc - '@module-federation/data-prefetch@0.11.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@module-federation/data-prefetch@0.11.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: - '@module-federation/runtime': 0.11.3 - '@module-federation/sdk': 0.11.3 + '@module-federation/runtime': 0.11.4 + '@module-federation/sdk': 0.11.4 fs-extra: 9.1.0 react: 19.1.0 react-dom: 19.1.0(react@19.1.0) - '@module-federation/dts-plugin@0.11.3(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))': + '@module-federation/dts-plugin@0.11.4(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))': dependencies: - '@module-federation/error-codes': 0.11.3 - '@module-federation/managers': 0.11.3 - '@module-federation/sdk': 0.11.3 - '@module-federation/third-party-dts-extractor': 0.11.3 + '@module-federation/error-codes': 0.11.4 + '@module-federation/managers': 0.11.4 + '@module-federation/sdk': 0.11.4 + '@module-federation/third-party-dts-extractor': 0.11.4 adm-zip: 0.5.16 ansi-colors: 4.1.3 axios: 1.8.3 @@ -8010,19 +7998,19 @@ snapshots: - supports-color - utf-8-validate - '@module-federation/enhanced@0.11.3(@rspack/core@1.3.2(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0)': - dependencies: - '@module-federation/bridge-react-webpack-plugin': 0.11.3 - '@module-federation/cli': 0.11.3(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) - '@module-federation/data-prefetch': 0.11.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@module-federation/dts-plugin': 0.11.3(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) - '@module-federation/error-codes': 0.11.3 - '@module-federation/inject-external-runtime-core-plugin': 0.11.3(@module-federation/runtime-tools@0.11.3) - '@module-federation/managers': 0.11.3 - '@module-federation/manifest': 0.11.3(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) - '@module-federation/rspack': 0.11.3(@rspack/core@1.3.2(@swc/helpers@0.5.15))(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) - '@module-federation/runtime-tools': 0.11.3 - '@module-federation/sdk': 0.11.3 + '@module-federation/enhanced@0.11.4(@rspack/core@1.3.3(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0)': + dependencies: + '@module-federation/bridge-react-webpack-plugin': 0.11.4 + '@module-federation/cli': 0.11.4(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) + '@module-federation/data-prefetch': 0.11.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@module-federation/dts-plugin': 0.11.4(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) + '@module-federation/error-codes': 0.11.4 + '@module-federation/inject-external-runtime-core-plugin': 0.11.4(@module-federation/runtime-tools@0.11.4) + '@module-federation/managers': 0.11.4 + '@module-federation/manifest': 0.11.4(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) + '@module-federation/rspack': 0.11.4(@rspack/core@1.3.3(@swc/helpers@0.5.15))(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) + '@module-federation/runtime-tools': 0.11.4 + '@module-federation/sdk': 0.11.4 btoa: 1.2.1 upath: 2.0.1 optionalDependencies: @@ -8042,23 +8030,23 @@ snapshots: '@module-federation/error-codes@0.11.2': {} - '@module-federation/error-codes@0.11.3': {} + '@module-federation/error-codes@0.11.4': {} - '@module-federation/inject-external-runtime-core-plugin@0.11.3(@module-federation/runtime-tools@0.11.3)': + '@module-federation/inject-external-runtime-core-plugin@0.11.4(@module-federation/runtime-tools@0.11.4)': dependencies: - '@module-federation/runtime-tools': 0.11.3 + '@module-federation/runtime-tools': 0.11.4 - '@module-federation/managers@0.11.3': + '@module-federation/managers@0.11.4': dependencies: - '@module-federation/sdk': 0.11.3 + '@module-federation/sdk': 0.11.4 find-pkg: 2.0.0 fs-extra: 9.1.0 - '@module-federation/manifest@0.11.3(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))': + '@module-federation/manifest@0.11.4(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))': dependencies: - '@module-federation/dts-plugin': 0.11.3(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) - '@module-federation/managers': 0.11.3 - '@module-federation/sdk': 0.11.3 + '@module-federation/dts-plugin': 0.11.4(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) + '@module-federation/managers': 0.11.4 + '@module-federation/sdk': 0.11.4 chalk: 3.0.0 find-pkg: 2.0.0 transitivePeerDependencies: @@ -8069,12 +8057,12 @@ snapshots: - utf-8-validate - vue-tsc - '@module-federation/rsbuild-plugin@0.11.3(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0)': + '@module-federation/rsbuild-plugin@0.11.4(@rsbuild/core@1.3.5)(@rspack/core@1.3.3(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0)': dependencies: - '@module-federation/enhanced': 0.11.3(@rspack/core@1.3.2(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) - '@module-federation/sdk': 0.11.3 + '@module-federation/enhanced': 0.11.4(@rspack/core@1.3.3(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) + '@module-federation/sdk': 0.11.4 optionalDependencies: - '@rsbuild/core': 1.3.4 + '@rsbuild/core': 1.3.5 transitivePeerDependencies: - '@rspack/core' - bufferutil @@ -8087,16 +8075,16 @@ snapshots: - vue-tsc - webpack - '@module-federation/rspack@0.11.3(@rspack/core@1.3.2(@swc/helpers@0.5.15))(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))': + '@module-federation/rspack@0.11.4(@rspack/core@1.3.3(@swc/helpers@0.5.15))(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))': dependencies: - '@module-federation/bridge-react-webpack-plugin': 0.11.3 - '@module-federation/dts-plugin': 0.11.3(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) - '@module-federation/inject-external-runtime-core-plugin': 0.11.3(@module-federation/runtime-tools@0.11.3) - '@module-federation/managers': 0.11.3 - '@module-federation/manifest': 0.11.3(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) - '@module-federation/runtime-tools': 0.11.3 - '@module-federation/sdk': 0.11.3 - '@rspack/core': 1.3.2(@swc/helpers@0.5.15) + '@module-federation/bridge-react-webpack-plugin': 0.11.4 + '@module-federation/dts-plugin': 0.11.4(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) + '@module-federation/inject-external-runtime-core-plugin': 0.11.4(@module-federation/runtime-tools@0.11.4) + '@module-federation/managers': 0.11.4 + '@module-federation/manifest': 0.11.4(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) + '@module-federation/runtime-tools': 0.11.4 + '@module-federation/sdk': 0.11.4 + '@rspack/core': 1.3.3(@swc/helpers@0.5.15) btoa: 1.2.1 optionalDependencies: typescript: 5.8.3 @@ -8117,10 +8105,10 @@ snapshots: '@module-federation/error-codes': 0.11.2 '@module-federation/sdk': 0.11.2 - '@module-federation/runtime-core@0.11.3': + '@module-federation/runtime-core@0.11.4': dependencies: - '@module-federation/error-codes': 0.11.3 - '@module-federation/sdk': 0.11.3 + '@module-federation/error-codes': 0.11.4 + '@module-federation/sdk': 0.11.4 '@module-federation/runtime-tools@0.11.1': dependencies: @@ -8132,10 +8120,10 @@ snapshots: '@module-federation/runtime': 0.11.2 '@module-federation/webpack-bundler-runtime': 0.11.2 - '@module-federation/runtime-tools@0.11.3': + '@module-federation/runtime-tools@0.11.4': dependencies: - '@module-federation/runtime': 0.11.3 - '@module-federation/webpack-bundler-runtime': 0.11.3 + '@module-federation/runtime': 0.11.4 + '@module-federation/webpack-bundler-runtime': 0.11.4 '@module-federation/runtime@0.11.1': dependencies: @@ -8149,24 +8137,24 @@ snapshots: '@module-federation/runtime-core': 0.11.2 '@module-federation/sdk': 0.11.2 - '@module-federation/runtime@0.11.3': + '@module-federation/runtime@0.11.4': dependencies: - '@module-federation/error-codes': 0.11.3 - '@module-federation/runtime-core': 0.11.3 - '@module-federation/sdk': 0.11.3 + '@module-federation/error-codes': 0.11.4 + '@module-federation/runtime-core': 0.11.4 + '@module-federation/sdk': 0.11.4 '@module-federation/sdk@0.11.1': {} '@module-federation/sdk@0.11.2': {} - '@module-federation/sdk@0.11.3': {} + '@module-federation/sdk@0.11.4': {} - '@module-federation/storybook-addon@4.0.11(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(@storybook/core@8.6.12(prettier@3.5.3)(storybook@8.6.12(prettier@3.5.3)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack-virtual-modules@0.6.2)(webpack@5.98.0)': + '@module-federation/storybook-addon@4.0.12(@rsbuild/core@1.3.5)(@rspack/core@1.3.3(@swc/helpers@0.5.15))(@storybook/core@8.6.12(prettier@3.5.3)(storybook@8.6.12(prettier@3.5.3)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack-virtual-modules@0.6.2)(webpack@5.98.0)': dependencies: - '@module-federation/enhanced': 0.11.3(@rspack/core@1.3.2(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) - '@module-federation/sdk': 0.11.3 + '@module-federation/enhanced': 0.11.4(@rspack/core@1.3.3(@swc/helpers@0.5.15))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))(webpack@5.98.0) + '@module-federation/sdk': 0.11.4 optionalDependencies: - '@rsbuild/core': 1.3.4 + '@rsbuild/core': 1.3.5 '@storybook/core': 8.6.12(prettier@3.5.3)(storybook@8.6.12(prettier@3.5.3)) webpack: 5.98.0 webpack-virtual-modules: 0.6.2 @@ -8181,7 +8169,7 @@ snapshots: - utf-8-validate - vue-tsc - '@module-federation/third-party-dts-extractor@0.11.3': + '@module-federation/third-party-dts-extractor@0.11.4': dependencies: find-pkg: 2.0.0 fs-extra: 9.1.0 @@ -8197,10 +8185,10 @@ snapshots: '@module-federation/runtime': 0.11.2 '@module-federation/sdk': 0.11.2 - '@module-federation/webpack-bundler-runtime@0.11.3': + '@module-federation/webpack-bundler-runtime@0.11.4': dependencies: - '@module-federation/runtime': 0.11.3 - '@module-federation/sdk': 0.11.3 + '@module-federation/runtime': 0.11.4 + '@module-federation/sdk': 0.11.4 '@napi-rs/wasm-runtime@0.2.4': dependencies: @@ -8359,9 +8347,9 @@ snapshots: transitivePeerDependencies: - '@rspack/tracing' - '@rsbuild/core@1.3.4': + '@rsbuild/core@1.3.5': dependencies: - '@rspack/core': 1.3.2(@swc/helpers@0.5.15) + '@rspack/core': 1.3.3(@swc/helpers@0.5.15) '@rspack/lite-tapable': 1.0.1 '@swc/helpers': 0.5.15 core-js: 3.41.0 @@ -8369,13 +8357,13 @@ snapshots: transitivePeerDependencies: - '@rspack/tracing' - '@rsbuild/plugin-babel@1.0.4(@rsbuild/core@1.3.4)': + '@rsbuild/plugin-babel@1.0.5(@rsbuild/core@1.3.5)': dependencies: - '@babel/core': 7.26.9 - '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.9) - '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.26.9) - '@babel/preset-typescript': 7.26.0(@babel/core@7.26.9) - '@rsbuild/core': 1.3.4 + '@babel/core': 7.26.10 + '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.10) + '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.26.10) + '@babel/preset-typescript': 7.27.0(@babel/core@7.26.10) + '@rsbuild/core': 1.3.5 '@types/babel__core': 7.20.5 deepmerge: 4.3.1 reduce-configs: 1.1.0 @@ -8383,13 +8371,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@rsbuild/plugin-less@1.2.2(@rsbuild/core@1.3.4)': + '@rsbuild/plugin-less@1.2.2(@rsbuild/core@1.3.5)': dependencies: - '@rsbuild/core': 1.3.4 + '@rsbuild/core': 1.3.5 deepmerge: 4.3.1 reduce-configs: 1.1.0 - '@rsbuild/plugin-node-polyfill@1.3.0(@rsbuild/core@1.3.4)': + '@rsbuild/plugin-node-polyfill@1.3.0(@rsbuild/core@1.3.5)': dependencies: assert: 2.1.0 browserify-zlib: 0.2.0 @@ -8415,13 +8403,13 @@ snapshots: util: 0.12.5 vm-browserify: 1.1.2 optionalDependencies: - '@rsbuild/core': 1.3.4 + '@rsbuild/core': 1.3.5 - '@rsbuild/plugin-preact@1.3.1(@rsbuild/core@1.3.4)(preact@10.26.5)': + '@rsbuild/plugin-preact@1.3.1(@rsbuild/core@1.3.5)(preact@10.26.5)': dependencies: '@prefresh/core': 1.5.3(preact@10.26.5) '@prefresh/utils': 1.2.0 - '@rsbuild/core': 1.3.4 + '@rsbuild/core': 1.3.5 '@rspack/plugin-preact-refresh': 1.1.2(@prefresh/core@1.5.3(preact@10.26.5))(@prefresh/utils@1.2.0) '@swc/plugin-prefresh': 6.2.0 transitivePeerDependencies: @@ -8433,37 +8421,37 @@ snapshots: '@rspack/plugin-react-refresh': 1.0.1(react-refresh@0.16.0) react-refresh: 0.16.0 - '@rsbuild/plugin-react@1.1.1(@rsbuild/core@1.3.4)': + '@rsbuild/plugin-react@1.1.1(@rsbuild/core@1.3.5)': dependencies: - '@rsbuild/core': 1.3.4 + '@rsbuild/core': 1.3.5 '@rspack/plugin-react-refresh': 1.0.1(react-refresh@0.16.0) react-refresh: 0.16.0 - '@rsbuild/plugin-sass@1.3.1(@rsbuild/core@1.3.4)': + '@rsbuild/plugin-sass@1.3.1(@rsbuild/core@1.3.5)': dependencies: - '@rsbuild/core': 1.3.4 + '@rsbuild/core': 1.3.5 deepmerge: 4.3.1 loader-utils: 2.0.4 postcss: 8.5.3 reduce-configs: 1.1.0 sass-embedded: 1.86.0 - '@rsbuild/plugin-stylus@1.1.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(webpack@5.98.0)': + '@rsbuild/plugin-stylus@1.1.1(@rsbuild/core@1.3.5)(@rspack/core@1.3.3(@swc/helpers@0.5.15))(webpack@5.98.0)': dependencies: - '@rsbuild/core': 1.3.4 + '@rsbuild/core': 1.3.5 deepmerge: 4.3.1 reduce-configs: 1.1.0 stylus: 0.64.0 - stylus-loader: 8.1.1(@rspack/core@1.3.2(@swc/helpers@0.5.15))(stylus@0.64.0)(webpack@5.98.0) + stylus-loader: 8.1.1(@rspack/core@1.3.3(@swc/helpers@0.5.15))(stylus@0.64.0)(webpack@5.98.0) transitivePeerDependencies: - '@rspack/core' - supports-color - webpack - '@rsbuild/plugin-svgr@1.1.0(@rsbuild/core@1.3.4)(typescript@5.8.3)': + '@rsbuild/plugin-svgr@1.1.1(@rsbuild/core@1.3.5)(typescript@5.8.3)': dependencies: - '@rsbuild/core': 1.3.4 - '@rsbuild/plugin-react': 1.1.1(@rsbuild/core@1.3.4) + '@rsbuild/core': 1.3.5 + '@rsbuild/plugin-react': 1.1.1(@rsbuild/core@1.3.5) '@svgr/core': 8.1.0(typescript@5.8.3) '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.8.3)) '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0(typescript@5.8.3))(typescript@5.8.3) @@ -8473,31 +8461,31 @@ snapshots: - supports-color - typescript - '@rsbuild/plugin-toml@1.1.0(@rsbuild/core@1.3.4)': + '@rsbuild/plugin-toml@1.1.0(@rsbuild/core@1.3.5)': dependencies: toml: 3.0.0 optionalDependencies: - '@rsbuild/core': 1.3.4 + '@rsbuild/core': 1.3.5 - '@rsbuild/plugin-type-check@1.2.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(typescript@5.8.3)': + '@rsbuild/plugin-type-check@1.2.1(@rsbuild/core@1.3.5)(@rspack/core@1.3.3(@swc/helpers@0.5.15))(typescript@5.8.3)': dependencies: deepmerge: 4.3.1 json5: 2.2.3 reduce-configs: 1.1.0 - ts-checker-rspack-plugin: 1.1.1(@rspack/core@1.3.2(@swc/helpers@0.5.15))(typescript@5.8.3) + ts-checker-rspack-plugin: 1.1.1(@rspack/core@1.3.3(@swc/helpers@0.5.15))(typescript@5.8.3) optionalDependencies: - '@rsbuild/core': 1.3.4 + '@rsbuild/core': 1.3.5 transitivePeerDependencies: - '@rspack/core' - typescript - '@rsbuild/plugin-typed-css-modules@1.0.2(@rsbuild/core@1.3.4)': + '@rsbuild/plugin-typed-css-modules@1.0.2(@rsbuild/core@1.3.5)': optionalDependencies: - '@rsbuild/core': 1.3.4 + '@rsbuild/core': 1.3.5 - '@rsbuild/plugin-vue@1.0.7(@rsbuild/core@1.3.4)(vue@3.5.13(typescript@5.8.3))': + '@rsbuild/plugin-vue@1.0.7(@rsbuild/core@1.3.5)(vue@3.5.13(typescript@5.8.3))': dependencies: - '@rsbuild/core': 1.3.4 + '@rsbuild/core': 1.3.5 vue-loader: 17.4.2(vue@3.5.13(typescript@5.8.3))(webpack@5.98.0) webpack: 5.98.0 transitivePeerDependencies: @@ -8508,9 +8496,9 @@ snapshots: - vue - webpack-cli - '@rsbuild/plugin-yaml@1.0.2(@rsbuild/core@1.3.4)': + '@rsbuild/plugin-yaml@1.0.2(@rsbuild/core@1.3.5)': optionalDependencies: - '@rsbuild/core': 1.3.4 + '@rsbuild/core': 1.3.5 '@rslib/core@0.6.1(@microsoft/api-extractor@7.52.3(@types/node@22.8.1))(typescript@5.8.3)': dependencies: @@ -8526,55 +8514,55 @@ snapshots: '@rspack/binding-darwin-arm64@1.3.0': optional: true - '@rspack/binding-darwin-arm64@1.3.2': + '@rspack/binding-darwin-arm64@1.3.3': optional: true '@rspack/binding-darwin-x64@1.3.0': optional: true - '@rspack/binding-darwin-x64@1.3.2': + '@rspack/binding-darwin-x64@1.3.3': optional: true '@rspack/binding-linux-arm64-gnu@1.3.0': optional: true - '@rspack/binding-linux-arm64-gnu@1.3.2': + '@rspack/binding-linux-arm64-gnu@1.3.3': optional: true '@rspack/binding-linux-arm64-musl@1.3.0': optional: true - '@rspack/binding-linux-arm64-musl@1.3.2': + '@rspack/binding-linux-arm64-musl@1.3.3': optional: true '@rspack/binding-linux-x64-gnu@1.3.0': optional: true - '@rspack/binding-linux-x64-gnu@1.3.2': + '@rspack/binding-linux-x64-gnu@1.3.3': optional: true '@rspack/binding-linux-x64-musl@1.3.0': optional: true - '@rspack/binding-linux-x64-musl@1.3.2': + '@rspack/binding-linux-x64-musl@1.3.3': optional: true '@rspack/binding-win32-arm64-msvc@1.3.0': optional: true - '@rspack/binding-win32-arm64-msvc@1.3.2': + '@rspack/binding-win32-arm64-msvc@1.3.3': optional: true '@rspack/binding-win32-ia32-msvc@1.3.0': optional: true - '@rspack/binding-win32-ia32-msvc@1.3.2': + '@rspack/binding-win32-ia32-msvc@1.3.3': optional: true '@rspack/binding-win32-x64-msvc@1.3.0': optional: true - '@rspack/binding-win32-x64-msvc@1.3.2': + '@rspack/binding-win32-x64-msvc@1.3.3': optional: true '@rspack/binding@1.3.0': @@ -8589,17 +8577,17 @@ snapshots: '@rspack/binding-win32-ia32-msvc': 1.3.0 '@rspack/binding-win32-x64-msvc': 1.3.0 - '@rspack/binding@1.3.2': + '@rspack/binding@1.3.3': optionalDependencies: - '@rspack/binding-darwin-arm64': 1.3.2 - '@rspack/binding-darwin-x64': 1.3.2 - '@rspack/binding-linux-arm64-gnu': 1.3.2 - '@rspack/binding-linux-arm64-musl': 1.3.2 - '@rspack/binding-linux-x64-gnu': 1.3.2 - '@rspack/binding-linux-x64-musl': 1.3.2 - '@rspack/binding-win32-arm64-msvc': 1.3.2 - '@rspack/binding-win32-ia32-msvc': 1.3.2 - '@rspack/binding-win32-x64-msvc': 1.3.2 + '@rspack/binding-darwin-arm64': 1.3.3 + '@rspack/binding-darwin-x64': 1.3.3 + '@rspack/binding-linux-arm64-gnu': 1.3.3 + '@rspack/binding-linux-arm64-musl': 1.3.3 + '@rspack/binding-linux-x64-gnu': 1.3.3 + '@rspack/binding-linux-x64-musl': 1.3.3 + '@rspack/binding-win32-arm64-msvc': 1.3.3 + '@rspack/binding-win32-ia32-msvc': 1.3.3 + '@rspack/binding-win32-x64-msvc': 1.3.3 '@rspack/core@1.3.0(@swc/helpers@0.5.15)': dependencies: @@ -8610,13 +8598,12 @@ snapshots: optionalDependencies: '@swc/helpers': 0.5.15 - '@rspack/core@1.3.2(@swc/helpers@0.5.15)': + '@rspack/core@1.3.3(@swc/helpers@0.5.15)': dependencies: '@module-federation/runtime-tools': 0.11.2 - '@rspack/binding': 1.3.2 + '@rspack/binding': 1.3.3 '@rspack/lite-tapable': 1.0.1 caniuse-lite: 1.0.30001707 - tinypool: 1.0.2 optionalDependencies: '@swc/helpers': 0.5.15 @@ -8952,54 +8939,54 @@ snapshots: dependencies: storybook: 8.6.12(prettier@3.5.3) - '@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.26.9)': + '@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.9 + '@babel/core': 7.26.10 - '@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.26.9)': + '@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.9 + '@babel/core': 7.26.10 - '@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.26.9)': + '@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.9 + '@babel/core': 7.26.10 - '@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0(@babel/core@7.26.9)': + '@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.9 + '@babel/core': 7.26.10 - '@svgr/babel-plugin-svg-dynamic-title@8.0.0(@babel/core@7.26.9)': + '@svgr/babel-plugin-svg-dynamic-title@8.0.0(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.9 + '@babel/core': 7.26.10 - '@svgr/babel-plugin-svg-em-dimensions@8.0.0(@babel/core@7.26.9)': + '@svgr/babel-plugin-svg-em-dimensions@8.0.0(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.9 + '@babel/core': 7.26.10 - '@svgr/babel-plugin-transform-react-native-svg@8.1.0(@babel/core@7.26.9)': + '@svgr/babel-plugin-transform-react-native-svg@8.1.0(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.9 + '@babel/core': 7.26.10 - '@svgr/babel-plugin-transform-svg-component@8.0.0(@babel/core@7.26.9)': + '@svgr/babel-plugin-transform-svg-component@8.0.0(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.9 + '@babel/core': 7.26.10 - '@svgr/babel-preset@8.1.0(@babel/core@7.26.9)': + '@svgr/babel-preset@8.1.0(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.9 - '@svgr/babel-plugin-add-jsx-attribute': 8.0.0(@babel/core@7.26.9) - '@svgr/babel-plugin-remove-jsx-attribute': 8.0.0(@babel/core@7.26.9) - '@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0(@babel/core@7.26.9) - '@svgr/babel-plugin-replace-jsx-attribute-value': 8.0.0(@babel/core@7.26.9) - '@svgr/babel-plugin-svg-dynamic-title': 8.0.0(@babel/core@7.26.9) - '@svgr/babel-plugin-svg-em-dimensions': 8.0.0(@babel/core@7.26.9) - '@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.26.9) - '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.26.9) + '@babel/core': 7.26.10 + '@svgr/babel-plugin-add-jsx-attribute': 8.0.0(@babel/core@7.26.10) + '@svgr/babel-plugin-remove-jsx-attribute': 8.0.0(@babel/core@7.26.10) + '@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0(@babel/core@7.26.10) + '@svgr/babel-plugin-replace-jsx-attribute-value': 8.0.0(@babel/core@7.26.10) + '@svgr/babel-plugin-svg-dynamic-title': 8.0.0(@babel/core@7.26.10) + '@svgr/babel-plugin-svg-em-dimensions': 8.0.0(@babel/core@7.26.10) + '@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.26.10) + '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.26.10) '@svgr/core@8.1.0(typescript@5.8.3)': dependencies: - '@babel/core': 7.26.9 - '@svgr/babel-preset': 8.1.0(@babel/core@7.26.9) + '@babel/core': 7.26.10 + '@svgr/babel-preset': 8.1.0(@babel/core@7.26.10) camelcase: 6.3.0 cosmiconfig: 8.3.6(typescript@5.8.3) snake-case: 3.0.4 @@ -9009,13 +8996,13 @@ snapshots: '@svgr/hast-util-to-babel-ast@8.0.0': dependencies: - '@babel/types': 7.26.9 + '@babel/types': 7.27.0 entities: 4.5.0 '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.8.3))': dependencies: - '@babel/core': 7.26.9 - '@svgr/babel-preset': 8.1.0(@babel/core@7.26.9) + '@babel/core': 7.26.10 + '@svgr/babel-preset': 8.1.0(@babel/core@7.26.10) '@svgr/core': 8.1.0(typescript@5.8.3) '@svgr/hast-util-to-babel-ast': 8.0.0 svg-parser: 2.0.4 @@ -9059,24 +9046,24 @@ snapshots: '@types/babel__core@7.20.5': dependencies: - '@babel/parser': 7.26.9 - '@babel/types': 7.26.9 + '@babel/parser': 7.27.0 + '@babel/types': 7.27.0 '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.6 '@types/babel__generator@7.6.8': dependencies: - '@babel/types': 7.26.9 + '@babel/types': 7.27.0 '@types/babel__template@7.4.4': dependencies: - '@babel/parser': 7.26.9 - '@babel/types': 7.26.9 + '@babel/parser': 7.27.0 + '@babel/types': 7.27.0 '@types/babel__traverse@7.20.6': dependencies: - '@babel/types': 7.26.9 + '@babel/types': 7.27.0 '@types/body-parser@1.19.5': dependencies: @@ -9275,7 +9262,7 @@ snapshots: '@vue/compiler-core@3.5.13': dependencies: - '@babel/parser': 7.26.9 + '@babel/parser': 7.27.0 '@vue/shared': 3.5.13 entities: 4.5.0 estree-walker: 2.0.2 @@ -9288,7 +9275,7 @@ snapshots: '@vue/compiler-sfc@3.5.13': dependencies: - '@babel/parser': 7.26.9 + '@babel/parser': 7.27.0 '@vue/compiler-core': 3.5.13 '@vue/compiler-dom': 3.5.13 '@vue/compiler-ssr': 3.5.13 @@ -9581,10 +9568,10 @@ snapshots: b-validate@1.5.3: {} - babel-plugin-polyfill-corejs3@0.12.0(@babel/core@7.26.9): + babel-plugin-polyfill-corejs3@0.12.0(@babel/core@7.26.10): dependencies: - '@babel/core': 7.26.9 - '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.26.9) + '@babel/core': 7.26.10 + '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.26.10) core-js-compat: 3.41.0 transitivePeerDependencies: - supports-color @@ -12426,9 +12413,9 @@ snapshots: react-docgen@7.1.1: dependencies: - '@babel/core': 7.26.9 - '@babel/traverse': 7.26.9 - '@babel/types': 7.26.9 + '@babel/core': 7.26.10 + '@babel/traverse': 7.27.0 + '@babel/types': 7.27.0 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.6 '@types/doctrine': 0.0.9 @@ -12748,23 +12735,23 @@ snapshots: '@microsoft/api-extractor': 7.52.3(@types/node@22.8.1) typescript: 5.8.3 - rsbuild-plugin-google-analytics@1.0.3(@rsbuild/core@1.3.4): + rsbuild-plugin-google-analytics@1.0.3(@rsbuild/core@1.3.5): optionalDependencies: - '@rsbuild/core': 1.3.4 + '@rsbuild/core': 1.3.5 - rsbuild-plugin-html-minifier-terser@1.1.1(@rsbuild/core@1.3.4): + rsbuild-plugin-html-minifier-terser@1.1.1(@rsbuild/core@1.3.5): dependencies: '@types/html-minifier-terser': 7.0.2 html-minifier-terser: 7.2.0 optionalDependencies: - '@rsbuild/core': 1.3.4 + '@rsbuild/core': 1.3.5 - rsbuild-plugin-publint@0.3.0(@rsbuild/core@1.3.4): + rsbuild-plugin-publint@0.3.0(@rsbuild/core@1.3.5): dependencies: picocolors: 1.1.1 publint: 0.3.2 optionalDependencies: - '@rsbuild/core': 1.3.4 + '@rsbuild/core': 1.3.5 rslog@1.2.3: {} @@ -13105,18 +13092,18 @@ snapshots: stdin-discarder@0.2.2: {} - storybook-addon-rslib@1.0.1(@rsbuild/core@1.3.4)(@rslib/core@packages+core)(storybook-builder-rsbuild@1.0.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(@types/react@19.1.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)(webpack-sources@3.2.3))(typescript@5.8.3): + storybook-addon-rslib@1.0.1(@rsbuild/core@1.3.5)(@rslib/core@packages+core)(storybook-builder-rsbuild@1.0.1(@rsbuild/core@1.3.5)(@rspack/core@1.3.3(@swc/helpers@0.5.15))(@types/react@19.1.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)(webpack-sources@3.2.3))(typescript@5.8.3): dependencies: - '@rsbuild/core': 1.3.4 + '@rsbuild/core': 1.3.5 '@rslib/core': link:packages/core - storybook-builder-rsbuild: 1.0.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(@types/react@19.1.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)(webpack-sources@3.2.3) + storybook-builder-rsbuild: 1.0.1(@rsbuild/core@1.3.5)(@rspack/core@1.3.3(@swc/helpers@0.5.15))(@types/react@19.1.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)(webpack-sources@3.2.3) optionalDependencies: typescript: 5.8.3 - storybook-builder-rsbuild@1.0.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(@types/react@19.1.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)(webpack-sources@3.2.3): + storybook-builder-rsbuild@1.0.1(@rsbuild/core@1.3.5)(@rspack/core@1.3.3(@swc/helpers@0.5.15))(@types/react@19.1.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)(webpack-sources@3.2.3): dependencies: - '@rsbuild/core': 1.3.4 - '@rsbuild/plugin-type-check': 1.2.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(typescript@5.8.3) + '@rsbuild/core': 1.3.5 + '@rsbuild/plugin-type-check': 1.2.1(@rsbuild/core@1.3.5)(@rspack/core@1.3.3(@swc/helpers@0.5.15))(typescript@5.8.3) '@storybook/addon-docs': 8.4.2(@types/react@19.1.0)(storybook@8.6.12(prettier@3.5.3))(webpack-sources@3.2.3) '@storybook/core-webpack': 8.4.2(storybook@8.6.12(prettier@3.5.3)) browser-assert: 1.2.1 @@ -13129,7 +13116,7 @@ snapshots: magic-string: 0.30.17 path-browserify: 1.0.1 process: 0.11.10 - rsbuild-plugin-html-minifier-terser: 1.1.1(@rsbuild/core@1.3.4) + rsbuild-plugin-html-minifier-terser: 1.1.1(@rsbuild/core@1.3.5) sirv: 2.0.4 storybook: 8.6.12(prettier@3.5.3) ts-dedent: 2.2.0 @@ -13143,10 +13130,10 @@ snapshots: - '@types/react' - webpack-sources - storybook-react-rsbuild@1.0.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rollup@4.39.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)(webpack-sources@3.2.3)(webpack@5.98.0): + storybook-react-rsbuild@1.0.1(@rsbuild/core@1.3.5)(@rspack/core@1.3.3(@swc/helpers@0.5.15))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rollup@4.39.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)(webpack-sources@3.2.3)(webpack@5.98.0): dependencies: '@rollup/pluginutils': 5.1.4(rollup@4.39.0) - '@rsbuild/core': 1.3.4 + '@rsbuild/core': 1.3.5 '@storybook/react': 8.4.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3) '@storybook/react-docgen-typescript-plugin': 1.0.1(typescript@5.8.3)(webpack@5.98.0) '@types/node': 18.19.64 @@ -13158,7 +13145,7 @@ snapshots: react-dom: 19.1.0(react@19.1.0) resolve: 1.22.10 storybook: 8.6.12(prettier@3.5.3) - storybook-builder-rsbuild: 1.0.1(@rsbuild/core@1.3.4)(@rspack/core@1.3.2(@swc/helpers@0.5.15))(@types/react@19.1.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)(webpack-sources@3.2.3) + storybook-builder-rsbuild: 1.0.1(@rsbuild/core@1.3.5)(@rspack/core@1.3.3(@swc/helpers@0.5.15))(@types/react@19.1.0)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)(webpack-sources@3.2.3) tsconfig-paths: 4.2.0 optionalDependencies: typescript: 5.8.3 @@ -13256,13 +13243,13 @@ snapshots: dependencies: inline-style-parser: 0.1.1 - stylus-loader@8.1.1(@rspack/core@1.3.2(@swc/helpers@0.5.15))(stylus@0.64.0)(webpack@5.98.0): + stylus-loader@8.1.1(@rspack/core@1.3.3(@swc/helpers@0.5.15))(stylus@0.64.0)(webpack@5.98.0): dependencies: fast-glob: 3.3.2 normalize-path: 3.0.0 stylus: 0.64.0 optionalDependencies: - '@rspack/core': 1.3.2(@swc/helpers@0.5.15) + '@rspack/core': 1.3.3(@swc/helpers@0.5.15) webpack: 5.98.0 stylus@0.64.0: @@ -13444,7 +13431,7 @@ snapshots: trough@2.2.0: {} - ts-checker-rspack-plugin@1.1.1(@rspack/core@1.3.2(@swc/helpers@0.5.15))(typescript@5.8.3): + ts-checker-rspack-plugin@1.1.1(@rspack/core@1.3.3(@swc/helpers@0.5.15))(typescript@5.8.3): dependencies: '@babel/code-frame': 7.26.2 '@rspack/lite-tapable': 1.0.1 @@ -13454,7 +13441,7 @@ snapshots: picocolors: 1.1.1 typescript: 5.8.3 optionalDependencies: - '@rspack/core': 1.3.2(@swc/helpers@0.5.15) + '@rspack/core': 1.3.3(@swc/helpers@0.5.15) ts-dedent@2.2.0: {} diff --git a/tests/integration/asset/svgr/package.json b/tests/integration/asset/svgr/package.json index 8c81b83fa..00f0c6d53 100644 --- a/tests/integration/asset/svgr/package.json +++ b/tests/integration/asset/svgr/package.json @@ -5,7 +5,7 @@ "type": "module", "devDependencies": { "@rsbuild/plugin-react": "^1.1.1", - "@rsbuild/plugin-svgr": "^1.1.0" + "@rsbuild/plugin-svgr": "^1.1.1" }, "peerDependencies": { "react": "^18" diff --git a/tests/integration/bundle-false/svgr/package.json b/tests/integration/bundle-false/svgr/package.json index a152e680f..adda2acef 100644 --- a/tests/integration/bundle-false/svgr/package.json +++ b/tests/integration/bundle-false/svgr/package.json @@ -8,6 +8,6 @@ }, "devDependencies": { "@rsbuild/plugin-react": "^1.1.1", - "@rsbuild/plugin-svgr": "^1.1.0" + "@rsbuild/plugin-svgr": "^1.1.1" } } diff --git a/tests/integration/polyfill/package.json b/tests/integration/polyfill/package.json index ed8f08caf..abd13f6f6 100644 --- a/tests/integration/polyfill/package.json +++ b/tests/integration/polyfill/package.json @@ -7,7 +7,7 @@ "core-js-pure": "^3.41.0" }, "devDependencies": { - "@rsbuild/plugin-babel": "^1.0.4", + "@rsbuild/plugin-babel": "^1.0.5", "babel-plugin-polyfill-corejs3": "^0.12.0" } } diff --git a/tests/package.json b/tests/package.json index 9cc871515..b6e76579a 100644 --- a/tests/package.json +++ b/tests/package.json @@ -13,9 +13,9 @@ }, "devDependencies": { "@codspeed/vitest-plugin": "^4.0.1", - "@module-federation/rsbuild-plugin": "^0.11.3", + "@module-federation/rsbuild-plugin": "^0.11.4", "@playwright/test": "1.51.1", - "@rsbuild/core": "1.3.4", + "@rsbuild/core": "1.3.5", "@rsbuild/plugin-less": "^1.2.2", "@rsbuild/plugin-react": "^1.1.1", "@rsbuild/plugin-sass": "^1.3.1", diff --git a/website/package.json b/website/package.json index aaa9d1431..08297e2cc 100644 --- a/website/package.json +++ b/website/package.json @@ -9,7 +9,7 @@ "preview": "rspress preview" }, "devDependencies": { - "@rsbuild/core": "1.3.4", + "@rsbuild/core": "1.3.5", "@rsbuild/plugin-sass": "^1.3.1", "@rslib/tsconfig": "workspace:*", "@rstack-dev/doc-ui": "1.7.3",