fix(deps): update dependency cookie to v1#868
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
3 times, most recently
from
November 12, 2024 08:42
069a287 to
a208dcb
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
November 14, 2024 21:27
a208dcb to
d0244d1
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
November 21, 2024 01:50
d0244d1 to
15eaf84
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
November 21, 2024 20:11
15eaf84 to
2472743
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
November 25, 2024 06:14
2472743 to
548fcbf
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
November 26, 2024 03:25
548fcbf to
3350f0a
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
November 26, 2024 10:10
3350f0a to
0c010b6
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
November 26, 2024 16:30
0c010b6 to
ec37efc
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
November 27, 2024 04:32
ec37efc to
7d1852c
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
December 3, 2024 18:32
7d1852c to
64d5796
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
December 4, 2024 11:30
64d5796 to
909e92c
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
December 11, 2024 02:34
909e92c to
0d5a4b6
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
January 6, 2025 20:47
0d5a4b6 to
f2533be
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
January 23, 2025 22:33
e839168 to
3768a7f
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
January 26, 2025 08:38
3768a7f to
99abf31
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
February 1, 2025 01:24
99abf31 to
51ad4e6
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
February 21, 2025 19:54
51ad4e6 to
da1f987
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
February 21, 2025 22:49
da1f987 to
a3d172e
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
February 22, 2025 02:15
a3d172e to
df75576
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
February 22, 2025 07:01
df75576 to
c1fa932
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
February 22, 2025 10:04
c1fa932 to
814d888
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
February 22, 2025 13:29
814d888 to
2cc7070
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
March 4, 2025 03:09
2cc7070 to
3047e3c
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
March 4, 2025 07:16
3047e3c to
21d39b3
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
March 4, 2025 10:48
21d39b3 to
f72202a
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
March 4, 2025 15:56
f72202a to
46362e4
Compare
renovate
Bot
force-pushed
the
renovate/cookie-1.x
branch
from
March 4, 2025 19:53
46362e4 to
5b5ec3b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.7.2→^1.0.00.6.0→1.0.0Release Notes
jshttp/cookie (cookie)
v1.1.1Compare Source
Fixed
c66147cvaluewas provided inserialize(key, value, { value })the value inoptionswas used instead of the value passed as an argumentv1.1.0Compare Source
v1.0.2Compare Source
Fixed
options.priorityused incorrect fallback (#207) by @jonchurchAdded
v1.0.1Compare Source
Added
3bed080v1.0.0Compare Source
Breaking changes
1cc64ff__esModulemarker, imports need to useimport { parse, serialize }orimport * as cookieparsereturn valuestrictandpriorityto match the lower case strings (i.e.low, notLOWorLow)maxAgeto be an integer usingNumber.isIntegercheckdecodeoption (i.e. error handling and quote parsing is defined bydecode)decode(#180)c4a259793a5b97e206fd5@MaoShizhongOther
hasOwnProperty, useundefinedcheck for performance (#183)8f3ee9e@gurgundayConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.