Conversation
|
| - prettier-plugin-svelte | ||
| - svelte-check | ||
| - esm-env | ||
| - cookie@2.0.0 # TODO: remove this once it's been released long enough |
There was a problem hiding this comment.
Let's just wait a few hours or a day so we can get rid of this. It'll allow the preview docs to deploy too since it's currently erroring from this version being too new
Rich-Harris
left a comment
There was a problem hiding this comment.
approving for whenever we pass minimumReleaseAge
closes #16172
Bumps
cookiefrom v1 to v2 which is ESM-only and changes its method names and signature for serialising a set-cookie value https://github.com/jshttp/cookie/releases/tag/v2.0.0 but our lockfile still has cookie v1 because of some Netlify deps but we will get rid of that when we move to platform testsWe should make a decision if we want to change our methods to match the new
cookieAPI or leave it as isEDIT: we decided to stick to our current API in the June monthly meeting
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Tests
pnpm testand lint the project withpnpm lintandpnpm checkChangesets
pnpm changesetand following the prompts. Changesets that add features should beminorand those that fix bugs should bepatch. Please prefix changeset messages withfeat:,fix:, orchore:.Edits