Skip to content

Commit 64797e0

Browse files
fix(deps): update dependency @rsbuild/core to v1.2.16 (#6832)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: caohuilin <[email protected]>
1 parent 1102ed4 commit 64797e0

File tree

15 files changed

+137
-137
lines changed

15 files changed

+137
-137
lines changed

packages/cli/plugin-swc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@modern-js/utils": "workspace:*",
42-
"@rsbuild/core": "1.2.15",
42+
"@rsbuild/core": "1.2.16",
4343
"@rsbuild/plugin-webpack-swc": "1.0.11",
4444
"@swc/helpers": "0.5.13"
4545
},

packages/cli/rsbuild-plugin-esbuild/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"webpack": "^5.98.0"
3232
},
3333
"devDependencies": {
34-
"@rsbuild/core": "1.2.15",
34+
"@rsbuild/core": "1.2.16",
3535
"@rsbuild/webpack": "1.2.3",
3636
"@scripts/build": "workspace:*",
3737
"typescript": "^5.4.2"

packages/cli/uni-builder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@modern-js/flight-server-transform-plugin": "workspace:*",
4040
"@modern-js/utils": "workspace:*",
4141
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
42-
"@rsbuild/core": "1.2.15",
42+
"@rsbuild/core": "1.2.16",
4343
"@rsbuild/plugin-assets-retry": "1.2.0",
4444
"@rsbuild/plugin-babel": "1.0.4",
4545
"@rsbuild/plugin-check-syntax": "1.3.0",

packages/cli/uni-builder/tests/__snapshots__/default.test.ts.snap

+18-18
Original file line numberDiff line numberDiff line change
@@ -889,19 +889,19 @@ exports[`uni-builder rspack > should generator rspack config correctly 1`] = `
889889
"hints": false,
890890
},
891891
"plugins": [
892-
{
893-
"name": "RsbuildCorePlugin",
894-
},
895-
HotModuleReplacementPlugin {
896-
"name": "HotModuleReplacementPlugin",
897-
},
898892
CssExtractRspackPlugin {
899893
"options": {
900894
"chunkFilename": "static/css/async/[name].css",
901895
"filename": "static/css/[name].css",
902896
"ignoreOrder": true,
903897
},
904898
},
899+
{
900+
"name": "RsbuildCorePlugin",
901+
},
902+
HotModuleReplacementPlugin {
903+
"name": "HotModuleReplacementPlugin",
904+
},
905905
HtmlRspackPlugin {
906906
"options": {
907907
"base": false,
@@ -2780,16 +2780,16 @@ exports[`uni-builder rspack > should generator rspack config correctly when prod
27802780
"hints": false,
27812781
},
27822782
"plugins": [
2783-
{
2784-
"name": "RsbuildCorePlugin",
2785-
},
27862783
CssExtractRspackPlugin {
27872784
"options": {
27882785
"chunkFilename": "static/css/async/[name].[contenthash:8].css",
27892786
"filename": "static/css/[name].[contenthash:8].css",
27902787
"ignoreOrder": true,
27912788
},
27922789
},
2790+
{
2791+
"name": "RsbuildCorePlugin",
2792+
},
27932793
HtmlRspackPlugin {
27942794
"options": {
27952795
"base": false,
@@ -4752,12 +4752,6 @@ exports[`uni-builder webpack > should generator webpack config correctly 1`] = `
47524752
"hints": false,
47534753
},
47544754
"plugins": [
4755-
{
4756-
"name": "RsbuildCorePlugin",
4757-
},
4758-
HotModuleReplacementPlugin {
4759-
"options": {},
4760-
},
47614755
MiniCssExtractPlugin {
47624756
"_sortedModulesCache": WeakMap {},
47634757
"options": {
@@ -4773,6 +4767,12 @@ exports[`uni-builder webpack > should generator webpack config correctly 1`] = `
47734767
"linkType": "text/css",
47744768
},
47754769
},
4770+
{
4771+
"name": "RsbuildCorePlugin",
4772+
},
4773+
HotModuleReplacementPlugin {
4774+
"options": {},
4775+
},
47764776
HtmlWebpackPlugin {
47774777
"options": {
47784778
"base": false,
@@ -6091,9 +6091,6 @@ exports[`uni-builder webpack > should generator webpack config correctly when pr
60916091
"hints": false,
60926092
},
60936093
"plugins": [
6094-
{
6095-
"name": "RsbuildCorePlugin",
6096-
},
60976094
MiniCssExtractPlugin {
60986095
"_sortedModulesCache": WeakMap {},
60996096
"options": {
@@ -6109,6 +6106,9 @@ exports[`uni-builder webpack > should generator webpack config correctly when pr
61096106
"linkType": "text/css",
61106107
},
61116108
},
6109+
{
6110+
"name": "RsbuildCorePlugin",
6111+
},
61126112
HtmlWebpackPlugin {
61136113
"options": {
61146114
"base": false,

packages/cli/uni-builder/tests/__snapshots__/environment.test.ts.snap

+6-6
Original file line numberDiff line numberDiff line change
@@ -890,19 +890,19 @@ exports[`uni-builder environment compat > should generator environment config co
890890
"hints": false,
891891
},
892892
"plugins": [
893-
{
894-
"name": "RsbuildCorePlugin",
895-
},
896-
HotModuleReplacementPlugin {
897-
"name": "HotModuleReplacementPlugin",
898-
},
899893
CssExtractRspackPlugin {
900894
"options": {
901895
"chunkFilename": "static/css/async/[name].css",
902896
"filename": "static/css/[name].css",
903897
"ignoreOrder": true,
904898
},
905899
},
900+
{
901+
"name": "RsbuildCorePlugin",
902+
},
903+
HotModuleReplacementPlugin {
904+
"name": "HotModuleReplacementPlugin",
905+
},
906906
HtmlRspackPlugin {
907907
"options": {
908908
"base": false,

packages/cli/uni-builder/tests/__snapshots__/minimize.test.ts.snap

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
exports[`html minify > should not apply html minify in production when disableMinimize 1`] = `
44
[
5-
{
6-
"name": "RsbuildCorePlugin",
7-
},
85
MiniCssExtractPlugin {
96
"_sortedModulesCache": WeakMap {},
107
"options": {
@@ -20,6 +17,9 @@ exports[`html minify > should not apply html minify in production when disableMi
2017
"linkType": "text/css",
2118
},
2219
},
20+
{
21+
"name": "RsbuildCorePlugin",
22+
},
2323
HtmlWebpackPlugin {
2424
"options": {
2525
"base": false,
@@ -135,9 +135,6 @@ exports[`html minify > should not apply html minify in production when disableMi
135135

136136
exports[`html minify > should not apply html minify when htmlPlugin.minify false 1`] = `
137137
[
138-
{
139-
"name": "RsbuildCorePlugin",
140-
},
141138
MiniCssExtractPlugin {
142139
"_sortedModulesCache": WeakMap {},
143140
"options": {
@@ -153,6 +150,9 @@ exports[`html minify > should not apply html minify when htmlPlugin.minify false
153150
"linkType": "text/css",
154151
},
155152
},
153+
{
154+
"name": "RsbuildCorePlugin",
155+
},
156156
HtmlWebpackPlugin {
157157
"options": {
158158
"base": false,
@@ -268,9 +268,6 @@ exports[`html minify > should not apply html minify when htmlPlugin.minify false
268268

269269
exports[`html minify > should not apply html plugin when htmlPlugin false 1`] = `
270270
[
271-
{
272-
"name": "RsbuildCorePlugin",
273-
},
274271
MiniCssExtractPlugin {
275272
"_sortedModulesCache": WeakMap {},
276273
"options": {
@@ -286,6 +283,9 @@ exports[`html minify > should not apply html plugin when htmlPlugin false 1`] =
286283
"linkType": "text/css",
287284
},
288285
},
286+
{
287+
"name": "RsbuildCorePlugin",
288+
},
289289
DefinePlugin {
290290
"definitions": {
291291
"import.meta.env.ASSET_PREFIX": """",

packages/devtools/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@radix-ui/react-tabs": "^1.0.4",
4040
"@radix-ui/react-toast": "^1.1.5",
4141
"@radix-ui/themes": "^3.0.5",
42-
"@rsbuild/core": "1.2.15",
42+
"@rsbuild/core": "1.2.16",
4343
"@scripts/jest-config": "workspace:*",
4444
"@types/jest": "^29",
4545
"@types/lodash": "^4.14.202",

packages/devtools/plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@modern-js/server-core": "workspace:*",
7676
"@modern-js/types": "workspace:*",
7777
"@modern-js/uni-builder": "workspace:*",
78-
"@rsbuild/core": "1.2.15",
78+
"@rsbuild/core": "1.2.16",
7979
"@scripts/build": "workspace:*",
8080
"@swc/helpers": "0.5.13",
8181
"@types/node": "^14",

packages/runtime/plugin-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
"devDependencies": {
250250
"@modern-js/app-tools": "workspace:*",
251251
"@remix-run/web-fetch": "^4.1.3",
252-
"@rsbuild/core": "1.2.15",
252+
"@rsbuild/core": "1.2.16",
253253
"@scripts/build": "workspace:*",
254254
"@scripts/jest-config": "workspace:*",
255255
"@testing-library/react": "^13.4.0",

packages/solutions/app-tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"@modern-js/types": "workspace:*",
102102
"@modern-js/uni-builder": "workspace:*",
103103
"@modern-js/utils": "workspace:*",
104-
"@rsbuild/core": "1.2.15",
104+
"@rsbuild/core": "1.2.16",
105105
"@rsbuild/plugin-node-polyfill": "1.3.0",
106106
"@swc/helpers": "0.5.13",
107107
"es-module-lexer": "^1.1.0",

packages/solutions/module-tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
},
9292
"devDependencies": {
9393
"@modern-js/self": "workspace:@modern-js/module-tools@*",
94-
"@rsbuild/core": "1.2.15",
94+
"@rsbuild/core": "1.2.16",
9595
"@scripts/build": "workspace:*",
9696
"@scripts/vitest-config": "workspace:*",
9797
"@types/convert-source-map": "1.5.2",

packages/storybook/builder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@modern-js/runtime": "workspace:*",
6161
"@modern-js/uni-builder": "workspace:*",
6262
"@modern-js/utils": "workspace:*",
63-
"@rsbuild/core": "1.2.15",
63+
"@rsbuild/core": "1.2.16",
6464
"@storybook/components": "~7.6.12",
6565
"@storybook/core-common": "~7.6.12",
6666
"@storybook/csf-plugin": "~7.6.12",

packages/toolkit/plugin-v2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"devDependencies": {
8383
"@modern-js/types": "workspace:*",
8484
"@modern-js/uni-builder": "workspace:*",
85-
"@rsbuild/core": "1.2.15",
85+
"@rsbuild/core": "1.2.16",
8686
"@scripts/build": "workspace:*",
8787
"@scripts/jest-config": "workspace:*",
8888
"@types/jest": "^29",

0 commit comments

Comments
 (0)