Skip to content

Commit

Permalink
chore(deps): update all patch dependencies (#3643)
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 Oct 7, 2024
1 parent e5dcd41 commit 9d4059b
Show file tree
Hide file tree
Showing 32 changed files with 1,052 additions and 1,214 deletions.
2 changes: 1 addition & 1 deletion e2e/cases/babel/decorator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "@e2e/babel-decorator",
"version": "1.0.0",
"devDependencies": {
"@babel/preset-env": "^7.25.4"
"@babel/preset-env": "^7.25.7"
}
}
2 changes: 1 addition & 1 deletion e2e/cases/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "@e2e/vue3",
"version": "1.0.0",
"dependencies": {
"vue": "^3.5.10"
"vue": "^3.5.11"
}
}
10 changes: 5 additions & 5 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"dependencies": {
"lodash": "^4.17.21",
"moment": "^2.30.1",
"preact": "^10.24.1",
"preact": "^10.24.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
"solid-js": "^1.9.1",
"vue": "^3.5.10",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
Expand All @@ -38,12 +38,12 @@
"@rsbuild/plugin-vue": "workspace:*",
"@rsbuild/plugin-vue-jsx": "^1.0.1",
"@rsbuild/webpack": "workspace:*",
"@module-federation/rspack": "0.6.8",
"@module-federation/rspack": "0.6.9",
"@scripts/test-helper": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.9",
"@types/lodash": "^4.17.10",
"@types/node": "18.x",
"@types/react": "^18.3.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"create-rsbuild": "workspace:*",
"fast-glob": "^3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/module-federation-v2/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@module-federation/rspack": "0.6.8",
"@module-federation/rspack": "0.6.9",
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-react": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/module-federation-v2/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@module-federation/rspack": "0.6.8",
"@module-federation/rspack": "0.6.9",
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-react": "workspace:*"
}
Expand Down
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.24.1"
"preact": "^10.24.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 @@ -13,7 +13,7 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-react": "workspace:*",
"@types/react": "^18.3.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"typescript": "^5.6.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"svelte": "5.0.0-next.260"
"svelte": "5.0.0-next.262"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@changesets/cli": "^2.27.8",
"@changesets/cli": "^2.27.9",
"@modern-js/module-tools": "^2.60.2",
"@rsbuild/config": "workspace:*",
"@rslib/core": "0.0.8",
Expand All @@ -50,11 +50,11 @@
"cross-env": "^7.0.3",
"cspell-ban-words": "^0.0.4",
"nano-staged": "^0.8.0",
"nx": "^19.8.3",
"nx": "^19.8.4",
"prettier": "^3.3.3",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
"vitest": "^2.1.2"
},
"packageManager": "[email protected]",
"engines": {
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 @@ -38,7 +38,7 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rsbuild/webpack": "workspace:*",
"@types/lodash": "^4.17.9",
"@types/lodash": "^4.17.10",
"@types/semver": "^7.5.8",
"typescript": "^5.6.2",
"webpack": "^5.95.0"
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.0"
},
"devDependencies": {
"@rsbuild/core": "^1.0.9"
"@rsbuild/core": "^1.0.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.0"
},
"devDependencies": {
"@rsbuild/core": "^1.0.9",
"@rsbuild/core": "^1.0.10",
"typescript": "^5.6.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.24.1"
"preact": "^10.24.2"
},
"devDependencies": {
"@rsbuild/core": "^1.0.9",
"@rsbuild/core": "^1.0.10",
"@rsbuild/plugin-preact": "^1.0.2"
}
}
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.24.1"
"preact": "^10.24.2"
},
"devDependencies": {
"@rsbuild/core": "^1.0.9",
"@rsbuild/core": "^1.0.10",
"@rsbuild/plugin-preact": "^1.0.2",
"typescript": "^5.6.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": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.0.9",
"@rsbuild/core": "^1.0.10",
"@rsbuild/plugin-react": "^1.0.3"
}
}
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,9 +12,9 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.0.9",
"@rsbuild/core": "^1.0.10",
"@rsbuild/plugin-react": "^1.0.3",
"@types/react": "^18.3.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"typescript": "^5.6.2"
}
Expand Down
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.1"
},
"devDependencies": {
"@rsbuild/core": "^1.0.9",
"@rsbuild/core": "^1.0.10",
"@rsbuild/plugin-babel": "^1.0.1",
"@rsbuild/plugin-solid": "^1.0.2"
}
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.1"
},
"devDependencies": {
"@rsbuild/core": "^1.0.9",
"@rsbuild/core": "^1.0.10",
"@rsbuild/plugin-babel": "^1.0.1",
"@rsbuild/plugin-solid": "^1.0.2",
"typescript": "^5.6.2"
Expand Down
2 changes: 1 addition & 1 deletion 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": "^4.2.19"
},
"devDependencies": {
"@rsbuild/core": "^1.0.9",
"@rsbuild/core": "^1.0.10",
"@rsbuild/plugin-svelte": "^1.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"svelte": "^4.2.19"
},
"devDependencies": {
"@rsbuild/core": "^1.0.9",
"@rsbuild/core": "^1.0.10",
"@rsbuild/plugin-svelte": "^1.0.1",
"svelte-check": "^4.0.4",
"typescript": "^5.6.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.0.9"
"@rsbuild/core": "^1.0.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.0.9",
"@rsbuild/core": "^1.0.10",
"typescript": "^5.6.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.0.9",
"@rsbuild/core": "^1.0.10",
"@rsbuild/plugin-vue2": "^1.0.1"
}
}
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.0.9",
"@rsbuild/core": "^1.0.10",
"@rsbuild/plugin-vue2": "^1.0.1",
"typescript": "^5.6.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-vue3-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"preview": "rsbuild preview"
},
"dependencies": {
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"devDependencies": {
"@rsbuild/core": "^1.0.9",
"@rsbuild/core": "^1.0.10",
"@rsbuild/plugin-vue": "^1.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-vue3-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"preview": "rsbuild preview"
},
"dependencies": {
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"devDependencies": {
"@rsbuild/core": "^1.0.9",
"@rsbuild/core": "^1.0.10",
"@rsbuild/plugin-vue": "^1.0.1",
"typescript": "^5.6.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-assets-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"serialize-javascript": "^6.0.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/core": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@rsbuild/core": "workspace:*",
"@types/serialize-javascript": "^5.0.4",
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 @@ -29,9 +29,9 @@
"prebundle": "prebundle"
},
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@babel/plugin-proposal-decorators": "^7.25.7",
"@babel/plugin-transform-class-properties": "^7.25.4",
"@babel/plugin-transform-class-properties": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@types/babel__core": "^7.20.5",
"deepmerge": "^4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"typescript": "^5.6.2",
"vue": "^3.5.10",
"vue": "^3.5.11",
"webpack": "^5.95.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 9d4059b

Please sign in to comment.