Skip to content

Commit

Permalink
chore(deps): update all patch dependencies (#3775)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: neverland <[email protected]>
  • Loading branch information
renovate[bot] and chenjiahan authored Oct 21, 2024
1 parent 3f99286 commit b9ea977
Show file tree
Hide file tree
Showing 28 changed files with 358 additions and 429 deletions.
8 changes: 4 additions & 4 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"lodash": "^4.17.21",
"moment": "^2.30.1",
"preact": "^10.24.2",
"preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0",
Expand Down Expand Up @@ -38,10 +38,10 @@
"@rsbuild/plugin-vue": "workspace:*",
"@rsbuild/plugin-vue-jsx": "^1.0.1",
"@rsbuild/webpack": "workspace:*",
"@module-federation/rspack": "0.6.10",
"@module-federation/rspack": "0.6.11",
"@scripts/test-helper": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.10",
"@types/lodash": "^4.17.12",
"@types/node": "18.x",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
Expand All @@ -50,7 +50,7 @@
"fs-extra": "^11.2.0",
"playwright": "1.44.1",
"strip-ansi": "6.0.1",
"tailwindcss": "^3.4.13",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}
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.10",
"@module-federation/rspack": "0.6.11",
"@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.10",
"@module-federation/rspack": "0.6.11",
"@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.2"
"preact": "^10.24.3"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@
"package.json": "pnpm run check-dependency-version"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@biomejs/biome": "1.9.4",
"@changesets/cli": "^2.27.9",
"@modern-js/module-tools": "^2.60.3",
"@modern-js/module-tools": "^2.60.4",
"@rsbuild/config": "workspace:*",
"@rslib/core": "0.0.0-next-20241012061647",
"@scripts/test-helper": "workspace:*",
"check-dependency-version-consistency": "^4.1.0",
"cross-env": "^7.0.3",
"cspell-ban-words": "^0.0.4",
"nano-staged": "^0.8.0",
"nx": "^20.0.0",
"nx": "^20.0.3",
"prettier": "^3.3.3",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.6.3",
"vitest": "^2.1.2"
"vitest": "^2.1.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/compat/plugin-webpack-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"core-js": "~3.38.1",
"deepmerge": "^4.3.1",
"lodash": "^4.17.21",
"picocolors": "^1.1.0",
"picocolors": "^1.1.1",
"semver": "^7.6.3"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rsbuild/webpack": "workspace:*",
"@types/lodash": "^4.17.10",
"@types/lodash": "^4.17.12",
"@types/semver": "^7.5.8",
"typescript": "^5.6.3",
"webpack": "^5.95.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"copy-webpack-plugin": "11.0.0",
"mini-css-extract-plugin": "2.9.1",
"picocolors": "^1.1.0",
"picocolors": "^1.1.1",
"reduce-configs": "^1.0.0",
"tsconfig-paths-webpack-plugin": "4.1.0",
"webpack": "^5.95.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"mrmime": "^2.0.0",
"on-finished": "2.4.1",
"open": "^8.4.0",
"picocolors": "^1.1.0",
"picocolors": "^1.1.1",
"postcss": "^8.4.47",
"postcss-load-config": "6.0.1",
"postcss-loader": "8.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"start": "node ./dist/index.js"
},
"dependencies": {
"create-rstack": "1.0.6"
"create-rstack": "1.0.7"
},
"devDependencies": {
"@types/node": "18.x",
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.0.13"
"@rsbuild/core": "^1.0.16"
}
}
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.0.13",
"@rsbuild/core": "^1.0.16",
"typescript": "^5.6.3"
}
}
6 changes: 3 additions & 3 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.2"
"preact": "^10.24.3"
},
"devDependencies": {
"@rsbuild/core": "^1.0.13",
"@rsbuild/plugin-preact": "^1.0.2"
"@rsbuild/core": "^1.0.16",
"@rsbuild/plugin-preact": "^1.0.3"
}
}
6 changes: 3 additions & 3 deletions packages/create-rsbuild/template-preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"preview": "rsbuild preview"
},
"dependencies": {
"preact": "^10.24.2"
"preact": "^10.24.3"
},
"devDependencies": {
"@rsbuild/core": "^1.0.13",
"@rsbuild/plugin-preact": "^1.0.2",
"@rsbuild/core": "^1.0.16",
"@rsbuild/plugin-preact": "^1.0.3",
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions 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.13",
"@rsbuild/plugin-react": "^1.0.3"
"@rsbuild/core": "^1.0.16",
"@rsbuild/plugin-react": "^1.0.5"
}
}
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,8 +12,8 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.0.13",
"@rsbuild/plugin-react": "^1.0.3",
"@rsbuild/core": "^1.0.16",
"@rsbuild/plugin-react": "^1.0.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"typescript": "^5.6.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/create-rsbuild/template-solid-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"solid-js": "^1.9.2"
},
"devDependencies": {
"@rsbuild/core": "^1.0.13",
"@rsbuild/plugin-babel": "^1.0.1",
"@rsbuild/plugin-solid": "^1.0.2"
"@rsbuild/core": "^1.0.16",
"@rsbuild/plugin-babel": "^1.0.2",
"@rsbuild/plugin-solid": "^1.0.3"
}
}
6 changes: 3 additions & 3 deletions packages/create-rsbuild/template-solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"solid-js": "^1.9.2"
},
"devDependencies": {
"@rsbuild/core": "^1.0.13",
"@rsbuild/plugin-babel": "^1.0.1",
"@rsbuild/plugin-solid": "^1.0.2",
"@rsbuild/core": "^1.0.16",
"@rsbuild/plugin-babel": "^1.0.2",
"@rsbuild/plugin-solid": "^1.0.3",
"typescript": "^5.6.3"
}
}
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.0.3"
},
"devDependencies": {
"@rsbuild/core": "^1.0.13",
"@rsbuild/plugin-svelte": "^1.0.1"
"@rsbuild/core": "^1.0.16",
"@rsbuild/plugin-svelte": "^1.0.2"
}
}
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.0.3"
},
"devDependencies": {
"@rsbuild/core": "^1.0.13",
"@rsbuild/plugin-svelte": "^1.0.1",
"@rsbuild/core": "^1.0.16",
"@rsbuild/plugin-svelte": "^1.0.2",
"svelte-check": "^4.0.5",
"typescript": "^5.6.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-svelte4-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.13",
"@rsbuild/plugin-svelte": "^1.0.1"
"@rsbuild/core": "^1.0.16",
"@rsbuild/plugin-svelte": "^1.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-svelte4-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"svelte": "^4.2.19"
},
"devDependencies": {
"@rsbuild/core": "^1.0.13",
"@rsbuild/plugin-svelte": "^1.0.1",
"@rsbuild/core": "^1.0.16",
"@rsbuild/plugin-svelte": "^1.0.2",
"svelte-check": "^4.0.5",
"typescript": "^5.6.3"
}
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.13"
"@rsbuild/core": "^1.0.16"
}
}
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.13",
"@rsbuild/core": "^1.0.16",
"typescript": "^5.6.3"
}
}
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.13",
"@rsbuild/core": "^1.0.16",
"@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.13",
"@rsbuild/core": "^1.0.16",
"@rsbuild/plugin-vue2": "^1.0.1",
"typescript": "^5.6.3"
}
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 @@ -11,7 +11,7 @@
"vue": "^3.5.12"
},
"devDependencies": {
"@rsbuild/core": "^1.0.13",
"@rsbuild/plugin-vue": "^1.0.1"
"@rsbuild/core": "^1.0.16",
"@rsbuild/plugin-vue": "^1.0.2"
}
}
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 @@ -11,8 +11,8 @@
"vue": "^3.5.12"
},
"devDependencies": {
"@rsbuild/core": "^1.0.13",
"@rsbuild/plugin-vue": "^1.0.1",
"@rsbuild/core": "^1.0.16",
"@rsbuild/plugin-vue": "^1.0.2",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit b9ea977

Please sign in to comment.