[PR #177] [CLOSED] fix(deps): bump axios from 0.21.4 to 0.24.0 #182

Closed
opened 2025-12-01 17:06:12 +01:00 by arthur · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/177
Author: @dependabot[bot]
Created: 10/26/2021
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/axios-0.24.0


📝 Commits (1)

  • 6d21d47 fix(deps): bump axios from 0.21.4 to 0.24.0

📊 Changes

1 file changed (+42 additions, -29 deletions)

View changed files

📝 yarn.lock (+42 -29)

📄 Description

Bumps axios from 0.21.4 to 0.24.0.

Release notes

Sourced from axios's releases.

v0.24.0

0.24.0 (October 25, 2021)

Breaking changes:

  • Revert: change type of AxiosResponse to any, please read lengthy discussion here: (#4141) pull request: (#4114)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

v0.23.0

0.23.0 (October 12, 2021)

Breaking changes:

  • Distinguish request and response data types (#4116)
  • Change never type to unknown (#4142)
  • Fixed TransitionalOptions typings (#4147)

Fixes and Functionality:

  • Adding globalObject: 'this' to webpack config (#3176)
  • Adding insecureHTTPParser type to AxiosRequestConfig (#4066)
  • Fix missing semicolon in typings (#4115)
  • Fix response headers types (#4136)

Internal and Tests:

  • Improve timeout error when timeout is browser default (#3209)
  • Fix node version on CI (#4069)
  • Added testing to TypeScript portion of project (#4140)

Documentation:

  • Rename Angular to AngularJS (#4114)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

v0.22.0

0.22.0 (October 01, 2021)

Fixes and Functionality:

... (truncated)

Changelog

Sourced from axios's changelog.

0.24.0 (October 25, 2021)

Breaking changes:

  • Revert: change type of AxiosResponse to any, please read lengthy discussion here: (4141) pull request: (#4114)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

0.23.0 (October 12, 2021)

Breaking changes:

  • Distinguish request and response data types (#4116)
  • Change never type to unknown (#4142)
  • Fixed TransitionalOptions typings (#4147)

Fixes and Functionality:

  • Adding globalObject: 'this' to webpack config (#3176)
  • Adding insecureHTTPParser type to AxiosRequestConfig (#4066)
  • Fix missing semicolon in typings (#4115)
  • Fix response headers types (#4136)

Internal and Tests:

  • Improve timeout error when timeout is browser default (#3209)
  • Fix node version on CI (#4069)
  • Added testing to TypeScript portion of project (#4140)

Documentation:

  • Rename Angular to AngularJS (#4114)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

0.22.0 (October 01, 2021)

Fixes and Functionality:

  • Caseless header comparing in HTTP adapter (#2880)
  • Avoid package.json import fixing issues and warnings related to this (#4041), (#4065)
  • Fixed cancelToken leakage and added AbortController support (#3305)

... (truncated)

Commits

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArthurDanjou/website-old/pull/177 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/26/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/axios-0.24.0` --- ### 📝 Commits (1) - [`6d21d47`](https://github.com/ArthurDanjou/website-old/commit/6d21d47e555b7566d8958393a7fa7a4d7e9f33db) fix(deps): bump axios from 0.21.4 to 0.24.0 ### 📊 Changes **1 file changed** (+42 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `yarn.lock` (+42 -29) </details> ### 📄 Description Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.24.0. <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>v0.24.0</h2> <h3>0.24.0 (October 25, 2021)</h3> <p>Breaking changes:</p> <ul> <li>Revert: change type of AxiosResponse to any, please read lengthy discussion here: (<a href="https://github-redirect.dependabot.com/axios/axios/issues/4141">#4141</a>) pull request: (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4114">#4114</a>)</li> </ul> <p>Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:</p> <ul> <li><a href="https://github.com/axios/axios/blob/HEAD/mailto:jasonsaayman@gmail.com">Jay</a></li> <li><a href="https://github.com/ImRodry">Rodry</a></li> <li><a href="https://github.com/remcohaszing">Remco Haszing</a></li> <li><a href="https://github.com/ITenthusiasm">Isaiah Thomason</a></li> </ul> <h2>v0.23.0</h2> <h3>0.23.0 (October 12, 2021)</h3> <p>Breaking changes:</p> <ul> <li>Distinguish request and response data types (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4116">#4116</a>)</li> <li>Change never type to unknown (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4142">#4142</a>)</li> <li>Fixed TransitionalOptions typings (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4147">#4147</a>)</li> </ul> <p>Fixes and Functionality:</p> <ul> <li>Adding globalObject: 'this' to webpack config (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3176">#3176</a>)</li> <li>Adding insecureHTTPParser type to AxiosRequestConfig (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4066">#4066</a>)</li> <li>Fix missing semicolon in typings (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4115">#4115</a>)</li> <li>Fix response headers types (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4136">#4136</a>)</li> </ul> <p>Internal and Tests:</p> <ul> <li>Improve timeout error when timeout is browser default (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3209">#3209</a>)</li> <li>Fix node version on CI (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4069">#4069</a>)</li> <li>Added testing to TypeScript portion of project (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4140">#4140</a>)</li> </ul> <p>Documentation:</p> <ul> <li>Rename Angular to AngularJS (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4114">#4114</a>)</li> </ul> <p>Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:</p> <ul> <li><a href="https://github.com/axios/axios/blob/HEAD/mailto:jasonsaayman@gmail.com">Jay</a></li> <li><a href="https://github.com/Evan-Finkelstein">Evan-Finkelstein</a></li> <li><a href="https://github.com/Jezorko">Paweł Szymański</a></li> <li><a href="https://github.com/dobesv">Dobes Vandermeer</a></li> <li><a href="https://github.com/caugner">Claas Augner</a></li> <li><a href="https://github.com/remcohaszing">Remco Haszing</a></li> <li><a href="https://github.com/egmen">Evgeniy</a></li> <li><a href="https://github.com/DigitalBrainJS">Dmitriy Mozgovoy</a></li> </ul> <h2>v0.22.0</h2> <h3>0.22.0 (October 01, 2021)</h3> <p>Fixes and Functionality:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/master/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h3>0.24.0 (October 25, 2021)</h3> <p>Breaking changes:</p> <ul> <li>Revert: change type of AxiosResponse to any, please read lengthy discussion here: (<a href="https://github-redirect.dependabot.com/axios/axios/issues/4141">4141</a>) pull request: (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4114">#4114</a>)</li> </ul> <p>Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:</p> <ul> <li><a href="https://github.com/axios/axios/blob/master/mailto:jasonsaayman@gmail.com">Jay</a></li> <li><a href="https://github.com/ImRodry">Rodry</a></li> <li><a href="https://github.com/remcohaszing">Remco Haszing</a></li> <li><a href="https://github.com/ITenthusiasm">Isaiah Thomason</a></li> </ul> <h3>0.23.0 (October 12, 2021)</h3> <p>Breaking changes:</p> <ul> <li>Distinguish request and response data types (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4116">#4116</a>)</li> <li>Change never type to unknown (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4142">#4142</a>)</li> <li>Fixed TransitionalOptions typings (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4147">#4147</a>)</li> </ul> <p>Fixes and Functionality:</p> <ul> <li>Adding globalObject: 'this' to webpack config (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3176">#3176</a>)</li> <li>Adding insecureHTTPParser type to AxiosRequestConfig (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4066">#4066</a>)</li> <li>Fix missing semicolon in typings (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4115">#4115</a>)</li> <li>Fix response headers types (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4136">#4136</a>)</li> </ul> <p>Internal and Tests:</p> <ul> <li>Improve timeout error when timeout is browser default (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3209">#3209</a>)</li> <li>Fix node version on CI (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4069">#4069</a>)</li> <li>Added testing to TypeScript portion of project (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4140">#4140</a>)</li> </ul> <p>Documentation:</p> <ul> <li>Rename Angular to AngularJS (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4114">#4114</a>)</li> </ul> <p>Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:</p> <ul> <li><a href="https://github.com/axios/axios/blob/master/mailto:jasonsaayman@gmail.com">Jay</a></li> <li><a href="https://github.com/Evan-Finkelstein">Evan-Finkelstein</a></li> <li><a href="https://github.com/Jezorko">Paweł Szymański</a></li> <li><a href="https://github.com/dobesv">Dobes Vandermeer</a></li> <li><a href="https://github.com/caugner">Claas Augner</a></li> <li><a href="https://github.com/remcohaszing">Remco Haszing</a></li> <li><a href="https://github.com/egmen">Evgeniy</a></li> <li><a href="https://github.com/DigitalBrainJS">Dmitriy Mozgovoy</a></li> </ul> <h3>0.22.0 (October 01, 2021)</h3> <p>Fixes and Functionality:</p> <ul> <li>Caseless header comparing in HTTP adapter (<a href="https://github-redirect.dependabot.com/axios/axios/pull/2880">#2880</a>)</li> <li>Avoid package.json import fixing issues and warnings related to this (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4041">#4041</a>), (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4065">#4065</a>)</li> <li>Fixed cancelToken leakage and added AbortController support (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3305">#3305</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/53d6d37556a3443b00b3d9b4e7a934bf1d81aabe"><code>53d6d37</code></a> Adding minfied files</li> <li><a href="https://github.com/axios/axios/commit/6d613b4fe4cf14e6fb3278383e05f0fc0fa5e0aa"><code>6d613b4</code></a> Updated changelog</li> <li><a href="https://github.com/axios/axios/commit/2c9cc76ee9cce0a144a68d5a6b2b8f4da89c6e15"><code>2c9cc76</code></a> revert: change type of AxiosResponse to any (<a href="https://github-redirect.dependabot.com/axios/axios/issues/4186">#4186</a>)</li> <li><a href="https://github.com/axios/axios/commit/1025d1231a7747503188459dd5a6d1effdcea928"><code>1025d12</code></a> Release v0.23.0</li> <li><a href="https://github.com/axios/axios/commit/6d1e30fd80abbf198bca61e7339264e6782dfd73"><code>6d1e30f</code></a> Prepared release notes</li> <li><a href="https://github.com/axios/axios/commit/20e8b6bc8c27f368ab48241dc14b89bc768ff5f1"><code>20e8b6b</code></a> chore(docs): rename Angular to AngularJS (<a href="https://github-redirect.dependabot.com/axios/axios/issues/4114">#4114</a>)</li> <li><a href="https://github.com/axios/axios/commit/94a93447992392441f1928dffc9f10529ecec417"><code>94a9344</code></a> Test types (<a href="https://github-redirect.dependabot.com/axios/axios/issues/4140">#4140</a>)</li> <li><a href="https://github.com/axios/axios/commit/fce210a67e240820cc2c9b146ac80ba6985b8477"><code>fce210a</code></a> Fixed TransitionalOptions typings (<a href="https://github-redirect.dependabot.com/axios/axios/issues/4147">#4147</a>)</li> <li><a href="https://github.com/axios/axios/commit/547815d9fda524babf9e2b3e9f1648834cb44cb5"><code>547815d</code></a> Mending merge conflict</li> <li><a href="https://github.com/axios/axios/commit/e462973a4b23e9541efe3e64ca120ae9111a6ad8"><code>e462973</code></a> fix response headers types (<a href="https://github-redirect.dependabot.com/axios/axios/issues/4136">#4136</a>)</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v0.21.4...v0.24.0">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.21.4&new-version=0.24.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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
arthur added the pull-request label 2025-12-01 17:06:12 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: arthur/website-old#182