Skip to content

chore(deps): update dependency cookie to v1#204

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/cookie-1.x
Open

chore(deps): update dependency cookie to v1#204
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/cookie-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Oct 9, 2024

This PR contains the following updates:

Package Change Age Confidence
cookie ^0.5.0^1.1.1 age confidence

Release Notes

jshttp/cookie (cookie)

v1.1.1

Compare Source

Fixed

  • Overwrite value in passed in options (#​253) c66147c
    • When value was provided in serialize(key, value, { value }) the value in options was used instead of the value passed as an argument

v1.1.0

Compare Source

v1.0.2

Compare Source

Fixed

Added

v1.0.1

Compare Source

Added

v1.0.0

Compare Source

Breaking changes

  • Use modern JS features, ship TypeScript definition (#​175) 1cc64ff
    • Adds __esModule marker, imports need to use import { parse, serialize } or import * as cookie
  • Minimum node.js v18
  • Uses null prototype object for parse return value
  • Changes strict and priority to match the lower case strings (i.e. low, not LOW or Low)
  • Require maxAge to be an integer using Number.isInteger check
  • Delegates decode implementation details to decode option (i.e. error handling and quote parsing is defined by decode)
  • Improve arg/option error messages (#​162) e206fd5 @​MaoShizhong

Other

v0.7.2

Compare Source

Fixed

v0.7.1: 0.7.1

Compare Source

Fixed

  • Allow leading dot for domain (#​174)
    • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
  • Add fast path for serialize without options, use obj.hasOwnProperty when parsing (#​172)

v0.7.0: 0.7.0

Compare Source

v0.6.0: 0.6.0

Compare Source

  • Add partitioned option

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/cookie-1.x branch from 8efbd4a to 73ecee6 Compare October 11, 2024 19:10
@renovate renovate bot force-pushed the renovate/cookie-1.x branch from 73ecee6 to 1cfa094 Compare November 20, 2024 21:32
@renovate renovate bot force-pushed the renovate/cookie-1.x branch from 1cfa094 to c4c5b86 Compare November 26, 2025 05:15
@renovate renovate bot force-pushed the renovate/cookie-1.x branch from c4c5b86 to 6ca55de Compare November 26, 2025 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants