-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: cookies() .set() reflect priority attribute into set-cookie #640
Conversation
🦋 Changeset detectedLatest commit: 6458788 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thanks, @renchris, could you run |
Okay, I ran the ---
'@edge-runtime/cookies': patch
---
fix cookies() .set() to reflect the priority attribute into set-cookie
|
It bumps Edge Runtime to include the latest fixes, such as: - vercel/edge-runtime#622 - vercel/edge-runtime#640 Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Closes vercel/next.js#56848
This PR provides the fix for cookies() .set() to reflect the priority attribute into set-cookie
RE: @balazsorban44's comment and request change on vercel/next.js#56850 Pull Request:
"Thanks for the PR, the @edge-runtime/cookies package is an upstream dependency, meaning it should be addressed there first, could you open these changes there, so we can bump the package here to incorporate it?
See https://github.com/vercel/edge-runtime/blob/main/packages/cookies/src/serialize.ts#L16"