Skip to content

Commit aae5992

Browse files
chore: revert undici pin and upgrade (#9740)
aria-query --------- Co-authored-by: Simon H <[email protected]>
1 parent 69c1368 commit aae5992

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

.changeset/fuzzy-coats-pay.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sveltejs/kit': patch
3+
---
4+
5+
chore: revert undici pin and upgrade version

packages/kit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"set-cookie-parser": "^2.5.1",
2424
"sirv": "^2.0.2",
2525
"tiny-glob": "^0.2.9",
26-
"undici": "5.20.0"
26+
"undici": "~5.22.0"
2727
},
2828
"devDependencies": {
2929
"@playwright/test": "^1.29.2",

pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

renovate.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"ignoreDeps": [
1313
"esbuild",
1414
"rollup",
15-
"typescript",
16-
"undici"
15+
"typescript"
1716
],
1817
"ignorePaths": [
1918
"**/create-svelte/shared/**",

0 commit comments

Comments
 (0)