From 0db4a3aa30240976bbb1f5ba047c872f4a659030 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Sep 2024 13:49:52 +0000 Subject: [PATCH] feat: update rsbuild version --- packages/cli/babel-preset/package.json | 2 +- packages/cli/plugin-swc/package.json | 4 +- .../cli/rsbuild-plugin-esbuild/package.json | 4 +- packages/cli/uni-builder/package.json | 20 +- packages/devtools/client/package.json | 2 +- packages/devtools/plugin/package.json | 2 +- .../review/eslint-config-app/package.json | 2 +- packages/runtime/plugin-runtime/package.json | 2 +- packages/solutions/app-tools/package.json | 4 +- packages/solutions/module-tools/package.json | 2 +- packages/storybook/builder/package.json | 2 +- pnpm-lock.yaml | 628 +++++++----------- tests/e2e/builder/package.json | 4 +- 13 files changed, 263 insertions(+), 415 deletions(-) diff --git a/packages/cli/babel-preset/package.json b/packages/cli/babel-preset/package.json index a2905f7e88cf..fef4330353d4 100644 --- a/packages/cli/babel-preset/package.json +++ b/packages/cli/babel-preset/package.json @@ -61,7 +61,7 @@ "@babel/preset-typescript": "^7.24.7", "@babel/runtime": "^7.24.7", "@babel/types": "^7.24.7", - "@rsbuild/plugin-babel": "1.0.1-rc.2", + "@rsbuild/plugin-babel": "1.0.1-rc.3", "@swc/helpers": "0.5.3", "@types/babel__core": "^7.20.5", "babel-plugin-dynamic-import-node": "2.3.3", diff --git a/packages/cli/plugin-swc/package.json b/packages/cli/plugin-swc/package.json index 7f808638366c..0651370a688a 100644 --- a/packages/cli/plugin-swc/package.json +++ b/packages/cli/plugin-swc/package.json @@ -39,8 +39,8 @@ }, "dependencies": { "@modern-js/utils": "workspace:*", - "@rsbuild/core": "1.0.1-rc.2", - "@rsbuild/plugin-swc": "1.0.1-rc.2", + "@rsbuild/core": "1.0.1-rc.3", + "@rsbuild/plugin-swc": "1.0.1-rc.3", "@swc/helpers": "0.5.3" }, "devDependencies": { diff --git a/packages/cli/rsbuild-plugin-esbuild/package.json b/packages/cli/rsbuild-plugin-esbuild/package.json index f8664d045aee..29118e9687ff 100644 --- a/packages/cli/rsbuild-plugin-esbuild/package.json +++ b/packages/cli/rsbuild-plugin-esbuild/package.json @@ -31,8 +31,8 @@ "webpack": "^5.94.0" }, "devDependencies": { - "@rsbuild/core": "1.0.1-rc.2", - "@rsbuild/webpack": "1.0.1-rc.2", + "@rsbuild/core": "1.0.1-rc.3", + "@rsbuild/webpack": "1.0.1-rc.3", "@scripts/build": "workspace:*", "typescript": "^5.4.2" }, diff --git a/packages/cli/uni-builder/package.json b/packages/cli/uni-builder/package.json index 50f4f1e21fb8..56630fb6fb28 100644 --- a/packages/cli/uni-builder/package.json +++ b/packages/cli/uni-builder/package.json @@ -34,24 +34,24 @@ "@modern-js/babel-preset": "workspace:*", "@modern-js/utils": "workspace:*", "@pmmmwh/react-refresh-webpack-plugin": "0.5.10", - "@rsbuild/core": "1.0.1-rc.2", - "@rsbuild/plugin-assets-retry": "1.0.1-rc.2", - "@rsbuild/plugin-babel": "1.0.1-rc.2", + "@rsbuild/core": "1.0.1-rc.3", + "@rsbuild/plugin-assets-retry": "1.0.1-rc.3", + "@rsbuild/plugin-babel": "1.0.1-rc.3", "@rsbuild/plugin-check-syntax": "1.0.1", "@rsbuild/plugin-css-minimizer": "1.0.2", - "@rsbuild/plugin-less": "1.0.1-rc.2", + "@rsbuild/plugin-less": "1.0.1-rc.3", "@rsbuild/plugin-pug": "1.0.2", - "@rsbuild/plugin-react": "1.0.1-rc.2", + "@rsbuild/plugin-react": "1.0.1-rc.3", "@rsbuild/plugin-rem": "1.0.1", - "@rsbuild/plugin-sass": "1.0.1-rc.2", + "@rsbuild/plugin-sass": "1.0.1-rc.3", "@rsbuild/plugin-source-build": "1.0.1", "@rsbuild/plugin-styled-components": "1.0.1", - "@rsbuild/plugin-svgr": "1.0.1-rc.2", + "@rsbuild/plugin-svgr": "1.0.1-rc.3", "@rsbuild/plugin-toml": "1.0.1", - "@rsbuild/plugin-type-check": "1.0.1-rc.2", + "@rsbuild/plugin-type-check": "1.0.1-rc.3", "@rsbuild/plugin-typed-css-modules": "1.0.2", "@rsbuild/plugin-yaml": "1.0.2", - "@rsbuild/webpack": "1.0.1-rc.2", + "@rsbuild/webpack": "1.0.1-rc.3", "@swc/helpers": "0.5.3", "autoprefixer": "10.4.19", "babel-loader": "9.1.3", @@ -82,7 +82,7 @@ "webpack-subresource-integrity": "5.1.0" }, "devDependencies": { - "@rsbuild/plugin-swc": "1.0.1-rc.2", + "@rsbuild/plugin-swc": "1.0.1-rc.3", "@scripts/build": "workspace:*", "@scripts/vitest-config": "workspace:*", "@types/html-minifier-terser": "^7.0.2", diff --git a/packages/devtools/client/package.json b/packages/devtools/client/package.json index a1971c41f92a..6ddd95649556 100644 --- a/packages/devtools/client/package.json +++ b/packages/devtools/client/package.json @@ -41,7 +41,7 @@ "@radix-ui/react-tabs": "^1.0.4", "@radix-ui/react-toast": "^1.1.5", "@radix-ui/themes": "^3.0.5", - "@rsbuild/core": "1.0.1-rc.2", + "@rsbuild/core": "1.0.1-rc.3", "@scripts/jest-config": "workspace:*", "@types/jest": "^29", "@types/lodash": "^4.14.202", diff --git a/packages/devtools/plugin/package.json b/packages/devtools/plugin/package.json index 1e672cca93ae..0999b7155da0 100644 --- a/packages/devtools/plugin/package.json +++ b/packages/devtools/plugin/package.json @@ -75,7 +75,7 @@ "@modern-js/server-core": "workspace:*", "@modern-js/types": "workspace:*", "@modern-js/uni-builder": "workspace:*", - "@rsbuild/core": "1.0.1-rc.2", + "@rsbuild/core": "1.0.1-rc.3", "@scripts/build": "workspace:*", "@swc/helpers": "0.5.3", "@types/node": "^14", diff --git a/packages/review/eslint-config-app/package.json b/packages/review/eslint-config-app/package.json index ad0d8ecb6b8c..03cb0da49a9e 100644 --- a/packages/review/eslint-config-app/package.json +++ b/packages/review/eslint-config-app/package.json @@ -26,7 +26,7 @@ "@babel/eslint-parser": "^7.22.15", "@babel/eslint-plugin": "^7.22.10", "@modern-js/babel-preset": "workspace:*", - "@rsbuild/core": "1.0.1-rc.2", + "@rsbuild/core": "1.0.1-rc.3", "@typescript-eslint/eslint-plugin": "^5.59.0", "@typescript-eslint/parser": "^5.59.0", "eslint": "^8.28.0", diff --git a/packages/runtime/plugin-runtime/package.json b/packages/runtime/plugin-runtime/package.json index ec7a232077de..3c914cb269f6 100644 --- a/packages/runtime/plugin-runtime/package.json +++ b/packages/runtime/plugin-runtime/package.json @@ -220,7 +220,7 @@ "@modern-js/app-tools": "workspace:*", "@modern-js/core": "workspace:*", "@remix-run/web-fetch": "^4.1.3", - "@rsbuild/core": "1.0.1-rc.2", + "@rsbuild/core": "1.0.1-rc.3", "@scripts/build": "workspace:*", "@scripts/jest-config": "workspace:*", "@testing-library/react": "^13.4.0", diff --git a/packages/solutions/app-tools/package.json b/packages/solutions/app-tools/package.json index 98c713b91b39..48ea2827a869 100644 --- a/packages/solutions/app-tools/package.json +++ b/packages/solutions/app-tools/package.json @@ -98,7 +98,7 @@ "@modern-js/types": "workspace:*", "@modern-js/uni-builder": "workspace:*", "@modern-js/utils": "workspace:*", - "@rsbuild/core": "1.0.1-rc.2", + "@rsbuild/core": "1.0.1-rc.3", "@rsbuild/plugin-node-polyfill": "1.0.4", "@swc/helpers": "0.5.3", "@vercel/nft": "^0.26.4", @@ -111,7 +111,7 @@ "std-env": "^3.7.0" }, "devDependencies": { - "@rsbuild/plugin-swc": "1.0.1-rc.2", + "@rsbuild/plugin-swc": "1.0.1-rc.3", "@scripts/build": "workspace:*", "@scripts/jest-config": "workspace:*", "@types/babel__traverse": "7.18.5", diff --git a/packages/solutions/module-tools/package.json b/packages/solutions/module-tools/package.json index 65b49f2330a6..4f6a84c30c78 100644 --- a/packages/solutions/module-tools/package.json +++ b/packages/solutions/module-tools/package.json @@ -92,7 +92,7 @@ }, "devDependencies": { "@modern-js/self": "workspace:@modern-js/module-tools@*", - "@rsbuild/core": "1.0.1-rc.2", + "@rsbuild/core": "1.0.1-rc.3", "@scripts/build": "workspace:*", "@scripts/vitest-config": "workspace:*", "@types/convert-source-map": "1.5.2", diff --git a/packages/storybook/builder/package.json b/packages/storybook/builder/package.json index 9f06d7137519..e682cbc3befd 100644 --- a/packages/storybook/builder/package.json +++ b/packages/storybook/builder/package.json @@ -60,7 +60,7 @@ "@modern-js/runtime": "workspace:*", "@modern-js/uni-builder": "workspace:*", "@modern-js/utils": "workspace:*", - "@rsbuild/core": "1.0.1-rc.2", + "@rsbuild/core": "1.0.1-rc.3", "@storybook/components": "~7.6.12", "@storybook/core-common": "~7.6.12", "@storybook/csf-plugin": "~7.6.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f61a3165c5f8..872afb0c9705 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -103,8 +103,8 @@ importers: specifier: ^7.24.7 version: 7.24.7 '@rsbuild/plugin-babel': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2(@rsbuild/core@1.0.1-rc.2) + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3(@rsbuild/core@1.0.1-rc.3) '@swc/helpers': specifier: 0.5.3 version: 0.5.3 @@ -538,11 +538,11 @@ importers: specifier: workspace:* version: link:../../toolkit/utils '@rsbuild/core': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2 + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3 '@rsbuild/plugin-swc': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2(@rsbuild/core@1.0.1-rc.2) + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3(@rsbuild/core@1.0.1-rc.3) '@swc/helpers': specifier: 0.5.3 version: 0.5.3 @@ -643,11 +643,11 @@ importers: version: 5.94.0(esbuild@0.17.19) devDependencies: '@rsbuild/core': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2 + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3 '@rsbuild/webpack': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2(esbuild@0.17.19) + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3(esbuild@0.17.19) '@scripts/build': specifier: workspace:* version: link:../../../scripts/build @@ -676,59 +676,59 @@ importers: specifier: 0.5.10 version: 0.5.10(react-refresh@0.14.0)(webpack@5.94.0) '@rsbuild/core': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2 + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3 '@rsbuild/plugin-assets-retry': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2(@rsbuild/core@1.0.1-rc.2) + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3(@rsbuild/core@1.0.1-rc.3) '@rsbuild/plugin-babel': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2(@rsbuild/core@1.0.1-rc.2) + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3(@rsbuild/core@1.0.1-rc.3) '@rsbuild/plugin-check-syntax': specifier: 1.0.1 - version: 1.0.1(@rsbuild/core@1.0.1-rc.2) + version: 1.0.1(@rsbuild/core@1.0.1-rc.3) '@rsbuild/plugin-css-minimizer': specifier: 1.0.2 - version: 1.0.2(@rsbuild/core@1.0.1-rc.2)(esbuild@0.17.19)(webpack@5.94.0) + version: 1.0.2(@rsbuild/core@1.0.1-rc.3)(esbuild@0.17.19)(webpack@5.94.0) '@rsbuild/plugin-less': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2(@rsbuild/core@1.0.1-rc.2) + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3(@rsbuild/core@1.0.1-rc.3) '@rsbuild/plugin-pug': specifier: 1.0.2 - version: 1.0.2(@rsbuild/core@1.0.1-rc.2) + version: 1.0.2(@rsbuild/core@1.0.1-rc.3) '@rsbuild/plugin-react': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2(@rsbuild/core@1.0.1-rc.2) + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3(@rsbuild/core@1.0.1-rc.3) '@rsbuild/plugin-rem': specifier: 1.0.1 - version: 1.0.1(@rsbuild/core@1.0.1-rc.2) + version: 1.0.1(@rsbuild/core@1.0.1-rc.3) '@rsbuild/plugin-sass': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2(@rsbuild/core@1.0.1-rc.2) + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3(@rsbuild/core@1.0.1-rc.3) '@rsbuild/plugin-source-build': specifier: 1.0.1 - version: 1.0.1(@rsbuild/core@1.0.1-rc.2) + version: 1.0.1(@rsbuild/core@1.0.1-rc.3) '@rsbuild/plugin-styled-components': specifier: 1.0.1 - version: 1.0.1(@rsbuild/core@1.0.1-rc.2) + version: 1.0.1(@rsbuild/core@1.0.1-rc.3) '@rsbuild/plugin-svgr': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2(@rsbuild/core@1.0.1-rc.2)(typescript@5.3.3) + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3(@rsbuild/core@1.0.1-rc.3) '@rsbuild/plugin-toml': specifier: 1.0.1 - version: 1.0.1(@rsbuild/core@1.0.1-rc.2) + version: 1.0.1(@rsbuild/core@1.0.1-rc.3) '@rsbuild/plugin-type-check': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2(@rsbuild/core@1.0.1-rc.2)(esbuild@0.17.19)(typescript@5.3.3) + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3(@rsbuild/core@1.0.1-rc.3)(esbuild@0.17.19)(typescript@5.3.3) '@rsbuild/plugin-typed-css-modules': specifier: 1.0.2 - version: 1.0.2(@rsbuild/core@1.0.1-rc.2) + version: 1.0.2(@rsbuild/core@1.0.1-rc.3) '@rsbuild/plugin-yaml': specifier: 1.0.2 - version: 1.0.2(@rsbuild/core@1.0.1-rc.2) + version: 1.0.2(@rsbuild/core@1.0.1-rc.3) '@rsbuild/webpack': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2(esbuild@0.17.19) + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3(esbuild@0.17.19) '@swc/helpers': specifier: 0.5.3 version: 0.5.3 @@ -815,8 +815,8 @@ importers: version: 5.1.0(html-webpack-plugin@5.5.3)(webpack@5.94.0) devDependencies: '@rsbuild/plugin-swc': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2(@rsbuild/core@1.0.1-rc.2) + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3(@rsbuild/core@1.0.1-rc.3) '@scripts/build': specifier: workspace:* version: link:../../../scripts/build @@ -888,8 +888,8 @@ importers: specifier: ^3.0.5 version: 3.0.5(@types/react-dom@18.0.6)(@types/react@18.0.21)(react-dom@18.2.0)(react@18.2.0) '@rsbuild/core': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2 + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3 '@scripts/jest-config': specifier: workspace:* version: link:../../../scripts/jest-config @@ -937,7 +937,7 @@ importers: version: 3.0.0 postcss-custom-media: specifier: ^10.0.1 - version: 10.0.2(postcss@8.4.41) + version: 10.0.2(postcss@8.4.43) react: specifier: ^18.2.0 version: 18.2.0 @@ -1157,8 +1157,8 @@ importers: specifier: workspace:* version: link:../../cli/uni-builder '@rsbuild/core': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2 + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3 '@scripts/build': specifier: workspace:* version: link:../../../scripts/build @@ -2627,8 +2627,8 @@ importers: specifier: workspace:* version: link:../../cli/babel-preset '@rsbuild/core': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2 + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3 '@typescript-eslint/eslint-plugin': specifier: ^5.59.0 version: 5.59.6(@typescript-eslint/parser@5.59.6)(eslint@8.28.0)(typescript@5.3.3) @@ -2945,8 +2945,8 @@ importers: specifier: ^4.1.3 version: 4.3.2 '@rsbuild/core': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2 + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3 '@scripts/build': specifier: workspace:* version: link:../../../scripts/build @@ -3952,11 +3952,11 @@ importers: specifier: workspace:* version: link:../../toolkit/utils '@rsbuild/core': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2 + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3 '@rsbuild/plugin-node-polyfill': specifier: 1.0.4 - version: 1.0.4(@rsbuild/core@1.0.1-rc.2) + version: 1.0.4(@rsbuild/core@1.0.1-rc.3) '@swc/helpers': specifier: 0.5.3 version: 0.5.3 @@ -3986,8 +3986,8 @@ importers: version: 3.7.0 devDependencies: '@rsbuild/plugin-swc': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2(@rsbuild/core@1.0.1-rc.2) + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3(@rsbuild/core@1.0.1-rc.3) '@scripts/build': specifier: workspace:* version: link:../../../scripts/build @@ -4107,8 +4107,8 @@ importers: specifier: workspace:@modern-js/module-tools@* version: 'link:' '@rsbuild/core': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2 + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3 '@scripts/build': specifier: workspace:* version: link:../../../scripts/build @@ -4201,8 +4201,8 @@ importers: specifier: workspace:* version: link:../../toolkit/utils '@rsbuild/core': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2 + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3 '@storybook/components': specifier: ~7.6.12 version: 7.6.17(@types/react-dom@18.0.6)(@types/react@18.0.21)(react-dom@18.3.1)(react@18.2.0) @@ -5124,11 +5124,11 @@ importers: specifier: 1.33.0 version: 1.33.0 '@rsbuild/core': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2 + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3 '@rsbuild/plugin-swc': - specifier: 1.0.1-rc.2 - version: 1.0.1-rc.2(@rsbuild/core@1.0.1-rc.2) + specifier: 1.0.1-rc.3 + version: 1.0.1-rc.3(@rsbuild/core@1.0.1-rc.3) '@types/lodash': specifier: ^4.14.202 version: 4.14.202 @@ -8437,13 +8437,13 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.24.7 - '@babel/generator': 7.25.0 + '@babel/generator': 7.25.6 '@babel/helper-module-transforms': 7.25.2(@babel/core@7.12.9) '@babel/helpers': 7.25.0 - '@babel/parser': 7.25.3 + '@babel/parser': 7.25.6 '@babel/template': 7.25.0 - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.6 + '@babel/types': 7.25.6 convert-source-map: 1.8.0 debug: 4.3.4(supports-color@9.3.1) gensync: 1.0.0-beta.2 @@ -8484,14 +8484,14 @@ packages: dependencies: '@ampproject/remapping': 2.2.1 '@babel/code-frame': 7.24.7 - '@babel/generator': 7.25.0 + '@babel/generator': 7.25.6 '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) '@babel/helpers': 7.25.0 - '@babel/parser': 7.25.3 + '@babel/parser': 7.25.6 '@babel/template': 7.25.0 - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.6 + '@babel/types': 7.25.6 convert-source-map: 2.0.0 debug: 4.3.4(supports-color@9.3.1) gensync: 1.0.0-beta.2 @@ -8558,7 +8558,7 @@ packages: resolution: {integrity: sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 @@ -8571,7 +8571,6 @@ packages: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 - dev: false /@babel/helper-annotate-as-pure@7.22.5: resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} @@ -8679,7 +8678,6 @@ packages: semver: 6.3.1 transitivePeerDependencies: - supports-color - dev: false /@babel/helper-create-regexp-features-plugin@7.24.7(@babel/core@7.24.7): resolution: {integrity: sha512-03TCmXy2FtXJEZfbXDTSqq1fRJArk7lX9DOFC/47VthYcxyIOx+eXQmdo6DOQvrbpIix+KfXwvuXdFDZHxt+rA==} @@ -8804,10 +8802,9 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/traverse': 7.25.6 - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 transitivePeerDependencies: - supports-color - dev: false /@babel/helper-module-imports@7.22.15: resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} @@ -8880,7 +8877,7 @@ packages: '@babel/helper-module-imports': 7.24.7 '@babel/helper-simple-access': 7.24.7 '@babel/helper-validator-identifier': 7.24.7 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color dev: false @@ -8895,7 +8892,7 @@ packages: '@babel/helper-module-imports': 7.24.7 '@babel/helper-simple-access': 7.24.7 '@babel/helper-validator-identifier': 7.24.7 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color @@ -8927,7 +8924,6 @@ packages: /@babel/helper-plugin-utils@7.24.8: resolution: {integrity: sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==} engines: {node: '>=6.9.0'} - dev: false /@babel/helper-remap-async-to-generator@7.24.7(@babel/core@7.24.7): resolution: {integrity: sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA==} @@ -9005,7 +9001,6 @@ packages: '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color - dev: false /@babel/helper-simple-access@7.22.5: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} @@ -9096,7 +9091,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.25.0 - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 /@babel/highlight@7.24.7: resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==} @@ -9142,7 +9137,6 @@ packages: hasBin: true dependencies: '@babel/types': 7.25.6 - dev: false /@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.7(@babel/core@7.24.7): resolution: {integrity: sha512-TiT1ss81W80eQsN+722OaeQMY/G4yTb4G9JrqeiDADs3N8lbPMGldWi9x8tyqCW5NLx1Jh2AvkE6r6QvEltMMQ==} @@ -9249,8 +9243,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.25.2 - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.7 + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-decorators': 7.24.7(@babel/core@7.25.2) transitivePeerDependencies: - supports-color @@ -9273,7 +9267,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.12.9) '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.12.9) dev: false @@ -9338,7 +9332,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/helper-plugin-utils': 7.24.8 dev: false /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.25.2): @@ -9347,7 +9341,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/helper-plugin-utils': 7.24.8 /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.7): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} @@ -9452,7 +9446,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/helper-plugin-utils': 7.24.8 dev: false /@babel/plugin-syntax-import-assertions@7.24.7(@babel/core@7.24.7): @@ -9529,7 +9523,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/helper-plugin-utils': 7.24.8 dev: false /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.24.7): @@ -9787,7 +9781,7 @@ packages: dependencies: '@babel/core': 7.25.2 '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.7 + '@babel/helper-plugin-utils': 7.24.8 /@babel/plugin-transform-arrow-functions@7.24.7(@babel/core@7.24.7): resolution: {integrity: sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==} @@ -9829,7 +9823,7 @@ packages: dependencies: '@babel/core': 7.25.2 '@babel/helper-environment-visitor': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-remap-async-to-generator': 7.24.7(@babel/core@7.25.2) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.2) transitivePeerDependencies: @@ -9909,18 +9903,6 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-class-properties@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.7 - transitivePeerDependencies: - - supports-color - /@babel/plugin-transform-class-properties@7.25.4(@babel/core@7.25.2): resolution: {integrity: sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==} engines: {node: '>=6.9.0'} @@ -9932,7 +9914,6 @@ packages: '@babel/helper-plugin-utils': 7.24.8 transitivePeerDependencies: - supports-color - dev: false /@babel/plugin-transform-class-static-block@7.24.7(@babel/core@7.24.7): resolution: {integrity: sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==} @@ -10161,7 +10142,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.25.2) dev: false @@ -11075,9 +11056,9 @@ packages: dependencies: '@babel/compat-data': 7.24.7 '@babel/core': 7.25.2 - '@babel/helper-compilation-targets': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/helper-validator-option': 7.24.7 + '@babel/helper-compilation-targets': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-validator-option': 7.24.8 '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.24.7(@babel/core@7.25.2) '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.7(@babel/core@7.25.2) '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.7(@babel/core@7.25.2) @@ -11106,7 +11087,7 @@ packages: '@babel/plugin-transform-async-to-generator': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-block-scoped-functions': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-block-scoping': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-class-properties': 7.25.4(@babel/core@7.25.2) '@babel/plugin-transform-class-static-block': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-classes': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.25.2) @@ -11165,7 +11146,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-validator-option': 7.24.8 '@babel/plugin-transform-flow-strip-types': 7.23.3(@babel/core@7.25.2) dev: false @@ -11295,8 +11276,8 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.24.7 - '@babel/parser': 7.25.3 - '@babel/types': 7.25.2 + '@babel/parser': 7.25.6 + '@babel/types': 7.25.6 /@babel/traverse@7.23.6: resolution: {integrity: sha512-czastdK1e8YByZqezMPFiZ8ahwVMh/ESl9vPgvgdB9AmFMGP5jfpFax74AQgl5zj4XHzqeYAg2l8PuUeRS1MgQ==} @@ -11355,10 +11336,10 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.24.7 - '@babel/generator': 7.25.0 - '@babel/parser': 7.25.3 + '@babel/generator': 7.25.6 + '@babel/parser': 7.25.6 '@babel/template': 7.25.0 - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 debug: 4.3.4(supports-color@9.3.1) globals: 11.12.0 transitivePeerDependencies: @@ -11377,7 +11358,6 @@ packages: globals: 11.12.0 transitivePeerDependencies: - supports-color - dev: false /@babel/types@7.24.7: resolution: {integrity: sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==} @@ -11402,7 +11382,6 @@ packages: '@babel/helper-string-parser': 7.24.8 '@babel/helper-validator-identifier': 7.24.7 to-fast-properties: 2.0.0 - dev: false /@base2/pretty-print-object@1.0.1: resolution: {integrity: sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==} @@ -13890,7 +13869,7 @@ packages: resolution: {integrity: sha512-a5rozYXKQj5BbTEboWZ0pTRwYTGNuga7kEdu14yPtDuvtzCXSr4+ta1cjdfvohDXFQ2QCJhtg6o8wM8OJBzJzA==} dependencies: '@swc/helpers': 0.5.3 - caniuse-lite: 1.0.30001653 + caniuse-lite: 1.0.30001655 lodash: 4.17.21 rslog: 1.2.1 @@ -16198,18 +16177,18 @@ packages: '@rspack/core': 1.0.0-rc.0(@swc/helpers@0.5.12) '@rspack/lite-tapable': 1.0.0 '@swc/helpers': 0.5.12 - caniuse-lite: 1.0.30001653 + caniuse-lite: 1.0.30001655 core-js: 3.38.1 optionalDependencies: fsevents: 2.3.3 dev: true - /@rsbuild/core@1.0.1-rc.2: - resolution: {integrity: sha512-+F70tkOcopfIftsCodsgCSsziR6i+UepddxPgGB8jd5GryGu+w4zhFFU58SG4pdiV82lkOBBCsGETx8q/6+mFw==} + /@rsbuild/core@1.0.1-rc.3: + resolution: {integrity: sha512-gXedvnmueTOnP83W3y1MR4D8F+McWr22HNDWB6HjF44EwFg7Fd23Pxc+4a+QM11G/S88viITIJeVxVHZiVDXbg==} engines: {node: '>=16.7.0'} hasBin: true dependencies: - '@rspack/core': 1.0.0(@swc/helpers@0.5.12) + '@rspack/core': 1.0.1(@swc/helpers@0.5.12) '@rspack/lite-tapable': 1.0.0 '@swc/helpers': 0.5.12 caniuse-lite: 1.0.30001655 @@ -16217,25 +16196,25 @@ packages: optionalDependencies: fsevents: 2.3.3 - /@rsbuild/plugin-assets-retry@1.0.1-rc.2(@rsbuild/core@1.0.1-rc.2): - resolution: {integrity: sha512-jrlDPWdlOx4LmG3GHDdYjaBpoE2nbPPtzpOXaNqLl57tKT1hZ7TXq5Il388T5YJ1nUOTnVV4v7NG5/gJFYD+PQ==} + /@rsbuild/plugin-assets-retry@1.0.1-rc.3(@rsbuild/core@1.0.1-rc.3): + resolution: {integrity: sha512-Jucg0MoU9KHzZTsa8eQJeQQa+SSyTEbLSEQZF/70emmsyn9Jco8hhm2d0eAPAMSV/HNoxkZyjDIpF2Pla2ml4A==} peerDependencies: - '@rsbuild/core': ^1.0.1-rc.2 + '@rsbuild/core': ^1.0.1-rc.3 dependencies: - '@rsbuild/core': 1.0.1-rc.2 + '@rsbuild/core': 1.0.1-rc.3 serialize-javascript: 6.0.2 dev: false - /@rsbuild/plugin-babel@1.0.1-rc.2(@rsbuild/core@1.0.1-rc.2): - resolution: {integrity: sha512-wetqFidD/Ff7YPdq+8LIW7VRSIEMowtzWghbyp3p45oaTDzCrXvbPkrr7W3YL+Lt/T7FLVIBRfNt5MMh5Pt7tQ==} + /@rsbuild/plugin-babel@1.0.1-rc.3(@rsbuild/core@1.0.1-rc.3): + resolution: {integrity: sha512-+isgtQSNcEqj1DlCKRadSbhJN7Tj/F4gM9FUDCvOxMEhXumxNaAAVVn+krgtRXJ+Q10z+Gz9wBx4JAVKt36TAQ==} peerDependencies: - '@rsbuild/core': ^1.0.1-rc.2 + '@rsbuild/core': ^1.0.1-rc.3 dependencies: '@babel/core': 7.25.2 '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-class-properties': 7.25.4(@babel/core@7.25.2) '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) - '@rsbuild/core': 1.0.1-rc.2 + '@rsbuild/core': 1.0.1-rc.3 '@types/babel__core': 7.20.5 deepmerge: 4.3.1 reduce-configs: 1.0.0 @@ -16244,7 +16223,7 @@ packages: - supports-color dev: false - /@rsbuild/plugin-check-syntax@1.0.1(@rsbuild/core@1.0.1-rc.2): + /@rsbuild/plugin-check-syntax@1.0.1(@rsbuild/core@1.0.1-rc.3): resolution: {integrity: sha512-LN6OVmLJahFwv3dp9Q6k1E4GIpF78cUf7aXxKBvtvYXD0/rRP/1PPs4OWeyOqIcqSikcIdmERj50OECzPdWmpA==} peerDependencies: '@rsbuild/core': 0.x || 1.x @@ -16252,7 +16231,7 @@ packages: '@rsbuild/core': optional: true dependencies: - '@rsbuild/core': 1.0.1-rc.2 + '@rsbuild/core': 1.0.1-rc.3 acorn: 8.12.1 browserslist-to-es-version: 1.0.0 htmlparser2: 9.1.0 @@ -16260,7 +16239,7 @@ packages: source-map: 0.7.4 dev: false - /@rsbuild/plugin-css-minimizer@1.0.2(@rsbuild/core@1.0.1-rc.2)(esbuild@0.17.19)(webpack@5.94.0): + /@rsbuild/plugin-css-minimizer@1.0.2(@rsbuild/core@1.0.1-rc.3)(esbuild@0.17.19)(webpack@5.94.0): resolution: {integrity: sha512-x695i5PHWI9uV9VA1Dun66G0DeJMgxbt3wEk4eHZMz9pi6n8Dah6BHG2WcloYAEi7yVoUcPIGXDdag27s2B+4A==} peerDependencies: '@rsbuild/core': 1.x || ^1.0.1-beta.0 @@ -16268,7 +16247,7 @@ packages: '@rsbuild/core': optional: true dependencies: - '@rsbuild/core': 1.0.1-rc.2 + '@rsbuild/core': 1.0.1-rc.3 css-minimizer-webpack-plugin: 5.0.1(esbuild@0.17.19)(webpack@5.94.0) reduce-configs: 1.0.0 transitivePeerDependencies: @@ -16291,17 +16270,17 @@ packages: reduce-configs: 1.0.0 dev: true - /@rsbuild/plugin-less@1.0.1-rc.2(@rsbuild/core@1.0.1-rc.2): - resolution: {integrity: sha512-81620o9zUlbZEPFEbZMLWH3Qs3QkRE4daRXsJ3GWIzeXf83XHUBF389XPeH+wSLpPNyFRr9rqIOYZiA7OjgiBg==} + /@rsbuild/plugin-less@1.0.1-rc.3(@rsbuild/core@1.0.1-rc.3): + resolution: {integrity: sha512-DQYJKJydS2uaDESTyUQK4Y7Y9casT8P9vnsPgmzsQBL21S054lJORrW78hQOESJjj22LN0ATF1wgVvvev5JEEQ==} peerDependencies: - '@rsbuild/core': ^1.0.1-rc.2 + '@rsbuild/core': ^1.0.1-rc.3 dependencies: - '@rsbuild/core': 1.0.1-rc.2 + '@rsbuild/core': 1.0.1-rc.3 deepmerge: 4.3.1 reduce-configs: 1.0.0 dev: false - /@rsbuild/plugin-node-polyfill@1.0.4(@rsbuild/core@1.0.1-rc.2): + /@rsbuild/plugin-node-polyfill@1.0.4(@rsbuild/core@1.0.1-rc.3): resolution: {integrity: sha512-WuYnMmbRpRPGsHn1maLLa4aHY4qSlEI5wbVhf4vcYlz4Zi+F+RgM/cerFZ0zSgNW/7zEHRORoSWFEyOUff8RvQ==} peerDependencies: '@rsbuild/core': 1.x || ^1.0.1-beta.0 @@ -16309,7 +16288,7 @@ packages: '@rsbuild/core': optional: true dependencies: - '@rsbuild/core': 1.0.1-rc.2 + '@rsbuild/core': 1.0.1-rc.3 assert: 2.1.0 browserify-zlib: 0.2.0 buffer: 5.7.1 @@ -16335,7 +16314,7 @@ packages: vm-browserify: 1.1.2 dev: false - /@rsbuild/plugin-pug@1.0.2(@rsbuild/core@1.0.1-rc.2): + /@rsbuild/plugin-pug@1.0.2(@rsbuild/core@1.0.1-rc.3): resolution: {integrity: sha512-6WplxGg36PRMfNV4wFwbNRakqMM7Ms96E5PNFDTrjAhr/sX1BeyM9TDhFOcYXCeSwlO2PLjfw0L2JDf9RTwWBA==} peerDependencies: '@rsbuild/core': 1.x || ^1.0.1-beta.0 @@ -16343,7 +16322,7 @@ packages: '@rsbuild/core': optional: true dependencies: - '@rsbuild/core': 1.0.1-rc.2 + '@rsbuild/core': 1.0.1-rc.3 '@types/pug': 2.0.10 pug: 3.0.3 reduce-configs: 1.0.0 @@ -16359,17 +16338,17 @@ packages: react-refresh: 0.14.2 dev: true - /@rsbuild/plugin-react@1.0.1-rc.2(@rsbuild/core@1.0.1-rc.2): - resolution: {integrity: sha512-DLl75AWDDFe7NAV1rVvI+5c4au/QvAHcIY2Ncm/vMOtqfXgNWxQwDkQajWXereF2UbxOyzzVy9d8wNC4Vkqu4A==} + /@rsbuild/plugin-react@1.0.1-rc.3(@rsbuild/core@1.0.1-rc.3): + resolution: {integrity: sha512-d2GxYJ0M/LxsSA7awmbtGJ/hzjIG5xQS2H6NFtpshH+dWgUPQMwDqavXy4myC0Iafv/PUjOvbxgit+kPtR6rng==} peerDependencies: - '@rsbuild/core': ^1.0.1-rc.2 + '@rsbuild/core': ^1.0.1-rc.3 dependencies: - '@rsbuild/core': 1.0.1-rc.2 + '@rsbuild/core': 1.0.1-rc.3 '@rspack/plugin-react-refresh': 1.0.0(react-refresh@0.14.2) react-refresh: 0.14.2 dev: false - /@rsbuild/plugin-rem@1.0.1(@rsbuild/core@1.0.1-rc.2): + /@rsbuild/plugin-rem@1.0.1(@rsbuild/core@1.0.1-rc.3): resolution: {integrity: sha512-wsaEvFLVpWsvGi5Bh1j3Yxq1C5RgD+AyveNTbEHaoHHj7ChDx1lrTSRZhre3Jmgjse02gUZjbnAhcO+v5aJPVw==} peerDependencies: '@rsbuild/core': 1.x || ^1.0.1-beta.0 @@ -16377,7 +16356,7 @@ packages: '@rsbuild/core': optional: true dependencies: - '@rsbuild/core': 1.0.1-rc.2 + '@rsbuild/core': 1.0.1-rc.3 deepmerge: 4.3.1 terser: 5.31.6 dev: false @@ -16390,17 +16369,17 @@ packages: '@rsbuild/core': 1.0.1-beta.16 deepmerge: 4.3.1 loader-utils: 2.0.4 - postcss: 8.4.41 + postcss: 8.4.43 reduce-configs: 1.0.0 sass-embedded: 1.77.8 dev: true - /@rsbuild/plugin-sass@1.0.1-rc.2(@rsbuild/core@1.0.1-rc.2): - resolution: {integrity: sha512-EYAMCTTdeNwCh8NOIyp2g5KwHysAv3G+Wqw9TGW5keGNpP5Hnvb9VdC87sXixys8WY1SmziS9j0FA5PVf3nW+g==} + /@rsbuild/plugin-sass@1.0.1-rc.3(@rsbuild/core@1.0.1-rc.3): + resolution: {integrity: sha512-1uJpVvIHy29e3a6Hsy48nWtGJvQogYH//zJFEz79YmXpUslJ7BQCx1ExjWsIr9jo/WS0eIeZ9sPvJuAYxlM2LA==} peerDependencies: - '@rsbuild/core': ^1.0.1-rc.2 + '@rsbuild/core': ^1.0.1-rc.3 dependencies: - '@rsbuild/core': 1.0.1-rc.2 + '@rsbuild/core': 1.0.1-rc.3 deepmerge: 4.3.1 loader-utils: 2.0.4 postcss: 8.4.43 @@ -16408,7 +16387,7 @@ packages: sass-embedded: 1.77.8 dev: false - /@rsbuild/plugin-source-build@1.0.1(@rsbuild/core@1.0.1-rc.2): + /@rsbuild/plugin-source-build@1.0.1(@rsbuild/core@1.0.1-rc.3): resolution: {integrity: sha512-GA9Uapy4cTOOa0jkwf4/L4m6rPieWWOmeeEygVnJAHRdB5nW45conwlV9g1ZQC14ITHsZlai8FiZotWGPNJlwA==} peerDependencies: '@rsbuild/core': 0.x || 1.x || ^1.0.1-beta.0 @@ -16416,13 +16395,13 @@ packages: '@rsbuild/core': optional: true dependencies: - '@rsbuild/core': 1.0.1-rc.2 + '@rsbuild/core': 1.0.1-rc.3 fast-glob: 3.3.2 json5: 2.2.3 yaml: 2.5.0 dev: false - /@rsbuild/plugin-styled-components@1.0.1(@rsbuild/core@1.0.1-rc.2): + /@rsbuild/plugin-styled-components@1.0.1(@rsbuild/core@1.0.1-rc.3): resolution: {integrity: sha512-1NL0yu5yr7S9wv4xTBYE++CaCved96yoAyd+r/xu4dGfi0w+BrshHNDrPwYBKPX+DC3NZrHGMIsfvpy3QmtloA==} peerDependencies: '@rsbuild/core': 1.x || ^1.0.1-beta.0 @@ -16430,35 +16409,34 @@ packages: '@rsbuild/core': optional: true dependencies: - '@rsbuild/core': 1.0.1-rc.2 + '@rsbuild/core': 1.0.1-rc.3 '@swc/plugin-styled-components': 2.0.11 reduce-configs: 1.0.0 dev: false - /@rsbuild/plugin-svgr@1.0.1-rc.2(@rsbuild/core@1.0.1-rc.2)(typescript@5.3.3): - resolution: {integrity: sha512-cqY1APOhdOepJbYlr9acgT0NAsqxt/tTtScnTrfXbpYYxgJ7KuYzz6rmcCMNDbkvwE11W6up6y1WpGM36uHyrw==} + /@rsbuild/plugin-svgr@1.0.1-rc.3(@rsbuild/core@1.0.1-rc.3): + resolution: {integrity: sha512-HNkb8GFuHIVrzHit0gb5Kdr8Ws2FLcaPcj2Ul5AliNLTUoAoxRyrZUFAPLLWsGeUDoGg8RJmYyYAVaqpQ284dw==} peerDependencies: - '@rsbuild/core': ^1.0.1-rc.2 + '@rsbuild/core': ^1.0.1-rc.3 dependencies: - '@rsbuild/core': 1.0.1-rc.2 - '@rsbuild/plugin-react': 1.0.1-rc.2(@rsbuild/core@1.0.1-rc.2) - '@svgr/core': 8.1.0(typescript@5.3.3) + '@rsbuild/core': 1.0.1-rc.3 + '@rsbuild/plugin-react': 1.0.1-rc.3(@rsbuild/core@1.0.1-rc.3) + '@svgr/core': 8.1.0 '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0) - '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0)(typescript@5.3.3) + '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0) deepmerge: 4.3.1 loader-utils: 2.0.4 transitivePeerDependencies: - supports-color - - typescript dev: false - /@rsbuild/plugin-swc@1.0.1-rc.2(@rsbuild/core@1.0.1-rc.2): - resolution: {integrity: sha512-7/K4m1+VHuRO/Xu52cPYMSiQom+LpDHvePsKjEGEENlgckEsNbr+NI9gp1e00aZpcml/EZigSkI4Ac2iS4G7JA==} + /@rsbuild/plugin-swc@1.0.1-rc.3(@rsbuild/core@1.0.1-rc.3): + resolution: {integrity: sha512-BYvUOcBVIdEGDdh+M4ZHWI0/XhTPX+A9m3Mxo4gl/hwpoAKdL7r7FtGoKvwQhBPL6kbK85agNs1aOVVYuAdLlg==} peerDependencies: - '@rsbuild/core': ^1.0.1-rc.2 + '@rsbuild/core': ^1.0.1-rc.3 dependencies: '@modern-js/swc-plugins': 0.6.10(@swc/helpers@0.5.12) - '@rsbuild/core': 1.0.1-rc.2 + '@rsbuild/core': 1.0.1-rc.3 '@swc/helpers': 0.5.12 core-js: 3.38.1 deepmerge: 4.3.1 @@ -16466,7 +16444,7 @@ packages: picocolors: 1.0.1 semver: 7.6.3 - /@rsbuild/plugin-toml@1.0.1(@rsbuild/core@1.0.1-rc.2): + /@rsbuild/plugin-toml@1.0.1(@rsbuild/core@1.0.1-rc.3): resolution: {integrity: sha512-CsYlSKGYY2nm4nrubYGbbPsYE33p+5D1Y6i8FJKQtfAvsw6WdDO2l1Xmg9XuLL0s5mIGmAZFhj5tCMMW7yTX4A==} peerDependencies: '@rsbuild/core': 0.x || 1.x || ^1.0.1-beta.0 @@ -16474,16 +16452,16 @@ packages: '@rsbuild/core': optional: true dependencies: - '@rsbuild/core': 1.0.1-rc.2 + '@rsbuild/core': 1.0.1-rc.3 toml: 3.0.0 dev: false - /@rsbuild/plugin-type-check@1.0.1-rc.2(@rsbuild/core@1.0.1-rc.2)(esbuild@0.17.19)(typescript@5.3.3): - resolution: {integrity: sha512-0/46tybC44882C85OEmPYKV9Qc6MMzIeksr4ME5bLHSyG+Q/6mh2Q4VyHza65Cn2U3A1p6HmjFoeSe0CRLzszQ==} + /@rsbuild/plugin-type-check@1.0.1-rc.3(@rsbuild/core@1.0.1-rc.3)(esbuild@0.17.19)(typescript@5.3.3): + resolution: {integrity: sha512-7WH68vzMjeUBg4a4KPX7HZL9/4euE9H3U8wWs7Yjj9k/yV5WSYDUqBOxATryFJG/JpKJjtrLJn3WHAjSsaAoyQ==} peerDependencies: - '@rsbuild/core': ^1.0.1-rc.2 + '@rsbuild/core': ^1.0.1-rc.3 dependencies: - '@rsbuild/core': 1.0.1-rc.2 + '@rsbuild/core': 1.0.1-rc.3 deepmerge: 4.3.1 fork-ts-checker-webpack-plugin: 9.0.2(typescript@5.3.3)(webpack@5.94.0) json5: 2.2.3 @@ -16497,7 +16475,7 @@ packages: - webpack-cli dev: false - /@rsbuild/plugin-typed-css-modules@1.0.2(@rsbuild/core@1.0.1-rc.2): + /@rsbuild/plugin-typed-css-modules@1.0.2(@rsbuild/core@1.0.1-rc.3): resolution: {integrity: sha512-QX376pBXWeBrZBvYLP2HGGrHiWA5O0SDHwRoBNto5BqYDXhi6y+Eol2Hb/cY+h2ARKZVanMfUiJRABULOJ/FCQ==} peerDependencies: '@rsbuild/core': 1.x || ^1.0.1-beta.0 @@ -16505,10 +16483,10 @@ packages: '@rsbuild/core': optional: true dependencies: - '@rsbuild/core': 1.0.1-rc.2 + '@rsbuild/core': 1.0.1-rc.3 dev: false - /@rsbuild/plugin-yaml@1.0.2(@rsbuild/core@1.0.1-rc.2): + /@rsbuild/plugin-yaml@1.0.2(@rsbuild/core@1.0.1-rc.3): resolution: {integrity: sha512-M7POrqJAYS8IoY4trdLe9DUhDC01MvA0ge4ZKHoVQzlNLWVj2QHHXdz55/bfpkNYhoNGdCntoDmE/dn1zIpcAw==} peerDependencies: '@rsbuild/core': 1.x || ^1.0.1-beta.0 @@ -16516,13 +16494,13 @@ packages: '@rsbuild/core': optional: true dependencies: - '@rsbuild/core': 1.0.1-rc.2 + '@rsbuild/core': 1.0.1-rc.3 dev: false - /@rsbuild/webpack@1.0.1-rc.2(esbuild@0.17.19): - resolution: {integrity: sha512-YhiEiQO4AQkmOAf8Tj5bdCXprYPzSswnKK9ZzFALV5JXuWYhxPdztUIcZYhzrFiT7qHIEq+VOx1XZO7zHAqjEA==} + /@rsbuild/webpack@1.0.1-rc.3(esbuild@0.17.19): + resolution: {integrity: sha512-FayJjwFIVPwFggSanQAMx1bVPRE8Ma0t5DaXnUcqjcabBFxXBt7YiBmWSdcatoZ5V5zouVX19Y2K7LqQKfuQlA==} dependencies: - '@rsbuild/core': 1.0.1-rc.2 + '@rsbuild/core': 1.0.1-rc.3 copy-webpack-plugin: 11.0.0(webpack@5.94.0) mini-css-extract-plugin: 2.9.1(webpack@5.94.0) picocolors: 1.0.1 @@ -16725,19 +16703,19 @@ packages: requiresBuild: true optional: true - /@rspack/binding-darwin-arm64@1.0.0: - resolution: {integrity: sha512-ZHQk9YK+swlTG48kJTgzFUW9T26KjhLXRok5la7t2AMoiuHyhGHHgC5iQfPJLZ62XzcJ/rfqs2rwakl97151jQ==} + /@rspack/binding-darwin-arm64@1.0.0-rc.0: + resolution: {integrity: sha512-4S/+q8HN69ErWUjGDePExqiNuKIEGYKEoT+91+Wz55jQV4NY1mNGRojKVKjZkz7MvbPEZ1howtpDcHuUE2+QhQ==} cpu: [arm64] os: [darwin] requiresBuild: true + dev: true optional: true - /@rspack/binding-darwin-arm64@1.0.0-rc.0: - resolution: {integrity: sha512-4S/+q8HN69ErWUjGDePExqiNuKIEGYKEoT+91+Wz55jQV4NY1mNGRojKVKjZkz7MvbPEZ1howtpDcHuUE2+QhQ==} + /@rspack/binding-darwin-arm64@1.0.1: + resolution: {integrity: sha512-oJ4ex0USLoOR5nFt0uQFinG6bDCSbCqwobepjA0qk33kuXdJyJw5LAwDW0Mfw3up+/ngEhySOZtQIv6PDeSFqQ==} cpu: [arm64] os: [darwin] requiresBuild: true - dev: true optional: true /@rspack/binding-darwin-x64@0.5.1: @@ -16747,19 +16725,19 @@ packages: requiresBuild: true optional: true - /@rspack/binding-darwin-x64@1.0.0: - resolution: {integrity: sha512-qhTXm9wUhv2lBjsqqfCu59RchH1/2jursdPAmTqGc7zMReZdZvtJs2Ri6Ma1M48BLLu+7fS4fbL8Rw1g78TOOQ==} + /@rspack/binding-darwin-x64@1.0.0-rc.0: + resolution: {integrity: sha512-IN96SG6yRz4JwlzuNrhdApEg4J2UI9S8uD38vrJvH9TOO/Dv1puL82EpqTYBZYfbaddZsiZG9+5LNnsU9OEXJg==} cpu: [x64] os: [darwin] requiresBuild: true + dev: true optional: true - /@rspack/binding-darwin-x64@1.0.0-rc.0: - resolution: {integrity: sha512-IN96SG6yRz4JwlzuNrhdApEg4J2UI9S8uD38vrJvH9TOO/Dv1puL82EpqTYBZYfbaddZsiZG9+5LNnsU9OEXJg==} + /@rspack/binding-darwin-x64@1.0.1: + resolution: {integrity: sha512-v5rfOUVGIQ25WAOSbzBHv42Qsz/DaC7bqjc7mEb1jO8a4Y9y0fO7Nw2/bgLRg1di2y+Q2M9CBgPf9TDt8T1jOg==} cpu: [x64] os: [darwin] requiresBuild: true - dev: true optional: true /@rspack/binding-linux-arm64-gnu@0.5.1: @@ -16769,13 +16747,6 @@ packages: requiresBuild: true optional: true - /@rspack/binding-linux-arm64-gnu@1.0.0: - resolution: {integrity: sha512-yKnlsWgvydJRxDBGGKC+cyDeoSzIvOzuVqCloy5oAFAGOMXMY6bznxrkE6/olGZncdeLEpnJzZmXSuF1dYc8ow==} - cpu: [arm64] - os: [linux] - requiresBuild: true - optional: true - /@rspack/binding-linux-arm64-gnu@1.0.0-rc.0: resolution: {integrity: sha512-gqURooSNYGlwvgLE1xu8rz68E4Mfa2MONGTNMkre5aIYX2ZOd/MKGaB/R062Oj/78BIHmIGWcoz5GnBxBwToyw==} cpu: [arm64] @@ -16784,15 +16755,15 @@ packages: dev: true optional: true - /@rspack/binding-linux-arm64-musl@0.5.1: - resolution: {integrity: sha512-iRyskxvtY5QpBrkcB3nBZaErQQRRP5ActQ0qkmhHx82PUfmGgyE9Q6ww9G+CwZuOuLpd1TFQhg80TV7e2EW1uw==} + /@rspack/binding-linux-arm64-gnu@1.0.1: + resolution: {integrity: sha512-kCh94gOTms2N9A9oAaVpxqOn6l9Lr/oWGSQS9Zc4f0cyHmThYYMyPX76kLdL1WR/UpzrihQ3L9RfMU1FHMfjow==} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@rspack/binding-linux-arm64-musl@1.0.0: - resolution: {integrity: sha512-dKFmlqlF4FELT/AX02hSwX8aRawjH5zAliQzYnvgrqcEyCKE60vKacGJQ3ZeRyru6dh5MlbUNW4H1+TDT+cDVA==} + /@rspack/binding-linux-arm64-musl@0.5.1: + resolution: {integrity: sha512-iRyskxvtY5QpBrkcB3nBZaErQQRRP5ActQ0qkmhHx82PUfmGgyE9Q6ww9G+CwZuOuLpd1TFQhg80TV7e2EW1uw==} cpu: [arm64] os: [linux] requiresBuild: true @@ -16806,15 +16777,15 @@ packages: dev: true optional: true - /@rspack/binding-linux-x64-gnu@0.5.1: - resolution: {integrity: sha512-P047gkIshhSDNP2HRODJlYilJ+r5rh8G86wUmZmx5tnQMqYZZZYvvH0C+pOP9F23oprwsLIrR6v/nM5U7bMIVQ==} - cpu: [x64] + /@rspack/binding-linux-arm64-musl@1.0.1: + resolution: {integrity: sha512-GCp5TxYSESzstqoZKBR0dFm8bh1F9aWsVnypcKndE3PCEPsptGwWvGZKl2QLZm87d/FL21eysAjFX4KQ1NNy+Q==} + cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@rspack/binding-linux-x64-gnu@1.0.0: - resolution: {integrity: sha512-fRk9i8aE4FiwW7+LkNyw+5vfFzJ8BZ2seAL9V5U2iwYwYibzFJsukg3h3Uh+IsGm30/7+ZRENtGwybQiMruL4g==} + /@rspack/binding-linux-x64-gnu@0.5.1: + resolution: {integrity: sha512-P047gkIshhSDNP2HRODJlYilJ+r5rh8G86wUmZmx5tnQMqYZZZYvvH0C+pOP9F23oprwsLIrR6v/nM5U7bMIVQ==} cpu: [x64] os: [linux] requiresBuild: true @@ -16828,15 +16799,15 @@ packages: dev: true optional: true - /@rspack/binding-linux-x64-musl@0.5.1: - resolution: {integrity: sha512-frFHfBnEjeNNtg7OBvxDeMVtahb+ZreVrXjFp8ZMBCx7Qa9+CT1K8nUzDLQZ3wVc5shikZi1Ddts6h3BathRqA==} + /@rspack/binding-linux-x64-gnu@1.0.1: + resolution: {integrity: sha512-kvwDRsXHp9HRWRqSqsFn+tEk8Uc2wPuGPzHo6pHaEKUu8S5czQmPuF5W0UtK7OluR+eec/6RfCy18WclGQx8Vg==} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@rspack/binding-linux-x64-musl@1.0.0: - resolution: {integrity: sha512-qcTJC8o3KvLwsnrJJcuBjfzSrjEbACMiCB4RtbFNecXDtI+Nputx1CO1SlUrINC25/44ILketf0/hsdBQHk60g==} + /@rspack/binding-linux-x64-musl@0.5.1: + resolution: {integrity: sha512-frFHfBnEjeNNtg7OBvxDeMVtahb+ZreVrXjFp8ZMBCx7Qa9+CT1K8nUzDLQZ3wVc5shikZi1Ddts6h3BathRqA==} cpu: [x64] os: [linux] requiresBuild: true @@ -16850,6 +16821,13 @@ packages: dev: true optional: true + /@rspack/binding-linux-x64-musl@1.0.1: + resolution: {integrity: sha512-Di64N+wOxiWFH5xTg8NJpPGe2Syv/wkHYlA8mVo6nPvfTIPdyzybrjYl7TX9YHUnCXPKSIaEVuQM3FppuSvK1w==} + cpu: [x64] + os: [linux] + requiresBuild: true + optional: true + /@rspack/binding-win32-arm64-msvc@0.5.1: resolution: {integrity: sha512-rGDS2QIPZIYGds1GWWTIBNzvnU72CjKWKKBNQx+skFywVvs50cZ1cB78Vj4wXWzAs2hS6NPTP65mrito//hvIQ==} cpu: [arm64] @@ -16857,19 +16835,19 @@ packages: requiresBuild: true optional: true - /@rspack/binding-win32-arm64-msvc@1.0.0: - resolution: {integrity: sha512-gqtakP0Yl2aj+Q/Giwgt31hz8eOZpo2s+sJlkMJGVdIF4dejB31a8vbj/VNGeSN1tDRiLI4cyqa5eQU//t26aQ==} + /@rspack/binding-win32-arm64-msvc@1.0.0-rc.0: + resolution: {integrity: sha512-ob510ObXoIBAMjPE8iBwvhWQ8Hd4v7bJSgImUBhSGExYI+z8b/gl8tNg8y1fttLtNO8j05rj9QFsGcZmv89Zsg==} cpu: [arm64] os: [win32] requiresBuild: true + dev: true optional: true - /@rspack/binding-win32-arm64-msvc@1.0.0-rc.0: - resolution: {integrity: sha512-ob510ObXoIBAMjPE8iBwvhWQ8Hd4v7bJSgImUBhSGExYI+z8b/gl8tNg8y1fttLtNO8j05rj9QFsGcZmv89Zsg==} + /@rspack/binding-win32-arm64-msvc@1.0.1: + resolution: {integrity: sha512-UChXLKqND90LwBjoPZgD9P9ZYKmp9+y51n7kgNtDX2Hi/wsnFOZHUK2kpiSH9W69vE+c3pGFf0NIJ/scLdeUZw==} cpu: [arm64] os: [win32] requiresBuild: true - dev: true optional: true /@rspack/binding-win32-ia32-msvc@0.5.1: @@ -16879,19 +16857,19 @@ packages: requiresBuild: true optional: true - /@rspack/binding-win32-ia32-msvc@1.0.0: - resolution: {integrity: sha512-nLfGu5DjdzwawzZ7zK69vZX5aL1Gt9+Ovfz4RlngDq/D5ZzqCnNWw93cqKADgFRWS4qK9vOD9RXNNnkyWB2SEw==} + /@rspack/binding-win32-ia32-msvc@1.0.0-rc.0: + resolution: {integrity: sha512-1A+3JorREQJqBcTLEY0LhGMb5B3Qlz/LmRr3K+gNBZinscZU+DKiDnZkSGdn8FuCn40E39T8V4i73mxQCqVuvQ==} cpu: [ia32] os: [win32] requiresBuild: true + dev: true optional: true - /@rspack/binding-win32-ia32-msvc@1.0.0-rc.0: - resolution: {integrity: sha512-1A+3JorREQJqBcTLEY0LhGMb5B3Qlz/LmRr3K+gNBZinscZU+DKiDnZkSGdn8FuCn40E39T8V4i73mxQCqVuvQ==} + /@rspack/binding-win32-ia32-msvc@1.0.1: + resolution: {integrity: sha512-at+/S2t5yaADOV8s27S1nSsQc1Y5BxAb/y9lRvxKJJgshewsoOTNMQ1PFcy8pNDOF4Dvn/xiiCctqpZUjrT+jw==} cpu: [ia32] os: [win32] requiresBuild: true - dev: true optional: true /@rspack/binding-win32-x64-msvc@0.5.1: @@ -16901,19 +16879,19 @@ packages: requiresBuild: true optional: true - /@rspack/binding-win32-x64-msvc@1.0.0: - resolution: {integrity: sha512-H9PqjgtZMw5aP+eXdFo7bgSP/Ycwn3oW81uI9qFqOOQ90W+o3T9ItghHBf2/ksc5GHibd208EwOBNxbKwjZDSQ==} + /@rspack/binding-win32-x64-msvc@1.0.0-rc.0: + resolution: {integrity: sha512-t6E4t668CvP+DqNDluYJMivrDtFZ0iQhUYxXd0UUhDSwXKTbGW2tOwBXGaZ3gzj9OpqWCUVJ3pqP11KiBckorw==} cpu: [x64] os: [win32] requiresBuild: true + dev: true optional: true - /@rspack/binding-win32-x64-msvc@1.0.0-rc.0: - resolution: {integrity: sha512-t6E4t668CvP+DqNDluYJMivrDtFZ0iQhUYxXd0UUhDSwXKTbGW2tOwBXGaZ3gzj9OpqWCUVJ3pqP11KiBckorw==} + /@rspack/binding-win32-x64-msvc@1.0.1: + resolution: {integrity: sha512-PpKDYqFSUypbATkSx7N0j521T6shYjiOEl44VI+99AkZVt7gQnS/LWXWrRYuZrueO2klPm+LUBACBJUKPWNYNg==} cpu: [x64] os: [win32] requiresBuild: true - dev: true optional: true /@rspack/binding@0.5.1: @@ -16929,19 +16907,6 @@ packages: '@rspack/binding-win32-ia32-msvc': 0.5.1 '@rspack/binding-win32-x64-msvc': 0.5.1 - /@rspack/binding@1.0.0: - resolution: {integrity: sha512-eLyqSEM1h/exJYn98k+9MRktP8AYDB13x5oVn8hoxVucuhk0TubFqQSX8h9SQcZp1O3j/Z8eWWwOaNPe3JU40Q==} - optionalDependencies: - '@rspack/binding-darwin-arm64': 1.0.0 - '@rspack/binding-darwin-x64': 1.0.0 - '@rspack/binding-linux-arm64-gnu': 1.0.0 - '@rspack/binding-linux-arm64-musl': 1.0.0 - '@rspack/binding-linux-x64-gnu': 1.0.0 - '@rspack/binding-linux-x64-musl': 1.0.0 - '@rspack/binding-win32-arm64-msvc': 1.0.0 - '@rspack/binding-win32-ia32-msvc': 1.0.0 - '@rspack/binding-win32-x64-msvc': 1.0.0 - /@rspack/binding@1.0.0-rc.0: resolution: {integrity: sha512-mx0x4ho0ndHpOnSjAEOoQZohTqJLYOl4hLEvQLEnXIPTdMjZtpiLUyuyKtzv6DrXDV5La3bsZuzbcdMyqkSWpg==} optionalDependencies: @@ -16956,6 +16921,19 @@ packages: '@rspack/binding-win32-x64-msvc': 1.0.0-rc.0 dev: true + /@rspack/binding@1.0.1: + resolution: {integrity: sha512-bf5uTyen6Y1NYbHERA3oLX/IGx6T9C2PyKH+cia9Ik5A4hUwkOYamIAQIIC29VEPs06W1DccPLmGRZd3gjA7pA==} + optionalDependencies: + '@rspack/binding-darwin-arm64': 1.0.1 + '@rspack/binding-darwin-x64': 1.0.1 + '@rspack/binding-linux-arm64-gnu': 1.0.1 + '@rspack/binding-linux-arm64-musl': 1.0.1 + '@rspack/binding-linux-x64-gnu': 1.0.1 + '@rspack/binding-linux-x64-musl': 1.0.1 + '@rspack/binding-win32-arm64-msvc': 1.0.1 + '@rspack/binding-win32-ia32-msvc': 1.0.1 + '@rspack/binding-win32-x64-msvc': 1.0.1 + /@rspack/core@0.5.1: resolution: {integrity: sha512-fsUKPhnBCV7UOE31W03GBfqp7lSRZBcRuvLwrUt1bmTAvl9SRrR0HuWhJAs4O8LvrjKgxRzXPM8Fpysqerfo4w==} engines: {node: '>=16.0.0'} @@ -16979,8 +16957,8 @@ packages: zod: 3.22.3 zod-validation-error: 1.3.1(zod@3.22.3) - /@rspack/core@1.0.0(@swc/helpers@0.5.12): - resolution: {integrity: sha512-F4RA9uOLLvD1oTKa96Gcly+Sro1qaqPNENadFyiPwepa7DrwexQa/ym6CQKbvKMOYGKlVSFDPUmgFAirz35ETg==} + /@rspack/core@1.0.0-rc.0(@swc/helpers@0.5.12): + resolution: {integrity: sha512-sxS6QfVm7FbuKIYai8CyxMv5WH3MVdQmowVEqIZ/Fa8+PX17/sO5dg8tAFYAEzpCe/4dC93eYh9APr3Vc4ditQ==} engines: {node: '>=16.0.0'} peerDependencies: '@swc/helpers': '>=0.5.1' @@ -16989,13 +16967,14 @@ packages: optional: true dependencies: '@module-federation/runtime-tools': 0.5.1 - '@rspack/binding': 1.0.0 + '@rspack/binding': 1.0.0-rc.0 '@rspack/lite-tapable': 1.0.0 '@swc/helpers': 0.5.12 caniuse-lite: 1.0.30001655 + dev: true - /@rspack/core@1.0.0-rc.0(@swc/helpers@0.5.12): - resolution: {integrity: sha512-sxS6QfVm7FbuKIYai8CyxMv5WH3MVdQmowVEqIZ/Fa8+PX17/sO5dg8tAFYAEzpCe/4dC93eYh9APr3Vc4ditQ==} + /@rspack/core@1.0.1(@swc/helpers@0.5.12): + resolution: {integrity: sha512-z09J/6oJA5y7iclPe+4INg13J5OEWgBw6PdGAOExdcj0DvCicbTGR7QVx1vSrMRbi8oxWk10J3nosOs0zf1bRQ==} engines: {node: '>=16.0.0'} peerDependencies: '@swc/helpers': '>=0.5.1' @@ -17004,11 +16983,10 @@ packages: optional: true dependencies: '@module-federation/runtime-tools': 0.5.1 - '@rspack/binding': 1.0.0-rc.0 + '@rspack/binding': 1.0.1 '@rspack/lite-tapable': 1.0.0 '@swc/helpers': 0.5.12 - caniuse-lite: 1.0.30001653 - dev: true + caniuse-lite: 1.0.30001655 /@rspack/lite-tapable@1.0.0: resolution: {integrity: sha512-7MZf4lburSUZoEenwazwUDKHhqyfnLCGnQ/tKcUtztfmVzfjZfRn/EaiT0AKkYGnL2U8AGsw89oUeVyvaOLVCw==} @@ -17628,7 +17606,7 @@ packages: dependencies: '@babel/core': 7.25.2 '@babel/preset-env': 7.24.7(@babel/core@7.25.2) - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 '@storybook/csf': 0.1.2 '@storybook/csf-tools': 7.6.3 '@storybook/node-logger': 7.6.3 @@ -18164,15 +18142,6 @@ packages: dependencies: '@babel/core': 7.24.7 - /@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.25.2): - resolution: {integrity: sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==} - engines: {node: '>=14'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - dev: false - /@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.24.7): resolution: {integrity: sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==} engines: {node: '>=14'} @@ -18181,15 +18150,6 @@ packages: dependencies: '@babel/core': 7.24.7 - /@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.25.2): - resolution: {integrity: sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==} - engines: {node: '>=14'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - dev: false - /@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.24.7): resolution: {integrity: sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==} engines: {node: '>=14'} @@ -18198,15 +18158,6 @@ packages: dependencies: '@babel/core': 7.24.7 - /@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.25.2): - resolution: {integrity: sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==} - engines: {node: '>=14'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - dev: false - /@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0(@babel/core@7.24.7): resolution: {integrity: sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==} engines: {node: '>=14'} @@ -18215,15 +18166,6 @@ packages: dependencies: '@babel/core': 7.24.7 - /@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0(@babel/core@7.25.2): - resolution: {integrity: sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==} - engines: {node: '>=14'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - dev: false - /@svgr/babel-plugin-svg-dynamic-title@8.0.0(@babel/core@7.24.7): resolution: {integrity: sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==} engines: {node: '>=14'} @@ -18232,15 +18174,6 @@ packages: dependencies: '@babel/core': 7.24.7 - /@svgr/babel-plugin-svg-dynamic-title@8.0.0(@babel/core@7.25.2): - resolution: {integrity: sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==} - engines: {node: '>=14'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - dev: false - /@svgr/babel-plugin-svg-em-dimensions@8.0.0(@babel/core@7.24.7): resolution: {integrity: sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==} engines: {node: '>=14'} @@ -18249,15 +18182,6 @@ packages: dependencies: '@babel/core': 7.24.7 - /@svgr/babel-plugin-svg-em-dimensions@8.0.0(@babel/core@7.25.2): - resolution: {integrity: sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==} - engines: {node: '>=14'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - dev: false - /@svgr/babel-plugin-transform-react-native-svg@8.1.0(@babel/core@7.24.7): resolution: {integrity: sha512-Tx8T58CHo+7nwJ+EhUwx3LfdNSG9R2OKfaIXXs5soiy5HtgoAEkDay9LIimLOcG8dJQH1wPZp/cnAv6S9CrR1Q==} engines: {node: '>=14'} @@ -18266,15 +18190,6 @@ packages: dependencies: '@babel/core': 7.24.7 - /@svgr/babel-plugin-transform-react-native-svg@8.1.0(@babel/core@7.25.2): - resolution: {integrity: sha512-Tx8T58CHo+7nwJ+EhUwx3LfdNSG9R2OKfaIXXs5soiy5HtgoAEkDay9LIimLOcG8dJQH1wPZp/cnAv6S9CrR1Q==} - engines: {node: '>=14'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - dev: false - /@svgr/babel-plugin-transform-svg-component@8.0.0(@babel/core@7.24.7): resolution: {integrity: sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==} engines: {node: '>=12'} @@ -18283,15 +18198,6 @@ packages: dependencies: '@babel/core': 7.24.7 - /@svgr/babel-plugin-transform-svg-component@8.0.0(@babel/core@7.25.2): - resolution: {integrity: sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==} - engines: {node: '>=12'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - dev: false - /@svgr/babel-preset@8.1.0(@babel/core@7.24.7): resolution: {integrity: sha512-7EYDbHE7MxHpv4sxvnVPngw5fuR6pw79SkcrILHJ/iMpuKySNCl5W1qcwPEpU+LgyRXOaAFgH0KhwD18wwg6ug==} engines: {node: '>=14'} @@ -18308,23 +18214,6 @@ packages: '@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.24.7) '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.24.7) - /@svgr/babel-preset@8.1.0(@babel/core@7.25.2): - resolution: {integrity: sha512-7EYDbHE7MxHpv4sxvnVPngw5fuR6pw79SkcrILHJ/iMpuKySNCl5W1qcwPEpU+LgyRXOaAFgH0KhwD18wwg6ug==} - engines: {node: '>=14'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@svgr/babel-plugin-add-jsx-attribute': 8.0.0(@babel/core@7.25.2) - '@svgr/babel-plugin-remove-jsx-attribute': 8.0.0(@babel/core@7.25.2) - '@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0(@babel/core@7.25.2) - '@svgr/babel-plugin-replace-jsx-attribute-value': 8.0.0(@babel/core@7.25.2) - '@svgr/babel-plugin-svg-dynamic-title': 8.0.0(@babel/core@7.25.2) - '@svgr/babel-plugin-svg-em-dimensions': 8.0.0(@babel/core@7.25.2) - '@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.25.2) - '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.25.2) - dev: false - /@svgr/core@8.1.0: resolution: {integrity: sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==} engines: {node: '>=14'} @@ -18337,20 +18226,6 @@ packages: transitivePeerDependencies: - supports-color - /@svgr/core@8.1.0(typescript@5.3.3): - resolution: {integrity: sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==} - engines: {node: '>=14'} - dependencies: - '@babel/core': 7.25.2 - '@svgr/babel-preset': 8.1.0(@babel/core@7.25.2) - camelcase: 6.3.0 - cosmiconfig: 8.3.6(typescript@5.3.3) - snake-case: 3.0.4 - transitivePeerDependencies: - - supports-color - - typescript - dev: false - /@svgr/hast-util-to-babel-ast@8.0.0: resolution: {integrity: sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q==} engines: {node: '>=14'} @@ -18382,21 +18257,6 @@ packages: cosmiconfig: 8.1.3 deepmerge: 4.3.1 svgo: 3.0.2 - dev: true - - /@svgr/plugin-svgo@8.1.0(@svgr/core@8.1.0)(typescript@5.3.3): - resolution: {integrity: sha512-Ywtl837OGO9pTLIN/onoWLmDQ4zFUycI1g76vuKGEz6evR/ZTJlJuz3G/fIkb6OVBJ2g0o6CGJzaEjfmEo3AHA==} - engines: {node: '>=14'} - peerDependencies: - '@svgr/core': '*' - dependencies: - '@svgr/core': 8.1.0(typescript@5.3.3) - cosmiconfig: 8.3.6(typescript@5.3.3) - deepmerge: 4.3.1 - svgo: 3.0.2 - transitivePeerDependencies: - - typescript - dev: false /@swc/core-darwin-arm64@1.3.42: resolution: {integrity: sha512-hM6RrZFyoCM9mX3cj/zM5oXwhAqjUdOCLXJx7KTQps7NIkv/Qjvobgvyf2gAb89j3ARNo9NdIoLjTjJ6oALtiA==} @@ -20692,7 +20552,7 @@ packages: resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} engines: {node: '>=8'} dependencies: - '@babel/helper-plugin-utils': 7.24.7 + '@babel/helper-plugin-utils': 7.24.8 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-instrument: 5.2.0 @@ -20899,7 +20759,7 @@ packages: resolution: {integrity: sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==} engines: {node: '>= 10.0.0'} dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 dev: false /bail@1.0.5: @@ -21135,7 +20995,7 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001653 + caniuse-lite: 1.0.30001655 electron-to-chromium: 1.4.820 node-releases: 2.0.14 update-browserslist-db: 1.1.0(browserslist@4.23.1) @@ -21300,7 +21160,7 @@ packages: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: browserslist: 4.23.1 - caniuse-lite: 1.0.30001653 + caniuse-lite: 1.0.30001655 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: false @@ -21316,9 +21176,6 @@ packages: /caniuse-lite@1.0.30001651: resolution: {integrity: sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==} - /caniuse-lite@1.0.30001653: - resolution: {integrity: sha512-XGWQVB8wFQ2+9NZwZ10GxTYC5hk0Fa+q8cSkr0tgvMhYhMHP/QC+WTgrePMDBWiWc/pV+1ik82Al20XOK25Gcw==} - /caniuse-lite@1.0.30001655: resolution: {integrity: sha512-jRGVy3iSGO5Uutn2owlb5gR6qsGngTw9ZTb4ali9f3glshcNmJ2noam4Mo9zia5P9Dk3jNNydy7vQjuE5dQmfg==} @@ -26543,7 +26400,7 @@ packages: engines: {node: '>=8'} dependencies: '@babel/core': 7.25.2 - '@babel/parser': 7.25.3 + '@babel/parser': 7.25.6 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.1 @@ -27329,8 +27186,8 @@ packages: optional: true dependencies: '@babel/core': 7.25.2 - '@babel/parser': 7.25.3 - '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.25.2) + '@babel/parser': 7.25.6 + '@babel/plugin-transform-class-properties': 7.25.4(@babel/core@7.25.2) '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-nullish-coalescing-operator': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-optional-chaining': 7.24.7(@babel/core@7.25.2) @@ -29891,7 +29748,7 @@ packages: postcss-value-parser: 4.2.0 dev: false - /postcss-custom-media@10.0.2(postcss@8.4.41): + /postcss-custom-media@10.0.2(postcss@8.4.43): resolution: {integrity: sha512-zcEFNRmDm2fZvTPdI1pIW3W//UruMcLosmMiCdpQnrCsTRzWlKQPYMa1ud9auL0BmrryKK1+JjIGn19K0UjO/w==} engines: {node: ^14 || ^16 || >=18} peerDependencies: @@ -29901,7 +29758,7 @@ packages: '@csstools/css-parser-algorithms': 2.3.2(@csstools/css-tokenizer@2.2.1) '@csstools/css-tokenizer': 2.2.1 '@csstools/media-query-list-parser': 2.1.5(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1) - postcss: 8.4.41 + postcss: 8.4.43 dev: true /postcss-custom-properties@13.1.5(postcss@8.4.35): @@ -30025,7 +29882,7 @@ packages: engines: {node: '>=10.0'} dependencies: camelcase-css: 2.0.1 - postcss: 8.4.41 + postcss: 8.4.43 dev: false /postcss-js@4.0.1(postcss@8.4.35): @@ -30653,14 +30510,6 @@ packages: source-map-js: 1.2.0 dev: false - /postcss@8.4.41: - resolution: {integrity: sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==} - engines: {node: ^10 || ^12 || >=14} - dependencies: - nanoid: 3.3.7 - picocolors: 1.0.1 - source-map-js: 1.2.0 - /postcss@8.4.43: resolution: {integrity: sha512-gJAQVYbh5R3gYm33FijzCZj7CHyQ3hWMgJMprLUlIYqCwTeZhBQ19wp0e9mA25BUbEvY5+EXuuaAjqQsrBxQBQ==} engines: {node: ^10 || ^12 || >=14} @@ -30668,7 +30517,6 @@ packages: nanoid: 3.3.7 picocolors: 1.0.1 source-map-js: 1.2.0 - dev: false /preferred-pm@3.0.3: resolution: {integrity: sha512-+wZgbxNES/KlJs9q40F/1sfOd/j7f1O9JaHcW5Dsn3aUUOZg3L2bjpVUcKV2jvtElYfoTuQiNeMfQJ4kwUAhCQ==} @@ -31042,7 +30890,7 @@ packages: dependencies: commander: 8.3.0 glob: 7.2.0 - postcss: 8.4.41 + postcss: 8.4.43 postcss-selector-parser: 6.0.13 dev: false @@ -35214,7 +35062,7 @@ packages: esbuild: 0.18.20 jest-worker: 27.5.1 schema-utils: 3.3.0 - serialize-javascript: 6.0.1 + serialize-javascript: 6.0.2 terser: 5.31.1 webpack: 5.94.0(esbuild@0.18.20) dev: false @@ -36573,7 +36421,7 @@ packages: dependencies: '@types/node': 18.11.17 esbuild: 0.17.19 - postcss: 8.4.41 + postcss: 8.4.43 rollup: 3.29.4 optionalDependencies: fsevents: 2.3.3 diff --git a/tests/e2e/builder/package.json b/tests/e2e/builder/package.json index 226f1f80d68c..c88196941670 100644 --- a/tests/e2e/builder/package.json +++ b/tests/e2e/builder/package.json @@ -20,8 +20,8 @@ "@modern-js/uni-builder": "workspace:*", "@modern-js/utils": "workspace:*", "@playwright/test": "1.33.0", - "@rsbuild/core": "1.0.1-rc.2", - "@rsbuild/plugin-swc": "1.0.1-rc.2", + "@rsbuild/core": "1.0.1-rc.3", + "@rsbuild/plugin-swc": "1.0.1-rc.3", "@types/lodash": "^4.14.202", "@types/node": "^14", "@types/react": "^18",