diff --git a/examples/module-federation/mf-host/package.json b/examples/module-federation/mf-host/package.json index 46b7d799f..10b5cc79c 100644 --- a/examples/module-federation/mf-host/package.json +++ b/examples/module-federation/mf-host/package.json @@ -13,8 +13,8 @@ }, "devDependencies": { "@module-federation/rsbuild-plugin": "^0.13.0", - "@rsbuild/core": "1.3.9", - "@rsbuild/plugin-react": "^1.2.0", + "@rsbuild/core": "1.3.13", + "@rsbuild/plugin-react": "^1.3.0", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "typescript": "^5.8.3" diff --git a/examples/module-federation/mf-react-component/package.json b/examples/module-federation/mf-react-component/package.json index a85e1f310..c58784b20 100644 --- a/examples/module-federation/mf-react-component/package.json +++ b/examples/module-federation/mf-react-component/package.json @@ -21,7 +21,7 @@ "@module-federation/enhanced": "^0.13.0", "@module-federation/rsbuild-plugin": "^0.13.0", "@module-federation/storybook-addon": "^4.0.14", - "@rsbuild/plugin-react": "^1.2.0", + "@rsbuild/plugin-react": "^1.3.0", "@rslib/core": "workspace:*", "@types/react": "^19.1.2", "http-server": "^14.1.1", diff --git a/examples/module-federation/mf-remote/package.json b/examples/module-federation/mf-remote/package.json index aa8709afc..cb4326ace 100644 --- a/examples/module-federation/mf-remote/package.json +++ b/examples/module-federation/mf-remote/package.json @@ -13,8 +13,8 @@ }, "devDependencies": { "@module-federation/rsbuild-plugin": "^0.13.0", - "@rsbuild/core": "1.3.9", - "@rsbuild/plugin-react": "^1.2.0", + "@rsbuild/core": "1.3.13", + "@rsbuild/plugin-react": "^1.3.0", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "typescript": "^5.8.3" diff --git a/examples/react-component-bundle-false/package.json b/examples/react-component-bundle-false/package.json index 5c6126148..bf8a748bf 100644 --- a/examples/react-component-bundle-false/package.json +++ b/examples/react-component-bundle-false/package.json @@ -8,7 +8,7 @@ "build": "rslib build" }, "devDependencies": { - "@rsbuild/plugin-react": "^1.2.0", + "@rsbuild/plugin-react": "^1.3.0", "@rsbuild/plugin-sass": "^1.3.1", "@rslib/core": "workspace:*", "@types/react": "^19.1.2", diff --git a/examples/react-component-bundle/package.json b/examples/react-component-bundle/package.json index 064d4ed03..ef3820c69 100644 --- a/examples/react-component-bundle/package.json +++ b/examples/react-component-bundle/package.json @@ -8,7 +8,7 @@ "build": "rslib build" }, "devDependencies": { - "@rsbuild/plugin-react": "^1.2.0", + "@rsbuild/plugin-react": "^1.3.0", "@rsbuild/plugin-sass": "^1.3.1", "@rslib/core": "workspace:*", "@types/react": "^19.1.2", diff --git a/examples/react-component-umd/package.json b/examples/react-component-umd/package.json index 960ed1068..81153d536 100644 --- a/examples/react-component-umd/package.json +++ b/examples/react-component-umd/package.json @@ -7,7 +7,7 @@ "build": "rslib build" }, "devDependencies": { - "@rsbuild/plugin-react": "^1.2.0", + "@rsbuild/plugin-react": "^1.3.0", "@rsbuild/plugin-sass": "^1.3.1", "@rslib/core": "workspace:*", "@types/react": "^19.1.2", diff --git a/examples/vue-component-bundle/package.json b/examples/vue-component-bundle/package.json index 9ba845285..94199fab1 100644 --- a/examples/vue-component-bundle/package.json +++ b/examples/vue-component-bundle/package.json @@ -13,7 +13,7 @@ "@rslib/core": "workspace:*", "typescript": "^5.8.3", "vue": "^3.5.13", - "vue-tsc": "^2.2.8" + "vue-tsc": "^2.2.10" }, "peerDependencies": { "vue": ">=3.0.0" diff --git a/package.json b/package.json index 82dcca9cf..3154f34f6 100644 --- a/package.json +++ b/package.json @@ -52,10 +52,10 @@ "fs-extra": "^11.3.0", "heading-case": "^0.1.6", "nano-staged": "^0.8.0", - "nx": "^20.8.0", + "nx": "^20.8.1", "prettier": "^3.5.3", "prettier-plugin-packagejson": "^2.5.10", - "simple-git-hooks": "^2.12.1", + "simple-git-hooks": "^2.13.0", "typescript": "^5.8.3", "vitest": "^3.1.2", "zx": "^8.5.3" diff --git a/packages/core/package.json b/packages/core/package.json index 495f8d414..5200d936d 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.9", + "@rsbuild/core": "1.3.13", "rsbuild-plugin-dts": "workspace:*", "tinyglobby": "^0.2.13" }, @@ -56,8 +56,8 @@ "memfs": "^4.17.0", "picocolors": "1.1.1", "prebundle": "1.3.3", - "rsbuild-plugin-publint": "^0.3.0", - "rslib": "npm:@rslib/core@0.6.5", + "rsbuild-plugin-publint": "^0.3.1", + "rslib": "npm:@rslib/core@0.6.7", "rslog": "^1.2.3", "tsconfck": "3.1.5", "typescript": "^5.8.3" diff --git a/packages/create-rslib/fragments/base/react-js/package.json b/packages/create-rslib/fragments/base/react-js/package.json index d2b513a46..6cb60b082 100644 --- a/packages/create-rslib/fragments/base/react-js/package.json +++ b/packages/create-rslib/fragments/base/react-js/package.json @@ -15,7 +15,7 @@ "dev": "rslib build --watch" }, "devDependencies": { - "@rsbuild/plugin-react": "^1.2.0", + "@rsbuild/plugin-react": "^1.3.0", "@rslib/core": "workspace:*", "react": "^19.1.0" }, diff --git a/packages/create-rslib/fragments/base/react-ts/package.json b/packages/create-rslib/fragments/base/react-ts/package.json index 938955b5c..fd32c6304 100644 --- a/packages/create-rslib/fragments/base/react-ts/package.json +++ b/packages/create-rslib/fragments/base/react-ts/package.json @@ -17,7 +17,7 @@ "dev": "rslib build --watch" }, "devDependencies": { - "@rsbuild/plugin-react": "^1.2.0", + "@rsbuild/plugin-react": "^1.3.0", "@rslib/core": "workspace:*", "@types/react": "^19.1.2", "react": "^19.1.0", diff --git a/packages/create-rslib/fragments/tools/storybook-react-js/package.json b/packages/create-rslib/fragments/tools/storybook-react-js/package.json index 48d5329f6..1787d2277 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.9", + "@rsbuild/core": "1.3.13", "@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 48d5329f6..1787d2277 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.9", + "@rsbuild/core": "1.3.13", "@storybook/addon-essentials": "^8.6.12", "@storybook/addon-interactions": "^8.6.12", "@storybook/addon-links": "^8.6.12", diff --git a/packages/create-rslib/package.json b/packages/create-rslib/package.json index 2817f79ae..157f2c69f 100644 --- a/packages/create-rslib/package.json +++ b/packages/create-rslib/package.json @@ -36,8 +36,8 @@ "@types/fs-extra": "^11.0.4", "@types/node": "^22.8.1", "fs-extra": "^11.3.0", - "rsbuild-plugin-publint": "^0.3.0", - "rslib": "npm:@rslib/core@0.6.5", + "rsbuild-plugin-publint": "^0.3.1", + "rslib": "npm:@rslib/core@0.6.7", "tsx": "^4.19.3", "typescript": "^5.8.3" }, diff --git a/packages/create-rslib/template-[react]-[]-js/package.json b/packages/create-rslib/template-[react]-[]-js/package.json index d2b513a46..6cb60b082 100644 --- a/packages/create-rslib/template-[react]-[]-js/package.json +++ b/packages/create-rslib/template-[react]-[]-js/package.json @@ -15,7 +15,7 @@ "dev": "rslib build --watch" }, "devDependencies": { - "@rsbuild/plugin-react": "^1.2.0", + "@rsbuild/plugin-react": "^1.3.0", "@rslib/core": "workspace:*", "react": "^19.1.0" }, diff --git a/packages/create-rslib/template-[react]-[]-ts/package.json b/packages/create-rslib/template-[react]-[]-ts/package.json index 938955b5c..fd32c6304 100644 --- a/packages/create-rslib/template-[react]-[]-ts/package.json +++ b/packages/create-rslib/template-[react]-[]-ts/package.json @@ -17,7 +17,7 @@ "dev": "rslib build --watch" }, "devDependencies": { - "@rsbuild/plugin-react": "^1.2.0", + "@rsbuild/plugin-react": "^1.3.0", "@rslib/core": "workspace:*", "@types/react": "^19.1.2", "react": "^19.1.0", diff --git a/packages/create-rslib/template-[react]-[storybook,vitest]-js/package.json b/packages/create-rslib/template-[react]-[storybook,vitest]-js/package.json index ff13c9aa2..f6e4686be 100644 --- a/packages/create-rslib/template-[react]-[storybook,vitest]-js/package.json +++ b/packages/create-rslib/template-[react]-[storybook,vitest]-js/package.json @@ -18,8 +18,8 @@ "test": "vitest run" }, "devDependencies": { - "@rsbuild/core": "1.3.9", - "@rsbuild/plugin-react": "^1.2.0", + "@rsbuild/core": "1.3.13", + "@rsbuild/plugin-react": "^1.3.0", "@rslib/core": "workspace:*", "@storybook/addon-essentials": "^8.6.12", "@storybook/addon-interactions": "^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 d7d6bd634..894c32729 100644 --- a/packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json +++ b/packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json @@ -20,8 +20,8 @@ "test": "vitest run" }, "devDependencies": { - "@rsbuild/core": "1.3.9", - "@rsbuild/plugin-react": "^1.2.0", + "@rsbuild/core": "1.3.13", + "@rsbuild/plugin-react": "^1.3.0", "@rslib/core": "workspace:*", "@storybook/addon-essentials": "^8.6.12", "@storybook/addon-interactions": "^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 2b4ff4f91..e19e33fe7 100644 --- a/packages/create-rslib/template-[react]-[storybook]-js/package.json +++ b/packages/create-rslib/template-[react]-[storybook]-js/package.json @@ -17,8 +17,8 @@ "storybook": "storybook dev" }, "devDependencies": { - "@rsbuild/core": "1.3.9", - "@rsbuild/plugin-react": "^1.2.0", + "@rsbuild/core": "1.3.13", + "@rsbuild/plugin-react": "^1.3.0", "@rslib/core": "workspace:*", "@storybook/addon-essentials": "^8.6.12", "@storybook/addon-interactions": "^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 d0250932b..1ea1f3552 100644 --- a/packages/create-rslib/template-[react]-[storybook]-ts/package.json +++ b/packages/create-rslib/template-[react]-[storybook]-ts/package.json @@ -19,8 +19,8 @@ "storybook": "storybook dev" }, "devDependencies": { - "@rsbuild/core": "1.3.9", - "@rsbuild/plugin-react": "^1.2.0", + "@rsbuild/core": "1.3.13", + "@rsbuild/plugin-react": "^1.3.0", "@rslib/core": "workspace:*", "@storybook/addon-essentials": "^8.6.12", "@storybook/addon-interactions": "^8.6.12", diff --git a/packages/create-rslib/template-[react]-[vitest]-js/package.json b/packages/create-rslib/template-[react]-[vitest]-js/package.json index c8f6a272c..4600ae13b 100644 --- a/packages/create-rslib/template-[react]-[vitest]-js/package.json +++ b/packages/create-rslib/template-[react]-[vitest]-js/package.json @@ -16,7 +16,7 @@ "test": "vitest run" }, "devDependencies": { - "@rsbuild/plugin-react": "^1.2.0", + "@rsbuild/plugin-react": "^1.3.0", "@rslib/core": "workspace:*", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", diff --git a/packages/create-rslib/template-[react]-[vitest]-ts/package.json b/packages/create-rslib/template-[react]-[vitest]-ts/package.json index 0b7841d5f..42e74a210 100644 --- a/packages/create-rslib/template-[react]-[vitest]-ts/package.json +++ b/packages/create-rslib/template-[react]-[vitest]-ts/package.json @@ -18,7 +18,7 @@ "test": "vitest run" }, "devDependencies": { - "@rsbuild/plugin-react": "^1.2.0", + "@rsbuild/plugin-react": "^1.3.0", "@rslib/core": "workspace:*", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", diff --git a/packages/plugin-dts/package.json b/packages/plugin-dts/package.json index 3b2cb70c9..531fccfc0 100644 --- a/packages/plugin-dts/package.json +++ b/packages/plugin-dts/package.json @@ -37,10 +37,10 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.52.5", - "@rsbuild/core": "1.3.9", + "@rsbuild/core": "1.3.13", "@rslib/tsconfig": "workspace:*", - "rsbuild-plugin-publint": "^0.3.0", - "rslib": "npm:@rslib/core@0.6.5", + "rsbuild-plugin-publint": "^0.3.1", + "rslib": "npm:@rslib/core@0.6.7", "typescript": "^5.8.3" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8efb1ba72..6355aef98 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ importers: specifier: ^0.8.0 version: 0.8.0 nx: - specifier: ^20.8.0 - version: 20.8.0 + specifier: ^20.8.1 + version: 20.8.1 prettier: specifier: ^3.5.3 version: 3.5.3 @@ -51,8 +51,8 @@ importers: specifier: ^2.5.10 version: 2.5.10(prettier@3.5.3) simple-git-hooks: - specifier: ^2.12.1 - version: 2.12.1 + specifier: ^2.13.0 + version: 2.13.0 typescript: specifier: ^5.8.3 version: 5.8.3 @@ -91,13 +91,13 @@ importers: devDependencies: '@module-federation/rsbuild-plugin': specifier: ^0.13.0 - version: 0.13.0(@rsbuild/core@1.3.9)(@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) + 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) '@rsbuild/core': - specifier: 1.3.9 - version: 1.3.9 + specifier: 1.3.13 + version: 1.3.13 '@rsbuild/plugin-react': - specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.9) + specifier: ^1.3.0 + version: 1.3.0(@rsbuild/core@1.3.13) '@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.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) + 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) '@module-federation/rsbuild-plugin': specifier: ^0.13.0 - version: 0.13.0(@rsbuild/core@1.3.9)(@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) + 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) '@module-federation/storybook-addon': specifier: ^4.0.14 - version: 4.0.14(@rsbuild/core@1.3.9)(@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) + 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) '@rsbuild/plugin-react': - specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.9) + specifier: ^1.3.0 + version: 1.3.0(@rsbuild/core@1.3.13) '@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.9)(@rslib/core@packages+core)(storybook-builder-rsbuild@1.0.1(@rsbuild/core@1.3.9)(@rspack/core@1.3.5(@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.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-react-rsbuild: specifier: ^1.0.1 - version: 1.0.1(@rsbuild/core@1.3.9)(@rspack/core@1.3.5(@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.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) 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.9)(@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) + 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) '@rsbuild/core': - specifier: 1.3.9 - version: 1.3.9 + specifier: 1.3.13 + version: 1.3.13 '@rsbuild/plugin-react': - specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.9) + specifier: ^1.3.0 + version: 1.3.0(@rsbuild/core@1.3.13) '@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.9)(preact@10.26.5) + version: 1.3.1(@rsbuild/core@1.3.13)(preact@10.26.5) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.9) + version: 1.3.1(@rsbuild/core@1.3.13) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -193,11 +193,11 @@ importers: examples/react-component-bundle: devDependencies: '@rsbuild/plugin-react': - specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.9) + specifier: ^1.3.0 + version: 1.3.0(@rsbuild/core@1.3.13) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.9) + version: 1.3.1(@rsbuild/core@1.3.13) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -211,11 +211,11 @@ importers: examples/react-component-bundle-false: devDependencies: '@rsbuild/plugin-react': - specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.9) + specifier: ^1.3.0 + version: 1.3.0(@rsbuild/core@1.3.13) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.9) + version: 1.3.1(@rsbuild/core@1.3.13) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -229,11 +229,11 @@ importers: examples/react-component-umd: devDependencies: '@rsbuild/plugin-react': - specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.9) + specifier: ^1.3.0 + version: 1.3.0(@rsbuild/core@1.3.13) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.9) + version: 1.3.1(@rsbuild/core@1.3.13) '@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.9) + version: 1.0.5(@rsbuild/core@1.3.13) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.9) + version: 1.3.1(@rsbuild/core@1.3.13) '@rsbuild/plugin-solid': specifier: ^1.0.5 - version: 1.0.5(@babel/core@7.26.10)(@rsbuild/core@1.3.9)(solid-js@1.9.5) + version: 1.0.5(@babel/core@7.26.10)(@rsbuild/core@1.3.13)(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.9)(vue@3.5.13(typescript@5.8.3)) + version: 1.0.7(@rsbuild/core@1.3.13)(vue@3.5.13(typescript@5.8.3)) '@rslib/core': specifier: workspace:* version: link:../../packages/core @@ -280,14 +280,14 @@ importers: specifier: ^3.5.13 version: 3.5.13(typescript@5.8.3) vue-tsc: - specifier: ^2.2.8 - version: 2.2.8(typescript@5.8.3) + specifier: ^2.2.10 + version: 2.2.10(typescript@5.8.3) packages/core: dependencies: '@rsbuild/core': - specifier: 1.3.9 - version: 1.3.9 + specifier: 1.3.13 + version: 1.3.13 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.9)(@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) + 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) '@rslib/tsconfig': specifier: workspace:* version: link:../../scripts/tsconfig @@ -323,11 +323,11 @@ importers: specifier: 1.3.3 version: 1.3.3(typescript@5.8.3) rsbuild-plugin-publint: - specifier: ^0.3.0 - version: 0.3.0(@rsbuild/core@1.3.9) + specifier: ^0.3.1 + version: 0.3.1(@rsbuild/core@1.3.13) rslib: - specifier: npm:@rslib/core@0.6.5 - version: '@rslib/core@0.6.5(@microsoft/api-extractor@7.52.5(@types/node@22.8.1))(typescript@5.8.3)' + 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)' rslog: specifier: ^1.2.3 version: 1.2.3 @@ -357,11 +357,11 @@ importers: specifier: ^11.3.0 version: 11.3.0 rsbuild-plugin-publint: - specifier: ^0.3.0 - version: 0.3.0(@rsbuild/core@1.3.9) + specifier: ^0.3.1 + version: 0.3.1(@rsbuild/core@1.3.13) rslib: - specifier: npm:@rslib/core@0.6.5 - version: '@rslib/core@0.6.5(@microsoft/api-extractor@7.52.5(@types/node@22.8.1))(typescript@5.8.3)' + 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)' tsx: specifier: ^4.19.3 version: 4.19.3 @@ -391,17 +391,17 @@ importers: specifier: ^7.52.5 version: 7.52.5(@types/node@22.8.1) '@rsbuild/core': - specifier: 1.3.9 - version: 1.3.9 + specifier: 1.3.13 + version: 1.3.13 '@rslib/tsconfig': specifier: workspace:* version: link:../../scripts/tsconfig rsbuild-plugin-publint: - specifier: ^0.3.0 - version: 0.3.0(@rsbuild/core@1.3.9) + specifier: ^0.3.1 + version: 0.3.1(@rsbuild/core@1.3.13) rslib: - specifier: npm:@rslib/core@0.6.5 - version: '@rslib/core@0.6.5(@microsoft/api-extractor@7.52.5(@types/node@22.8.1))(typescript@5.8.3)' + 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)' typescript: specifier: ^5.8.3 version: 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.9)(@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) + 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) '@playwright/test': specifier: 1.52.0 version: 1.52.0 '@rsbuild/core': - specifier: 1.3.9 - version: 1.3.9 + specifier: 1.3.13 + version: 1.3.13 '@rsbuild/plugin-less': specifier: ^1.2.2 - version: 1.2.2(@rsbuild/core@1.3.9) + version: 1.2.2(@rsbuild/core@1.3.13) '@rsbuild/plugin-react': - specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.9) + specifier: ^1.3.0 + version: 1.3.0(@rsbuild/core@1.3.13) '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.9) + version: 1.3.1(@rsbuild/core@1.3.13) '@rsbuild/plugin-toml': specifier: ^1.1.0 - version: 1.1.0(@rsbuild/core@1.3.9) + version: 1.1.0(@rsbuild/core@1.3.13) '@rsbuild/plugin-typed-css-modules': specifier: ^1.0.2 - version: 1.0.2(@rsbuild/core@1.3.9) + version: 1.0.2(@rsbuild/core@1.3.13) '@rsbuild/plugin-yaml': specifier: ^1.0.2 - version: 1.0.2(@rsbuild/core@1.3.9) + version: 1.0.2(@rsbuild/core@1.3.13) '@rslib/core': specifier: workspace:* version: link:../packages/core @@ -510,8 +510,8 @@ importers: version: 19.1.0 devDependencies: '@rsbuild/plugin-react': - specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.9) + specifier: ^1.3.0 + version: 1.3.0(@rsbuild/core@1.3.13) tests/integration/asset/json: {} @@ -526,11 +526,11 @@ importers: tests/integration/asset/svgr: devDependencies: '@rsbuild/plugin-react': - specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.9) + specifier: ^1.3.0 + version: 1.3.0(@rsbuild/core@1.3.13) '@rsbuild/plugin-svgr': specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.9)(typescript@5.8.3) + version: 1.2.0(@rsbuild/core@1.3.13)(typescript@5.8.3) tests/integration/async-chunks/default: {} @@ -623,11 +623,11 @@ importers: version: 19.1.0 devDependencies: '@rsbuild/plugin-react': - specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.9) + specifier: ^1.3.0 + version: 1.3.0(@rsbuild/core@1.3.13) '@rsbuild/plugin-svgr': specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.3.9)(typescript@5.8.3) + version: 1.2.0(@rsbuild/core@1.3.13)(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.9) + version: 1.3.0(@rsbuild/core@1.3.13) 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.9) + version: 1.3.0(@rsbuild/core@1.3.13) 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.9) + version: 1.0.5(@rsbuild/core@1.3.13) 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.9)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(webpack@5.98.0) + version: 1.1.1(@rsbuild/core@1.3.13)(@rspack/core@1.3.7(@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.9)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(webpack@5.98.0) + version: 1.1.1(@rsbuild/core@1.3.13)(@rspack/core@1.3.7(@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.9 - version: 1.3.9 + specifier: 1.3.13 + version: 1.3.13 '@rsbuild/plugin-sass': specifier: ^1.3.1 - version: 1.3.1(@rsbuild/core@1.3.9) + version: 1.3.1(@rsbuild/core@1.3.13) '@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.9) + version: 1.0.3(@rsbuild/core@1.3.13) 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) @@ -2099,62 +2099,62 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@nx/nx-darwin-arm64@20.8.0': - resolution: {integrity: sha512-A6Te2KlINtcOo/depXJzPyjbk9E0cmgbom/sm/49XdQ8G94aDfyIIY1RIdwmDCK5NVd74KFG3JIByTk5+VnAhA==} + '@nx/nx-darwin-arm64@20.8.1': + resolution: {integrity: sha512-Gat4Io66cV70Oa1CjrMJPsEx5ICpAGayv9hejOtBUEDb6XjR12L2e4wV+4EHliF0UbEcuZAr8/lTROEPk0RGWQ==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@20.8.0': - resolution: {integrity: sha512-UpqayUjgalArXaDvOoshqSelTrEp42cGDsZGy0sqpxwBpm3oPQ8wE1d7oBAmRo208rAxOuFP0LZRFUqRrwGvLA==} + '@nx/nx-darwin-x64@20.8.1': + resolution: {integrity: sha512-TB9mZk7neGFKgBr2wSBgY6c4kFF9vvChNSp3TrEeXR3FppFcYG5eK4AaKfzWCpYb0wMtseAm7NMX1Lu74utClQ==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@20.8.0': - resolution: {integrity: sha512-dUR2fsLyKZYMHByvjy2zvmdMbsdXAiP+6uTlIAuu8eHMZ2FPQCAtt7lPYLwOFUxUXChbek2AJ+uCI0gRAgK/eg==} + '@nx/nx-freebsd-x64@20.8.1': + resolution: {integrity: sha512-7UQu0/Afna5Af2GagEQ6rbKfUh75NfUn+g66wsoQoUGBvDW0U7B8P3Ph5Bk4Urub0BSfMVcNg2X7CgfypLFN/g==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@20.8.0': - resolution: {integrity: sha512-GuZ7t0SzSX5ksLYva7koKZovQ5h/Kr1pFbOsQcBf3VLREBqFPSz6t7CVYpsIsMhiu/I3EKq6FZI3wDOJbee5uw==} + '@nx/nx-linux-arm-gnueabihf@20.8.1': + resolution: {integrity: sha512-Tjh8JkTP+x1jSrzx+ofx1pKpkhIbXd7bi0bPdpYt6NI1lZz2HB/dv8vtdzP80jXEDztHf0AeGnEJVgJKsgI6yg==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@20.8.0': - resolution: {integrity: sha512-CiI955Q+XZmBBZ7cQqQg0MhGEFwZIgSpJnjPfWBt3iOYP8aE6nZpNOkmD7O8XcN/nEwwyeCOF8euXqEStwsk8w==} + '@nx/nx-linux-arm64-gnu@20.8.1': + resolution: {integrity: sha512-2+qPIwav2vrytH6pe7fukBe8+yN5JGbEDCnDO8wKQsHeeZMLAQJiZ7EJH/+vynRkI7oWf87mihIKNQME19+w6A==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@20.8.0': - resolution: {integrity: sha512-Iy9DpvVisxsfNh4gOinmMQ4cLWdBlgvt1wmry1UwvcXg479p1oJQ1Kp1wksUZoWYqrAG8VPZUmkE0f7gjyHTGg==} + '@nx/nx-linux-arm64-musl@20.8.1': + resolution: {integrity: sha512-DsKc+DiMsuHqpBWchUUUg6zv4OaexRqpFXys6auZlrpFpn80kSqLQ3S4zZ5AUu+26wxZqEVJs+uxHGwFbhEssQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@20.8.0': - resolution: {integrity: sha512-kZrrXXzVSbqwmdTmQ9xL4Jhi0/FSLrePSxYCL9oOM3Rsj0lmo/aC9kz4NBv1ZzuqT7fumpBOnhqiL1QyhOWOeQ==} + '@nx/nx-linux-x64-gnu@20.8.1': + resolution: {integrity: sha512-Kzru44beVKAmSG84ShuMIIfyu2Uu5r8gsHdtiQPBIOGkZa0Z/e6YtUxcN3w1UZ7yvvzoQ4pQLvqU6UZRSWZtEg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@20.8.0': - resolution: {integrity: sha512-0l9jEMN8NhULKYCFiDF7QVpMMNG40duya+OF8dH0OzFj52N0zTsvsgLY72TIhslCB/cC74oAzsmWEIiFslscnA==} + '@nx/nx-linux-x64-musl@20.8.1': + resolution: {integrity: sha512-cSVVb7DVMhrxCaj/n55okBZS6lZoP5a5vynOBGIV4z3/OJLev+xI9A+3imn/aXnBl8iS69HogYyrW0YTXv4Xaw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@20.8.0': - resolution: {integrity: sha512-5miZJmRSwx1jybBsiB3NGocXL9TxGdT2D+dOqR2fsLklpGz0ItEWm8+i8lhDjgOdAr2nFcuQUfQMY57f9FOHrA==} + '@nx/nx-win32-arm64-msvc@20.8.1': + resolution: {integrity: sha512-gte5HcvI24CN6b9I6IYTXh/A0CtRfnlAFaJomPpfT8Wcq637aOZzS0arAEZVoU8QZty1350hj6sfu+wSIjoP7A==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@nx/nx-win32-x64-msvc@20.8.0': - resolution: {integrity: sha512-0P5r+bDuSNvoWys+6C1/KqGpYlqwSHpigCcyRzR62iZpT3OooZv+nWO06RlURkxMR8LNvYXTSSLvoLkjxqM8uQ==} + '@nx/nx-win32-x64-msvc@20.8.1': + resolution: {integrity: sha512-6c2fVEPdPwJdnRbckBatRDF/g6JAp6p3Mfl90DpuaEF2DZC5pmCXKOsXE0aSIZ+gODom2JIchM++2KmDZPJUoA==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -2183,8 +2183,8 @@ packages: '@prefresh/utils@1.2.0': resolution: {integrity: sha512-KtC/fZw+oqtwOLUFM9UtiitB0JsVX0zLKNyRTA332sqREqSALIIQQxdUCS1P3xR/jT1e2e8/5rwH6gdcMLEmsQ==} - '@publint/pack@0.1.1': - resolution: {integrity: sha512-TvCl79Y8v18ZhFGd5mjO1kYPovSBq3+4LVCi5Nfl1JI8fS8i8kXbgQFGwBJRXczim8GlW8c2LMBKTtExYXOy/A==} + '@publint/pack@0.1.2': + resolution: {integrity: sha512-S+9ANAvUmjutrshV4jZjaiG8XQyuJIZ8a4utWmN/vW1sgQ9IfBnPndwkmQYw53QmouOIytT874u65HEmu6H5jw==} engines: {node: '>=18'} '@remix-run/router@1.22.0': @@ -2300,8 +2300,8 @@ packages: cpu: [x64] os: [win32] - '@rsbuild/core@1.3.8': - resolution: {integrity: sha512-J3WfY7XH5RRswfXFFUYizhrsEe/ueufALBSYfNyXpDnzTWgO/NGcjtB7iRgOsXs5z1WLRBMukiFUdDFf0iTcMQ==} + '@rsbuild/core@1.3.13': + resolution: {integrity: sha512-FIRV1ncOYYLCEGJDL8ZPKyH4J15lJS54KfeGf3Eacy5zUhT+dAkI2+0ZWH/s9NlaXA/vlRq6SJF9Z2Y96dO13Q==} engines: {node: '>=16.10.0'} hasBin: true @@ -2343,8 +2343,8 @@ packages: peerDependencies: '@rsbuild/core': 1.x - '@rsbuild/plugin-react@1.2.0': - resolution: {integrity: sha512-TXd0cvcLPF7OrO215vlGSyRXD6Fc3KQWhFuXFKOtRYp+C1Vc9oeW0GopUIStv2pI2/xtv2XX8GOAdJsnsc6lkA==} + '@rsbuild/plugin-react@1.3.0': + resolution: {integrity: sha512-3LxUoRTGDH9KB5ol5+4792DFJU5w3PKCcbF9QVRbL2Ma31WP/cEETTN7m5uZYyUZN/hOwrxU+ueRNNKD3XtaYQ==} peerDependencies: '@rsbuild/core': 1.x @@ -2405,8 +2405,8 @@ packages: '@rsbuild/core': optional: true - '@rslib/core@0.6.5': - resolution: {integrity: sha512-hsNgKlm/a7wxVXC+POMNP9bwCbCtO0ujKJXdi6oBNiDMmiAfgZs2Zz5+bHfirZiPCsX7IcNG+BgY7IpyTYHegA==} + '@rslib/core@0.6.7': + resolution: {integrity: sha512-ti/vE9IVyWXo1QuwtFgK3Enl7mBNKEAUtBJkGZljQgOaJkXWTM0DeHWhpxk2sK4KP9XgaI+7fYsNR/OCcwqqHg==} engines: {node: '>=16.7.0'} hasBin: true peerDependencies: @@ -2423,49 +2423,97 @@ packages: cpu: [arm64] os: [darwin] + '@rspack/binding-darwin-arm64@1.3.7': + resolution: {integrity: sha512-/5k4H0M7vvu7uorhc0OQKdQ7ybcjcJA//ptfYB646Ca/XY8FI1T/H88prPNrLNu97FGqUT4QWo5AHj01XymfDw==} + cpu: [arm64] + os: [darwin] + '@rspack/binding-darwin-x64@1.3.5': resolution: {integrity: sha512-ysNn7bd/5NdVb0mTDBQl+D9GypCSS7FJoJJEeSpPcN01zFF8lRUsvdbOvzrG/CUBA2qbeWhwZvG2eKOy3p2NRA==} cpu: [x64] os: [darwin] + '@rspack/binding-darwin-x64@1.3.7': + resolution: {integrity: sha512-/eNcZFDHxo5RVmIxgVM5zxCXmufeWpvviWJMDjhycS175nJb6103YWpu6H0lHgbj0GnHM/Q2VjVRFNhaGbXqdA==} + cpu: [x64] + os: [darwin] + '@rspack/binding-linux-arm64-gnu@1.3.5': resolution: {integrity: sha512-oEfPjYx3RVsMeHG/kI9k96nLJUQhYfQS9HUKS37Ko3RWC84qTuzMAAdWIXE9ys8GHwpks7pL953AfYNK5PLhPw==} cpu: [arm64] os: [linux] + '@rspack/binding-linux-arm64-gnu@1.3.7': + resolution: {integrity: sha512-bSxA4MgGOdSvf/nTqNMuLeeyWS4Okh1iPskGuyAv/Sdf7cGbflUyZe6+w7A9BZEFR0CVTfj3f8kt73N+lu72Kg==} + cpu: [arm64] + os: [linux] + '@rspack/binding-linux-arm64-musl@1.3.5': resolution: {integrity: sha512-4cUoxd8nGsCCnqWBqortJRF+VKWzUm7ac9YRMQ+wpoL5i0abcQf8GqeilsNtRBRNqAlAh3mfgRlyeZgWvoS44g==} cpu: [arm64] os: [linux] + '@rspack/binding-linux-arm64-musl@1.3.7': + resolution: {integrity: sha512-i6QK6YodCA5R8/ShRylkyunwvNcRx/Q7af14jSCa7TPOi6pPoDUL2pmwGcJBk1uPc2wjQwAMZzfJjTWNjEyW2Q==} + cpu: [arm64] + os: [linux] + '@rspack/binding-linux-x64-gnu@1.3.5': resolution: {integrity: sha512-JehI/z61Y9wwkcTxbAdPtjUnAyyAUCJZOqP3FwQTAd2gBFG/8k7v1quGwrfOLsCLOcT3azbd8YFoHmkveGQayQ==} cpu: [x64] os: [linux] + '@rspack/binding-linux-x64-gnu@1.3.7': + resolution: {integrity: sha512-6AmOHLOv4XAK7Y5cFDBtnetIZ44MqG8Q6wZ20zjql/khTxsRZa/edis/eUppGb8fy5gzi+qqSAznEZ+Qj3LMrQ==} + cpu: [x64] + os: [linux] + '@rspack/binding-linux-x64-musl@1.3.5': resolution: {integrity: sha512-t8BqaOXrqIXZHTrz4ItX/m6BOvbBkeb7qTewlkN5mMHtPAF/Xg203rQ814VXx59kjgGF7i79PXIK2dQxHnCYDA==} cpu: [x64] os: [linux] + '@rspack/binding-linux-x64-musl@1.3.7': + resolution: {integrity: sha512-rPt0c9UHp5AxWHhjziEtd2uwiWyzM4UZLFJV6hawBWOoIQf2uLSl3fp0HTqxpslfTh3uo5ymhHN/bV48m5THzg==} + cpu: [x64] + os: [linux] + '@rspack/binding-win32-arm64-msvc@1.3.5': resolution: {integrity: sha512-k9vf/WgEwxtXzV4la1H6eL07GIlvNjdPdvo1AJZdu0Zcnm600Kv5NSBjySJCp3zUHIKkCE9A0+ibifqbliG0fw==} cpu: [arm64] os: [win32] + '@rspack/binding-win32-arm64-msvc@1.3.7': + resolution: {integrity: sha512-+Db7NGBzad1dCcSm94uARkIIhbVv1+BXAl1duLBnYQMfqsu/pirsInE9wbp7WVUbSl2hmdRi9MYgWACjoReo4g==} + cpu: [arm64] + os: [win32] + '@rspack/binding-win32-ia32-msvc@1.3.5': resolution: {integrity: sha512-dGfGJySHC/ktbNkK/FY2vEpFNK4UT+fgChhmUxIyQaHWjloFGVmEr6NttS0GtdtvblfF3tTzkTe9pGMIkdlegw==} cpu: [ia32] os: [win32] + '@rspack/binding-win32-ia32-msvc@1.3.7': + resolution: {integrity: sha512-VPqqC0U6FolGoonmZYBBiFyWjQ4+X+e/l/t4QZP2DRonlpE418+MdCxq2ldVGgvtxwERNlz61zxEX9yh/8KOfw==} + cpu: [ia32] + os: [win32] + '@rspack/binding-win32-x64-msvc@1.3.5': resolution: {integrity: sha512-GujYFTr043jse5gdvofsRvltkH/E8G5h3Yu9JG/+6EyQpFJebYm/NpRQrOyqZLIQP39+tbdViTfW4nOpUuurNA==} cpu: [x64] os: [win32] + '@rspack/binding-win32-x64-msvc@1.3.7': + resolution: {integrity: sha512-zi9tKxlq85lSYTb1sbEluLjZlkbjuoJoy2TaNzVlfNkmiJ6EiqBbyCWoPPBJRP6HQ9pG25W0y4NWKp7iVhiBvg==} + 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/core@1.3.5': resolution: {integrity: sha512-PwIpzXj9wjHM0Ohq6geIKPoh3yNb5oSK74gqzs0plR7pTYLbhrjG/1DSV/JLFF4C5WCpLHHiDEX5E0IYm2Aqeg==} engines: {node: '>=16.0.0'} @@ -2478,6 +2526,15 @@ packages: '@swc/helpers': optional: true + '@rspack/core@1.3.7': + resolution: {integrity: sha512-InXnEmImLKkxzkY7XaAozycjMvS5myf/o3zu1rw5tNq3ONxWvW0QOHVTcrF0FbeKQ/jCOFSfdaoFjbXjdUs38w==} + engines: {node: '>=16.0.0'} + peerDependencies: + '@swc/helpers': '>=0.5.1' + peerDependenciesMeta: + '@swc/helpers': + optional: true + '@rspack/lite-tapable@1.0.1': resolution: {integrity: sha512-VynGOEsVw2s8TAlLf/uESfrgfrq2+rcXB1muPJYBWbsm1Oa6r5qVQhjA5ggM6z/coYPrsVMgovl3Ff7Q7OCp1w==} engines: {node: '>=16.0.0'} @@ -2496,8 +2553,8 @@ packages: react-refresh: optional: true - '@rspack/plugin-react-refresh@1.2.0': - resolution: {integrity: sha512-DTsbtggCfsiXE5QQtYMS8rKfEF8GIjwPDbgIT6Kg8BlAjpJY4jT5IisyhfIi7YOT3d5RIvu60iFB6Kr9sSMsnA==} + '@rspack/plugin-react-refresh@1.4.1': + resolution: {integrity: sha512-bRALP4qEauvrB7RcMQ95rUHu1dw19V6c6uYukUTpA2OZDyMHTQ9cpEe28kaDwH/xsAuDNuYqnUZOW3NdLO/q3A==} peerDependencies: react-refresh: '>=0.10.0 <1.0.0' webpack-hot-middleware: 2.x @@ -3026,8 +3083,8 @@ packages: '@vue/compiler-vue2@2.7.16': resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} - '@vue/language-core@2.2.8': - resolution: {integrity: sha512-rrzB0wPGBvcwaSNRriVWdNAbHQWSf0NlGqgKHK5mEkXpefjUlVRP62u03KvwZpvKVjRnBIQ/Lwre+Mx9N6juUQ==} + '@vue/language-core@2.2.10': + resolution: {integrity: sha512-+yNoYx6XIKuAO8Mqh1vGytu8jkFEOH5C8iOv3i8Z/65A7x9iAOXA97Q+PqZ3nlm2lxf5rOJuIGI/wDtx/riNYw==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -3428,8 +3485,8 @@ packages: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} - caniuse-lite@1.0.30001707: - resolution: {integrity: sha512-3qtRjw/HQSMlDWf+X79N206fepf4SOOU6SQLMaq/0KkZLmSjPxAkBOQQ+FxbHKfHmYLZFfdWsO3KA90ceHPSnw==} + caniuse-lite@1.0.30001715: + resolution: {integrity: sha512-7ptkFGMm2OAOgvZpwgA4yjQ5SQbrNVGdRjzH0pBdy1Fasvcr+KAeECmbCAECzTuDuoX0FCY8KzUxjf9+9kfZEw==} case-sensitive-paths-webpack-plugin@2.4.0: resolution: {integrity: sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==} @@ -5282,8 +5339,8 @@ packages: number-precision@1.6.0: resolution: {integrity: sha512-05OLPgbgmnixJw+VvEh18yNPUo3iyp4BEWJcrLu4X9W05KmMifN7Mu5exYvQXqxxeNWhvIF+j3Rij+HmddM/hQ==} - nx@20.8.0: - resolution: {integrity: sha512-+BN5B5DFBB5WswD8flDDTnr4/bf1VTySXOv60aUAllHqR+KS6deT0p70TTMZF4/A2n/L2UCWDaDro37MGaYozA==} + nx@20.8.1: + resolution: {integrity: sha512-73Uw8YXpsjeLqHSl7NMCmGdCs+8ynPzoNJFWAqVanPETEY9zPd5wevVQmeyzYtNNQU35uj6Os4iUzYunmwnFaA==} hasBin: true peerDependencies: '@swc-node/register': ^1.8.0 @@ -5407,6 +5464,9 @@ packages: package-manager-detector@0.2.9: resolution: {integrity: sha512-+vYvA/Y31l8Zk8dwxHhL3JfTuHPm6tlxM2A3GeQyl7ovYnSp1+mzAxClxaOr0qO1TtPxbQxetI7v5XqKLJZk7Q==} + package-manager-detector@1.2.0: + resolution: {integrity: sha512-PutJepsOtsqVfUsxCzgTTpyXmiAgvKptIgY4th5eq5UXXFhj5PxfQ9hnGkypMeovpAvVshFRItoFHYO18TCOqA==} + pako@1.0.11: resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==} @@ -5666,8 +5726,8 @@ packages: public-encrypt@4.0.3: resolution: {integrity: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==} - publint@0.3.2: - resolution: {integrity: sha512-fPs7QUbUvwixxPYUUTn0Kqp0rbH5rbiAOZwQOXMkIj+4Nopby1AngodSQmzTkJWTJ5R4uVV8oYmgVIjj+tgv1w==} + publint@0.3.12: + resolution: {integrity: sha512-1w3MMtL9iotBjm1mmXtG3Nk06wnq9UhGNRpQ2j6n1Zq7YAD6gnxMMZMIxlRPAydVjVbjSm+n0lhwqsD1m4LD5w==} engines: {node: '>=18'} hasBin: true @@ -5959,8 +6019,8 @@ packages: resolution: {integrity: sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==} engines: {node: '>= 18'} - rsbuild-plugin-dts@0.6.5: - resolution: {integrity: sha512-MykzmOKhtjHxjLUVEUQVYeK+kJyBFvQ0DHOluzR+gvHyF50ysSbkScRdtWp85Tz0cdkt+ckHZPpKqfCuznH24Q==} + rsbuild-plugin-dts@0.6.7: + resolution: {integrity: sha512-uvGYychYBks67VM7ttXfOvcY2lXSLGrV5uFZ2zJK/O+s4DJ/+oyJ1j6IhIPH191J8zMCaOd/3ftrlq/izVsheA==} engines: {node: '>=16.7.0'} peerDependencies: '@microsoft/api-extractor': ^7 @@ -5988,8 +6048,8 @@ packages: '@rsbuild/core': optional: true - rsbuild-plugin-publint@0.3.0: - resolution: {integrity: sha512-7EV68plBBXiTF4FB5HiyK9TfYOVG8OUckEZKsu6YJqZDojpDU1WSf8HMbJa225xP4JeOtwchPC8SQPwSFSCvBg==} + rsbuild-plugin-publint@0.3.1: + resolution: {integrity: sha512-oBeem58KQa9LDWjRAsUZjoOzmw53X/EeIOKE+swG8pudVRSR0a9FSGNvLMJdZCmB3iw1d+brmGeJlnDi81mthQ==} peerDependencies: '@rsbuild/core': 1.x peerDependenciesMeta: @@ -6270,8 +6330,8 @@ packages: resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} engines: {node: '>=14'} - simple-git-hooks@2.12.1: - resolution: {integrity: sha512-NB3V4XyCOrWTIhjh85DyEoVlM3adHWwqQXKYHmuegy/108bJPP6YxuPGm4ZKBq1+GVKRbKJuzNY//09cMJYp+A==} + simple-git-hooks@2.13.0: + resolution: {integrity: sha512-N+goiLxlkHJlyaYEglFypzVNMaNplPAk5syu0+OPp/Bk6dwVoXF6FfOw2vO0Dp+JHsBaI+w6cm8TnFl2Hw6tDA==} hasBin: true simple-swizzle@0.2.2: @@ -6938,8 +6998,8 @@ packages: vue: optional: true - vue-tsc@2.2.8: - resolution: {integrity: sha512-jBYKBNFADTN+L+MdesNX/TB3XuDSyaWynKMDgR+yCSln0GQ9Tfb7JS2lr46s2LiFUT1WsmfWsSvIElyxzOPqcQ==} + vue-tsc@2.2.10: + resolution: {integrity: sha512-jWZ1xSaNbabEV3whpIDMbjVSVawjAyW+x1n3JeGQo7S0uv2n9F/JMgWW90tGWNFRKya4YwKMZgCtr0vRAM7DeQ==} hasBin: true peerDependencies: typescript: '>=5.0.0' @@ -7968,7 +8028,7 @@ snapshots: '@modern-js/utils@2.65.1': dependencies: '@swc/helpers': 0.5.13 - caniuse-lite: 1.0.30001707 + caniuse-lite: 1.0.30001715 lodash: 4.17.21 rslog: 1.2.3 @@ -7978,10 +8038,10 @@ snapshots: '@types/semver': 7.5.8 semver: 7.6.3 - '@module-federation/cli@0.13.0(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))': + '@module-federation/cli@0.13.0(typescript@5.8.3)(vue-tsc@2.2.10(typescript@5.8.3))': dependencies: '@modern-js/node-bundle-require': 2.65.1 - '@module-federation/dts-plugin': 0.13.0(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) + '@module-federation/dts-plugin': 0.13.0(typescript@5.8.3)(vue-tsc@2.2.10(typescript@5.8.3)) '@module-federation/sdk': 0.13.0 chalk: 3.0.0 commander: 11.1.0 @@ -8001,7 +8061,7 @@ snapshots: react: 19.1.0 react-dom: 19.1.0(react@19.1.0) - '@module-federation/dts-plugin@0.13.0(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))': + '@module-federation/dts-plugin@0.13.0(typescript@5.8.3)(vue-tsc@2.2.10(typescript@5.8.3))': dependencies: '@module-federation/error-codes': 0.13.0 '@module-federation/managers': 0.13.0 @@ -8021,24 +8081,24 @@ snapshots: typescript: 5.8.3 ws: 8.18.0 optionalDependencies: - vue-tsc: 2.2.8(typescript@5.8.3) + vue-tsc: 2.2.10(typescript@5.8.3) transitivePeerDependencies: - bufferutil - debug - supports-color - utf-8-validate - '@module-federation/enhanced@0.13.0(@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/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)': dependencies: '@module-federation/bridge-react-webpack-plugin': 0.13.0 - '@module-federation/cli': 0.13.0(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) + '@module-federation/cli': 0.13.0(typescript@5.8.3)(vue-tsc@2.2.10(typescript@5.8.3)) '@module-federation/data-prefetch': 0.13.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@module-federation/dts-plugin': 0.13.0(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) + '@module-federation/dts-plugin': 0.13.0(typescript@5.8.3)(vue-tsc@2.2.10(typescript@5.8.3)) '@module-federation/error-codes': 0.13.0 '@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.8(typescript@5.8.3)) - '@module-federation/rspack': 0.13.0(@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/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/runtime-tools': 0.13.0 '@module-federation/sdk': 0.13.0 btoa: 1.2.1 @@ -8046,7 +8106,7 @@ snapshots: upath: 2.0.1 optionalDependencies: typescript: 5.8.3 - vue-tsc: 2.2.8(typescript@5.8.3) + vue-tsc: 2.2.10(typescript@5.8.3) webpack: 5.98.0 transitivePeerDependencies: - '@rspack/core' @@ -8071,9 +8131,9 @@ snapshots: find-pkg: 2.0.0 fs-extra: 9.1.0 - '@module-federation/manifest@0.13.0(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3))': + '@module-federation/manifest@0.13.0(typescript@5.8.3)(vue-tsc@2.2.10(typescript@5.8.3))': dependencies: - '@module-federation/dts-plugin': 0.13.0(typescript@5.8.3)(vue-tsc@2.2.8(typescript@5.8.3)) + '@module-federation/dts-plugin': 0.13.0(typescript@5.8.3)(vue-tsc@2.2.10(typescript@5.8.3)) '@module-federation/managers': 0.13.0 '@module-federation/sdk': 0.13.0 chalk: 3.0.0 @@ -8086,12 +8146,12 @@ snapshots: - utf-8-validate - vue-tsc - '@module-federation/rsbuild-plugin@0.13.0(@rsbuild/core@1.3.9)(@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@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)': dependencies: - '@module-federation/enhanced': 0.13.0(@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/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/sdk': 0.13.0 optionalDependencies: - '@rsbuild/core': 1.3.9 + '@rsbuild/core': 1.3.13 transitivePeerDependencies: - '@rspack/core' - bufferutil @@ -8104,20 +8164,20 @@ snapshots: - vue-tsc - webpack - '@module-federation/rspack@0.13.0(@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/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))': 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.8(typescript@5.8.3)) + '@module-federation/dts-plugin': 0.13.0(typescript@5.8.3)(vue-tsc@2.2.10(typescript@5.8.3)) '@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.8(typescript@5.8.3)) + '@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.5(@swc/helpers@0.5.17) + '@rspack/core': 1.3.7(@swc/helpers@0.5.17) btoa: 1.2.1 optionalDependencies: typescript: 5.8.3 - vue-tsc: 2.2.8(typescript@5.8.3) + vue-tsc: 2.2.10(typescript@5.8.3) transitivePeerDependencies: - bufferutil - debug @@ -8160,12 +8220,12 @@ snapshots: '@module-federation/sdk@0.13.0': {} - '@module-federation/storybook-addon@4.0.14(@rsbuild/core@1.3.9)(@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)': + '@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)': dependencies: - '@module-federation/enhanced': 0.13.0(@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/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/sdk': 0.13.0 optionalDependencies: - '@rsbuild/core': 1.3.9 + '@rsbuild/core': 1.3.13 '@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 @@ -8214,34 +8274,34 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - '@nx/nx-darwin-arm64@20.8.0': + '@nx/nx-darwin-arm64@20.8.1': optional: true - '@nx/nx-darwin-x64@20.8.0': + '@nx/nx-darwin-x64@20.8.1': optional: true - '@nx/nx-freebsd-x64@20.8.0': + '@nx/nx-freebsd-x64@20.8.1': optional: true - '@nx/nx-linux-arm-gnueabihf@20.8.0': + '@nx/nx-linux-arm-gnueabihf@20.8.1': optional: true - '@nx/nx-linux-arm64-gnu@20.8.0': + '@nx/nx-linux-arm64-gnu@20.8.1': optional: true - '@nx/nx-linux-arm64-musl@20.8.0': + '@nx/nx-linux-arm64-musl@20.8.1': optional: true - '@nx/nx-linux-x64-gnu@20.8.0': + '@nx/nx-linux-x64-gnu@20.8.1': optional: true - '@nx/nx-linux-x64-musl@20.8.0': + '@nx/nx-linux-x64-musl@20.8.1': optional: true - '@nx/nx-win32-arm64-msvc@20.8.0': + '@nx/nx-win32-arm64-msvc@20.8.1': optional: true - '@nx/nx-win32-x64-msvc@20.8.0': + '@nx/nx-win32-x64-msvc@20.8.1': optional: true '@pkgjs/parseargs@0.11.0': @@ -8261,7 +8321,7 @@ snapshots: '@prefresh/utils@1.2.0': {} - '@publint/pack@0.1.1': {} + '@publint/pack@0.1.2': {} '@remix-run/router@1.22.0': {} @@ -8333,15 +8393,13 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.39.0': optional: true - '@rsbuild/core@1.3.8': + '@rsbuild/core@1.3.13': dependencies: - '@rspack/core': 1.3.5(@swc/helpers@0.5.17) + '@rspack/core': 1.3.7(@swc/helpers@0.5.17) '@rspack/lite-tapable': 1.0.1 '@swc/helpers': 0.5.17 core-js: 3.41.0 jiti: 2.4.2 - transitivePeerDependencies: - - '@rspack/tracing' '@rsbuild/core@1.3.9': dependencies: @@ -8353,13 +8411,13 @@ snapshots: transitivePeerDependencies: - '@rspack/tracing' - '@rsbuild/plugin-babel@1.0.4(@rsbuild/core@1.3.9)': + '@rsbuild/plugin-babel@1.0.4(@rsbuild/core@1.3.13)': 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.9 + '@rsbuild/core': 1.3.13 '@types/babel__core': 7.20.5 deepmerge: 4.3.1 reduce-configs: 1.1.0 @@ -8367,13 +8425,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@rsbuild/plugin-babel@1.0.5(@rsbuild/core@1.3.9)': + '@rsbuild/plugin-babel@1.0.5(@rsbuild/core@1.3.13)': 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.9 + '@rsbuild/core': 1.3.13 '@types/babel__core': 7.20.5 deepmerge: 4.3.1 reduce-configs: 1.1.0 @@ -8381,13 +8439,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@rsbuild/plugin-less@1.2.2(@rsbuild/core@1.3.9)': + '@rsbuild/plugin-less@1.2.2(@rsbuild/core@1.3.13)': dependencies: - '@rsbuild/core': 1.3.9 + '@rsbuild/core': 1.3.13 deepmerge: 4.3.1 reduce-configs: 1.1.0 - '@rsbuild/plugin-node-polyfill@1.3.0(@rsbuild/core@1.3.9)': + '@rsbuild/plugin-node-polyfill@1.3.0(@rsbuild/core@1.3.13)': dependencies: assert: 2.1.0 browserify-zlib: 0.2.0 @@ -8413,13 +8471,13 @@ snapshots: util: 0.12.5 vm-browserify: 1.1.2 optionalDependencies: - '@rsbuild/core': 1.3.9 + '@rsbuild/core': 1.3.13 - '@rsbuild/plugin-preact@1.3.1(@rsbuild/core@1.3.9)(preact@10.26.5)': + '@rsbuild/plugin-preact@1.3.1(@rsbuild/core@1.3.13)(preact@10.26.5)': dependencies: '@prefresh/core': 1.5.3(preact@10.26.5) '@prefresh/utils': 1.2.0 - '@rsbuild/core': 1.3.9 + '@rsbuild/core': 1.3.13 '@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: @@ -8431,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.2.0(@rsbuild/core@1.3.9)': + '@rsbuild/plugin-react@1.3.0(@rsbuild/core@1.3.13)': dependencies: - '@rsbuild/core': 1.3.9 - '@rspack/plugin-react-refresh': 1.2.0(react-refresh@0.17.0) + '@rsbuild/core': 1.3.13 + '@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.9)': + '@rsbuild/plugin-sass@1.3.1(@rsbuild/core@1.3.13)': dependencies: - '@rsbuild/core': 1.3.9 + '@rsbuild/core': 1.3.13 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.9)(solid-js@1.9.5)': + '@rsbuild/plugin-solid@1.0.5(@babel/core@7.26.10)(@rsbuild/core@1.3.13)(solid-js@1.9.5)': dependencies: - '@rsbuild/core': 1.3.9 - '@rsbuild/plugin-babel': 1.0.4(@rsbuild/core@1.3.9) + '@rsbuild/core': 1.3.13 + '@rsbuild/plugin-babel': 1.0.4(@rsbuild/core@1.3.13) babel-preset-solid: 1.9.5(@babel/core@7.26.10) solid-refresh: 0.6.3(solid-js@1.9.5) transitivePeerDependencies: @@ -8459,22 +8517,22 @@ snapshots: - solid-js - supports-color - '@rsbuild/plugin-stylus@1.1.1(@rsbuild/core@1.3.9)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(webpack@5.98.0)': + '@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)': dependencies: - '@rsbuild/core': 1.3.9 + '@rsbuild/core': 1.3.13 deepmerge: 4.3.1 reduce-configs: 1.1.0 stylus: 0.64.0 - stylus-loader: 8.1.1(@rspack/core@1.3.5(@swc/helpers@0.5.17))(stylus@0.64.0)(webpack@5.98.0) + stylus-loader: 8.1.1(@rspack/core@1.3.7(@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.9)(typescript@5.8.3)': + '@rsbuild/plugin-svgr@1.2.0(@rsbuild/core@1.3.13)(typescript@5.8.3)': dependencies: - '@rsbuild/core': 1.3.9 - '@rsbuild/plugin-react': 1.2.0(@rsbuild/core@1.3.9) + '@rsbuild/core': 1.3.13 + '@rsbuild/plugin-react': 1.3.0(@rsbuild/core@1.3.13) '@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) @@ -8485,31 +8543,31 @@ snapshots: - typescript - webpack-hot-middleware - '@rsbuild/plugin-toml@1.1.0(@rsbuild/core@1.3.9)': + '@rsbuild/plugin-toml@1.1.0(@rsbuild/core@1.3.13)': dependencies: toml: 3.0.0 optionalDependencies: - '@rsbuild/core': 1.3.9 + '@rsbuild/core': 1.3.13 - '@rsbuild/plugin-type-check@1.2.1(@rsbuild/core@1.3.9)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(typescript@5.8.3)': + '@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)': 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.5(@swc/helpers@0.5.17))(typescript@5.8.3) + ts-checker-rspack-plugin: 1.1.1(@rspack/core@1.3.7(@swc/helpers@0.5.17))(typescript@5.8.3) optionalDependencies: - '@rsbuild/core': 1.3.9 + '@rsbuild/core': 1.3.13 transitivePeerDependencies: - '@rspack/core' - typescript - '@rsbuild/plugin-typed-css-modules@1.0.2(@rsbuild/core@1.3.9)': + '@rsbuild/plugin-typed-css-modules@1.0.2(@rsbuild/core@1.3.13)': optionalDependencies: - '@rsbuild/core': 1.3.9 + '@rsbuild/core': 1.3.13 - '@rsbuild/plugin-vue@1.0.7(@rsbuild/core@1.3.9)(vue@3.5.13(typescript@5.8.3))': + '@rsbuild/plugin-vue@1.0.7(@rsbuild/core@1.3.13)(vue@3.5.13(typescript@5.8.3))': dependencies: - '@rsbuild/core': 1.3.9 + '@rsbuild/core': 1.3.13 vue-loader: 17.4.2(vue@3.5.13(typescript@5.8.3))(webpack@5.98.0) webpack: 5.98.0 transitivePeerDependencies: @@ -8520,14 +8578,14 @@ snapshots: - vue - webpack-cli - '@rsbuild/plugin-yaml@1.0.2(@rsbuild/core@1.3.9)': + '@rsbuild/plugin-yaml@1.0.2(@rsbuild/core@1.3.13)': optionalDependencies: - '@rsbuild/core': 1.3.9 + '@rsbuild/core': 1.3.13 - '@rslib/core@0.6.5(@microsoft/api-extractor@7.52.5(@types/node@22.8.1))(typescript@5.8.3)': + '@rslib/core@0.6.7(@microsoft/api-extractor@7.52.5(@types/node@22.8.1))(typescript@5.8.3)': dependencies: - '@rsbuild/core': 1.3.8 - rsbuild-plugin-dts: 0.6.5(@microsoft/api-extractor@7.52.5(@types/node@22.8.1))(@rsbuild/core@1.3.8)(typescript@5.8.3) + '@rsbuild/core': 1.3.9 + rsbuild-plugin-dts: 0.6.7(@microsoft/api-extractor@7.52.5(@types/node@22.8.1))(@rsbuild/core@1.3.9)(typescript@5.8.3) tinyglobby: 0.2.13 optionalDependencies: '@microsoft/api-extractor': 7.52.5(@types/node@22.8.1) @@ -8538,30 +8596,57 @@ snapshots: '@rspack/binding-darwin-arm64@1.3.5': optional: true + '@rspack/binding-darwin-arm64@1.3.7': + optional: true + '@rspack/binding-darwin-x64@1.3.5': optional: true + '@rspack/binding-darwin-x64@1.3.7': + optional: true + '@rspack/binding-linux-arm64-gnu@1.3.5': optional: true + '@rspack/binding-linux-arm64-gnu@1.3.7': + optional: true + '@rspack/binding-linux-arm64-musl@1.3.5': optional: true + '@rspack/binding-linux-arm64-musl@1.3.7': + optional: true + '@rspack/binding-linux-x64-gnu@1.3.5': optional: true + '@rspack/binding-linux-x64-gnu@1.3.7': + optional: true + '@rspack/binding-linux-x64-musl@1.3.5': optional: true + '@rspack/binding-linux-x64-musl@1.3.7': + optional: true + '@rspack/binding-win32-arm64-msvc@1.3.5': optional: true + '@rspack/binding-win32-arm64-msvc@1.3.7': + optional: true + '@rspack/binding-win32-ia32-msvc@1.3.5': optional: true + '@rspack/binding-win32-ia32-msvc@1.3.7': + optional: true + '@rspack/binding-win32-x64-msvc@1.3.5': optional: true + '@rspack/binding-win32-x64-msvc@1.3.7': + optional: true + '@rspack/binding@1.3.5': optionalDependencies: '@rspack/binding-darwin-arm64': 1.3.5 @@ -8574,12 +8659,33 @@ snapshots: '@rspack/binding-win32-ia32-msvc': 1.3.5 '@rspack/binding-win32-x64-msvc': 1.3.5 + '@rspack/binding@1.3.7': + 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/core@1.3.5(@swc/helpers@0.5.17)': dependencies: '@module-federation/runtime-tools': 0.11.2 '@rspack/binding': 1.3.5 '@rspack/lite-tapable': 1.0.1 - caniuse-lite: 1.0.30001707 + caniuse-lite: 1.0.30001715 + optionalDependencies: + '@swc/helpers': 0.5.17 + + '@rspack/core@1.3.7(@swc/helpers@0.5.17)': + dependencies: + '@module-federation/runtime-tools': 0.13.0 + '@rspack/binding': 1.3.7 + '@rspack/lite-tapable': 1.0.1 + caniuse-lite: 1.0.30001715 optionalDependencies: '@swc/helpers': 0.5.17 @@ -8597,7 +8703,7 @@ snapshots: optionalDependencies: react-refresh: 0.16.0 - '@rspack/plugin-react-refresh@1.2.0(react-refresh@0.17.0)': + '@rspack/plugin-react-refresh@1.4.1(react-refresh@0.17.0)': dependencies: error-stack-parser: 2.1.4 html-entities: 2.6.0 @@ -9283,7 +9389,7 @@ snapshots: de-indent: 1.0.2 he: 1.2.0 - '@vue/language-core@2.2.8(typescript@5.8.3)': + '@vue/language-core@2.2.10(typescript@5.8.3)': dependencies: '@volar/language-core': 2.4.11 '@vue/compiler-dom': 3.5.13 @@ -9693,7 +9799,7 @@ snapshots: browserslist@4.24.4: dependencies: - caniuse-lite: 1.0.30001707 + caniuse-lite: 1.0.30001715 electron-to-chromium: 1.5.88 node-releases: 2.0.19 update-browserslist-db: 1.1.1(browserslist@4.24.4) @@ -9756,7 +9862,7 @@ snapshots: camelcase@6.3.0: {} - caniuse-lite@1.0.30001707: {} + caniuse-lite@1.0.30001715: {} case-sensitive-paths-webpack-plugin@2.4.0: {} @@ -11989,7 +12095,7 @@ snapshots: number-precision@1.6.0: {} - nx@20.8.0: + nx@20.8.1: dependencies: '@napi-rs/wasm-runtime': 0.2.4 '@yarnpkg/lockfile': 1.1.0 @@ -12026,16 +12132,16 @@ snapshots: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 20.8.0 - '@nx/nx-darwin-x64': 20.8.0 - '@nx/nx-freebsd-x64': 20.8.0 - '@nx/nx-linux-arm-gnueabihf': 20.8.0 - '@nx/nx-linux-arm64-gnu': 20.8.0 - '@nx/nx-linux-arm64-musl': 20.8.0 - '@nx/nx-linux-x64-gnu': 20.8.0 - '@nx/nx-linux-x64-musl': 20.8.0 - '@nx/nx-win32-arm64-msvc': 20.8.0 - '@nx/nx-win32-x64-msvc': 20.8.0 + '@nx/nx-darwin-arm64': 20.8.1 + '@nx/nx-darwin-x64': 20.8.1 + '@nx/nx-freebsd-x64': 20.8.1 + '@nx/nx-linux-arm-gnueabihf': 20.8.1 + '@nx/nx-linux-arm64-gnu': 20.8.1 + '@nx/nx-linux-arm64-musl': 20.8.1 + '@nx/nx-linux-x64-gnu': 20.8.1 + '@nx/nx-linux-x64-musl': 20.8.1 + '@nx/nx-win32-arm64-msvc': 20.8.1 + '@nx/nx-win32-x64-msvc': 20.8.1 transitivePeerDependencies: - debug @@ -12152,6 +12258,8 @@ snapshots: package-manager-detector@0.2.9: {} + package-manager-detector@1.2.0: {} + pako@1.0.11: {} param-case@3.0.4: @@ -12408,10 +12516,10 @@ snapshots: randombytes: 2.1.0 safe-buffer: 5.2.1 - publint@0.3.2: + publint@0.3.12: dependencies: - '@publint/pack': 0.1.1 - package-manager-detector: 0.2.9 + '@publint/pack': 0.1.2 + package-manager-detector: 1.2.0 picocolors: 1.1.1 sade: 1.8.1 @@ -12816,10 +12924,10 @@ snapshots: transitivePeerDependencies: - supports-color - rsbuild-plugin-dts@0.6.5(@microsoft/api-extractor@7.52.5(@types/node@22.8.1))(@rsbuild/core@1.3.8)(typescript@5.8.3): + rsbuild-plugin-dts@0.6.7(@microsoft/api-extractor@7.52.5(@types/node@22.8.1))(@rsbuild/core@1.3.9)(typescript@5.8.3): dependencies: '@ast-grep/napi': 0.37.0 - '@rsbuild/core': 1.3.8 + '@rsbuild/core': 1.3.9 magic-string: 0.30.17 picocolors: 1.1.1 tinyglobby: 0.2.13 @@ -12828,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.9): + rsbuild-plugin-google-analytics@1.0.3(@rsbuild/core@1.3.13): optionalDependencies: - '@rsbuild/core': 1.3.9 + '@rsbuild/core': 1.3.13 - rsbuild-plugin-html-minifier-terser@1.1.1(@rsbuild/core@1.3.9): + rsbuild-plugin-html-minifier-terser@1.1.1(@rsbuild/core@1.3.13): dependencies: '@types/html-minifier-terser': 7.0.2 html-minifier-terser: 7.2.0 optionalDependencies: - '@rsbuild/core': 1.3.9 + '@rsbuild/core': 1.3.13 - rsbuild-plugin-publint@0.3.0(@rsbuild/core@1.3.9): + rsbuild-plugin-publint@0.3.1(@rsbuild/core@1.3.13): dependencies: picocolors: 1.1.1 - publint: 0.3.2 + publint: 0.3.12 optionalDependencies: - '@rsbuild/core': 1.3.9 + '@rsbuild/core': 1.3.13 rslog@1.2.3: {} @@ -13117,7 +13225,7 @@ snapshots: signal-exit@4.1.0: {} - simple-git-hooks@2.12.1: {} + simple-git-hooks@2.13.0: {} simple-swizzle@0.2.2: dependencies: @@ -13208,18 +13316,18 @@ snapshots: stdin-discarder@0.2.2: {} - storybook-addon-rslib@1.0.1(@rsbuild/core@1.3.9)(@rslib/core@packages+core)(storybook-builder-rsbuild@1.0.1(@rsbuild/core@1.3.9)(@rspack/core@1.3.5(@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.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): dependencies: - '@rsbuild/core': 1.3.9 + '@rsbuild/core': 1.3.13 '@rslib/core': link:packages/core - storybook-builder-rsbuild: 1.0.1(@rsbuild/core@1.3.9)(@rspack/core@1.3.5(@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.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) optionalDependencies: typescript: 5.8.3 - storybook-builder-rsbuild@1.0.1(@rsbuild/core@1.3.9)(@rspack/core@1.3.5(@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.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): dependencies: - '@rsbuild/core': 1.3.9 - '@rsbuild/plugin-type-check': 1.2.1(@rsbuild/core@1.3.9)(@rspack/core@1.3.5(@swc/helpers@0.5.17))(typescript@5.8.3) + '@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) '@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 @@ -13232,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.9) + rsbuild-plugin-html-minifier-terser: 1.1.1(@rsbuild/core@1.3.13) sirv: 2.0.4 storybook: 8.6.12(prettier@3.5.3) ts-dedent: 2.2.0 @@ -13246,10 +13354,10 @@ snapshots: - '@types/react' - webpack-sources - storybook-react-rsbuild@1.0.1(@rsbuild/core@1.3.9)(@rspack/core@1.3.5(@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.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): dependencies: '@rollup/pluginutils': 5.1.4(rollup@4.39.0) - '@rsbuild/core': 1.3.9 + '@rsbuild/core': 1.3.13 '@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 @@ -13261,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.9)(@rspack/core@1.3.5(@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.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) tsconfig-paths: 4.2.0 optionalDependencies: typescript: 5.8.3 @@ -13363,13 +13471,13 @@ snapshots: dependencies: inline-style-parser: 0.2.4 - stylus-loader@8.1.1(@rspack/core@1.3.5(@swc/helpers@0.5.17))(stylus@0.64.0)(webpack@5.98.0): + stylus-loader@8.1.1(@rspack/core@1.3.7(@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.5(@swc/helpers@0.5.17) + '@rspack/core': 1.3.7(@swc/helpers@0.5.17) webpack: 5.98.0 stylus@0.64.0: @@ -13551,7 +13659,7 @@ snapshots: trough@2.2.0: {} - ts-checker-rspack-plugin@1.1.1(@rspack/core@1.3.5(@swc/helpers@0.5.17))(typescript@5.8.3): + ts-checker-rspack-plugin@1.1.1(@rspack/core@1.3.7(@swc/helpers@0.5.17))(typescript@5.8.3): dependencies: '@babel/code-frame': 7.26.2 '@rspack/lite-tapable': 1.0.1 @@ -13561,7 +13669,7 @@ snapshots: picocolors: 1.1.1 typescript: 5.8.3 optionalDependencies: - '@rspack/core': 1.3.5(@swc/helpers@0.5.17) + '@rspack/core': 1.3.7(@swc/helpers@0.5.17) ts-dedent@2.2.0: {} @@ -13823,10 +13931,10 @@ snapshots: optionalDependencies: vue: 3.5.13(typescript@5.8.3) - vue-tsc@2.2.8(typescript@5.8.3): + vue-tsc@2.2.10(typescript@5.8.3): dependencies: '@volar/typescript': 2.4.11 - '@vue/language-core': 2.2.8(typescript@5.8.3) + '@vue/language-core': 2.2.10(typescript@5.8.3) typescript: 5.8.3 vue@3.5.13(typescript@5.8.3): diff --git a/tests/integration/asset/hash/package.json b/tests/integration/asset/hash/package.json index bf7468b7d..5b699eeb9 100644 --- a/tests/integration/asset/hash/package.json +++ b/tests/integration/asset/hash/package.json @@ -7,6 +7,6 @@ "react": "^19.1.0" }, "devDependencies": { - "@rsbuild/plugin-react": "^1.2.0" + "@rsbuild/plugin-react": "^1.3.0" } } diff --git a/tests/integration/asset/svgr/package.json b/tests/integration/asset/svgr/package.json index 628e13d94..dd16510bb 100644 --- a/tests/integration/asset/svgr/package.json +++ b/tests/integration/asset/svgr/package.json @@ -4,7 +4,7 @@ "private": true, "type": "module", "devDependencies": { - "@rsbuild/plugin-react": "^1.2.0", + "@rsbuild/plugin-react": "^1.3.0", "@rsbuild/plugin-svgr": "^1.2.0" }, "peerDependencies": { diff --git a/tests/integration/bundle-false/svgr/package.json b/tests/integration/bundle-false/svgr/package.json index 2b9a38467..c90d3e123 100644 --- a/tests/integration/bundle-false/svgr/package.json +++ b/tests/integration/bundle-false/svgr/package.json @@ -7,7 +7,7 @@ "react": "^19.1.0" }, "devDependencies": { - "@rsbuild/plugin-react": "^1.2.0", + "@rsbuild/plugin-react": "^1.3.0", "@rsbuild/plugin-svgr": "^1.2.0" } } diff --git a/tests/package.json b/tests/package.json index 82f370369..8cf98bed8 100644 --- a/tests/package.json +++ b/tests/package.json @@ -15,9 +15,9 @@ "@codspeed/vitest-plugin": "^4.0.1", "@module-federation/rsbuild-plugin": "^0.13.0", "@playwright/test": "1.52.0", - "@rsbuild/core": "1.3.9", + "@rsbuild/core": "1.3.13", "@rsbuild/plugin-less": "^1.2.2", - "@rsbuild/plugin-react": "^1.2.0", + "@rsbuild/plugin-react": "^1.3.0", "@rsbuild/plugin-sass": "^1.3.1", "@rsbuild/plugin-toml": "^1.1.0", "@rsbuild/plugin-typed-css-modules": "^1.0.2", diff --git a/website/package.json b/website/package.json index 2f0e93b11..2f9dec4a2 100644 --- a/website/package.json +++ b/website/package.json @@ -9,7 +9,7 @@ "preview": "rspress preview" }, "devDependencies": { - "@rsbuild/core": "1.3.9", + "@rsbuild/core": "1.3.13", "@rsbuild/plugin-sass": "^1.3.1", "@rslib/tsconfig": "workspace:*", "@rspress/plugin-llms": "2.0.0-beta.2",