Skip to content
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

Bump fetch-retry from 3.2.3 to 5.0.4 #29

Merged
merged 1 commit into from
Mar 21, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

Bumps fetch-retry from 3.2.3 to 5.0.4.

Release notes

Sourced from fetch-retry's releases.

Adds example on how to use with Node.js fetch and fixes failing tests

  • Adds an example on how to use with Node.js fetch API which became available in version 18.
  • Fixes failing tests when running Node.js version 18, which failed due to using an older version of node-fetch, resulting in having multiple versions of the Request object.

Security updates: minimist

Updated dependencies and fixed security issues reported in dependencies, most notably minimist.

Bug fixes and security fixes

  • @​pwambach fixed an issue where typescript definition no longer was valid. The fix was to use a default export instead.
  • @​bamse16 fixed an issue where npm install for production and ci would fail due to husky being defined as a dev dependency
  • Security fixes, including a high severity issue for node-fetch.

Thanks for all the contributions, and apologies for taking a long time to merge the fixes.

Bug fix for node environment

Fixes a bug (#63) introduced in version 5.0.0 where support for the Request argument was added. The initial implementation introduced a runtime error for the node environment.

Many thanks to @​paulrosania for reporting the issue, and to @​knotthere for creating a PR with the suggested fix.

Improvements and bug fix

This release includes a bundle of improvements and a bug fix. Due to the renaming of the IRequestInitWithRetry interface, I have created a new major release to attempt to mitigate any potential breaking changes.

Included in this release:

  • Rename IRequestInitWithRetry to RequestInitWithRetry and export the interface (@​christophehurpeau)
  • Use rollup.js to support UMD builds (@​dwiyatci)
  • Adding support for Request argument (@​knotthere)
  • Added integration tests for Request argument and URL type (@​jonbern)
  • Added husky pre-commit script to build project and run tests (@​jonbern)
  • Upgrade dependencies to fix security warnings

Many thanks for all the contributions for improving this project. It is greatly appreciated! 🙏

Update dependencies to fix security warnings

No release notes provided.

Adds support for async retryOn function

This version adds support for async retryOn functions, which enhances the capabilities of the custom retry functionality.

Many thanks to the community for providing the feature request, and especially @​x3cion and @​deefactorial for providing the PRs.

Clean up in package-lock.json and package.json

Thanks to @​ptolemybarnes for providing the clean up PR, and for bringing up the issue.

No production dependencies

Removes the es6-promise polyfill dependency and requires the client to polyfill this API in order to support Internet Explorer.

This makes fetch-retry free of any production dependencies.

Thanks for @​CharlesKuncheria and @​ptolemybarnes for the suggestion and valuable input.

Commits
  • f375c70 5.0.4
  • 72b5a5c adds build status badge (GitHub actions)
  • 2ed3d78 Merge pull request #83 from jonbern/feat/node_native_fetch
  • 83e6073 Merge branch 'master' into feat/node_native_fetch
  • a3aea6e Update node.js.yml
  • 8e799d3 attempt to fix build
  • ffe4a80 fixes tests for node 18, updates deps, adds native node example
  • 78b2e78 Create node.js.yml
  • f3e3e16 5.0.3
  • 93e70c8 dependency security updates
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 27, 2023
@codecov
Copy link

codecov bot commented Feb 27, 2023

Codecov Report

Merging #29 (1c8b0c2) into master (be3d51a) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master       #29   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          134       134           
  Branches        30        30           
=========================================
  Hits           134       134           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fetch-retry-5.0.4 branch 3 times, most recently from 46f0e21 to 637a9ab Compare March 21, 2023 10:07
Bumps [fetch-retry](https://github.com/jonbern/fetch-retry) from 3.2.3 to 5.0.4.
- [Release notes](https://github.com/jonbern/fetch-retry/releases)
- [Commits](jonbern/fetch-retry@3.2.3...5.0.4)

---
updated-dependencies:
- dependency-name: fetch-retry
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fetch-retry-5.0.4 branch from 637a9ab to 1c8b0c2 Compare March 21, 2023 10:14
@shazron shazron merged commit ae5c1ba into master Mar 21, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/fetch-retry-5.0.4 branch March 21, 2023 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant