Skip to content

Commit 0d6d2e4

Browse files
fix(deps): update dependency @rsbuild/core to v1.6.11 (main) (#7944)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: caohuilin <[email protected]>
1 parent d155538 commit 0d6d2e4

File tree

10 files changed

+116
-116
lines changed

10 files changed

+116
-116
lines changed

packages/cli/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@modern-js/flight-server-transform-plugin": "workspace:*",
3232
"@modern-js/utils": "workspace:*",
33-
"@rsbuild/core": "1.6.9",
33+
"@rsbuild/core": "1.6.11",
3434
"@rsbuild/plugin-assets-retry": "1.5.0",
3535
"@rsbuild/plugin-babel": "1.0.6",
3636
"@rsbuild/plugin-check-syntax": "1.6.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exports[`builder rspack > should generator rspack config correctly 1`] = `
77
"devtool": "cheap-module-source-map",
88
"entry": {
99
"index": [
10-
"data:text/javascript,import \\"core-js\\";",
10+
"data:text/javascript,import%20%22core-js%22%3B",
1111
"<WORKSPACE>/packages/cli/builder/src/index.ts",
1212
],
1313
},
@@ -2144,7 +2144,7 @@ exports[`builder rspack > should generator rspack config correctly when prod 1`]
21442144
"devtool": "hidden-source-map",
21452145
"entry": {
21462146
"index": [
2147-
"data:text/javascript,import \\"core-js\\";",
2147+
"data:text/javascript,import%20%22core-js%22%3B",
21482148
"<WORKSPACE>/packages/cli/builder/src/index.ts",
21492149
],
21502150
},

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exports[`builder environment compat > should generator environment config correc
88
"devtool": "cheap-module-source-map",
99
"entry": {
1010
"index": [
11-
"data:text/javascript,import \\"core-js\\";",
11+
"data:text/javascript,import%20%22core-js%22%3B",
1212
"<WORKSPACE>/packages/cli/builder/src/index.ts",
1313
],
1414
},
@@ -1164,6 +1164,26 @@ exports[`builder environment compat > should generator environment config correc
11641164
"affectedHooks": undefined,
11651165
"name": "ProgressPlugin",
11661166
},
1167+
TsCheckerRspackPlugin {
1168+
"options": {
1169+
"issue": {
1170+
"exclude": [
1171+
[Function],
1172+
],
1173+
},
1174+
"logger": {
1175+
"error": [Function],
1176+
"log": [Function],
1177+
},
1178+
"typescript": {
1179+
"build": false,
1180+
"configFile": "<WORKSPACE>/packages/cli/builder/tsconfig.json",
1181+
"memoryLimit": 8192,
1182+
"mode": "readonly",
1183+
"typescriptPath": "<WORKSPACE>/node_modules/<PNPM_INNER>/typescript/lib/typescript.js",
1184+
},
1185+
},
1186+
},
11671187
ReactRefreshRspackPlugin {
11681188
"options": {
11691189
"exclude": [],
@@ -2004,26 +2024,6 @@ exports[`builder environment compat > should generator environment config correc
20042024
"affectedHooks": undefined,
20052025
"name": "ProgressPlugin",
20062026
},
2007-
TsCheckerRspackPlugin {
2008-
"options": {
2009-
"issue": {
2010-
"exclude": [
2011-
[Function],
2012-
],
2013-
},
2014-
"logger": {
2015-
"error": [Function],
2016-
"log": [Function],
2017-
},
2018-
"typescript": {
2019-
"build": false,
2020-
"configFile": "<WORKSPACE>/packages/cli/builder/tsconfig.json",
2021-
"memoryLimit": 8192,
2022-
"mode": "readonly",
2023-
"typescriptPath": "<WORKSPACE>/node_modules/<PNPM_INNER>/typescript/lib/typescript.js",
2024-
},
2025-
},
2026-
},
20272027
],
20282028
"resolve": {
20292029
"alias": {

packages/cli/plugin-bff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"@modern-js/plugin": "workspace:*",
121121
"@modern-js/runtime": "workspace:*",
122122
"@modern-js/types": "workspace:*",
123-
"@rsbuild/core": "1.6.9",
123+
"@rsbuild/core": "1.6.11",
124124
"@scripts/jest-config": "workspace:*",
125125
"@rslib/core": "0.18.2",
126126
"@modern-js/rslib": "workspace:*",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"react-dom": "^19.2.0",
7575
"supertest": "^6.3.4",
7676
"typescript": "^5",
77-
"@rsbuild/core": "1.6.9"
77+
"@rsbuild/core": "1.6.11"
7878
},
7979
"peerDependencies": {
8080
"react": ">=17.0.0"

packages/runtime/plugin-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
"@modern-js/rslib": "workspace:*",
265265
"@modern-js/app-tools": "workspace:*",
266266
"@remix-run/web-fetch": "^4.1.3",
267-
"@rsbuild/core": "1.6.9",
267+
"@rsbuild/core": "1.6.11",
268268
"@scripts/jest-config": "workspace:*",
269269
"@testing-library/react": "^13.4.0",
270270
"@types/cookie": "0.6.0",

packages/solutions/app-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"@modern-js/types": "workspace:*",
124124
"@modern-js/builder": "workspace:*",
125125
"@modern-js/utils": "workspace:*",
126-
"@rsbuild/core": "1.6.9",
126+
"@rsbuild/core": "1.6.11",
127127
"@swc/helpers": "^0.5.17",
128128
"es-module-lexer": "^1.7.0",
129129
"esbuild": "0.25.5",

packages/toolkit/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@modern-js/types": "workspace:*",
9494
"@swc/helpers": "^0.5.17",
9595
"jiti": "1.21.7",
96-
"@rsbuild/core": "1.6.9"
96+
"@rsbuild/core": "1.6.11"
9797
},
9898
"devDependencies": {
9999
"@modern-js/builder": "workspace:*",

0 commit comments

Comments
 (0)