fix(deps): update dependency ketting to v6.2.0 #36
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.0.4
->6.2.0
Release Notes
badgateway/ketting (ketting)
v6.2.0
Compare Source
fetch-mw-oauth2
, which has a few new features: * Fixed a racecondition where two 401's in quick succession could result in two OAuth2
refresh requests, ultimately causing 1 to fail. * Preemptively refresh if we
know when the access token will expire.
v6.1.4
Compare Source
v6.1.3
Compare Source
getCache()
function to Resource, which allows a user to get thelatest Resource State in a synchronous manner.
fetch-mw-oauth2
dependency had a bug related to refreshing tokens. Thisrelease ships with a version without that bug.
v6.1.2
Compare Source
fetch-mw-oauth2
dependency, which adds anonAuthError
event.v6.1.0
Compare Source
experimental and could cause some minor BC breaks.
possible to introspect information such as the
target
,method
,contentType
, etc.State
objects, simplifiying these significantly.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 this update again.
This PR has been generated by Renovate Bot.