Skip to content

Commit e60c4ba

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

File tree

35 files changed

+905
-736
lines changed

35 files changed

+905
-736
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react-dom": "^19.1.1"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.17.1",
16-
"@rsbuild/core": "~1.4.14",
15+
"@module-federation/rsbuild-plugin": "^0.18.0",
16+
"@rsbuild/core": "~1.4.15",
1717
"@rsbuild/plugin-react": "^1.3.5",
1818
"@types/react": "^19.1.9",
1919
"@types/react-dom": "^19.1.7",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"storybook": "storybook dev -p 6006"
1919
},
2020
"devDependencies": {
21-
"@module-federation/enhanced": "^0.17.1",
22-
"@module-federation/rsbuild-plugin": "^0.17.1",
23-
"@module-federation/storybook-addon": "^4.0.23",
21+
"@module-federation/enhanced": "^0.18.0",
22+
"@module-federation/rsbuild-plugin": "^0.18.0",
23+
"@module-federation/storybook-addon": "^4.0.24",
2424
"@rsbuild/plugin-react": "^1.3.5",
2525
"@rslib/core": "workspace:*",
2626
"@types/react": "^19.1.9",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react-dom": "^19.1.1"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.17.1",
16-
"@rsbuild/core": "~1.4.14",
15+
"@module-federation/rsbuild-plugin": "^0.18.0",
16+
"@rsbuild/core": "~1.4.15",
1717
"@rsbuild/plugin-react": "^1.3.5",
1818
"@types/react": "^19.1.9",
1919
"@types/react-dom": "^19.1.7",

examples/preact-component-bundle-false/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@rsbuild/plugin-preact": "^1.5.2",
12-
"@rsbuild/plugin-sass": "^1.3.4",
12+
"@rsbuild/plugin-sass": "^1.3.5",
1313
"@rslib/core": "workspace:*",
1414
"preact": "^10.27.0"
1515
},

examples/react-component-bundle-false/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@rsbuild/plugin-react": "^1.3.5",
12-
"@rsbuild/plugin-sass": "^1.3.4",
12+
"@rsbuild/plugin-sass": "^1.3.5",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^19.1.9",
1515
"react": "^19.1.1"

examples/react-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@rsbuild/plugin-react": "^1.3.5",
12-
"@rsbuild/plugin-sass": "^1.3.4",
12+
"@rsbuild/plugin-sass": "^1.3.5",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^19.1.9",
1515
"react": "^19.1.1"

examples/react-component-umd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"devDependencies": {
1010
"@rsbuild/plugin-react": "^1.3.5",
11-
"@rsbuild/plugin-sass": "^1.3.4",
11+
"@rsbuild/plugin-sass": "^1.3.5",
1212
"@rslib/core": "workspace:*",
1313
"@types/react": "^19.1.9",
1414
"react": "^19.1.1"

examples/solid-component-bundle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
},
1212
"devDependencies": {
1313
"@rsbuild/plugin-babel": "^1.0.6",
14-
"@rsbuild/plugin-sass": "^1.3.4",
14+
"@rsbuild/plugin-sass": "^1.3.5",
1515
"@rsbuild/plugin-solid": "^1.0.6",
1616
"@rslib/core": "workspace:*",
17-
"solid-js": "^1.9.7",
17+
"solid-js": "^1.9.8",
1818
"typescript": "^5.9.2"
1919
},
2020
"peerDependencies": {

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,24 +41,24 @@
4141
"pnpm-lock.yaml": "pnpm dedupe --check"
4242
},
4343
"devDependencies": {
44-
"@biomejs/biome": "^2.1.3",
44+
"@biomejs/biome": "^2.1.4",
4545
"@changesets/cli": "^2.29.5",
46-
"@rslint/core": "^0.1.5",
47-
"@rstest/core": "0.1.1",
46+
"@rslint/core": "^0.1.7",
47+
"@rstest/core": "0.1.3",
4848
"@types/fs-extra": "^11.0.4",
49-
"@types/node": "^22.17.0",
49+
"@types/node": "^22.17.1",
5050
"check-dependency-version-consistency": "^5.0.1",
5151
"cross-env": "^10.0.0",
5252
"cspell-ban-words": "^0.0.4",
53-
"fs-extra": "^11.3.0",
53+
"fs-extra": "^11.3.1",
5454
"heading-case": "^1.0.0",
5555
"nano-staged": "^0.8.0",
5656
"nx": "^21.3.11",
5757
"prettier": "^3.6.2",
5858
"prettier-plugin-packagejson": "^2.5.19",
5959
"simple-git-hooks": "^2.13.1",
6060
"typescript": "^5.9.2",
61-
"zx": "^8.7.2"
61+
"zx": "^8.8.0"
6262
},
6363
"packageManager": "[email protected]",
6464
"engines": {

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,22 @@
4343
"type-check": "tsc --noEmit && tsc --noEmit -p tests"
4444
},
4545
"dependencies": {
46-
"@rsbuild/core": "~1.4.14",
46+
"@rsbuild/core": "~1.4.15",
4747
"rsbuild-plugin-dts": "workspace:*",
4848
"tinyglobby": "^0.2.14"
4949
},
5050
"devDependencies": {
51-
"@module-federation/rsbuild-plugin": "^0.17.1",
51+
"@module-federation/rsbuild-plugin": "^0.18.0",
5252
"@rslib/tsconfig": "workspace:*",
5353
"@types/fs-extra": "^11.0.4",
5454
"cac": "^6.7.14",
5555
"chokidar": "^4.0.3",
56-
"fs-extra": "^11.3.0",
56+
"fs-extra": "^11.3.1",
5757
"memfs": "^4.36.0",
5858
"picocolors": "1.1.1",
5959
"prebundle": "1.4.1",
6060
"rsbuild-plugin-publint": "^0.3.3",
61-
"rslib": "npm:@rslib/[email protected].1",
61+
"rslib": "npm:@rslib/[email protected].2",
6262
"rslog": "^1.2.11",
6363
"tsconfck": "3.1.6",
6464
"typescript": "^5.9.2"

0 commit comments

Comments
 (0)