Skip to content

Commit

Permalink
chore: revert cookie upgrade (#12767)
Browse files Browse the repository at this point in the history
reverts #12746 . The major contains a breaking change where : characters are no longer allowed in cookie names
  • Loading branch information
eltigerchino authored Oct 7, 2024
1 parent 2292170 commit 809983f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/tame-steaks-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

chore: revert update dependency cookie to ^0.7.0
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"type": "module",
"dependencies": {
"@types/cookie": "^0.6.0",
"cookie": "^0.7.0",
"cookie": "^0.6.0",
"devalue": "^5.1.0",
"esm-env": "^1.0.0",
"import-meta-resolve": "^4.1.0",
Expand Down
18 changes: 12 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 809983f

Please sign in to comment.