Skip to content

Commit

Permalink
⬆️ Bump axios-retry from 4.2.0 to 4.3.0 (#911)
Browse files Browse the repository at this point in the history
Bumps [axios-retry](https://github.com/softonic/axios-retry) from 4.2.0
to 4.3.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/softonic/axios-retry/blob/master/CHANGELOG.md">axios-retry's
changelog</a>.</em></p>
<blockquote>
<h2>[4.3.0] - 2024-05-20</h2>
<ul>
<li>added <code>validateResponse</code> callback to retry on custom
conditions</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/softonic/axios-retry/commit/703df66a4d56734fd6902d23ff08664b66fe0d78"><code>703df66</code></a>
New version: 4.3.0</li>
<li><a
href="https://github.com/softonic/axios-retry/commit/800027871251e1a21a70a2d68ffd6316a0e30069"><code>8000278</code></a>
update CHANGELOG</li>
<li><a
href="https://github.com/softonic/axios-retry/commit/c99880a74b5ddbe506e6567b29fbf33d95f16e34"><code>c99880a</code></a>
Merge pull request <a
href="https://redirect.github.com/softonic/axios-retry/issues/272">#272</a>
from obscurecat64/feat/retry-on-200-response</li>
<li><a
href="https://github.com/softonic/axios-retry/commit/e9e7d6ff431e5769a1037f067bdc36d2040719a9"><code>e9e7d6f</code></a>
Fix table error</li>
<li><a
href="https://github.com/softonic/axios-retry/commit/80a05a8566a814e25c62f7ecaa6a2a73489a149a"><code>80a05a8</code></a>
Update description; update readme</li>
<li><a
href="https://github.com/softonic/axios-retry/commit/e92f7dc43583568f2c14b153294ad92d503aef41"><code>e92f7dc</code></a>
Add test cases for validateResponse</li>
<li><a
href="https://github.com/softonic/axios-retry/commit/f25b5207f126ce05f6786b2ef77627b493ba1a7d"><code>f25b520</code></a>
Add validateResponse</li>
<li>See full diff in <a
href="https://github.com/softonic/axios-retry/compare/v4.2.0...v4.3.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=axios-retry&package-manager=npm_and_yarn&previous-version=4.2.0&new-version=4.3.0)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent 553345f commit 75589ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/serviceSearchClient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@aws-lambda-powertools/logger": "^2.1.1",
"axios": "^1.7.0",
"axios-retry": "^4.2.0"
"axios-retry": "^4.3.0"
},
"devDependencies": {
"@prescriptionsforpatients_common/testing": "^1.0.0",
Expand Down

0 comments on commit 75589ce

Please sign in to comment.