Skip to content

Commit

Permalink
chore(deps): update all patch dependencies (#4200)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent d1ace72 commit bdfe3e8
Show file tree
Hide file tree
Showing 42 changed files with 338 additions and 336 deletions.
10 changes: 5 additions & 5 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"lodash": "^4.17.21",
"moment": "^2.30.1",
"preact": "^10.25.1",
"preact": "^10.25.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.0.2",
Expand Down Expand Up @@ -39,14 +39,14 @@
"@rsbuild/plugin-vue": "workspace:*",
"@rsbuild/plugin-vue-jsx": "^1.0.1",
"@rsbuild/webpack": "workspace:*",
"@module-federation/enhanced": "0.8.1",
"@module-federation/rsbuild-plugin": "0.8.1",
"@module-federation/enhanced": "0.8.4",
"@module-federation/rsbuild-plugin": "0.8.4",
"@scripts/test-helper": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/react-dom": "^19.0.2",
"create-rsbuild": "workspace:*",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/module-federation-v2/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@module-federation/enhanced": "0.8.1",
"@module-federation/rsbuild-plugin": "0.8.1",
"@module-federation/enhanced": "0.8.4",
"@module-federation/rsbuild-plugin": "0.8.4",
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-react": "workspace:*"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/module-federation-v2/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@module-federation/enhanced": "0.8.1",
"@module-federation/rsbuild-plugin": "0.8.1",
"@module-federation/enhanced": "0.8.4",
"@module-federation/rsbuild-plugin": "0.8.4",
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-react": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"preact": "^10.25.1"
"preact": "^10.25.2"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-react": "workspace:*",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"cross-env": "^7.0.3",
"cspell-ban-words": "^0.0.4",
"nano-staged": "^0.8.0",
"nx": "^20.2.1",
"nx": "^20.2.2",
"prettier": "^3.4.2",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/plugin-webpack-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rsbuild/webpack": "workspace:*",
"@rslib/core": "0.1.3",
"@rslib/core": "0.1.4",
"@types/lodash": "^4.17.13",
"@types/semver": "^7.5.8",
"typescript": "^5.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/compat/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.1.3",
"@rslib/core": "0.1.4",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"ansi-escapes": "4.3.2",
"cli-truncate": "2.1.0",
"patch-console": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"core-js": "~3.39.0"
},
"devDependencies": {
"@rslib/core": "0.1.3",
"@rslib/core": "0.1.4",
"@types/connect": "3.4.38",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/on-finished": "2.3.4",
"@types/webpack-bundle-analyzer": "4.7.0",
"@types/ws": "^8.5.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"create-rstack": "1.0.9"
},
"devDependencies": {
"@rslib/core": "0.1.3",
"@types/node": "^22.10.1",
"@rslib/core": "0.1.4",
"@types/node": "^22.10.2",
"typescript": "^5.7.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-lit-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"lit": "^3.2.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.9"
"@rsbuild/core": "^1.1.10"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-lit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lit": "^3.2.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.9",
"@rsbuild/core": "^1.1.10",
"typescript": "^5.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-preact-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"preview": "rsbuild preview"
},
"dependencies": {
"preact": "^10.25.1"
"preact": "^10.25.2"
},
"devDependencies": {
"@rsbuild/core": "^1.1.9",
"@rsbuild/core": "^1.1.10",
"@rsbuild/plugin-preact": "^1.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"preview": "rsbuild preview"
},
"dependencies": {
"preact": "^10.25.1"
"preact": "^10.25.2"
},
"devDependencies": {
"@rsbuild/core": "^1.1.9",
"@rsbuild/core": "^1.1.10",
"@rsbuild/plugin-preact": "^1.2.0",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-react-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@rsbuild/core": "^1.1.9",
"@rsbuild/core": "^1.1.10",
"@rsbuild/plugin-react": "^1.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@rsbuild/core": "^1.1.9",
"@rsbuild/core": "^1.1.10",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-solid-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"solid-js": "^1.9.3"
},
"devDependencies": {
"@rsbuild/core": "^1.1.9",
"@rsbuild/core": "^1.1.10",
"@rsbuild/plugin-babel": "^1.0.3",
"@rsbuild/plugin-solid": "^1.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"solid-js": "^1.9.3"
},
"devDependencies": {
"@rsbuild/core": "^1.1.9",
"@rsbuild/core": "^1.1.10",
"@rsbuild/plugin-babel": "^1.0.3",
"@rsbuild/plugin-solid": "^1.0.4",
"typescript": "^5.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-svelte-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"svelte": "^5.14.0"
},
"devDependencies": {
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-svelte": "^1.0.5"
"@rsbuild/core": "^1.1.10",
"@rsbuild/plugin-svelte": "^1.0.6"
}
}
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"svelte": "^5.14.0"
},
"devDependencies": {
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-svelte": "^1.0.5",
"@rsbuild/core": "^1.1.10",
"@rsbuild/plugin-svelte": "^1.0.6",
"svelte-check": "^4.1.1",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vanilla-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"preview": "rsbuild preview"
},
"devDependencies": {
"@rsbuild/core": "^1.1.9"
"@rsbuild/core": "^1.1.10"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"devDependencies": {
"@rsbuild/core": "^1.1.9",
"@rsbuild/core": "^1.1.10",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vue2-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^2.7.16"
},
"devDependencies": {
"@rsbuild/core": "^1.1.9",
"@rsbuild/core": "^1.1.10",
"@rsbuild/plugin-vue2": "^1.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vue2-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^2.7.16"
},
"devDependencies": {
"@rsbuild/core": "^1.1.9",
"@rsbuild/core": "^1.1.10",
"@rsbuild/plugin-vue2": "^1.0.2",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vue3-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@rsbuild/core": "^1.1.9",
"@rsbuild/core": "^1.1.10",
"@rsbuild/plugin-vue": "^1.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vue3-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@rsbuild/core": "^1.1.9",
"@rsbuild/core": "^1.1.10",
"@rsbuild/plugin-vue": "^1.0.5",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-assets-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.1.3",
"@rslib/core": "0.1.4",
"@types/serialize-javascript": "^5.0.4",
"serialize-javascript": "^6.0.2",
"terser": "5.37.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.1.3",
"@rslib/core": "0.1.4",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"babel-loader": "9.2.1",
"prebundle": "1.2.5",
"typescript": "^5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.1.3",
"@rslib/core": "0.1.4",
"@scripts/test-helper": "workspace:*",
"@types/less": "^3.0.7",
"less": "^4.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.1.3",
"@types/node": "^22.10.1",
"preact": "^10.25.1",
"@rslib/core": "0.1.4",
"@types/node": "^22.10.2",
"preact": "^10.25.2",
"typescript": "^5.7.2"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"dev": "rslib build --watch"
},
"dependencies": {
"@rspack/plugin-react-refresh": "~1.0.0",
"@rspack/plugin-react-refresh": "~1.0.1",
"react-refresh": "^0.16.0"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.1.3",
"@rslib/core": "0.1.4",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"typescript": "^5.7.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.1.3",
"@rslib/core": "0.1.4",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/sass-loader": "^8.0.9",
"prebundle": "1.2.5",
"resolve-url-loader": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.1.3",
"@rslib/core": "0.1.4",
"@scripts/test-helper": "workspace:*",
"@types/babel__core": "^7.20.5",
"typescript": "^5.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-stylus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.1.3",
"@rslib/core": "0.1.4",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"typescript": "^5.7.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.1.3",
"@rslib/core": "0.1.4",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"svelte": "^5.14.0",
"typescript": "^5.7.2"
},
Expand Down
Loading

1 comment on commit bdfe3e8

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs ❌ failure
plugins ✅ success
rspress ✅ success
rslib ✅ success
examples ✅ success

Please sign in to comment.