Skip to content

Commit 8358b29

Browse files
chore(deps): update all non-major dependencies (#1601)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d1db27c commit 8358b29

21 files changed

Lines changed: 507 additions & 446 deletions

File tree

examples/module-federation/mf-host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@module-federation/rsbuild-plugin": "^2.3.2",
17-
"@rsbuild/core": "2.0.0-rc.2",
17+
"@rsbuild/core": "2.0.0-rc.3",
1818
"@rsbuild/plugin-react": "^1.4.6",
1919
"@types/react": "^19.2.14",
2020
"@types/react-dom": "^19.2.3",

examples/module-federation/mf-react-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@module-federation/enhanced": "^2.3.2",
2323
"@module-federation/rsbuild-plugin": "^2.3.2",
2424
"@module-federation/storybook-addon": "^6.0.9",
25-
"@rsbuild/core": "2.0.0-rc.2",
25+
"@rsbuild/core": "2.0.0-rc.3",
2626
"@rsbuild/plugin-react": "^1.4.6",
2727
"@rslib/core": "workspace:*",
2828
"@storybook/addon-docs": "^10.3.5",

examples/module-federation/mf-remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@module-federation/rsbuild-plugin": "^2.3.2",
17-
"@rsbuild/core": "2.0.0-rc.2",
17+
"@rsbuild/core": "2.0.0-rc.3",
1818
"@rsbuild/plugin-react": "^1.4.6",
1919
"@types/react": "^19.2.14",
2020
"@types/react-dom": "^19.2.3",

examples/vue-component-bundleless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "vitest run"
1414
},
1515
"devDependencies": {
16-
"@rsbuild/core": "2.0.0-rc.2",
16+
"@rsbuild/core": "2.0.0-rc.3",
1717
"@rsbuild/plugin-vue": "^1.2.7",
1818
"@rslib/core": "workspace:*",
1919
"@storybook/addon-docs": "^10.3.5",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
]
4343
},
4444
"devDependencies": {
45-
"@biomejs/biome": "^2.4.11",
45+
"@biomejs/biome": "^2.4.12",
4646
"@changesets/cli": "^2.30.0",
4747
"@rslint/core": "^0.4.2",
4848
"@rstest/adapter-rslib": "^0.2.2",
@@ -55,7 +55,7 @@
5555
"fs-extra": "^11.3.4",
5656
"heading-case": "^1.1.0",
5757
"nano-staged": "^1.0.2",
58-
"prettier": "^3.8.2",
58+
"prettier": "^3.8.3",
5959
"prettier-plugin-packagejson": "^3.0.2",
6060
"simple-git-hooks": "^2.13.1",
6161
"typescript": "^6.0.2",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"type-check": "tsc --noEmit && tsc --noEmit -p tests"
4444
},
4545
"dependencies": {
46-
"@rsbuild/core": "2.0.0-rc.2",
46+
"@rsbuild/core": "2.0.0-rc.3",
4747
"rsbuild-plugin-dts": "workspace:*"
4848
},
4949
"devDependencies": {
@@ -57,7 +57,7 @@
5757
"path-serializer": "0.6.0",
5858
"prebundle": "1.6.4",
5959
"rsbuild-plugin-publint": "^0.3.4",
60-
"rslib": "npm:@rslib/core@0.21.0",
60+
"rslib": "npm:@rslib/core@0.21.1",
6161
"rslog": "^2.1.1",
6262
"tinyglobby": "^0.2.16",
6363
"tsconfck": "3.1.6",

packages/create-rslib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/node": "^24.12.2",
3838
"fs-extra": "^11.3.4",
3939
"rsbuild-plugin-publint": "^0.3.4",
40-
"rslib": "npm:@rslib/core@0.21.0",
40+
"rslib": "npm:@rslib/core@0.21.1",
4141
"tsx": "^4.21.0",
4242
"typescript": "^6.0.2"
4343
},

packages/create-rslib/template-rstest/react-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"@rstest/core": "^0.9.7",
99
"@testing-library/jest-dom": "^6.9.1",
1010
"@testing-library/react": "^16.3.2",
11-
"happy-dom": "^20.8.9"
11+
"happy-dom": "^20.9.0"
1212
}
1313
}

packages/create-rslib/template-rstest/react-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"@rstest/core": "^0.9.7",
99
"@testing-library/jest-dom": "^6.9.1",
1010
"@testing-library/react": "^16.3.2",
11-
"happy-dom": "^20.8.9"
11+
"happy-dom": "^20.9.0"
1212
}
1313
}

packages/create-rslib/template-rstest/vue-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"@testing-library/jest-dom": "^6.9.1",
1010
"@testing-library/vue": "^8.1.0",
1111
"@vue/test-utils": "^2.4.6",
12-
"happy-dom": "^20.8.9"
12+
"happy-dom": "^20.9.0"
1313
}
1414
}

0 commit comments

Comments
 (0)