-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency fetch-retry to v6 #1893
Conversation
Quality Gate passedIssues Measures |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 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:
^5.0.1
->^6.0.0
^5.0.3
->^6.0.0
Release Notes
jonbern/fetch-retry (fetch-retry)
v6.0.0
: Permissive wrapping, fix global pollution and export typesCompare Source
Adds permissive wrapping of the
fetch
function while retaining the original typing of the wrapped library. This enables us to handle that there are slight variations betweenfetch
implementations in node.This change also removes the need for the triple-slash directive which polluted the global namespace with DOM typings. The new version also exports all the types defined in the library for good measure.
Many thanks to @alecmev for providing an excellent PR which made these changes possible.
v5.0.6
: Type definition of the defaults parameterCompare Source
Adds type definition for the
defaults
parameter in thefetchBuilder
function. Previously it was mistakenly typed asobject
which was not very helpful.Many thanks to @simeonborko for reporting the issue and providing the PR.
v5.0.5
: Fix type definition to support URL instanceCompare Source
Fixes a bug where URL instances could not be passed as the first argument to the wrapped fetch function.
Many thanks to @afmelsaidy for reporting the issue and providing a pull request.
v5.0.4
: Adds example on how to use with Node.js fetch and fixes failing testsCompare Source
Request
object.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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.