testnet
testnet copied to clipboard
fix(deps): update dependency iron-session to v8
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
iron-session | ^6.3.1 -> ^8.0.2 |
Release Notes
vvo/iron-session (iron-session)
v8.0.1
: 8.0.1
We've updated the types and examples for destroy from session.destroy() => Promise<void>
to session.destroy() => void
. Destroy is not asynchronous, it only removes the session cookie.
v8.0.0
⚠ BREAKING CHANGES
- rewrite (#574)
Features
Bug Fixes
- handle ttl and max-age properly in case of overriden options in save/destroy calls (3c00b13)
v7.0.6
v7.0.5
v7.0.4
v7.0.3
v7.0.2
v7.0.1
v7.0.0
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.