-
-
Notifications
You must be signed in to change notification settings - Fork 517
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: update @bundled-es-modules/cookie
to 2.0.1
#2312
Conversation
const cookies: Record<string, string> = {} | ||
|
||
for (const cookieName in parsedCookies) { | ||
if (typeof parsedCookies[cookieName] !== 'undefined') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Account for [email protected]
annotating the parsing result as Record<string, string | undefined>
. Skip the cookies with undefined values.
I've opened a PR to the bundled cookie package to have release automation to release fixes faster. bundled-es-modules/cookie#4 |
cookie
directly@bundled-es-modules/cookie
to 2.0.1
The fix has been released in |
Released: v2.6.2 🎉This has been released in v2.6.2! Make sure to always update to the latest version ( Predictable release automation by @ossjs/release. |
cookie
package #2308Blockers
@bundled-es-modules/cookie
once Bump cookie dependency to ^0.7.1 bundled-es-modules/cookie#3 is released.