Skip to content

Commit bc49b53

Browse files
fix(deps): update rsbuild monorepo (main) (#7831)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: caohuilin <caohuilin@bytedance.com>
1 parent bb7109a commit bc49b53

File tree

10 files changed

+154
-151
lines changed

10 files changed

+154
-151
lines changed

packages/cli/builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"dependencies": {
3131
"@modern-js/flight-server-transform-plugin": "workspace:*",
3232
"@modern-js/utils": "workspace:*",
33-
"@rsbuild/core": "1.6.1",
34-
"@rsbuild/plugin-assets-retry": "1.4.3",
33+
"@rsbuild/core": "1.6.2",
34+
"@rsbuild/plugin-assets-retry": "1.5.0",
3535
"@rsbuild/plugin-babel": "1.0.6",
3636
"@rsbuild/plugin-check-syntax": "1.6.0",
3737
"@rsbuild/plugin-css-minimizer": "1.0.3",

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,7 @@ exports[`builder rspack > should generator rspack config correctly 1`] = `
11771177
},
11781178
RsbuildHtmlPlugin {
11791179
"getExtraData": [Function],
1180+
"getHTMLPlugin": [Function],
11801181
"name": "RsbuildHtmlPlugin",
11811182
},
11821183
DefinePlugin {
@@ -3375,6 +3376,7 @@ exports[`builder rspack > should generator rspack config correctly when prod 1`]
33753376
},
33763377
RsbuildHtmlPlugin {
33773378
"getExtraData": [Function],
3379+
"getHTMLPlugin": [Function],
33783380
"name": "RsbuildHtmlPlugin",
33793381
},
33803382
DefinePlugin {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,6 +1178,7 @@ exports[`builder environment compat > should generator environment config correc
11781178
},
11791179
RsbuildHtmlPlugin {
11801180
"getExtraData": [Function],
1181+
"getHTMLPlugin": [Function],
11811182
"name": "RsbuildHtmlPlugin",
11821183
},
11831184
DefinePlugin {

packages/cli/plugin-bff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"@modern-js/runtime": "workspace:*",
9898
"@modern-js/types": "workspace:*",
9999
"@scripts/build": "workspace:*",
100-
"@rsbuild/core": "1.6.1",
100+
"@rsbuild/core": "1.6.2",
101101
"@scripts/jest-config": "workspace:*",
102102
"@types/babel__core": "^7.20.5",
103103
"@types/jest": "^29.5.14",

packages/cli/plugin-data-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"supertest": "^6.3.4",
7777
"ts-jest": "^29.4.5",
7878
"typescript": "^5",
79-
"@rsbuild/core": "1.6.1"
79+
"@rsbuild/core": "1.6.2"
8080
},
8181
"peerDependencies": {
8282
"react": ">=17.0.0"

packages/runtime/plugin-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
"devDependencies": {
248248
"@modern-js/app-tools": "workspace:*",
249249
"@remix-run/web-fetch": "^4.1.3",
250-
"@rsbuild/core": "1.6.1",
250+
"@rsbuild/core": "1.6.2",
251251
"@scripts/build": "workspace:*",
252252
"@scripts/jest-config": "workspace:*",
253253
"@testing-library/react": "^13.4.0",

packages/solutions/app-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"@modern-js/types": "workspace:*",
107107
"@modern-js/builder": "workspace:*",
108108
"@modern-js/utils": "workspace:*",
109-
"@rsbuild/core": "1.6.1",
109+
"@rsbuild/core": "1.6.2",
110110
"@swc/helpers": "^0.5.17",
111111
"es-module-lexer": "^1.7.0",
112112
"esbuild": "0.25.5",

packages/toolkit/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@modern-js/types": "workspace:*",
9292
"@swc/helpers": "^0.5.17",
9393
"jiti": "1.21.7",
94-
"@rsbuild/core": "1.6.1"
94+
"@rsbuild/core": "1.6.2"
9595
},
9696
"devDependencies": {
9797
"@modern-js/builder": "workspace:*",

0 commit comments

Comments
 (0)