Skip to content

Commit

Permalink
chore(deps): update all patch dependencies (#4035)
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 Nov 21, 2024
1 parent 9002838 commit 3d3d5f5
Show file tree
Hide file tree
Showing 24 changed files with 164 additions and 195 deletions.
2 changes: 1 addition & 1 deletion e2e/cases/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "@e2e/svelte",
"version": "1.0.0",
"dependencies": {
"svelte": "^5.2.4"
"svelte": "^5.2.7"
},
"devDependencies": {
"less": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"svelte": "^5.2.4"
"svelte": "^5.2.7"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/cli": "^2.27.9",
"@changesets/cli": "^2.27.10",
"@rsbuild/config": "workspace:*",
"@scripts/test-helper": "workspace:*",
"cross-env": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"prebundle": "prebundle"
},
"dependencies": {
"@rspack/core": "~1.1.2",
"@rspack/core": "~1.1.3",
"@rspack/lite-tapable": "~1.0.1",
"@swc/helpers": "^0.5.15",
"core-js": "~3.39.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.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.3"
"@rsbuild/core": "^1.1.4"
}
}
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.3",
"@rsbuild/core": "^1.1.4",
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-preact-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preact": "^10.24.3"
},
"devDependencies": {
"@rsbuild/core": "^1.1.3",
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-preact": "^1.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preact": "^10.24.3"
},
"devDependencies": {
"@rsbuild/core": "^1.1.3",
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-preact": "^1.2.0",
"typescript": "^5.6.3"
}
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.1.3",
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-react": "^1.0.7"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-react-ts/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.1.3",
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-react": "^1.0.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
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.3"
},
"devDependencies": {
"@rsbuild/core": "^1.1.3",
"@rsbuild/core": "^1.1.4",
"@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.3",
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-babel": "^1.0.3",
"@rsbuild/plugin-solid": "^1.0.4",
"typescript": "^5.6.3"
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 @@ -8,10 +8,10 @@
"preview": "rsbuild preview"
},
"dependencies": {
"svelte": "^5.2.4"
"svelte": "^5.2.7"
},
"devDependencies": {
"@rsbuild/core": "^1.1.3",
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-svelte": "^1.0.5"
}
}
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 @@ -9,10 +9,10 @@
"svelte-check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"svelte": "^5.2.4"
"svelte": "^5.2.7"
},
"devDependencies": {
"@rsbuild/core": "^1.1.3",
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-svelte": "^1.0.5",
"svelte-check": "^4.0.9",
"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 @@ -8,10 +8,10 @@
"preview": "rsbuild preview"
},
"dependencies": {
"svelte": "^5.2.4"
"svelte": "^5.2.7"
},
"devDependencies": {
"@rsbuild/core": "^1.1.3",
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-svelte": "^1.0.5"
}
}
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 @@ -9,10 +9,10 @@
"svelte-check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"svelte": "^5.2.4"
"svelte": "^5.2.7"
},
"devDependencies": {
"@rsbuild/core": "^1.1.3",
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-svelte": "^1.0.5",
"svelte-check": "^4.0.9",
"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.1.3"
"@rsbuild/core": "^1.1.4"
}
}
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.3",
"@rsbuild/core": "^1.1.4",
"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.1.3",
"@rsbuild/core": "^1.1.4",
"@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.3",
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-vue2": "^1.0.2",
"typescript": "^5.6.3"
}
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.3",
"@rsbuild/core": "^1.1.4",
"@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.3",
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-vue": "^1.0.5",
"typescript": "^5.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@rslib/core": "0.1.0",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.9.1",
"svelte": "^5.2.4",
"svelte": "^5.2.7",
"typescript": "^5.6.3"
},
"peerDependencies": {
Expand Down
Loading

2 comments on commit 3d3d5f5

@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

@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.