logto-io / js

πŸ€“ Logto JS SDKs.
https://docs.logto.io/quick-starts/
MIT License
68 stars 40 forks source link

fix(deps): update dependency cookie to v1 #826

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cookie ^0.7.0 -> ^1.0.0 age adoption passing confidence

Release Notes

jshttp/cookie (cookie) ### [`v1.0.1`](https://redirect.github.com/jshttp/cookie/compare/v1.0.0...ba9e6775ad28e6fd4e88c27aadee93cf2b0d7a1d) [Compare Source](https://redirect.github.com/jshttp/cookie/compare/v1.0.0...v1.0.1) ### [`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) ### [`v0.7.2`](https://redirect.github.com/jshttp/cookie/compare/v0.7.1...d19eaa1a2bb9ca43ac0951edd852ba4e88e410e0) [Compare Source](https://redirect.github.com/jshttp/cookie/compare/v0.7.1...v0.7.2) ### [`v0.7.1`](https://redirect.github.com/jshttp/cookie/releases/tag/v0.7.1): 0.7.1 [Compare Source](https://redirect.github.com/jshttp/cookie/compare/v0.7.0...v0.7.1) **Fixed** - Allow leading dot for domain ([#​174](https://redirect.github.com/jshttp/cookie/issues/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](https://redirect.github.com/jshttp/cookie/issues/172))

Configuration

πŸ“… Schedule: 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.



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