diff --git a/examples/module-federation/mf-host/package.json b/examples/module-federation/mf-host/package.json index 38d394730..ef6a3a795 100644 --- a/examples/module-federation/mf-host/package.json +++ b/examples/module-federation/mf-host/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@module-federation/rsbuild-plugin": "^0.11.4", - "@rsbuild/core": "1.3.6", + "@rsbuild/core": "1.3.7", "@rsbuild/plugin-react": "^1.2.0", "@types/react": "^19.1.1", "@types/react-dom": "^19.1.2", diff --git a/examples/module-federation/mf-remote/package.json b/examples/module-federation/mf-remote/package.json index 71d7ee0fd..ecc314bd8 100644 --- a/examples/module-federation/mf-remote/package.json +++ b/examples/module-federation/mf-remote/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@module-federation/rsbuild-plugin": "^0.11.4", - "@rsbuild/core": "1.3.6", + "@rsbuild/core": "1.3.7", "@rsbuild/plugin-react": "^1.2.0", "@types/react": "^19.1.1", "@types/react-dom": "^19.1.2", diff --git a/packages/core/package.json b/packages/core/package.json index aafcc853f..8220ac327 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -42,7 +42,7 @@ "type-check": "tsc --noEmit && tsc --noEmit -p tests" }, "dependencies": { - "@rsbuild/core": "1.3.6", + "@rsbuild/core": "1.3.7", "rsbuild-plugin-dts": "workspace:*", "tinyglobby": "^0.2.12" }, 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 d64d3d01f..c8afb11dc 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.6", + "@rsbuild/core": "1.3.7", "@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 d64d3d01f..c8afb11dc 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.6", + "@rsbuild/core": "1.3.7", "@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 30baaac4f..9160cc1b0 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.6", + "@rsbuild/core": "1.3.7", "@rsbuild/plugin-react": "^1.2.0", "@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 7ffea5550..3364a3866 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.6", + "@rsbuild/core": "1.3.7", "@rsbuild/plugin-react": "^1.2.0", "@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 3c9d04a9e..adbb6623a 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.6", + "@rsbuild/core": "1.3.7", "@rsbuild/plugin-react": "^1.2.0", "@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 bd1673d3f..620dea287 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.6", + "@rsbuild/core": "1.3.7", "@rsbuild/plugin-react": "^1.2.0", "@rslib/core": "workspace:*", "@storybook/addon-essentials": "^8.6.12", diff --git a/packages/plugin-dts/package.json b/packages/plugin-dts/package.json index 99ac105b9..ecc1ecc55 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.6", + "@rsbuild/core": "1.3.7", "@rslib/tsconfig": "workspace:*", "rsbuild-plugin-publint": "^0.3.0", "rslib": "npm:@rslib/core@0.6.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 972aab66b..2621b4b74 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -91,13 +91,13 @@ importers: devDependencies: '@module-federation/rsbuild-plugin': specifier: ^0.11.4 - version: 0.11.4(@rsbuild/core@1.3.6)(@rspack/core@1.3.4(@swc/helpers@0.5.17))(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) + version: 0.11.4(@rsbuild/core@1.3.7)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(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.6 - version: 1.3.6 + specifier: 1.3.7 + version: 1.3.7 '@rsbuild/plugin-react': specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.6) + version: 1.2.0(@rsbuild/core@1.3.7) '@types/react': specifier: ^19.1.1 version: 19.1.1 @@ -112,16 +112,16 @@ importers: devDependencies: '@module-federation/enhanced': specifier: ^0.11.4 - version: 0.11.4(@rspack/core@1.3.4(@swc/helpers@0.5.17))(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) + version: 0.11.4(@rspack/core@1.3.5(@swc/helpers@0.5.17))(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.4 - version: 0.11.4(@rsbuild/core@1.3.6)(@rspack/core@1.3.4(@swc/helpers@0.5.17))(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) + version: 0.11.4(@rsbuild/core@1.3.7)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(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.12 - version: 4.0.12(@rsbuild/core@1.3.6)(@rspack/core@1.3.4(@swc/helpers@0.5.17))(@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) + version: 4.0.12(@rsbuild/core@1.3.7)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(@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.2.0 - version: 1.2.0(@rsbuild/core@1.3.6) + version: 1.2.0(@rsbuild/core@1.3.7) '@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.6)(@rslib/core@packages+core)(storybook-builder-rsbuild@1.0.1(@rsbuild/core@1.3.6)(@rspack/core@1.3.4(@swc/helpers@0.5.17))(@types/react@19.1.1)(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.7)(@rslib/core@packages+core)(storybook-builder-rsbuild@1.0.1(@rsbuild/core@1.3.7)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(@types/react@19.1.1)(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.6)(@rspack/core@1.3.4(@swc/helpers@0.5.17))(@types/react@19.1.1)(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.7)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(@types/react@19.1.1)(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: @@ -158,13 +158,13 @@ importers: devDependencies: '@module-federation/rsbuild-plugin': specifier: ^0.11.4 - version: 0.11.4(@rsbuild/core@1.3.6)(@rspack/core@1.3.4(@swc/helpers@0.5.17))(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) + version: 0.11.4(@rsbuild/core@1.3.7)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(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.6 - version: 1.3.6 + specifier: 1.3.7 + version: 1.3.7 '@rsbuild/plugin-react': specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.6) + version: 1.2.0(@rsbuild/core@1.3.7) '@types/react': specifier: ^19.1.1 version: 19.1.1 @@ -179,10 +179,10 @@ importers: devDependencies: '@rsbuild/plugin-preact': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.6)(preact@10.26.5) + version: 1.3.1(@rsbuild/core@1.3.7)(preact@10.26.5) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.6) + version: 1.3.1(@rsbuild/core@1.3.7) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -194,10 +194,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.6) + version: 1.2.0(@rsbuild/core@1.3.7) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.6) + version: 1.3.1(@rsbuild/core@1.3.7) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -212,10 +212,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.6) + version: 1.2.0(@rsbuild/core@1.3.7) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.6) + version: 1.3.1(@rsbuild/core@1.3.7) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -230,10 +230,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.6) + version: 1.2.0(@rsbuild/core@1.3.7) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.6) + version: 1.3.1(@rsbuild/core@1.3.7) '@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.6)(vue@3.5.13(typescript@5.8.3)) + version: 1.0.7(@rsbuild/core@1.3.7)(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.6 - version: 1.3.6 + specifier: 1.3.7 + version: 1.3.7 rsbuild-plugin-dts: specifier: workspace:* version: link:../plugin-dts @@ -276,7 +276,7 @@ importers: devDependencies: '@module-federation/rsbuild-plugin': specifier: ^0.11.4 - version: 0.11.4(@rsbuild/core@1.3.6)(@rspack/core@1.3.4(@swc/helpers@0.5.17))(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) + version: 0.11.4(@rsbuild/core@1.3.7)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(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.6) + version: 0.3.0(@rsbuild/core@1.3.7) rslib: specifier: npm:@rslib/core@0.6.2 version: '@rslib/core@0.6.2(@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.6) + version: 0.3.0(@rsbuild/core@1.3.7) rslib: specifier: npm:@rslib/core@0.6.2 version: '@rslib/core@0.6.2(@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.6 - version: 1.3.6 + specifier: 1.3.7 + version: 1.3.7 '@rslib/tsconfig': specifier: workspace:* version: link:../../scripts/tsconfig rsbuild-plugin-publint: specifier: ^0.3.0 - version: 0.3.0(@rsbuild/core@1.3.6) + version: 0.3.0(@rsbuild/core@1.3.7) rslib: specifier: npm:@rslib/core@0.6.2 version: '@rslib/core@0.6.2(@microsoft/api-extractor@7.52.3(@types/node@22.8.1))(typescript@5.8.3)' @@ -401,31 +401,31 @@ importers: 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.4 - version: 0.11.4(@rsbuild/core@1.3.6)(@rspack/core@1.3.4(@swc/helpers@0.5.17))(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) + version: 0.11.4(@rsbuild/core@1.3.7)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(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.6 - version: 1.3.6 + specifier: 1.3.7 + version: 1.3.7 '@rsbuild/plugin-less': specifier: ^1.2.2 - version: 1.2.2(@rsbuild/core@1.3.6) + version: 1.2.2(@rsbuild/core@1.3.7) '@rsbuild/plugin-react': specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.6) + version: 1.2.0(@rsbuild/core@1.3.7) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.6) + version: 1.3.1(@rsbuild/core@1.3.7) '@rsbuild/plugin-toml': specifier: ^1.1.0 - version: 1.1.0(@rsbuild/core@1.3.6) + version: 1.1.0(@rsbuild/core@1.3.7) '@rsbuild/plugin-typed-css-modules': specifier: ^1.0.2 - version: 1.0.2(@rsbuild/core@1.3.6) + version: 1.0.2(@rsbuild/core@1.3.7) '@rsbuild/plugin-yaml': specifier: ^1.0.2 - version: 1.0.2(@rsbuild/core@1.3.6) + version: 1.0.2(@rsbuild/core@1.3.7) '@rslib/core': specifier: workspace:* version: link:../packages/core @@ -490,7 +490,7 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.6) + version: 1.2.0(@rsbuild/core@1.3.7) tests/integration/asset/json: {} @@ -506,10 +506,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.6) + version: 1.2.0(@rsbuild/core@1.3.7) '@rsbuild/plugin-svgr': specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.6)(typescript@5.8.3) + version: 1.2.0(@rsbuild/core@1.3.7)(typescript@5.8.3) tests/integration/async-chunks/default: {} @@ -603,10 +603,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.6) + version: 1.2.0(@rsbuild/core@1.3.7) '@rsbuild/plugin-svgr': specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.6)(typescript@5.8.3) + version: 1.2.0(@rsbuild/core@1.3.7)(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.6) + version: 1.3.0(@rsbuild/core@1.3.7) 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.6) + version: 1.3.0(@rsbuild/core@1.3.7) tests/integration/outBase/custom-entry: {} @@ -798,7 +798,7 @@ importers: devDependencies: '@rsbuild/plugin-babel': specifier: ^1.0.5 - version: 1.0.5(@rsbuild/core@1.3.6) + version: 1.0.5(@rsbuild/core@1.3.7) babel-plugin-polyfill-corejs3: specifier: ^0.12.0 version: 0.12.0(@babel/core@7.26.10) @@ -927,13 +927,13 @@ importers: devDependencies: '@rsbuild/plugin-stylus': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.6)(@rspack/core@1.3.4(@swc/helpers@0.5.17))(webpack@5.98.0) + version: 1.1.1(@rsbuild/core@1.3.7)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(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.6)(@rspack/core@1.3.4(@swc/helpers@0.5.17))(webpack@5.98.0) + version: 1.1.1(@rsbuild/core@1.3.7)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(webpack@5.98.0) tests/integration/style/tailwindcss/bundle: devDependencies: @@ -991,11 +991,11 @@ importers: website: devDependencies: '@rsbuild/core': - specifier: 1.3.6 - version: 1.3.6 + specifier: 1.3.7 + version: 1.3.7 '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.6) + version: 1.3.1(@rsbuild/core@1.3.7) '@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.6) + version: 1.0.3(@rsbuild/core@1.3.7) rspress: specifier: ^2.0.0-alpha.10 version: 2.0.0-alpha.10(@types/react@19.1.1)(acorn@8.14.0)(webpack@5.98.0) @@ -2276,8 +2276,8 @@ packages: engines: {node: '>=16.7.0'} hasBin: true - '@rsbuild/core@1.3.6': - resolution: {integrity: sha512-ZuwqoqVkuX4Nmpzg+Kvn9zW26CBGE+iod+iF8J96tOpBWYyCwuSJlZQuTZaBQBOaOrv+CWf9r2d37TvI8nvEgg==} + '@rsbuild/core@1.3.7': + resolution: {integrity: sha512-iVHnPxv+0JkbrlkYhPHjFvwjNqHxB43yL6MHWjgOxmWz9QzogB6mIDUkLSgJDL/8RUB6fB7NgGCmaxbuClaSDw==} engines: {node: '>=16.7.0'} hasBin: true @@ -2389,8 +2389,8 @@ packages: cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-arm64@1.3.4': - resolution: {integrity: sha512-cVfzvtVf05VumGrxFz9Tk0QHk4jWBcQBNQuaql2enco8NKnzuX+v0+VP2mbNfvgICBgrHWKRYinAX5IxTEJdCw==} + '@rspack/binding-darwin-arm64@1.3.5': + resolution: {integrity: sha512-bhqi9nZ0jrlQc/YgTklzD02y0E8Emdrov6HLcxt/Dzwq5SZryl4Ik8yc/8E1M0PWNkr09+TO8i1Zc51z0Gfu2g==} cpu: [arm64] os: [darwin] @@ -2404,8 +2404,8 @@ packages: cpu: [x64] os: [darwin] - '@rspack/binding-darwin-x64@1.3.4': - resolution: {integrity: sha512-vXzf8xI+njdOSXGyI39lqkH/bSwyrx4jXW9+Pj2zbmRJVHZVyJsrx4kSpOoZX5zx/a7BbvuHRwrmmJS2HEOobw==} + '@rspack/binding-darwin-x64@1.3.5': + resolution: {integrity: sha512-ysNn7bd/5NdVb0mTDBQl+D9GypCSS7FJoJJEeSpPcN01zFF8lRUsvdbOvzrG/CUBA2qbeWhwZvG2eKOy3p2NRA==} cpu: [x64] os: [darwin] @@ -2419,8 +2419,8 @@ packages: cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-gnu@1.3.4': - resolution: {integrity: sha512-c45kQrqzR05Jc62oAetiAXrnPWhyt3Pz1h2LF62OW8SYXxdBskAKpWntTts/T96HMLqNPH3MAfDKxyfOb/n0eQ==} + '@rspack/binding-linux-arm64-gnu@1.3.5': + resolution: {integrity: sha512-oEfPjYx3RVsMeHG/kI9k96nLJUQhYfQS9HUKS37Ko3RWC84qTuzMAAdWIXE9ys8GHwpks7pL953AfYNK5PLhPw==} cpu: [arm64] os: [linux] @@ -2434,8 +2434,8 @@ packages: cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-musl@1.3.4': - resolution: {integrity: sha512-/dUvkcBVnV95tA7BpeA6IZhrbpwxFzvgU6qF/iKxyHdMjwHdjn1Um7nR00TPOn/SIHzljafHpL6CuVTLNB5xvA==} + '@rspack/binding-linux-arm64-musl@1.3.5': + resolution: {integrity: sha512-4cUoxd8nGsCCnqWBqortJRF+VKWzUm7ac9YRMQ+wpoL5i0abcQf8GqeilsNtRBRNqAlAh3mfgRlyeZgWvoS44g==} cpu: [arm64] os: [linux] @@ -2449,8 +2449,8 @@ packages: cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-gnu@1.3.4': - resolution: {integrity: sha512-jZgGKoH7RyqJbyEcvhEE9wqK6mwoWxLF3c3LD2+e+dKVcO5iCfMuulCGdzUnYyvH97CtvN5j0/20PErRXubyjg==} + '@rspack/binding-linux-x64-gnu@1.3.5': + resolution: {integrity: sha512-JehI/z61Y9wwkcTxbAdPtjUnAyyAUCJZOqP3FwQTAd2gBFG/8k7v1quGwrfOLsCLOcT3azbd8YFoHmkveGQayQ==} cpu: [x64] os: [linux] @@ -2464,8 +2464,8 @@ packages: cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-musl@1.3.4': - resolution: {integrity: sha512-Xko8mZ598vQDubig4rLTuCDjXplSDJbJEg6B3NykGaE6CMH2bI/6KJfVKEKo25ayNzoouT/1MxyOxB4mQuspbA==} + '@rspack/binding-linux-x64-musl@1.3.5': + resolution: {integrity: sha512-t8BqaOXrqIXZHTrz4ItX/m6BOvbBkeb7qTewlkN5mMHtPAF/Xg203rQ814VXx59kjgGF7i79PXIK2dQxHnCYDA==} cpu: [x64] os: [linux] @@ -2479,8 +2479,8 @@ packages: cpu: [arm64] os: [win32] - '@rspack/binding-win32-arm64-msvc@1.3.4': - resolution: {integrity: sha512-Q+pU/MRylYB3XoNTM1LYPxWV1KUxeZY6R54twtoDFXhZn/PDflP7qH1BHQ0KN50HuG5ZK89CaFSPMF7+vs6HNA==} + '@rspack/binding-win32-arm64-msvc@1.3.5': + resolution: {integrity: sha512-k9vf/WgEwxtXzV4la1H6eL07GIlvNjdPdvo1AJZdu0Zcnm600Kv5NSBjySJCp3zUHIKkCE9A0+ibifqbliG0fw==} cpu: [arm64] os: [win32] @@ -2494,8 +2494,8 @@ packages: cpu: [ia32] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.3.4': - resolution: {integrity: sha512-aqP/l+YAG4L9I1klW3uSq+olafw8xzAP+4cd/Nyy2SSDnhWsDgawxJyO6FIeM+hXwC73ChH9pcXHGgEC7iCcHw==} + '@rspack/binding-win32-ia32-msvc@1.3.5': + resolution: {integrity: sha512-dGfGJySHC/ktbNkK/FY2vEpFNK4UT+fgChhmUxIyQaHWjloFGVmEr6NttS0GtdtvblfF3tTzkTe9pGMIkdlegw==} cpu: [ia32] os: [win32] @@ -2509,8 +2509,8 @@ packages: cpu: [x64] os: [win32] - '@rspack/binding-win32-x64-msvc@1.3.4': - resolution: {integrity: sha512-xDU1njA1gIzIL6Nt5ARW4vWeVgwf00i7tPONg+6fJyMgwuFfwq2qEG7UFSBOedYjsSTCW+UoBh7riN7lRiFIvw==} + '@rspack/binding-win32-x64-msvc@1.3.5': + resolution: {integrity: sha512-GujYFTr043jse5gdvofsRvltkH/E8G5h3Yu9JG/+6EyQpFJebYm/NpRQrOyqZLIQP39+tbdViTfW4nOpUuurNA==} cpu: [x64] os: [win32] @@ -2520,8 +2520,8 @@ packages: '@rspack/binding@1.3.3': resolution: {integrity: sha512-zdwJ801tyC8k+Gu5RjNoc7bEtX0MgJzzVv9qpaMwcAUfUfwZgCzXPTqcGMDoNI+Z47Fw59/2fKCmgZhZn60AgA==} - '@rspack/binding@1.3.4': - resolution: {integrity: sha512-wDRqqNfrVXuHAEm25mPlhroKN+v4uwhihVnZF4duz0I0L5rbsUNCy7uEda0GrBXkj3jkKLfg60mSd9MCZD0JZw==} + '@rspack/binding@1.3.5': + resolution: {integrity: sha512-2oluCT+iBnTg0w7XfR8AmfkvgMPSuqEndzhrlHY//qgyyI04CW1lCMgsh+9wcSOUWUKYSOMCiGiVlYFtae5Lcg==} '@rspack/core@1.3.2': resolution: {integrity: sha512-QbEn1SkNW3b89KTlSkp6OHdvw3DhpL6tSdDhsOlldw3LoRBy4fx80Z9W9lmg+g+8DjTAs1Z1ysElEFtAN69AZg==} @@ -2547,8 +2547,8 @@ packages: '@swc/helpers': optional: true - '@rspack/core@1.3.4': - resolution: {integrity: sha512-NIIk/0XUkyU9G8eby6kKO3YFpeDn8RsUIzNuElcfi1rWuuK+NLasDqUYOFqqlNBKnZpmtZ+SXAV9jE5k/i3uwg==} + '@rspack/core@1.3.5': + resolution: {integrity: sha512-PwIpzXj9wjHM0Ohq6geIKPoh3yNb5oSK74gqzs0plR7pTYLbhrjG/1DSV/JLFF4C5WCpLHHiDEX5E0IYm2Aqeg==} engines: {node: '>=16.0.0'} peerDependencies: '@rspack/tracing': ^1.x @@ -8058,7 +8058,7 @@ snapshots: - supports-color - utf-8-validate - '@module-federation/enhanced@0.11.4(@rspack/core@1.3.4(@swc/helpers@0.5.17))(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/enhanced@0.11.4(@rspack/core@1.3.5(@swc/helpers@0.5.17))(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)) @@ -8068,7 +8068,7 @@ snapshots: '@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.4(@swc/helpers@0.5.17))(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) + '@module-federation/rspack': 0.11.4(@rspack/core@1.3.5(@swc/helpers@0.5.17))(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 @@ -8115,12 +8115,12 @@ snapshots: - utf-8-validate - vue-tsc - '@module-federation/rsbuild-plugin@0.11.4(@rsbuild/core@1.3.6)(@rspack/core@1.3.4(@swc/helpers@0.5.17))(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.7)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(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.4(@rspack/core@1.3.4(@swc/helpers@0.5.17))(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/enhanced': 0.11.4(@rspack/core@1.3.5(@swc/helpers@0.5.17))(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.6 + '@rsbuild/core': 1.3.7 transitivePeerDependencies: - '@rspack/core' - bufferutil @@ -8133,7 +8133,7 @@ snapshots: - vue-tsc - webpack - '@module-federation/rspack@0.11.4(@rspack/core@1.3.4(@swc/helpers@0.5.17))(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))': + '@module-federation/rspack@0.11.4(@rspack/core@1.3.5(@swc/helpers@0.5.17))(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))': dependencies: '@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)) @@ -8142,7 +8142,7 @@ snapshots: '@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.4(@swc/helpers@0.5.17) + '@rspack/core': 1.3.5(@swc/helpers@0.5.17) btoa: 1.2.1 optionalDependencies: typescript: 5.8.3 @@ -8189,12 +8189,12 @@ snapshots: '@module-federation/sdk@0.11.4': {} - '@module-federation/storybook-addon@4.0.12(@rsbuild/core@1.3.6)(@rspack/core@1.3.4(@swc/helpers@0.5.17))(@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.7)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(@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.4(@rspack/core@1.3.4(@swc/helpers@0.5.17))(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/enhanced': 0.11.4(@rspack/core@1.3.5(@swc/helpers@0.5.17))(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.6 + '@rsbuild/core': 1.3.7 '@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 @@ -8382,9 +8382,9 @@ snapshots: transitivePeerDependencies: - '@rspack/tracing' - '@rsbuild/core@1.3.6': + '@rsbuild/core@1.3.7': dependencies: - '@rspack/core': 1.3.4(@swc/helpers@0.5.17) + '@rspack/core': 1.3.5(@swc/helpers@0.5.17) '@rspack/lite-tapable': 1.0.1 '@swc/helpers': 0.5.17 core-js: 3.41.0 @@ -8392,13 +8392,13 @@ snapshots: transitivePeerDependencies: - '@rspack/tracing' - '@rsbuild/plugin-babel@1.0.5(@rsbuild/core@1.3.6)': + '@rsbuild/plugin-babel@1.0.5(@rsbuild/core@1.3.7)': dependencies: '@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.6 + '@rsbuild/core': 1.3.7 '@types/babel__core': 7.20.5 deepmerge: 4.3.1 reduce-configs: 1.1.0 @@ -8406,13 +8406,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@rsbuild/plugin-less@1.2.2(@rsbuild/core@1.3.6)': + '@rsbuild/plugin-less@1.2.2(@rsbuild/core@1.3.7)': dependencies: - '@rsbuild/core': 1.3.6 + '@rsbuild/core': 1.3.7 deepmerge: 4.3.1 reduce-configs: 1.1.0 - '@rsbuild/plugin-node-polyfill@1.3.0(@rsbuild/core@1.3.6)': + '@rsbuild/plugin-node-polyfill@1.3.0(@rsbuild/core@1.3.7)': dependencies: assert: 2.1.0 browserify-zlib: 0.2.0 @@ -8438,13 +8438,13 @@ snapshots: util: 0.12.5 vm-browserify: 1.1.2 optionalDependencies: - '@rsbuild/core': 1.3.6 + '@rsbuild/core': 1.3.7 - '@rsbuild/plugin-preact@1.3.1(@rsbuild/core@1.3.6)(preact@10.26.5)': + '@rsbuild/plugin-preact@1.3.1(@rsbuild/core@1.3.7)(preact@10.26.5)': dependencies: '@prefresh/core': 1.5.3(preact@10.26.5) '@prefresh/utils': 1.2.0 - '@rsbuild/core': 1.3.6 + '@rsbuild/core': 1.3.7 '@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: @@ -8456,39 +8456,39 @@ snapshots: '@rspack/plugin-react-refresh': 1.0.1(react-refresh@0.16.0) react-refresh: 0.16.0 - '@rsbuild/plugin-react@1.2.0(@rsbuild/core@1.3.6)': + '@rsbuild/plugin-react@1.2.0(@rsbuild/core@1.3.7)': dependencies: - '@rsbuild/core': 1.3.6 + '@rsbuild/core': 1.3.7 '@rspack/plugin-react-refresh': 1.2.0(react-refresh@0.17.0) react-refresh: 0.17.0 transitivePeerDependencies: - webpack-hot-middleware - '@rsbuild/plugin-sass@1.3.1(@rsbuild/core@1.3.6)': + '@rsbuild/plugin-sass@1.3.1(@rsbuild/core@1.3.7)': dependencies: - '@rsbuild/core': 1.3.6 + '@rsbuild/core': 1.3.7 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.6)(@rspack/core@1.3.4(@swc/helpers@0.5.17))(webpack@5.98.0)': + '@rsbuild/plugin-stylus@1.1.1(@rsbuild/core@1.3.7)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(webpack@5.98.0)': dependencies: - '@rsbuild/core': 1.3.6 + '@rsbuild/core': 1.3.7 deepmerge: 4.3.1 reduce-configs: 1.1.0 stylus: 0.64.0 - stylus-loader: 8.1.1(@rspack/core@1.3.4(@swc/helpers@0.5.17))(stylus@0.64.0)(webpack@5.98.0) + stylus-loader: 8.1.1(@rspack/core@1.3.5(@swc/helpers@0.5.17))(stylus@0.64.0)(webpack@5.98.0) transitivePeerDependencies: - '@rspack/core' - supports-color - webpack - '@rsbuild/plugin-svgr@1.2.0(@rsbuild/core@1.3.6)(typescript@5.8.3)': + '@rsbuild/plugin-svgr@1.2.0(@rsbuild/core@1.3.7)(typescript@5.8.3)': dependencies: - '@rsbuild/core': 1.3.6 - '@rsbuild/plugin-react': 1.2.0(@rsbuild/core@1.3.6) + '@rsbuild/core': 1.3.7 + '@rsbuild/plugin-react': 1.2.0(@rsbuild/core@1.3.7) '@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) @@ -8499,31 +8499,31 @@ snapshots: - typescript - webpack-hot-middleware - '@rsbuild/plugin-toml@1.1.0(@rsbuild/core@1.3.6)': + '@rsbuild/plugin-toml@1.1.0(@rsbuild/core@1.3.7)': dependencies: toml: 3.0.0 optionalDependencies: - '@rsbuild/core': 1.3.6 + '@rsbuild/core': 1.3.7 - '@rsbuild/plugin-type-check@1.2.1(@rsbuild/core@1.3.6)(@rspack/core@1.3.4(@swc/helpers@0.5.17))(typescript@5.8.3)': + '@rsbuild/plugin-type-check@1.2.1(@rsbuild/core@1.3.7)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(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.4(@swc/helpers@0.5.17))(typescript@5.8.3) + ts-checker-rspack-plugin: 1.1.1(@rspack/core@1.3.5(@swc/helpers@0.5.17))(typescript@5.8.3) optionalDependencies: - '@rsbuild/core': 1.3.6 + '@rsbuild/core': 1.3.7 transitivePeerDependencies: - '@rspack/core' - typescript - '@rsbuild/plugin-typed-css-modules@1.0.2(@rsbuild/core@1.3.6)': + '@rsbuild/plugin-typed-css-modules@1.0.2(@rsbuild/core@1.3.7)': optionalDependencies: - '@rsbuild/core': 1.3.6 + '@rsbuild/core': 1.3.7 - '@rsbuild/plugin-vue@1.0.7(@rsbuild/core@1.3.6)(vue@3.5.13(typescript@5.8.3))': + '@rsbuild/plugin-vue@1.0.7(@rsbuild/core@1.3.7)(vue@3.5.13(typescript@5.8.3))': dependencies: - '@rsbuild/core': 1.3.6 + '@rsbuild/core': 1.3.7 vue-loader: 17.4.2(vue@3.5.13(typescript@5.8.3))(webpack@5.98.0) webpack: 5.98.0 transitivePeerDependencies: @@ -8534,9 +8534,9 @@ snapshots: - vue - webpack-cli - '@rsbuild/plugin-yaml@1.0.2(@rsbuild/core@1.3.6)': + '@rsbuild/plugin-yaml@1.0.2(@rsbuild/core@1.3.7)': optionalDependencies: - '@rsbuild/core': 1.3.6 + '@rsbuild/core': 1.3.7 '@rslib/core@0.6.2(@microsoft/api-extractor@7.52.3(@types/node@22.8.1))(typescript@5.8.3)': dependencies: @@ -8555,7 +8555,7 @@ snapshots: '@rspack/binding-darwin-arm64@1.3.3': optional: true - '@rspack/binding-darwin-arm64@1.3.4': + '@rspack/binding-darwin-arm64@1.3.5': optional: true '@rspack/binding-darwin-x64@1.3.2': @@ -8564,7 +8564,7 @@ snapshots: '@rspack/binding-darwin-x64@1.3.3': optional: true - '@rspack/binding-darwin-x64@1.3.4': + '@rspack/binding-darwin-x64@1.3.5': optional: true '@rspack/binding-linux-arm64-gnu@1.3.2': @@ -8573,7 +8573,7 @@ snapshots: '@rspack/binding-linux-arm64-gnu@1.3.3': optional: true - '@rspack/binding-linux-arm64-gnu@1.3.4': + '@rspack/binding-linux-arm64-gnu@1.3.5': optional: true '@rspack/binding-linux-arm64-musl@1.3.2': @@ -8582,7 +8582,7 @@ snapshots: '@rspack/binding-linux-arm64-musl@1.3.3': optional: true - '@rspack/binding-linux-arm64-musl@1.3.4': + '@rspack/binding-linux-arm64-musl@1.3.5': optional: true '@rspack/binding-linux-x64-gnu@1.3.2': @@ -8591,7 +8591,7 @@ snapshots: '@rspack/binding-linux-x64-gnu@1.3.3': optional: true - '@rspack/binding-linux-x64-gnu@1.3.4': + '@rspack/binding-linux-x64-gnu@1.3.5': optional: true '@rspack/binding-linux-x64-musl@1.3.2': @@ -8600,7 +8600,7 @@ snapshots: '@rspack/binding-linux-x64-musl@1.3.3': optional: true - '@rspack/binding-linux-x64-musl@1.3.4': + '@rspack/binding-linux-x64-musl@1.3.5': optional: true '@rspack/binding-win32-arm64-msvc@1.3.2': @@ -8609,7 +8609,7 @@ snapshots: '@rspack/binding-win32-arm64-msvc@1.3.3': optional: true - '@rspack/binding-win32-arm64-msvc@1.3.4': + '@rspack/binding-win32-arm64-msvc@1.3.5': optional: true '@rspack/binding-win32-ia32-msvc@1.3.2': @@ -8618,7 +8618,7 @@ snapshots: '@rspack/binding-win32-ia32-msvc@1.3.3': optional: true - '@rspack/binding-win32-ia32-msvc@1.3.4': + '@rspack/binding-win32-ia32-msvc@1.3.5': optional: true '@rspack/binding-win32-x64-msvc@1.3.2': @@ -8627,7 +8627,7 @@ snapshots: '@rspack/binding-win32-x64-msvc@1.3.3': optional: true - '@rspack/binding-win32-x64-msvc@1.3.4': + '@rspack/binding-win32-x64-msvc@1.3.5': optional: true '@rspack/binding@1.3.2': @@ -8654,17 +8654,17 @@ snapshots: '@rspack/binding-win32-ia32-msvc': 1.3.3 '@rspack/binding-win32-x64-msvc': 1.3.3 - '@rspack/binding@1.3.4': + '@rspack/binding@1.3.5': optionalDependencies: - '@rspack/binding-darwin-arm64': 1.3.4 - '@rspack/binding-darwin-x64': 1.3.4 - '@rspack/binding-linux-arm64-gnu': 1.3.4 - '@rspack/binding-linux-arm64-musl': 1.3.4 - '@rspack/binding-linux-x64-gnu': 1.3.4 - '@rspack/binding-linux-x64-musl': 1.3.4 - '@rspack/binding-win32-arm64-msvc': 1.3.4 - '@rspack/binding-win32-ia32-msvc': 1.3.4 - '@rspack/binding-win32-x64-msvc': 1.3.4 + '@rspack/binding-darwin-arm64': 1.3.5 + '@rspack/binding-darwin-x64': 1.3.5 + '@rspack/binding-linux-arm64-gnu': 1.3.5 + '@rspack/binding-linux-arm64-musl': 1.3.5 + '@rspack/binding-linux-x64-gnu': 1.3.5 + '@rspack/binding-linux-x64-musl': 1.3.5 + '@rspack/binding-win32-arm64-msvc': 1.3.5 + '@rspack/binding-win32-ia32-msvc': 1.3.5 + '@rspack/binding-win32-x64-msvc': 1.3.5 '@rspack/core@1.3.2(@swc/helpers@0.5.17)': dependencies: @@ -8685,10 +8685,10 @@ snapshots: optionalDependencies: '@swc/helpers': 0.5.17 - '@rspack/core@1.3.4(@swc/helpers@0.5.17)': + '@rspack/core@1.3.5(@swc/helpers@0.5.17)': dependencies: '@module-federation/runtime-tools': 0.11.2 - '@rspack/binding': 1.3.4 + '@rspack/binding': 1.3.5 '@rspack/lite-tapable': 1.0.1 caniuse-lite: 1.0.30001707 optionalDependencies: @@ -12914,23 +12914,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.6): + rsbuild-plugin-google-analytics@1.0.3(@rsbuild/core@1.3.7): optionalDependencies: - '@rsbuild/core': 1.3.6 + '@rsbuild/core': 1.3.7 - rsbuild-plugin-html-minifier-terser@1.1.1(@rsbuild/core@1.3.6): + rsbuild-plugin-html-minifier-terser@1.1.1(@rsbuild/core@1.3.7): dependencies: '@types/html-minifier-terser': 7.0.2 html-minifier-terser: 7.2.0 optionalDependencies: - '@rsbuild/core': 1.3.6 + '@rsbuild/core': 1.3.7 - rsbuild-plugin-publint@0.3.0(@rsbuild/core@1.3.6): + rsbuild-plugin-publint@0.3.0(@rsbuild/core@1.3.7): dependencies: picocolors: 1.1.1 publint: 0.3.2 optionalDependencies: - '@rsbuild/core': 1.3.6 + '@rsbuild/core': 1.3.7 rslog@1.2.3: {} @@ -13273,18 +13273,18 @@ snapshots: stdin-discarder@0.2.2: {} - storybook-addon-rslib@1.0.1(@rsbuild/core@1.3.6)(@rslib/core@packages+core)(storybook-builder-rsbuild@1.0.1(@rsbuild/core@1.3.6)(@rspack/core@1.3.4(@swc/helpers@0.5.17))(@types/react@19.1.1)(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.7)(@rslib/core@packages+core)(storybook-builder-rsbuild@1.0.1(@rsbuild/core@1.3.7)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(@types/react@19.1.1)(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.6 + '@rsbuild/core': 1.3.7 '@rslib/core': link:packages/core - storybook-builder-rsbuild: 1.0.1(@rsbuild/core@1.3.6)(@rspack/core@1.3.4(@swc/helpers@0.5.17))(@types/react@19.1.1)(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.7)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(@types/react@19.1.1)(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.6)(@rspack/core@1.3.4(@swc/helpers@0.5.17))(@types/react@19.1.1)(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.7)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(@types/react@19.1.1)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)(webpack-sources@3.2.3): dependencies: - '@rsbuild/core': 1.3.6 - '@rsbuild/plugin-type-check': 1.2.1(@rsbuild/core@1.3.6)(@rspack/core@1.3.4(@swc/helpers@0.5.17))(typescript@5.8.3) + '@rsbuild/core': 1.3.7 + '@rsbuild/plugin-type-check': 1.2.1(@rsbuild/core@1.3.7)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(typescript@5.8.3) '@storybook/addon-docs': 8.4.2(@types/react@19.1.1)(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 @@ -13297,7 +13297,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.6) + rsbuild-plugin-html-minifier-terser: 1.1.1(@rsbuild/core@1.3.7) sirv: 2.0.4 storybook: 8.6.12(prettier@3.5.3) ts-dedent: 2.2.0 @@ -13311,10 +13311,10 @@ snapshots: - '@types/react' - webpack-sources - storybook-react-rsbuild@1.0.1(@rsbuild/core@1.3.6)(@rspack/core@1.3.4(@swc/helpers@0.5.17))(@types/react@19.1.1)(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.7)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(@types/react@19.1.1)(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.6 + '@rsbuild/core': 1.3.7 '@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 @@ -13326,7 +13326,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.6)(@rspack/core@1.3.4(@swc/helpers@0.5.17))(@types/react@19.1.1)(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.7)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(@types/react@19.1.1)(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 @@ -13428,13 +13428,13 @@ snapshots: dependencies: inline-style-parser: 0.2.4 - stylus-loader@8.1.1(@rspack/core@1.3.4(@swc/helpers@0.5.17))(stylus@0.64.0)(webpack@5.98.0): + stylus-loader@8.1.1(@rspack/core@1.3.5(@swc/helpers@0.5.17))(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.4(@swc/helpers@0.5.17) + '@rspack/core': 1.3.5(@swc/helpers@0.5.17) webpack: 5.98.0 stylus@0.64.0: @@ -13616,7 +13616,7 @@ snapshots: trough@2.2.0: {} - ts-checker-rspack-plugin@1.1.1(@rspack/core@1.3.4(@swc/helpers@0.5.17))(typescript@5.8.3): + ts-checker-rspack-plugin@1.1.1(@rspack/core@1.3.5(@swc/helpers@0.5.17))(typescript@5.8.3): dependencies: '@babel/code-frame': 7.26.2 '@rspack/lite-tapable': 1.0.1 @@ -13626,7 +13626,7 @@ snapshots: picocolors: 1.1.1 typescript: 5.8.3 optionalDependencies: - '@rspack/core': 1.3.4(@swc/helpers@0.5.17) + '@rspack/core': 1.3.5(@swc/helpers@0.5.17) ts-dedent@2.2.0: {} diff --git a/tests/package.json b/tests/package.json index 80a766619..bd5c5b05c 100644 --- a/tests/package.json +++ b/tests/package.json @@ -15,7 +15,7 @@ "@codspeed/vitest-plugin": "^4.0.1", "@module-federation/rsbuild-plugin": "^0.11.4", "@playwright/test": "1.51.1", - "@rsbuild/core": "1.3.6", + "@rsbuild/core": "1.3.7", "@rsbuild/plugin-less": "^1.2.2", "@rsbuild/plugin-react": "^1.2.0", "@rsbuild/plugin-sass": "^1.3.1", diff --git a/website/package.json b/website/package.json index e86969d61..cde38730c 100644 --- a/website/package.json +++ b/website/package.json @@ -9,7 +9,7 @@ "preview": "rspress preview" }, "devDependencies": { - "@rsbuild/core": "1.3.6", + "@rsbuild/core": "1.3.7", "@rsbuild/plugin-sass": "^1.3.1", "@rslib/tsconfig": "workspace:*", "@rstack-dev/doc-ui": "1.7.4",