Skip to content

Commit f192664

Browse files
fix(deps): update all non-major dependencies (#108)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: neverland <chenjiahan.jait@bytedance.com>
1 parent 858c218 commit f192664

5 files changed

Lines changed: 1399 additions & 1293 deletions

File tree

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
extends: ['config:base', 'schedule:monthly', 'group:allNonMajor'],
77
rangeStrategy: 'bump',
88
packageRules: [{ depTypeList: ['peerDependencies'], enabled: false }],
9-
ignoreDeps: ['puppeteer', "@rspack/core", "@rspack/cli"],
9+
ignoreDeps: ['puppeteer', "@rspack/core", "@rspack/cli", "@rsbuild/core"],
1010
}

cases/ui-components/benchmark-config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ export const config = {
33
'rspack',
44
'rsbuild',
55
'vite',
6-
'rolldown',
6+
// Failed to bundle CSS
7+
// 'rolldown',
78
'webpack',
89
'esbuild',
910
'farm',

cases/ui-components/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
"build:esbuild": "cross-env NODE_ENV=production node esbuild.mjs"
1313
},
1414
"dependencies": {
15-
"@chakra-ui/react": "^3.33.0",
15+
"@chakra-ui/react": "^3.34.0",
1616
"@emotion/react": "^11.14.0",
1717
"@emotion/styled": "^11.14.1",
1818
"@fluentui/react": "^8.125.5",
1919
"@headlessui/react": "^2.2.9",
20-
"@mantine/core": "^8.3.15",
21-
"@mui/material": "^7.3.8",
22-
"antd": "^6.3.1",
23-
"element-plus": "^2.13.3",
20+
"@mantine/core": "^8.3.16",
21+
"@mui/material": "^7.3.9",
22+
"antd": "^6.3.2",
23+
"element-plus": "^2.13.5",
2424
"react": "^19.2.4",
2525
"react-bootstrap": "^2.10.10",
2626
"react-dom": "^19.2.4",
2727
"vant": "^4.9.22",
28-
"vue": "^3.5.29",
29-
"vuetify": "^4.0.0"
28+
"vue": "^3.5.30",
29+
"vuetify": "^4.0.1"
3030
},
3131
"browserslist": "Chrome >= 93"
3232
}

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"@farmfe/plugin-react": "^1.2.6",
1313
"@parcel/config-default": "^2.16.4",
1414
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.2",
15-
"@rsbuild/core": "2.0.0-beta.6",
15+
"@rsbuild/core": "2.0.0-beta.8",
1616
"@rsbuild/plugin-react": "^1.4.5",
17-
"@rsdoctor/rspack-plugin": "^1.5.2",
18-
"@rspack/cli": "2.0.0-beta.2",
19-
"@rspack/core": "2.0.0-beta.2",
17+
"@rsdoctor/rspack-plugin": "^1.5.3",
18+
"@rspack/cli": "2.0.0-beta.5",
19+
"@rspack/core": "2.0.0-beta.5",
2020
"@rspack/dev-server": "^1.2.1",
2121
"@rspack/plugin-react-refresh": "^1.6.1",
2222
"@swc/core": "^1.15.18",
2323
"@types/fs-extra": "^11.0.4",
24-
"@types/node": "^24.11.0",
24+
"@types/node": "^24.12.0",
2525
"@types/pidusage": "^2.0.5",
2626
"@types/react": "^19.2.14",
2727
"@types/react-dom": "^19.2.3",
@@ -32,29 +32,29 @@
3232
"css-minimizer-webpack-plugin": "^8.0.0",
3333
"esbuild": "^0.27.3",
3434
"fast-glob": "^3.3.3",
35-
"fs-extra": "^11.3.3",
35+
"fs-extra": "^11.3.4",
3636
"gzip-size": "^7.0.0",
3737
"html-webpack-plugin": "^5.6.6",
38-
"lightningcss": "^1.31.1",
38+
"lightningcss": "^1.32.0",
3939
"markdown-table": "^3.0.4",
4040
"parcel": "^2.16.4",
4141
"picocolors": "^1.1.1",
4242
"pidusage": "^4.0.1",
4343
"prettier": "^3.8.1",
4444
"puppeteer": "24.31.0",
4545
"react-refresh": "^0.18.0",
46-
"rolldown": "^1.0.0-rc.6",
47-
"rslog": "^2.0.0",
46+
"rolldown": "^1.0.0-rc.8",
47+
"rslog": "^2.0.1",
4848
"swc-loader": "^0.2.7",
49-
"terser-webpack-plugin": "^5.3.16",
49+
"terser-webpack-plugin": "^5.3.17",
5050
"tree-kill": "^1.2.2",
5151
"typescript": "^5.9.3",
52-
"vite": "^8.0.0-beta.16",
53-
"webpack": "^5.105.3",
52+
"vite": "^8.0.0-beta.18",
53+
"webpack": "^5.105.4",
5454
"webpack-cli": "^6.0.1",
5555
"webpack-dev-server": "^5.2.3"
5656
},
57-
"packageManager": "pnpm@10.30.3",
57+
"packageManager": "pnpm@10.32.0",
5858
"engines": {
5959
"node": ">=24.14.0"
6060
},

0 commit comments

Comments
 (0)