Closed renovate[bot] closed 2 weeks ago
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 1.x
releases. But if you manually upgrade to 1.x
then Renovate will re-enable minor
and patch
updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
^0.7.2
->^1.0.1
0.6.0
->1.0.0
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 - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 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.