Skip to content

Commit 58f9609

Browse files
JounQinchenjiahan
andauthored
feat: update Rsbuild 1.3.18 and set caller name (#2141)
Co-authored-by: neverland <chenjiahan.jait@bytedance.com>
1 parent 64d38d2 commit 58f9609

File tree

21 files changed

+1050
-1317
lines changed

21 files changed

+1050
-1317
lines changed

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"reset": "rimraf ./**/node_modules"
4242
},
4343
"dependencies": {
44-
"@rsbuild/core": "1.3.17",
44+
"@rsbuild/core": "~1.3.18",
4545
"@rspress/core": "workspace:*",
4646
"@rspress/shared": "workspace:*",
4747
"cac": "^6.7.14",
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@microsoft/api-extractor": "^7.49.2",
53-
"@rslib/core": "0.5.2",
53+
"@rslib/core": "~0.6.9",
5454
"@types/jest": "~29.5.14",
5555
"@types/node": "^18.11.17",
5656
"@types/react": "^18.3.18",

packages/core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
"reset": "rimraf ./**/node_modules"
4848
},
4949
"dependencies": {
50-
"@mdx-js/loader": "2.3.0",
51-
"@mdx-js/mdx": "2.3.0",
52-
"@mdx-js/react": "2.3.0",
53-
"@rsbuild/core": "1.3.17",
54-
"@rsbuild/plugin-less": "~1.2.0",
55-
"@rsbuild/plugin-react": "~1.3.0",
50+
"@mdx-js/loader": "^2.3.0",
51+
"@mdx-js/mdx": "^2.3.0",
52+
"@mdx-js/react": "^2.3.0",
53+
"@rsbuild/core": "~1.3.18",
54+
"@rsbuild/plugin-less": "~1.2.4",
55+
"@rsbuild/plugin-react": "~1.3.1",
5656
"@rsbuild/plugin-sass": "~1.3.0",
5757
"@rspress/mdx-rs": "0.6.6",
5858
"@rspress/plugin-auto-nav-sidebar": "workspace:*",
@@ -88,7 +88,7 @@
8888
},
8989
"devDependencies": {
9090
"@microsoft/api-extractor": "^7.49.2",
91-
"@rslib/core": "0.5.2",
91+
"@rslib/core": "~0.6.9",
9292
"@rspress-dev/plugin-preview": "link:../plugin-preview",
9393
"@rspress/config": "workspace:*",
9494
"@types/hast": "^2.3.10",

packages/core/src/node/initRsbuild.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ export async function initRsbuild(
348348
);
349349

350350
const rsbuild = await createRsbuild({
351+
callerName: 'rspress',
351352
rsbuildConfig: mergeRsbuildConfig(
352353
internalRsbuildConfig,
353354
...(pluginDriver

packages/create-rspress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@microsoft/api-extractor": "^7.49.2",
35-
"@rslib/core": "0.5.2",
35+
"@rslib/core": "~0.6.9",
3636
"@types/node": "^18.11.17",
3737
"typescript": "^5.5.3"
3838
},

packages/modern-plugin-rspress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@microsoft/api-extractor": "^7.49.2",
3737
"@modern-js/module-tools": "2.64.0",
38-
"@rslib/core": "0.5.2",
38+
"@rslib/core": "~0.6.9",
3939
"@types/lodash": "^4.17.15",
4040
"@types/node": "^18.11.17",
4141
"@types/react": "^18.3.18",

packages/plugin-api-docgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@microsoft/api-extractor": "^7.49.2",
37-
"@rslib/core": "0.5.2",
37+
"@rslib/core": "~0.6.9",
3838
"@types/hast": "^2.3.10",
3939
"@types/mdast": "^3.0.15",
4040
"@types/node": "^18.11.17",

packages/plugin-auto-nav-sidebar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@microsoft/api-extractor": "^7.49.2",
35-
"@rslib/core": "0.5.2",
35+
"@rslib/core": "~0.6.9",
3636
"@rspress/config": "workspace:*",
3737
"@types/node": "^18.11.17",
3838
"@types/react": "^18.3.18",

packages/plugin-client-redirects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@microsoft/api-extractor": "^7.49.2",
36-
"@rslib/core": "0.5.2",
36+
"@rslib/core": "~0.6.9",
3737
"@rspress/config": "workspace:*",
3838
"@types/node": "^18.11.17",
3939
"@types/react": "^18.3.18",

packages/plugin-container-syntax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@microsoft/api-extractor": "^7.49.2",
36-
"@rslib/core": "0.5.2",
36+
"@rslib/core": "~0.6.9",
3737
"@types/mdast": "^3.0.15",
3838
"mdast-util-mdx-expression": "^1.3.2",
3939
"mdast-util-mdx-jsx": "^2.1.4",

packages/plugin-last-updated/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@microsoft/api-extractor": "^7.49.2",
36-
"@rslib/core": "0.5.2",
36+
"@rslib/core": "~0.6.9",
3737
"@rspress/config": "workspace:*",
3838
"@types/node": "^18.11.17",
3939
"@types/react": "^18.3.18",

0 commit comments

Comments
 (0)