diff --git a/examples/module-federation/mf-host/package.json b/examples/module-federation/mf-host/package.json index 10b5cc79c..3cef8b4b5 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.13.0", - "@rsbuild/core": "1.3.13", + "@rsbuild/core": "1.3.14", "@rsbuild/plugin-react": "^1.3.0", "@types/react": "^19.1.2", "@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 cb4326ace..eab63246b 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.13.0", - "@rsbuild/core": "1.3.13", + "@rsbuild/core": "1.3.14", "@rsbuild/plugin-react": "^1.3.0", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", diff --git a/packages/core/package.json b/packages/core/package.json index 5200d936d..7c15719eb 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.13", + "@rsbuild/core": "1.3.14", "rsbuild-plugin-dts": "workspace:*", "tinyglobby": "^0.2.13" }, 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 1787d2277..07d198709 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.13", + "@rsbuild/core": "1.3.14", "@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 1787d2277..07d198709 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.13", + "@rsbuild/core": "1.3.14", "@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 f6e4686be..dcea46331 100644 --- a/packages/create-rslib/template-[react]-[storybook,vitest]-js/package.json +++ b/packages/create-rslib/template-[react]-[storybook,vitest]-js/package.json @@ -18,7 +18,7 @@ "test": "vitest run" }, "devDependencies": { - "@rsbuild/core": "1.3.13", + "@rsbuild/core": "1.3.14", "@rsbuild/plugin-react": "^1.3.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 894c32729..7efb8360a 100644 --- a/packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json +++ b/packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json @@ -20,7 +20,7 @@ "test": "vitest run" }, "devDependencies": { - "@rsbuild/core": "1.3.13", + "@rsbuild/core": "1.3.14", "@rsbuild/plugin-react": "^1.3.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 e19e33fe7..2c91155ac 100644 --- a/packages/create-rslib/template-[react]-[storybook]-js/package.json +++ b/packages/create-rslib/template-[react]-[storybook]-js/package.json @@ -17,7 +17,7 @@ "storybook": "storybook dev" }, "devDependencies": { - "@rsbuild/core": "1.3.13", + "@rsbuild/core": "1.3.14", "@rsbuild/plugin-react": "^1.3.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 1ea1f3552..d93a2a1b5 100644 --- a/packages/create-rslib/template-[react]-[storybook]-ts/package.json +++ b/packages/create-rslib/template-[react]-[storybook]-ts/package.json @@ -19,7 +19,7 @@ "storybook": "storybook dev" }, "devDependencies": { - "@rsbuild/core": "1.3.13", + "@rsbuild/core": "1.3.14", "@rsbuild/plugin-react": "^1.3.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 531fccfc0..4ece37158 100644 --- a/packages/plugin-dts/package.json +++ b/packages/plugin-dts/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.52.5", - "@rsbuild/core": "1.3.13", + "@rsbuild/core": "1.3.14", "@rslib/tsconfig": "workspace:*", "rsbuild-plugin-publint": "^0.3.1", "rslib": "npm:@rslib/core@0.6.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6355aef98..e682075fe 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -91,13 +91,13 @@ importers: devDependencies: '@module-federation/rsbuild-plugin': specifier: ^0.13.0 - version: 0.13.0(@rsbuild/core@1.3.13)(@rspack/core@1.3.7(@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.10(typescript@5.8.3))(webpack@5.98.0) + version: 0.13.0(@rsbuild/core@1.3.14)(@rspack/core@1.3.8(@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.10(typescript@5.8.3))(webpack@5.98.0) '@rsbuild/core': - specifier: 1.3.13 - version: 1.3.13 + specifier: 1.3.14 + version: 1.3.14 '@rsbuild/plugin-react': specifier: ^1.3.0 - version: 1.3.0(@rsbuild/core@1.3.13) + version: 1.3.0(@rsbuild/core@1.3.14) '@types/react': specifier: ^19.1.2 version: 19.1.2 @@ -112,16 +112,16 @@ importers: devDependencies: '@module-federation/enhanced': specifier: ^0.13.0 - version: 0.13.0(@rspack/core@1.3.7(@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.10(typescript@5.8.3))(webpack@5.98.0) + version: 0.13.0(@rspack/core@1.3.8(@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.10(typescript@5.8.3))(webpack@5.98.0) '@module-federation/rsbuild-plugin': specifier: ^0.13.0 - version: 0.13.0(@rsbuild/core@1.3.13)(@rspack/core@1.3.7(@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.10(typescript@5.8.3))(webpack@5.98.0) + version: 0.13.0(@rsbuild/core@1.3.14)(@rspack/core@1.3.8(@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.10(typescript@5.8.3))(webpack@5.98.0) '@module-federation/storybook-addon': specifier: ^4.0.14 - version: 4.0.14(@rsbuild/core@1.3.13)(@rspack/core@1.3.7(@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.10(typescript@5.8.3))(webpack-virtual-modules@0.6.2)(webpack@5.98.0) + version: 4.0.14(@rsbuild/core@1.3.14)(@rspack/core@1.3.8(@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.10(typescript@5.8.3))(webpack-virtual-modules@0.6.2)(webpack@5.98.0) '@rsbuild/plugin-react': specifier: ^1.3.0 - version: 1.3.0(@rsbuild/core@1.3.13) + version: 1.3.0(@rsbuild/core@1.3.14) '@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.13)(@rslib/core@packages+core)(storybook-builder-rsbuild@1.0.1(@rsbuild/core@1.3.13)(@rspack/core@1.3.7(@swc/helpers@0.5.17))(@types/react@19.1.2)(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.14)(@rslib/core@packages+core)(storybook-builder-rsbuild@1.0.1(@rsbuild/core@1.3.14)(@rspack/core@1.3.8(@swc/helpers@0.5.17))(@types/react@19.1.2)(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.13)(@rspack/core@1.3.7(@swc/helpers@0.5.17))(@types/react@19.1.2)(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.14)(@rspack/core@1.3.8(@swc/helpers@0.5.17))(@types/react@19.1.2)(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.13.0 - version: 0.13.0(@rsbuild/core@1.3.13)(@rspack/core@1.3.7(@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.10(typescript@5.8.3))(webpack@5.98.0) + version: 0.13.0(@rsbuild/core@1.3.14)(@rspack/core@1.3.8(@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.10(typescript@5.8.3))(webpack@5.98.0) '@rsbuild/core': - specifier: 1.3.13 - version: 1.3.13 + specifier: 1.3.14 + version: 1.3.14 '@rsbuild/plugin-react': specifier: ^1.3.0 - version: 1.3.0(@rsbuild/core@1.3.13) + version: 1.3.0(@rsbuild/core@1.3.14) '@types/react': specifier: ^19.1.2 version: 19.1.2 @@ -179,10 +179,10 @@ importers: devDependencies: '@rsbuild/plugin-preact': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.13)(preact@10.26.5) + version: 1.3.1(@rsbuild/core@1.3.14)(preact@10.26.5) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.13) + version: 1.3.1(@rsbuild/core@1.3.14) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -194,10 +194,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.3.0 - version: 1.3.0(@rsbuild/core@1.3.13) + version: 1.3.0(@rsbuild/core@1.3.14) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.13) + version: 1.3.1(@rsbuild/core@1.3.14) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -212,10 +212,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.3.0 - version: 1.3.0(@rsbuild/core@1.3.13) + version: 1.3.0(@rsbuild/core@1.3.14) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.13) + version: 1.3.1(@rsbuild/core@1.3.14) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -230,10 +230,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.3.0 - version: 1.3.0(@rsbuild/core@1.3.13) + version: 1.3.0(@rsbuild/core@1.3.14) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.13) + version: 1.3.1(@rsbuild/core@1.3.14) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -248,13 +248,13 @@ importers: devDependencies: '@rsbuild/plugin-babel': specifier: ^1.0.5 - version: 1.0.5(@rsbuild/core@1.3.13) + version: 1.0.5(@rsbuild/core@1.3.14) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.13) + version: 1.3.1(@rsbuild/core@1.3.14) '@rsbuild/plugin-solid': specifier: ^1.0.5 - version: 1.0.5(@babel/core@7.26.10)(@rsbuild/core@1.3.13)(solid-js@1.9.5) + version: 1.0.5(@babel/core@7.26.10)(@rsbuild/core@1.3.14)(solid-js@1.9.5) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -269,7 +269,7 @@ importers: devDependencies: '@rsbuild/plugin-vue': specifier: ^1.0.7 - version: 1.0.7(@rsbuild/core@1.3.13)(vue@3.5.13(typescript@5.8.3)) + version: 1.0.7(@rsbuild/core@1.3.14)(vue@3.5.13(typescript@5.8.3)) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -286,8 +286,8 @@ importers: packages/core: dependencies: '@rsbuild/core': - specifier: 1.3.13 - version: 1.3.13 + specifier: 1.3.14 + version: 1.3.14 rsbuild-plugin-dts: specifier: workspace:* version: link:../plugin-dts @@ -297,7 +297,7 @@ importers: devDependencies: '@module-federation/rsbuild-plugin': specifier: ^0.13.0 - version: 0.13.0(@rsbuild/core@1.3.13)(@rspack/core@1.3.7(@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.10(typescript@5.8.3))(webpack@5.98.0) + version: 0.13.0(@rsbuild/core@1.3.14)(@rspack/core@1.3.8(@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.10(typescript@5.8.3))(webpack@5.98.0) '@rslib/tsconfig': specifier: workspace:* version: link:../../scripts/tsconfig @@ -324,7 +324,7 @@ importers: version: 1.3.3(typescript@5.8.3) rsbuild-plugin-publint: specifier: ^0.3.1 - version: 0.3.1(@rsbuild/core@1.3.13) + version: 0.3.1(@rsbuild/core@1.3.14) rslib: specifier: npm:@rslib/core@0.6.7 version: '@rslib/core@0.6.7(@microsoft/api-extractor@7.52.5(@types/node@22.8.1))(typescript@5.8.3)' @@ -358,7 +358,7 @@ importers: version: 11.3.0 rsbuild-plugin-publint: specifier: ^0.3.1 - version: 0.3.1(@rsbuild/core@1.3.13) + version: 0.3.1(@rsbuild/core@1.3.14) rslib: specifier: npm:@rslib/core@0.6.7 version: '@rslib/core@0.6.7(@microsoft/api-extractor@7.52.5(@types/node@22.8.1))(typescript@5.8.3)' @@ -391,14 +391,14 @@ importers: specifier: ^7.52.5 version: 7.52.5(@types/node@22.8.1) '@rsbuild/core': - specifier: 1.3.13 - version: 1.3.13 + specifier: 1.3.14 + version: 1.3.14 '@rslib/tsconfig': specifier: workspace:* version: link:../../scripts/tsconfig rsbuild-plugin-publint: specifier: ^0.3.1 - version: 0.3.1(@rsbuild/core@1.3.13) + version: 0.3.1(@rsbuild/core@1.3.14) rslib: specifier: npm:@rslib/core@0.6.7 version: '@rslib/core@0.6.7(@microsoft/api-extractor@7.52.5(@types/node@22.8.1))(typescript@5.8.3)' @@ -422,31 +422,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.2(@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.13.0 - version: 0.13.0(@rsbuild/core@1.3.13)(@rspack/core@1.3.7(@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.10(typescript@5.8.3))(webpack@5.98.0) + version: 0.13.0(@rsbuild/core@1.3.14)(@rspack/core@1.3.8(@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.10(typescript@5.8.3))(webpack@5.98.0) '@playwright/test': specifier: 1.52.0 version: 1.52.0 '@rsbuild/core': - specifier: 1.3.13 - version: 1.3.13 + specifier: 1.3.14 + version: 1.3.14 '@rsbuild/plugin-less': specifier: ^1.2.2 - version: 1.2.2(@rsbuild/core@1.3.13) + version: 1.2.2(@rsbuild/core@1.3.14) '@rsbuild/plugin-react': specifier: ^1.3.0 - version: 1.3.0(@rsbuild/core@1.3.13) + version: 1.3.0(@rsbuild/core@1.3.14) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.13) + version: 1.3.1(@rsbuild/core@1.3.14) '@rsbuild/plugin-toml': specifier: ^1.1.0 - version: 1.1.0(@rsbuild/core@1.3.13) + version: 1.1.0(@rsbuild/core@1.3.14) '@rsbuild/plugin-typed-css-modules': specifier: ^1.0.2 - version: 1.0.2(@rsbuild/core@1.3.13) + version: 1.0.2(@rsbuild/core@1.3.14) '@rsbuild/plugin-yaml': specifier: ^1.0.2 - version: 1.0.2(@rsbuild/core@1.3.13) + version: 1.0.2(@rsbuild/core@1.3.14) '@rslib/core': specifier: workspace:* version: link:../packages/core @@ -511,7 +511,7 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.3.0 - version: 1.3.0(@rsbuild/core@1.3.13) + version: 1.3.0(@rsbuild/core@1.3.14) tests/integration/asset/json: {} @@ -527,10 +527,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.3.0 - version: 1.3.0(@rsbuild/core@1.3.13) + version: 1.3.0(@rsbuild/core@1.3.14) '@rsbuild/plugin-svgr': specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.13)(typescript@5.8.3) + version: 1.2.0(@rsbuild/core@1.3.14)(typescript@5.8.3) tests/integration/async-chunks/default: {} @@ -624,10 +624,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.3.0 - version: 1.3.0(@rsbuild/core@1.3.13) + version: 1.3.0(@rsbuild/core@1.3.14) '@rsbuild/plugin-svgr': specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.13)(typescript@5.8.3) + version: 1.2.0(@rsbuild/core@1.3.14)(typescript@5.8.3) tests/integration/cli/build: {} @@ -797,7 +797,7 @@ importers: devDependencies: '@rsbuild/plugin-node-polyfill': specifier: ^1.3.0 - version: 1.3.0(@rsbuild/core@1.3.13) + version: 1.3.0(@rsbuild/core@1.3.14) tests/integration/node-polyfill/bundle-false: dependencies: @@ -807,7 +807,7 @@ importers: devDependencies: '@rsbuild/plugin-node-polyfill': specifier: ^1.3.0 - version: 1.3.0(@rsbuild/core@1.3.13) + version: 1.3.0(@rsbuild/core@1.3.14) tests/integration/outBase/custom-entry: {} @@ -825,7 +825,7 @@ importers: devDependencies: '@rsbuild/plugin-babel': specifier: ^1.0.5 - version: 1.0.5(@rsbuild/core@1.3.13) + version: 1.0.5(@rsbuild/core@1.3.14) babel-plugin-polyfill-corejs3: specifier: ^0.12.0 version: 0.12.0(@babel/core@7.26.10) @@ -954,13 +954,13 @@ importers: devDependencies: '@rsbuild/plugin-stylus': specifier: ^1.1.1 - version: 1.1.1(@rsbuild/core@1.3.13)(@rspack/core@1.3.7(@swc/helpers@0.5.17))(webpack@5.98.0) + version: 1.1.1(@rsbuild/core@1.3.14)(@rspack/core@1.3.8(@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.13)(@rspack/core@1.3.7(@swc/helpers@0.5.17))(webpack@5.98.0) + version: 1.1.1(@rsbuild/core@1.3.14)(@rspack/core@1.3.8(@swc/helpers@0.5.17))(webpack@5.98.0) tests/integration/style/tailwindcss/bundle: devDependencies: @@ -1018,11 +1018,11 @@ importers: website: devDependencies: '@rsbuild/core': - specifier: 1.3.13 - version: 1.3.13 + specifier: 1.3.14 + version: 1.3.14 '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.13) + version: 1.3.1(@rsbuild/core@1.3.14) '@rslib/tsconfig': specifier: workspace:* version: link:../scripts/tsconfig @@ -1049,7 +1049,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.13) + version: 1.0.3(@rsbuild/core@1.3.14) rspress: specifier: 2.0.0-beta.2 version: 2.0.0-beta.2(@types/react@19.1.2)(acorn@8.14.0)(webpack@5.98.0) @@ -2300,8 +2300,8 @@ packages: cpu: [x64] os: [win32] - '@rsbuild/core@1.3.13': - resolution: {integrity: sha512-FIRV1ncOYYLCEGJDL8ZPKyH4J15lJS54KfeGf3Eacy5zUhT+dAkI2+0ZWH/s9NlaXA/vlRq6SJF9Z2Y96dO13Q==} + '@rsbuild/core@1.3.14': + resolution: {integrity: sha512-sfG/+23qVFbFj9CgglHaSRKxAuLbTQgOE2Iz6lpA8bRE56L2aZsSQl4v+p513lib6OH6PYttQdbLO9K8aVOfWg==} engines: {node: '>=16.10.0'} hasBin: true @@ -2423,8 +2423,8 @@ packages: cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-arm64@1.3.7': - resolution: {integrity: sha512-/5k4H0M7vvu7uorhc0OQKdQ7ybcjcJA//ptfYB646Ca/XY8FI1T/H88prPNrLNu97FGqUT4QWo5AHj01XymfDw==} + '@rspack/binding-darwin-arm64@1.3.8': + resolution: {integrity: sha512-FlfWZzwCxDfLwyiqGaCSINHt2Er1Wno9xZrf2QM7Ss00HyocPo4BUYGYBEi4dai/fPFoeYKeEAdsNdrVmFH4+g==} cpu: [arm64] os: [darwin] @@ -2433,8 +2433,8 @@ packages: cpu: [x64] os: [darwin] - '@rspack/binding-darwin-x64@1.3.7': - resolution: {integrity: sha512-/eNcZFDHxo5RVmIxgVM5zxCXmufeWpvviWJMDjhycS175nJb6103YWpu6H0lHgbj0GnHM/Q2VjVRFNhaGbXqdA==} + '@rspack/binding-darwin-x64@1.3.8': + resolution: {integrity: sha512-IGXDKHDHiL7WxE/OZMaeIuHzqOzDam3k8WrseHAdl5upKvCp/snwwGdulB/rqGxwkQIXIsv105vIFbGOAe2g0A==} cpu: [x64] os: [darwin] @@ -2443,8 +2443,8 @@ packages: cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-gnu@1.3.7': - resolution: {integrity: sha512-bSxA4MgGOdSvf/nTqNMuLeeyWS4Okh1iPskGuyAv/Sdf7cGbflUyZe6+w7A9BZEFR0CVTfj3f8kt73N+lu72Kg==} + '@rspack/binding-linux-arm64-gnu@1.3.8': + resolution: {integrity: sha512-PU9fv8knPvbxQb8NrDmTrLVpy8QY0vuhzk69/ZuLRW89c0P14HovYeHV+38cQHho4++avUQgVp6vnJI9vSQjtg==} cpu: [arm64] os: [linux] @@ -2453,8 +2453,8 @@ packages: cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-musl@1.3.7': - resolution: {integrity: sha512-i6QK6YodCA5R8/ShRylkyunwvNcRx/Q7af14jSCa7TPOi6pPoDUL2pmwGcJBk1uPc2wjQwAMZzfJjTWNjEyW2Q==} + '@rspack/binding-linux-arm64-musl@1.3.8': + resolution: {integrity: sha512-UMZBuTw5iXeA6gmtZYQvAb7g56odfoIkU6YvfqV67AMU0EY2y52sc7ABFloDzURJ1xd2om01Nlru8y48S2lMPw==} cpu: [arm64] os: [linux] @@ -2463,8 +2463,8 @@ packages: cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-gnu@1.3.7': - resolution: {integrity: sha512-6AmOHLOv4XAK7Y5cFDBtnetIZ44MqG8Q6wZ20zjql/khTxsRZa/edis/eUppGb8fy5gzi+qqSAznEZ+Qj3LMrQ==} + '@rspack/binding-linux-x64-gnu@1.3.8': + resolution: {integrity: sha512-48hfwVsD2/Caa0HgZiqE1T20H89cnomcaP92++x8t4IQ2uKA9xCeBW87RD/AaKXcb78aM987ctE+asKjN8OVjw==} cpu: [x64] os: [linux] @@ -2473,8 +2473,8 @@ packages: cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-musl@1.3.7': - resolution: {integrity: sha512-rPt0c9UHp5AxWHhjziEtd2uwiWyzM4UZLFJV6hawBWOoIQf2uLSl3fp0HTqxpslfTh3uo5ymhHN/bV48m5THzg==} + '@rspack/binding-linux-x64-musl@1.3.8': + resolution: {integrity: sha512-Jx+JlVnLzzVL/62NbEFaVcM2HU4QtNEF+wzo+yODNprx78ZLe3PJT/LdtwLMvE77K2PlGn5CZcmBay6Xwkd/2A==} cpu: [x64] os: [linux] @@ -2483,8 +2483,8 @@ packages: cpu: [arm64] os: [win32] - '@rspack/binding-win32-arm64-msvc@1.3.7': - resolution: {integrity: sha512-+Db7NGBzad1dCcSm94uARkIIhbVv1+BXAl1duLBnYQMfqsu/pirsInE9wbp7WVUbSl2hmdRi9MYgWACjoReo4g==} + '@rspack/binding-win32-arm64-msvc@1.3.8': + resolution: {integrity: sha512-84tifCsYhir/p5GH0knBOXtLpfRzIFDxF4nF4bHsuwaA1uqwyk0WlWGt4ZwRUtyzh0TN4cJdnqJl/f5209BdLw==} cpu: [arm64] os: [win32] @@ -2493,8 +2493,8 @@ packages: cpu: [ia32] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.3.7': - resolution: {integrity: sha512-VPqqC0U6FolGoonmZYBBiFyWjQ4+X+e/l/t4QZP2DRonlpE418+MdCxq2ldVGgvtxwERNlz61zxEX9yh/8KOfw==} + '@rspack/binding-win32-ia32-msvc@1.3.8': + resolution: {integrity: sha512-Grrcfr95gRhJ7FbKtIxfhNAzSM+hvtD2jAMs9fmw/UrgiNsXeaWwJaYgImqHGirKIx8iygZ0t1q7ePIVM+SKMg==} cpu: [ia32] os: [win32] @@ -2503,16 +2503,16 @@ packages: cpu: [x64] os: [win32] - '@rspack/binding-win32-x64-msvc@1.3.7': - resolution: {integrity: sha512-zi9tKxlq85lSYTb1sbEluLjZlkbjuoJoy2TaNzVlfNkmiJ6EiqBbyCWoPPBJRP6HQ9pG25W0y4NWKp7iVhiBvg==} + '@rspack/binding-win32-x64-msvc@1.3.8': + resolution: {integrity: sha512-wW+Ig3kVqcRcY+3mxZnruN4AdeJYjbEBd2zvheEAOvx/DC+xEQ6czvDXbZEZQQ9rU/znhuKl0Z+898q8l3LwzA==} cpu: [x64] os: [win32] '@rspack/binding@1.3.5': resolution: {integrity: sha512-2oluCT+iBnTg0w7XfR8AmfkvgMPSuqEndzhrlHY//qgyyI04CW1lCMgsh+9wcSOUWUKYSOMCiGiVlYFtae5Lcg==} - '@rspack/binding@1.3.7': - resolution: {integrity: sha512-jSXLktIGmNNZssxT+fjZ31IyUO7lRoFrFO+XuqKlMpbnHE8yCrpaHE6rLyDPVO4Vnl6xx/df8usUXtZwIc4jrw==} + '@rspack/binding@1.3.8': + resolution: {integrity: sha512-0oGrPgnwDsrDN7Swk7OZGvee8y/AdvDXF3f1QewkueJ5uyDaGszDxipEpf644HWIcj11fgNJQEphGEhaAVjofw==} '@rspack/core@1.3.5': resolution: {integrity: sha512-PwIpzXj9wjHM0Ohq6geIKPoh3yNb5oSK74gqzs0plR7pTYLbhrjG/1DSV/JLFF4C5WCpLHHiDEX5E0IYm2Aqeg==} @@ -2526,8 +2526,8 @@ packages: '@swc/helpers': optional: true - '@rspack/core@1.3.7': - resolution: {integrity: sha512-InXnEmImLKkxzkY7XaAozycjMvS5myf/o3zu1rw5tNq3ONxWvW0QOHVTcrF0FbeKQ/jCOFSfdaoFjbXjdUs38w==} + '@rspack/core@1.3.8': + resolution: {integrity: sha512-1zefymDypUROYzGGNa553JR1Ah8En25npwSRIZCuZvfjo6nME6XvjkMxQwhjzMStoqRmFD9+nKUHSiN5jVWWyw==} engines: {node: '>=16.0.0'} peerDependencies: '@swc/helpers': '>=0.5.1' @@ -8088,7 +8088,7 @@ snapshots: - supports-color - utf-8-validate - '@module-federation/enhanced@0.13.0(@rspack/core@1.3.7(@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.10(typescript@5.8.3))(webpack@5.98.0)': + '@module-federation/enhanced@0.13.0(@rspack/core@1.3.8(@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.10(typescript@5.8.3))(webpack@5.98.0)': dependencies: '@module-federation/bridge-react-webpack-plugin': 0.13.0 '@module-federation/cli': 0.13.0(typescript@5.8.3)(vue-tsc@2.2.10(typescript@5.8.3)) @@ -8098,7 +8098,7 @@ snapshots: '@module-federation/inject-external-runtime-core-plugin': 0.13.0(@module-federation/runtime-tools@0.13.0) '@module-federation/managers': 0.13.0 '@module-federation/manifest': 0.13.0(typescript@5.8.3)(vue-tsc@2.2.10(typescript@5.8.3)) - '@module-federation/rspack': 0.13.0(@rspack/core@1.3.7(@swc/helpers@0.5.17))(typescript@5.8.3)(vue-tsc@2.2.10(typescript@5.8.3)) + '@module-federation/rspack': 0.13.0(@rspack/core@1.3.8(@swc/helpers@0.5.17))(typescript@5.8.3)(vue-tsc@2.2.10(typescript@5.8.3)) '@module-federation/runtime-tools': 0.13.0 '@module-federation/sdk': 0.13.0 btoa: 1.2.1 @@ -8146,12 +8146,12 @@ snapshots: - utf-8-validate - vue-tsc - '@module-federation/rsbuild-plugin@0.13.0(@rsbuild/core@1.3.13)(@rspack/core@1.3.7(@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.10(typescript@5.8.3))(webpack@5.98.0)': + '@module-federation/rsbuild-plugin@0.13.0(@rsbuild/core@1.3.14)(@rspack/core@1.3.8(@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.10(typescript@5.8.3))(webpack@5.98.0)': dependencies: - '@module-federation/enhanced': 0.13.0(@rspack/core@1.3.7(@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.10(typescript@5.8.3))(webpack@5.98.0) + '@module-federation/enhanced': 0.13.0(@rspack/core@1.3.8(@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.10(typescript@5.8.3))(webpack@5.98.0) '@module-federation/sdk': 0.13.0 optionalDependencies: - '@rsbuild/core': 1.3.13 + '@rsbuild/core': 1.3.14 transitivePeerDependencies: - '@rspack/core' - bufferutil @@ -8164,7 +8164,7 @@ snapshots: - vue-tsc - webpack - '@module-federation/rspack@0.13.0(@rspack/core@1.3.7(@swc/helpers@0.5.17))(typescript@5.8.3)(vue-tsc@2.2.10(typescript@5.8.3))': + '@module-federation/rspack@0.13.0(@rspack/core@1.3.8(@swc/helpers@0.5.17))(typescript@5.8.3)(vue-tsc@2.2.10(typescript@5.8.3))': dependencies: '@module-federation/bridge-react-webpack-plugin': 0.13.0 '@module-federation/dts-plugin': 0.13.0(typescript@5.8.3)(vue-tsc@2.2.10(typescript@5.8.3)) @@ -8173,7 +8173,7 @@ snapshots: '@module-federation/manifest': 0.13.0(typescript@5.8.3)(vue-tsc@2.2.10(typescript@5.8.3)) '@module-federation/runtime-tools': 0.13.0 '@module-federation/sdk': 0.13.0 - '@rspack/core': 1.3.7(@swc/helpers@0.5.17) + '@rspack/core': 1.3.8(@swc/helpers@0.5.17) btoa: 1.2.1 optionalDependencies: typescript: 5.8.3 @@ -8220,12 +8220,12 @@ snapshots: '@module-federation/sdk@0.13.0': {} - '@module-federation/storybook-addon@4.0.14(@rsbuild/core@1.3.13)(@rspack/core@1.3.7(@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.10(typescript@5.8.3))(webpack-virtual-modules@0.6.2)(webpack@5.98.0)': + '@module-federation/storybook-addon@4.0.14(@rsbuild/core@1.3.14)(@rspack/core@1.3.8(@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.10(typescript@5.8.3))(webpack-virtual-modules@0.6.2)(webpack@5.98.0)': dependencies: - '@module-federation/enhanced': 0.13.0(@rspack/core@1.3.7(@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.10(typescript@5.8.3))(webpack@5.98.0) + '@module-federation/enhanced': 0.13.0(@rspack/core@1.3.8(@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.10(typescript@5.8.3))(webpack@5.98.0) '@module-federation/sdk': 0.13.0 optionalDependencies: - '@rsbuild/core': 1.3.13 + '@rsbuild/core': 1.3.14 '@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 @@ -8393,9 +8393,9 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.39.0': optional: true - '@rsbuild/core@1.3.13': + '@rsbuild/core@1.3.14': dependencies: - '@rspack/core': 1.3.7(@swc/helpers@0.5.17) + '@rspack/core': 1.3.8(@swc/helpers@0.5.17) '@rspack/lite-tapable': 1.0.1 '@swc/helpers': 0.5.17 core-js: 3.41.0 @@ -8411,13 +8411,13 @@ snapshots: transitivePeerDependencies: - '@rspack/tracing' - '@rsbuild/plugin-babel@1.0.4(@rsbuild/core@1.3.13)': + '@rsbuild/plugin-babel@1.0.4(@rsbuild/core@1.3.14)': 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.13 + '@rsbuild/core': 1.3.14 '@types/babel__core': 7.20.5 deepmerge: 4.3.1 reduce-configs: 1.1.0 @@ -8425,13 +8425,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@rsbuild/plugin-babel@1.0.5(@rsbuild/core@1.3.13)': + '@rsbuild/plugin-babel@1.0.5(@rsbuild/core@1.3.14)': 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.13 + '@rsbuild/core': 1.3.14 '@types/babel__core': 7.20.5 deepmerge: 4.3.1 reduce-configs: 1.1.0 @@ -8439,13 +8439,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@rsbuild/plugin-less@1.2.2(@rsbuild/core@1.3.13)': + '@rsbuild/plugin-less@1.2.2(@rsbuild/core@1.3.14)': dependencies: - '@rsbuild/core': 1.3.13 + '@rsbuild/core': 1.3.14 deepmerge: 4.3.1 reduce-configs: 1.1.0 - '@rsbuild/plugin-node-polyfill@1.3.0(@rsbuild/core@1.3.13)': + '@rsbuild/plugin-node-polyfill@1.3.0(@rsbuild/core@1.3.14)': dependencies: assert: 2.1.0 browserify-zlib: 0.2.0 @@ -8471,13 +8471,13 @@ snapshots: util: 0.12.5 vm-browserify: 1.1.2 optionalDependencies: - '@rsbuild/core': 1.3.13 + '@rsbuild/core': 1.3.14 - '@rsbuild/plugin-preact@1.3.1(@rsbuild/core@1.3.13)(preact@10.26.5)': + '@rsbuild/plugin-preact@1.3.1(@rsbuild/core@1.3.14)(preact@10.26.5)': dependencies: '@prefresh/core': 1.5.3(preact@10.26.5) '@prefresh/utils': 1.2.0 - '@rsbuild/core': 1.3.13 + '@rsbuild/core': 1.3.14 '@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: @@ -8489,27 +8489,27 @@ snapshots: '@rspack/plugin-react-refresh': 1.0.1(react-refresh@0.16.0) react-refresh: 0.16.0 - '@rsbuild/plugin-react@1.3.0(@rsbuild/core@1.3.13)': + '@rsbuild/plugin-react@1.3.0(@rsbuild/core@1.3.14)': dependencies: - '@rsbuild/core': 1.3.13 + '@rsbuild/core': 1.3.14 '@rspack/plugin-react-refresh': 1.4.1(react-refresh@0.17.0) react-refresh: 0.17.0 transitivePeerDependencies: - webpack-hot-middleware - '@rsbuild/plugin-sass@1.3.1(@rsbuild/core@1.3.13)': + '@rsbuild/plugin-sass@1.3.1(@rsbuild/core@1.3.14)': dependencies: - '@rsbuild/core': 1.3.13 + '@rsbuild/core': 1.3.14 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-solid@1.0.5(@babel/core@7.26.10)(@rsbuild/core@1.3.13)(solid-js@1.9.5)': + '@rsbuild/plugin-solid@1.0.5(@babel/core@7.26.10)(@rsbuild/core@1.3.14)(solid-js@1.9.5)': dependencies: - '@rsbuild/core': 1.3.13 - '@rsbuild/plugin-babel': 1.0.4(@rsbuild/core@1.3.13) + '@rsbuild/core': 1.3.14 + '@rsbuild/plugin-babel': 1.0.4(@rsbuild/core@1.3.14) babel-preset-solid: 1.9.5(@babel/core@7.26.10) solid-refresh: 0.6.3(solid-js@1.9.5) transitivePeerDependencies: @@ -8517,22 +8517,22 @@ snapshots: - solid-js - supports-color - '@rsbuild/plugin-stylus@1.1.1(@rsbuild/core@1.3.13)(@rspack/core@1.3.7(@swc/helpers@0.5.17))(webpack@5.98.0)': + '@rsbuild/plugin-stylus@1.1.1(@rsbuild/core@1.3.14)(@rspack/core@1.3.8(@swc/helpers@0.5.17))(webpack@5.98.0)': dependencies: - '@rsbuild/core': 1.3.13 + '@rsbuild/core': 1.3.14 deepmerge: 4.3.1 reduce-configs: 1.1.0 stylus: 0.64.0 - stylus-loader: 8.1.1(@rspack/core@1.3.7(@swc/helpers@0.5.17))(stylus@0.64.0)(webpack@5.98.0) + stylus-loader: 8.1.1(@rspack/core@1.3.8(@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.13)(typescript@5.8.3)': + '@rsbuild/plugin-svgr@1.2.0(@rsbuild/core@1.3.14)(typescript@5.8.3)': dependencies: - '@rsbuild/core': 1.3.13 - '@rsbuild/plugin-react': 1.3.0(@rsbuild/core@1.3.13) + '@rsbuild/core': 1.3.14 + '@rsbuild/plugin-react': 1.3.0(@rsbuild/core@1.3.14) '@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) @@ -8543,31 +8543,31 @@ snapshots: - typescript - webpack-hot-middleware - '@rsbuild/plugin-toml@1.1.0(@rsbuild/core@1.3.13)': + '@rsbuild/plugin-toml@1.1.0(@rsbuild/core@1.3.14)': dependencies: toml: 3.0.0 optionalDependencies: - '@rsbuild/core': 1.3.13 + '@rsbuild/core': 1.3.14 - '@rsbuild/plugin-type-check@1.2.1(@rsbuild/core@1.3.13)(@rspack/core@1.3.7(@swc/helpers@0.5.17))(typescript@5.8.3)': + '@rsbuild/plugin-type-check@1.2.1(@rsbuild/core@1.3.14)(@rspack/core@1.3.8(@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.7(@swc/helpers@0.5.17))(typescript@5.8.3) + ts-checker-rspack-plugin: 1.1.1(@rspack/core@1.3.8(@swc/helpers@0.5.17))(typescript@5.8.3) optionalDependencies: - '@rsbuild/core': 1.3.13 + '@rsbuild/core': 1.3.14 transitivePeerDependencies: - '@rspack/core' - typescript - '@rsbuild/plugin-typed-css-modules@1.0.2(@rsbuild/core@1.3.13)': + '@rsbuild/plugin-typed-css-modules@1.0.2(@rsbuild/core@1.3.14)': optionalDependencies: - '@rsbuild/core': 1.3.13 + '@rsbuild/core': 1.3.14 - '@rsbuild/plugin-vue@1.0.7(@rsbuild/core@1.3.13)(vue@3.5.13(typescript@5.8.3))': + '@rsbuild/plugin-vue@1.0.7(@rsbuild/core@1.3.14)(vue@3.5.13(typescript@5.8.3))': dependencies: - '@rsbuild/core': 1.3.13 + '@rsbuild/core': 1.3.14 vue-loader: 17.4.2(vue@3.5.13(typescript@5.8.3))(webpack@5.98.0) webpack: 5.98.0 transitivePeerDependencies: @@ -8578,9 +8578,9 @@ snapshots: - vue - webpack-cli - '@rsbuild/plugin-yaml@1.0.2(@rsbuild/core@1.3.13)': + '@rsbuild/plugin-yaml@1.0.2(@rsbuild/core@1.3.14)': optionalDependencies: - '@rsbuild/core': 1.3.13 + '@rsbuild/core': 1.3.14 '@rslib/core@0.6.7(@microsoft/api-extractor@7.52.5(@types/node@22.8.1))(typescript@5.8.3)': dependencies: @@ -8596,55 +8596,55 @@ snapshots: '@rspack/binding-darwin-arm64@1.3.5': optional: true - '@rspack/binding-darwin-arm64@1.3.7': + '@rspack/binding-darwin-arm64@1.3.8': optional: true '@rspack/binding-darwin-x64@1.3.5': optional: true - '@rspack/binding-darwin-x64@1.3.7': + '@rspack/binding-darwin-x64@1.3.8': optional: true '@rspack/binding-linux-arm64-gnu@1.3.5': optional: true - '@rspack/binding-linux-arm64-gnu@1.3.7': + '@rspack/binding-linux-arm64-gnu@1.3.8': optional: true '@rspack/binding-linux-arm64-musl@1.3.5': optional: true - '@rspack/binding-linux-arm64-musl@1.3.7': + '@rspack/binding-linux-arm64-musl@1.3.8': optional: true '@rspack/binding-linux-x64-gnu@1.3.5': optional: true - '@rspack/binding-linux-x64-gnu@1.3.7': + '@rspack/binding-linux-x64-gnu@1.3.8': optional: true '@rspack/binding-linux-x64-musl@1.3.5': optional: true - '@rspack/binding-linux-x64-musl@1.3.7': + '@rspack/binding-linux-x64-musl@1.3.8': optional: true '@rspack/binding-win32-arm64-msvc@1.3.5': optional: true - '@rspack/binding-win32-arm64-msvc@1.3.7': + '@rspack/binding-win32-arm64-msvc@1.3.8': optional: true '@rspack/binding-win32-ia32-msvc@1.3.5': optional: true - '@rspack/binding-win32-ia32-msvc@1.3.7': + '@rspack/binding-win32-ia32-msvc@1.3.8': optional: true '@rspack/binding-win32-x64-msvc@1.3.5': optional: true - '@rspack/binding-win32-x64-msvc@1.3.7': + '@rspack/binding-win32-x64-msvc@1.3.8': optional: true '@rspack/binding@1.3.5': @@ -8659,17 +8659,17 @@ snapshots: '@rspack/binding-win32-ia32-msvc': 1.3.5 '@rspack/binding-win32-x64-msvc': 1.3.5 - '@rspack/binding@1.3.7': + '@rspack/binding@1.3.8': optionalDependencies: - '@rspack/binding-darwin-arm64': 1.3.7 - '@rspack/binding-darwin-x64': 1.3.7 - '@rspack/binding-linux-arm64-gnu': 1.3.7 - '@rspack/binding-linux-arm64-musl': 1.3.7 - '@rspack/binding-linux-x64-gnu': 1.3.7 - '@rspack/binding-linux-x64-musl': 1.3.7 - '@rspack/binding-win32-arm64-msvc': 1.3.7 - '@rspack/binding-win32-ia32-msvc': 1.3.7 - '@rspack/binding-win32-x64-msvc': 1.3.7 + '@rspack/binding-darwin-arm64': 1.3.8 + '@rspack/binding-darwin-x64': 1.3.8 + '@rspack/binding-linux-arm64-gnu': 1.3.8 + '@rspack/binding-linux-arm64-musl': 1.3.8 + '@rspack/binding-linux-x64-gnu': 1.3.8 + '@rspack/binding-linux-x64-musl': 1.3.8 + '@rspack/binding-win32-arm64-msvc': 1.3.8 + '@rspack/binding-win32-ia32-msvc': 1.3.8 + '@rspack/binding-win32-x64-msvc': 1.3.8 '@rspack/core@1.3.5(@swc/helpers@0.5.17)': dependencies: @@ -8680,10 +8680,10 @@ snapshots: optionalDependencies: '@swc/helpers': 0.5.17 - '@rspack/core@1.3.7(@swc/helpers@0.5.17)': + '@rspack/core@1.3.8(@swc/helpers@0.5.17)': dependencies: '@module-federation/runtime-tools': 0.13.0 - '@rspack/binding': 1.3.7 + '@rspack/binding': 1.3.8 '@rspack/lite-tapable': 1.0.1 caniuse-lite: 1.0.30001715 optionalDependencies: @@ -12936,23 +12936,23 @@ snapshots: '@microsoft/api-extractor': 7.52.5(@types/node@22.8.1) typescript: 5.8.3 - rsbuild-plugin-google-analytics@1.0.3(@rsbuild/core@1.3.13): + rsbuild-plugin-google-analytics@1.0.3(@rsbuild/core@1.3.14): optionalDependencies: - '@rsbuild/core': 1.3.13 + '@rsbuild/core': 1.3.14 - rsbuild-plugin-html-minifier-terser@1.1.1(@rsbuild/core@1.3.13): + rsbuild-plugin-html-minifier-terser@1.1.1(@rsbuild/core@1.3.14): dependencies: '@types/html-minifier-terser': 7.0.2 html-minifier-terser: 7.2.0 optionalDependencies: - '@rsbuild/core': 1.3.13 + '@rsbuild/core': 1.3.14 - rsbuild-plugin-publint@0.3.1(@rsbuild/core@1.3.13): + rsbuild-plugin-publint@0.3.1(@rsbuild/core@1.3.14): dependencies: picocolors: 1.1.1 publint: 0.3.12 optionalDependencies: - '@rsbuild/core': 1.3.13 + '@rsbuild/core': 1.3.14 rslog@1.2.3: {} @@ -13316,18 +13316,18 @@ snapshots: stdin-discarder@0.2.2: {} - storybook-addon-rslib@1.0.1(@rsbuild/core@1.3.13)(@rslib/core@packages+core)(storybook-builder-rsbuild@1.0.1(@rsbuild/core@1.3.13)(@rspack/core@1.3.7(@swc/helpers@0.5.17))(@types/react@19.1.2)(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.14)(@rslib/core@packages+core)(storybook-builder-rsbuild@1.0.1(@rsbuild/core@1.3.14)(@rspack/core@1.3.8(@swc/helpers@0.5.17))(@types/react@19.1.2)(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.13 + '@rsbuild/core': 1.3.14 '@rslib/core': link:packages/core - storybook-builder-rsbuild: 1.0.1(@rsbuild/core@1.3.13)(@rspack/core@1.3.7(@swc/helpers@0.5.17))(@types/react@19.1.2)(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.14)(@rspack/core@1.3.8(@swc/helpers@0.5.17))(@types/react@19.1.2)(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.13)(@rspack/core@1.3.7(@swc/helpers@0.5.17))(@types/react@19.1.2)(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.14)(@rspack/core@1.3.8(@swc/helpers@0.5.17))(@types/react@19.1.2)(storybook@8.6.12(prettier@3.5.3))(typescript@5.8.3)(webpack-sources@3.2.3): dependencies: - '@rsbuild/core': 1.3.13 - '@rsbuild/plugin-type-check': 1.2.1(@rsbuild/core@1.3.13)(@rspack/core@1.3.7(@swc/helpers@0.5.17))(typescript@5.8.3) + '@rsbuild/core': 1.3.14 + '@rsbuild/plugin-type-check': 1.2.1(@rsbuild/core@1.3.14)(@rspack/core@1.3.8(@swc/helpers@0.5.17))(typescript@5.8.3) '@storybook/addon-docs': 8.4.2(@types/react@19.1.2)(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 @@ -13340,7 +13340,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.13) + rsbuild-plugin-html-minifier-terser: 1.1.1(@rsbuild/core@1.3.14) sirv: 2.0.4 storybook: 8.6.12(prettier@3.5.3) ts-dedent: 2.2.0 @@ -13354,10 +13354,10 @@ snapshots: - '@types/react' - webpack-sources - storybook-react-rsbuild@1.0.1(@rsbuild/core@1.3.13)(@rspack/core@1.3.7(@swc/helpers@0.5.17))(@types/react@19.1.2)(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.14)(@rspack/core@1.3.8(@swc/helpers@0.5.17))(@types/react@19.1.2)(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.13 + '@rsbuild/core': 1.3.14 '@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 @@ -13369,7 +13369,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.13)(@rspack/core@1.3.7(@swc/helpers@0.5.17))(@types/react@19.1.2)(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.14)(@rspack/core@1.3.8(@swc/helpers@0.5.17))(@types/react@19.1.2)(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 @@ -13471,13 +13471,13 @@ snapshots: dependencies: inline-style-parser: 0.2.4 - stylus-loader@8.1.1(@rspack/core@1.3.7(@swc/helpers@0.5.17))(stylus@0.64.0)(webpack@5.98.0): + stylus-loader@8.1.1(@rspack/core@1.3.8(@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.7(@swc/helpers@0.5.17) + '@rspack/core': 1.3.8(@swc/helpers@0.5.17) webpack: 5.98.0 stylus@0.64.0: @@ -13659,7 +13659,7 @@ snapshots: trough@2.2.0: {} - ts-checker-rspack-plugin@1.1.1(@rspack/core@1.3.7(@swc/helpers@0.5.17))(typescript@5.8.3): + ts-checker-rspack-plugin@1.1.1(@rspack/core@1.3.8(@swc/helpers@0.5.17))(typescript@5.8.3): dependencies: '@babel/code-frame': 7.26.2 '@rspack/lite-tapable': 1.0.1 @@ -13669,7 +13669,7 @@ snapshots: picocolors: 1.1.1 typescript: 5.8.3 optionalDependencies: - '@rspack/core': 1.3.7(@swc/helpers@0.5.17) + '@rspack/core': 1.3.8(@swc/helpers@0.5.17) ts-dedent@2.2.0: {} diff --git a/tests/package.json b/tests/package.json index 8cf98bed8..8f2b88685 100644 --- a/tests/package.json +++ b/tests/package.json @@ -15,7 +15,7 @@ "@codspeed/vitest-plugin": "^4.0.1", "@module-federation/rsbuild-plugin": "^0.13.0", "@playwright/test": "1.52.0", - "@rsbuild/core": "1.3.13", + "@rsbuild/core": "1.3.14", "@rsbuild/plugin-less": "^1.2.2", "@rsbuild/plugin-react": "^1.3.0", "@rsbuild/plugin-sass": "^1.3.1", diff --git a/website/package.json b/website/package.json index 2f9dec4a2..2f37bd395 100644 --- a/website/package.json +++ b/website/package.json @@ -9,7 +9,7 @@ "preview": "rspress preview" }, "devDependencies": { - "@rsbuild/core": "1.3.13", + "@rsbuild/core": "1.3.14", "@rsbuild/plugin-sass": "^1.3.1", "@rslib/tsconfig": "workspace:*", "@rspress/plugin-llms": "2.0.0-beta.2",