Bump axios from 0.27.2 to 1.2.1 #349

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/axios-1.2.1 into master
dependabot[bot] commented 2022-12-06 11:03:50 +01:00 (Migrated from github.com)

Bumps axios from 0.27.2 to 1.2.1.

Release notes

Sourced from axios's releases.

v1.2.1

[1.2.1] - 2022-12-05

Changed

  • feat(exports): export mergeConfig #5151

Fixed

  • fix(CancelledError): include config #4922
  • fix(general): removing multiple/trailing/leading whitespace #5022
  • fix(headers): decompression for responses without Content-Length header #5306
  • fix(webWorker): exception to sending form data in web worker #5139

Refactors

  • refactor(types): AxiosProgressEvent.event type to any #5308
  • refactor(types): add missing types for static AxiosError.from method #4956

Chores

  • chore(docs): remove README link to non-existent upgrade guide #5307
  • chore(docs): typo in issue template name #5159

Contributors to this release

v1.2.0

[1.2.0] - 2022-11-10

Changed

  • changed: refactored module exports #5162
  • change: re-added support for loading Axios with require('axios').default #5225

Fixed

  • fix: improve AxiosHeaders class #5224
  • fix: TypeScript type definitions for commonjs #5196
  • fix: type definition of use method on AxiosInterceptorManager to match the the README #5071
  • fix: __dirname is not defined in the sandbox #5269
  • fix: AxiosError.toJSON method to avoid circular references #5247
  • fix: Z_BUF_ERROR when content-encoding is set but the response body is empty #5250

Refactors

  • refactor: allowing adapters to be loaded by name #5277

... (truncated)

Changelog

Sourced from axios's changelog.

[1.2.1] - 2022-12-05

Changed

  • feat(exports): export mergeConfig #5151

Fixed

  • fix(CancelledError): include config #4922
  • fix(general): removing multiple/trailing/leading whitespace #5022
  • fix(headers): decompression for responses without Content-Length header #5306
  • fix(webWorker): exception to sending form data in web worker #5139

Refactors

  • refactor(types): AxiosProgressEvent.event type to any #5308
  • refactor(types): add missing types for static AxiosError.from method #4956

Chores

  • chore(docs): remove README link to non-existent upgrade guide #5307
  • chore(docs): typo in issue template name #5159

Contributors to this release

[1.2.0] - 2022-11-10

Changed

  • changed: refactored module exports #5162
  • change: re-added support for loading Axios with require('axios').default #5225

Fixed

  • fix: improve AxiosHeaders class #5224
  • fix: TypeScript type definitions for commonjs #5196
  • fix: type definition of use method on AxiosInterceptorManager to match the the README #5071
  • fix: __dirname is not defined in the sandbox #5269
  • fix: AxiosError.toJSON method to avoid circular references #5247
  • fix: Z_BUF_ERROR when content-encoding is set but the response body is empty #5250

Refactors

  • refactor: allowing adapters to be loaded by name #5277

Chores

... (truncated)

Commits
  • 981265d chore: release notes
  • 1fd79d3 chore: release 1.2.1
  • a6efeaf Change AxiosProgressEvent.event type to any; (#5308)
  • 6d367b9 docs: remove README link to non-existent upgrade guide (#5307)
  • 2687460 feat: export mergeConfig (#5151)
  • 6f59cdb refactor: add missing types for static AxiosError.from method (#4956)
  • e1a4efe Fix typo in issue template name (#5159)
  • e3d7594 fix: exception to sending formdata in webworker (#5139)
  • 9041c7d Fixed decompression for responses without Content-Length header (#5306)
  • 786b113 fix: removing multiple/trailing/leading whitespaces (#5022)
  • 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 [axios](https://github.com/axios/axios) from 0.27.2 to 1.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>v1.2.1</h2> <h2>[1.2.1] - 2022-12-05</h2> <h3>Changed</h3> <ul> <li>feat(exports): export mergeConfig <a href="https://github-redirect.dependabot.com/axios/axios/pull/5151">#5151</a></li> </ul> <h3>Fixed</h3> <ul> <li>fix(CancelledError): include config <a href="https://github-redirect.dependabot.com/axios/axios/pull/4922">#4922</a></li> <li>fix(general): removing multiple/trailing/leading whitespace <a href="https://github-redirect.dependabot.com/axios/axios/pull/5022">#5022</a></li> <li>fix(headers): decompression for responses without Content-Length header <a href="https://github-redirect.dependabot.com/axios/axios/pull/5306">#5306</a></li> <li>fix(webWorker): exception to sending form data in web worker <a href="https://github-redirect.dependabot.com/axios/axios/pull/5139">#5139</a></li> </ul> <h3>Refactors</h3> <ul> <li>refactor(types): AxiosProgressEvent.event type to any <a href="https://github-redirect.dependabot.com/axios/axios/pull/5308">#5308</a></li> <li>refactor(types): add missing types for static AxiosError.from method <a href="https://github-redirect.dependabot.com/axios/axios/pull/4956">#4956</a></li> </ul> <h3>Chores</h3> <ul> <li>chore(docs): remove README link to non-existent upgrade guide <a href="https://github-redirect.dependabot.com/axios/axios/pull/5307">#5307</a></li> <li>chore(docs): typo in issue template name <a href="https://github-redirect.dependabot.com/axios/axios/pull/5159">#5159</a></li> </ul> <h3>Contributors to this release</h3> <ul> <li><a href="https://github.com/DigitalBrainJS">Dmitriy Mozgovoy</a></li> <li><a href="https://github.com/zachlysobey">Zachary Lysobey</a></li> <li><a href="https://github.com/kevincennis">Kevin Ennis</a></li> <li><a href="https://github.com/phloose">Philipp Loose</a></li> <li><a href="https://github.com/secondl1ght">secondl1ght</a></li> <li><a href="https://github.com/0x30">wenzheng</a></li> <li><a href="https://github.com/ovarn">Ivan Barsukov</a></li> <li><a href="https://github.com/arthurfiorette">Arthur Fiorette</a></li> </ul> <h2>v1.2.0</h2> <h2>[1.2.0] - 2022-11-10</h2> <h3>Changed</h3> <ul> <li>changed: refactored module exports <a href="https://github-redirect.dependabot.com/axios/axios/pull/5162">#5162</a></li> <li>change: re-added support for loading Axios with require('axios').default <a href="https://github-redirect.dependabot.com/axios/axios/pull/5225">#5225</a></li> </ul> <h3>Fixed</h3> <ul> <li>fix: improve AxiosHeaders class <a href="https://github-redirect.dependabot.com/axios/axios/pull/5224">#5224</a></li> <li>fix: TypeScript type definitions for commonjs <a href="https://github-redirect.dependabot.com/axios/axios/pull/5196">#5196</a></li> <li>fix: type definition of use method on AxiosInterceptorManager to match the the README <a href="https://github-redirect.dependabot.com/axios/axios/pull/5071">#5071</a></li> <li>fix: __dirname is not defined in the sandbox <a href="https://github-redirect.dependabot.com/axios/axios/pull/5269">#5269</a></li> <li>fix: AxiosError.toJSON method to avoid circular references <a href="https://github-redirect.dependabot.com/axios/axios/pull/5247">#5247</a></li> <li>fix: Z_BUF_ERROR when content-encoding is set but the response body is empty <a href="https://github-redirect.dependabot.com/axios/axios/pull/5250">#5250</a></li> </ul> <h3>Refactors</h3> <ul> <li>refactor: allowing adapters to be loaded by name <a href="https://github-redirect.dependabot.com/axios/axios/pull/5277">#5277</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h2>[1.2.1] - 2022-12-05</h2> <h3>Changed</h3> <ul> <li>feat(exports): export mergeConfig <a href="https://github-redirect.dependabot.com/axios/axios/pull/5151">#5151</a></li> </ul> <h3>Fixed</h3> <ul> <li>fix(CancelledError): include config <a href="https://github-redirect.dependabot.com/axios/axios/pull/4922">#4922</a></li> <li>fix(general): removing multiple/trailing/leading whitespace <a href="https://github-redirect.dependabot.com/axios/axios/pull/5022">#5022</a></li> <li>fix(headers): decompression for responses without Content-Length header <a href="https://github-redirect.dependabot.com/axios/axios/pull/5306">#5306</a></li> <li>fix(webWorker): exception to sending form data in web worker <a href="https://github-redirect.dependabot.com/axios/axios/pull/5139">#5139</a></li> </ul> <h3>Refactors</h3> <ul> <li>refactor(types): AxiosProgressEvent.event type to any <a href="https://github-redirect.dependabot.com/axios/axios/pull/5308">#5308</a></li> <li>refactor(types): add missing types for static AxiosError.from method <a href="https://github-redirect.dependabot.com/axios/axios/pull/4956">#4956</a></li> </ul> <h3>Chores</h3> <ul> <li>chore(docs): remove README link to non-existent upgrade guide <a href="https://github-redirect.dependabot.com/axios/axios/pull/5307">#5307</a></li> <li>chore(docs): typo in issue template name <a href="https://github-redirect.dependabot.com/axios/axios/pull/5159">#5159</a></li> </ul> <h3>Contributors to this release</h3> <ul> <li><a href="https://github.com/DigitalBrainJS">Dmitriy Mozgovoy</a></li> <li><a href="https://github.com/zachlysobey">Zachary Lysobey</a></li> <li><a href="https://github.com/kevincennis">Kevin Ennis</a></li> <li><a href="https://github.com/phloose">Philipp Loose</a></li> <li><a href="https://github.com/secondl1ght">secondl1ght</a></li> <li><a href="https://github.com/0x30">wenzheng</a></li> <li><a href="https://github.com/ovarn">Ivan Barsukov</a></li> <li><a href="https://github.com/arthurfiorette">Arthur Fiorette</a></li> </ul> <h2>[1.2.0] - 2022-11-10</h2> <h3>Changed</h3> <ul> <li>changed: refactored module exports <a href="https://github-redirect.dependabot.com/axios/axios/pull/5162">#5162</a></li> <li>change: re-added support for loading Axios with require('axios').default <a href="https://github-redirect.dependabot.com/axios/axios/pull/5225">#5225</a></li> </ul> <h3>Fixed</h3> <ul> <li>fix: improve AxiosHeaders class <a href="https://github-redirect.dependabot.com/axios/axios/pull/5224">#5224</a></li> <li>fix: TypeScript type definitions for commonjs <a href="https://github-redirect.dependabot.com/axios/axios/pull/5196">#5196</a></li> <li>fix: type definition of use method on AxiosInterceptorManager to match the the README <a href="https://github-redirect.dependabot.com/axios/axios/pull/5071">#5071</a></li> <li>fix: __dirname is not defined in the sandbox <a href="https://github-redirect.dependabot.com/axios/axios/pull/5269">#5269</a></li> <li>fix: AxiosError.toJSON method to avoid circular references <a href="https://github-redirect.dependabot.com/axios/axios/pull/5247">#5247</a></li> <li>fix: Z_BUF_ERROR when content-encoding is set but the response body is empty <a href="https://github-redirect.dependabot.com/axios/axios/pull/5250">#5250</a></li> </ul> <h3>Refactors</h3> <ul> <li>refactor: allowing adapters to be loaded by name <a href="https://github-redirect.dependabot.com/axios/axios/pull/5277">#5277</a></li> </ul> <h3>Chores</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/981265dbf464de00e57c6e9eaaca051510fb6021"><code>981265d</code></a> chore: release notes</li> <li><a href="https://github.com/axios/axios/commit/1fd79d3220a6c705dae4587cc79a4f3ec646ca7d"><code>1fd79d3</code></a> chore: release 1.2.1</li> <li><a href="https://github.com/axios/axios/commit/a6efeaf2d9e327c20bdb61b119896d4086afc4cb"><code>a6efeaf</code></a> Change AxiosProgressEvent.event type to <code>any</code>; (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5308">#5308</a>)</li> <li><a href="https://github.com/axios/axios/commit/6d367b9e2c9be19ab4c4afce7981ff47c4b33eca"><code>6d367b9</code></a> docs: remove README link to non-existent upgrade guide (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5307">#5307</a>)</li> <li><a href="https://github.com/axios/axios/commit/26874603b3e68f92b9aa33850b99e6ea9c893de2"><code>2687460</code></a> feat: export mergeConfig (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5151">#5151</a>)</li> <li><a href="https://github.com/axios/axios/commit/6f59cdbac99adfcda990b4106710337bb6994595"><code>6f59cdb</code></a> refactor: add missing types for static AxiosError.from method (<a href="https://github-redirect.dependabot.com/axios/axios/issues/4956">#4956</a>)</li> <li><a href="https://github.com/axios/axios/commit/e1a4efe6384eb514520b44ab6932d2f8764c720b"><code>e1a4efe</code></a> Fix typo in issue template name (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5159">#5159</a>)</li> <li><a href="https://github.com/axios/axios/commit/e3d759491ca96a6764dfffaa3a9eac9261dfc50b"><code>e3d7594</code></a> fix: exception to sending formdata in webworker (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5139">#5139</a>)</li> <li><a href="https://github.com/axios/axios/commit/9041c7d272a7d4c3ca416fcb12daf8e94240494d"><code>9041c7d</code></a> Fixed decompression for responses without <code>Content-Length</code> header (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5306">#5306</a>)</li> <li><a href="https://github.com/axios/axios/commit/786b113a40011faaee95da0b02eaa7de06944d7a"><code>786b113</code></a> fix: removing multiple/trailing/leading whitespaces (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5022">#5022</a>)</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v0.27.2...v1.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=axios&package-manager=npm_and_yarn&previous-version=0.27.2&new-version=1.2.1)](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>
dependabot[bot] commented 2022-12-29 11:03:16 +01:00 (Migrated from github.com)

Superseded by #350.

Superseded by #350.
Commenting is not possible because the repository is archived.
No description provided.