Closed renovate[bot] closed 1 month ago
This PR will trigger a patch release when merged.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
dabcb51
) to head (ad1d249
). Report is 3 commits behind head on 5.x.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:tada: This PR is included in version 5.13.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This PR contains the following updates:
0.7.2
->1.0.1
Release Notes
jshttp/cookie (cookie)
### [`v1.0.1`](https://redirect.github.com/jshttp/cookie/releases/tag/v1.0.1) [Compare Source](https://redirect.github.com/jshttp/cookie/compare/v1.0.0...v1.0.1) **Added** - Allow case insensitive options ([#194](https://redirect.github.com/jshttp/cookie/issues/194)) [`3bed080`](https://redirect.github.com/jshttp/cookie/commit/3bed080) ### [`v1.0.0`](https://redirect.github.com/jshttp/cookie/releases/tag/v1.0.0) [Compare Source](https://redirect.github.com/jshttp/cookie/compare/v0.7.2...v1.0.0) **Breaking changes** - Use modern JS features, ship TypeScript definition ([#175](https://redirect.github.com/jshttp/cookie/issues/175)) [`1cc64ff`](https://redirect.github.com/jshttp/cookie/commit/1cc64ff) - 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`) - Delegate quote parsing to `decode` ([#180](https://redirect.github.com/jshttp/cookie/issues/180)) [`c4a2597`](https://redirect.github.com/jshttp/cookie/commit/c4a2597) - Shift try/catch to decode ([#179](https://redirect.github.com/jshttp/cookie/issues/179)) [`93a5b97`](https://redirect.github.com/jshttp/cookie/commit/93a5b97) - Improve arg/option error messages ([#162](https://redirect.github.com/jshttp/cookie/issues/162)) [`e206fd5`](https://redirect.github.com/jshttp/cookie/commit/e206fd5) [@MaoShizhong](https://redirect.github.com/MaoShizhong) **Other** - Remove `hasOwnProperty`, use `undefined` check for performance ([#183](https://redirect.github.com/jshttp/cookie/issues/183)) [`8f3ee9e`](https://redirect.github.com/jshttp/cookie/commit/8f3ee9e) [@gurgunday](https://redirect.github.com/gurgunday)Configuration
📅 Schedule: Branch creation - "after 2pm on Monday" in timezone Europe/Zurich, 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.
This PR was generated by Mend Renovate. View the repository job log.