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

chore(deps): Bump fetch-retry from 4.1.1 to 5.0.3 #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 4, 2022

Bumps fetch-retry from 4.1.1 to 5.0.3.

Release notes

Sourced from fetch-retry's releases.

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! 🙏

Commits
  • f3e3e16 5.0.3
  • 93e70c8 dependency security updates
  • ce8300c 5.0.2
  • b6560ac fixes npm audit warning
  • 8c207ba Merge pull request #68 from jonbern/dependabot/npm_and_yarn/ajv-6.12.6
  • 21b1fa3 Merge pull request #67 from jonbern/dependabot/npm_and_yarn/pathval-1.1.1
  • d78acca Merge pull request #65 from pwambach/master
  • ae9bcb5 Merge pull request #69 from bamse16/master
  • f21f32f Replaced npm prepare step to fix fail to install
  • 618b446 Bump ajv from 6.12.2 to 6.12.6
  • 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)

Bumps [fetch-retry](https://github.com/jonbern/fetch-retry) from 4.1.1 to 5.0.3.
- [Release notes](https://github.com/jonbern/fetch-retry/releases)
- [Commits](jonbern/fetch-retry@4.1.1...5.0.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 4, 2022
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants