Bump @adobe/node-fetch-retry from 1.1.2 to 2.0.0 in /desktop (#3034)
Summary: Bumps [adobe/node-fetch-retry](https://github.com/adobe/node-fetch-retry) from 1.1.2 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/adobe/node-fetch-retry/releases"><code>@adobe/node-fetch-retry</code>'s releases</a>.</em></p> <blockquote> <h2>v2.0.0</h2> <h1><a href="https://github.com/adobe/node-fetch-retry/compare/v1.1.3...v2.0.0">2.0.0</a> (2021-10-26)</h1> <h2>v1.1.3</h2> <h2><a href="https://github.com/adobe/node-fetch-retry/compare/v1.1.2...v1.1.3">1.1.3</a> (2021-10-22)</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="531f3e8553"><code>531f3e8</code></a> [ci skip] no-release: version number update</li> <li><a href="912281dd4e"><code>912281d</code></a> BREAKING-RELEASE: change default behavior so fetch-retry retries on FetchErro...</li> <li><a href="48755df4aa"><code>48755df</code></a> [ci skip] no-release: version number update</li> <li><a href="b650f7faa7"><code>b650f7f</code></a> BUGFIX-RELEASE: more robust handling of http errors to fix dep mod tests (<a href="https://github-redirect.dependabot.com/adobe/node-fetch-retry/issues/62">https://github.com/facebook/flipper/issues/62</a>)</li> <li>See full diff in <a href="https://github.com/adobe/node-fetch-retry/compare/v1.1.2...v2.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/3034 Reviewed By: nikoant Differential Revision: D32246964 Pulled By: mweststrate fbshipit-source-id: cdff2c86b6d3b284fbe5a7d1322156c3eda56170
This commit is contained in:
committed by
Facebook GitHub Bot
parent
90fe42f629
commit
fa915755b7
@@ -67,7 +67,7 @@
|
||||
"category": "facebook-intern",
|
||||
"description": "Mobile development tool",
|
||||
"devDependencies": {
|
||||
"@adobe/node-fetch-retry": "^1.1.2",
|
||||
"@adobe/node-fetch-retry": "^2.0.0",
|
||||
"@babel/code-frame": "^7.15.8",
|
||||
"@babel/eslint-parser": "^7.15.8",
|
||||
"@jest-runner/electron": "^3.0.1",
|
||||
|
||||
@@ -12,10 +12,10 @@
|
||||
resolved "https://registry.yarnpkg.com/7zip-bin/-/7zip-bin-5.1.1.tgz#9274ec7460652f9c632c59addf24efb1684ef876"
|
||||
integrity sha512-sAP4LldeWNz0lNzmTird3uWfFDWWTeg6V/MsmyyLR9X1idwKBWIgt/ZvinqQldJm3LecKEs1emkbquO6PCiLVQ==
|
||||
|
||||
"@adobe/node-fetch-retry@^1.1.2":
|
||||
version "1.1.2"
|
||||
resolved "https://registry.yarnpkg.com/@adobe/node-fetch-retry/-/node-fetch-retry-1.1.2.tgz#bf410dc82fe2f02d475dbfc6f3b9412314244249"
|
||||
integrity sha512-Fg57i/0otfuuL5wciBKMEd1NR6tz0sGSOx6nsF5+6QX6zI5kCOqnadj5i/28xWC4Y04Iby/yQ+AAFqtaGyBGwg==
|
||||
"@adobe/node-fetch-retry@^2.0.0":
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@adobe/node-fetch-retry/-/node-fetch-retry-2.0.0.tgz#760a042580f06c776442735c6d459c7feae5aaf7"
|
||||
integrity sha512-yqyY8yfHtVRMhy9JHiu9gVhnHVZfZRRTEWWinBGnSCLijLggslWdXsflOf80odzjRueQOzJl3/wbfzFeXpsNwA==
|
||||
dependencies:
|
||||
abort-controller "^3.0.0"
|
||||
node-fetch "^2.6.1"
|
||||
|
||||
Reference in New Issue
Block a user