Skip to content

Commit f2cbda8

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

File tree

10 files changed

+82
-82
lines changed

10 files changed

+82
-82
lines changed

packages/cli/builder/package.json

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2066,7 +2066,7 @@ exports[`builder rspack > should generator rspack config correctly when node 1`]
20662066
"output": {
20672067
"assetModuleFilename": "static/assets/[name].[contenthash:8][ext]",
20682068
"chunkFilename": "[name].js",
2069-
"devtoolModuleFilenameTemplate": [Function],
2069+
"devtoolModuleFilenameTemplate": "[absolute-resource-path]",
20702070
"filename": "[name].js",
20712071
"hashFunction": "xxhash64",
20722072
"library": {
@@ -3317,7 +3317,7 @@ exports[`builder rspack > should generator rspack config correctly when prod 1`]
33173317
"output": {
33183318
"assetModuleFilename": "static/assets/[name].[contenthash:8][ext]",
33193319
"chunkFilename": "static/js/async/[name].[contenthash:8].js",
3320-
"devtoolModuleFilenameTemplate": [Function],
3320+
"devtoolModuleFilenameTemplate": "[absolute-resource-path]",
33213321
"filename": "static/js/[name].[contenthash:8].js",
33223322
"hashFunction": "xxhash64",
33233323
"path": "dist",
@@ -4203,7 +4203,7 @@ exports[`builder rspack > should generator rspack config correctly when service-
42034203
"output": {
42044204
"assetModuleFilename": "static/assets/[name].[contenthash:8][ext]",
42054205
"chunkFilename": "[name].js",
4206-
"devtoolModuleFilenameTemplate": [Function],
4206+
"devtoolModuleFilenameTemplate": "[absolute-resource-path]",
42074207
"filename": "[name].js",
42084208
"hashFunction": "xxhash64",
42094209
"libraryTarget": "commonjs2",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1989,7 +1989,7 @@ exports[`builder environment compat > should generator environment config correc
19891989
"output": {
19901990
"assetModuleFilename": "static/assets/[name].[contenthash:8][ext]",
19911991
"chunkFilename": "[name].js",
1992-
"devtoolModuleFilenameTemplate": [Function],
1992+
"devtoolModuleFilenameTemplate": "[absolute-resource-path]",
19931993
"filename": "[name].js",
19941994
"hashFunction": "xxhash64",
19951995
"library": {
@@ -2791,7 +2791,7 @@ exports[`builder environment compat > should generator environment config correc
27912791
"output": {
27922792
"assetModuleFilename": "static/assets/[name].[contenthash:8][ext]",
27932793
"chunkFilename": "[name].js",
2794-
"devtoolModuleFilenameTemplate": [Function],
2794+
"devtoolModuleFilenameTemplate": "[absolute-resource-path]",
27952795
"filename": "[name].js",
27962796
"hashFunction": "xxhash64",
27972797
"libraryTarget": "commonjs2",

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.0",
100+
"@rsbuild/core": "1.6.1",
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.0"
79+
"@rsbuild/core": "1.6.1"
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.0",
250+
"@rsbuild/core": "1.6.1",
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.0",
109+
"@rsbuild/core": "1.6.1",
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.0"
94+
"@rsbuild/core": "1.6.1"
9595
},
9696
"devDependencies": {
9797
"@modern-js/builder": "workspace:*",

0 commit comments

Comments
 (0)