Skip to content

Commit

Permalink
chore(deps): bump axios-mock-adapter from 1.21.1 to 1.21.2 (#318)
Browse files Browse the repository at this point in the history
Bumps [axios-mock-adapter](https://github.com/ctimmerm/axios-mock-adapter) from 1.21.1 to 1.21.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/ctimmerm/axios-mock-adapter/releases">axios-mock-adapter's releases</a>.</em></p>
<blockquote>
<h2>v1.21.2</h2>
<ul>
<li>Use AxiosError constructor to create axios errors if available, this restores axios v0.27 compatibility (1d8373148413b63181ad7d98e64aac1d451292e9)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ctimmerm/axios-mock-adapter/commit/37a2875003155b8a7013563efb3e8090cd457b60"><code>37a2875</code></a> 1.21.2</li>
<li><a href="https://github.com/ctimmerm/axios-mock-adapter/commit/c0145ea200ef1198914a2cba034589a55ede15b8"><code>c0145ea</code></a> Update dependencies</li>
<li><a href="https://github.com/ctimmerm/axios-mock-adapter/commit/fcebe656d8d94ec80ea7aa1f370dc9f451296888"><code>fcebe65</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ctimmerm/axios-mock-adapter/issues/343">#343</a> from rstein/axios-error-constructor</li>
<li><a href="https://github.com/ctimmerm/axios-mock-adapter/commit/a0cdb0f1791b78995017922c26527d1dfdfd5549"><code>a0cdb0f</code></a> Change AxiosError creation to use AxiosError.from method</li>
<li><a href="https://github.com/ctimmerm/axios-mock-adapter/commit/1d8373148413b63181ad7d98e64aac1d451292e9"><code>1d83731</code></a> Use AxiosError constructor to create axios errors if available</li>
<li>See full diff in <a href="https://github.com/ctimmerm/axios-mock-adapter/compare/v1.21.1...v1.21.2">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=axios-mock-adapter&package-manager=npm_and_yarn&previous-version=1.21.1&new-version=1.21.2)](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>
  • Loading branch information
dependabot[bot] authored Aug 15, 2022
1 parent 7deffda commit d97c76d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/jest": "^27.4.1",
"@types/verror": "^1.10.6",
"@types/ws": "^7.4.7",
"axios-mock-adapter": "^1.21.1",
"axios-mock-adapter": "^1.21.2",
"del-cli": "^5.0.0",
"jest": "^27.5.1",
"jest-extended": "^3.0.2",
Expand Down

0 comments on commit d97c76d

Please sign in to comment.