passport-unique-token
passport-unique-token copied to clipboard
chore(deps): update dependency chai-passport-strategy to v3
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
chai-passport-strategy | ^1.0.1 -> ^3.0.0 |
Release Notes
jaredhanson/chai-passport-strategy
v3.0.0
Changed
- Callbacks invoked when the strategy under test calls an action function
(
success()
,fail()
,redirect()
,pass()
, orerror()
) have athis
context set to the request, rather than theTest
instance.
v2.0.0
Added
-
Test#finish
function, used to test strategies that end the response.
Changed
-
Test#req
renamed toTest#request
and now takes synchronous callbacks withfunction(req, res)
signature and asynchronous callbacks withfunction(req, res, cb)
signature to mimichttp.Server
request
event. - Callbacks invoked when the strategy under test calls an action function
(
success()
,fail()
,redirect()
,pass()
, orerror()
) have athis
context set to theTest
instance, rather than theStrategy
instance.
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 has been generated by Mend Renovate. View repository job log here.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠ Warning: custom changes will be lost.