[PR #249] [CLOSED] fix(deps): bump axios from 0.24.0 to 0.27.0 #257

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/249
Author: @dependabot[bot]
Created: 4/26/2022
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/axios-0.27.0


📝 Commits (1)

  • fd54fc2 fix(deps): bump axios from 0.24.0 to 0.27.0

📊 Changes

2 files changed (+49 additions, -10 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+48 -9)

📄 Description

Bumps axios from 0.24.0 to 0.27.0.

Release notes

Sourced from axios's releases.

v0.27.0

0.27.0 (April 25, 2022)

Breaking changes:

  • New toFormData helper function that allows the implementor to pass an object and allow axios to convert it to FormData (#3757)
  • Removed functionality that removed the the Content-Type request header when passing FormData (#3785)
  • (*) Refactored error handling implementing AxiosError as a constructor, this is a large change to error handling on the whole (#3645)
  • Separated responsibility for FormData instantiation between transformRequest and toFormData (#4470)
  • (*) Improved and fixed multiple issues with FormData support (#4448)

QOL and DevX improvements:

  • Added a multipart/form-data testing playground allowing contributors to debug changes easily (#4465)

Fixes and Functionality:

  • Refactored project file structure to avoid circular imports (#4515) & (#4516)
  • Bumped follow-redirects to ^1.14.9 (#4562)

Internal and Tests:

  • Updated dev dependencies to latest version

Documentation:

  • Fixing incorrect link in changelog (#4551)

Notes:

  • (*) Please read these pull requests before updating, these changes are very impactful and far reaching.

v0.26.1

0.26.1 (March 9, 2022)

Fixes and Functionality:

  • Refactored project file structure to avoid circular imports (#4220)

v0.26.0

0.26.0 (February 13, 2022)

Fixes and Functionality:

  • Fixed The timeoutErrorMessage property in config not work with Node.js (#3581)
  • Added errors to be displayed when the query parsing process itself fails (#3961)
  • Fix/remove url required (#4426)
  • Update follow-redirects dependency due to Vulnerability (#4462)
  • Bump karma from 6.3.11 to 6.3.14 (#4461)
  • Bump follow-redirects from 1.14.7 to 1.14.8 (#4473)

v0.25.0

0.25.0 (January 18, 2022)

Breaking changes:

  • Fixing maxBodyLength enforcement (#3786)
  • Don't rely on strict mode behaviour for arguments (#3470)
  • Adding error handling when missing url (#3791)

... (truncated)

Changelog

Sourced from axios's changelog.

0.27.0 (April 25, 2022)

Breaking changes:

  • New toFormData helper function that allows the implementor to pass an object and allow axios to convert it to FormData (#3757)
  • Removed functionality that removed the the Content-Type request header when passing FormData (#3785)
  • (*) Refactored error handling implementing AxiosError as a constructor, this is a large change to error handling on the whole (#3645)
  • Separated responsibility for FormData instantiation between transformRequest and toFormData (#4470)
  • (*) Improved and fixed multiple issues with FormData support (#4448)

QOL and DevX improvements:

  • Added a multipart/form-data testing playground allowing contributors to debug changes easily (#4465)

Fixes and Functionality:

  • Refactored project file structure to avoid circular imports (#4515) & (#4516)
  • Bumped follow-redirects to ^1.14.9 (#4562)

Internal and Tests:

  • Updated dev dependencies to latest version

Documentation:

  • Fixing incorrect link in changelog (#4551)

Notes:

  • (*) Please read these pull requests before updating, these changes are very impactful and far reaching.

0.26.1 (March 9, 2022)

Fixes and Functionality:

  • Refactored project file structure to avoid circular imports (#4220)

0.26.0 (February 13, 2022)

Fixes and Functionality:

  • Fixed The timeoutErrorMessage property in config not work with Node.js (#3581)
  • Added errors to be displayed when the query parsing process itself fails (#3961)
  • Fix/remove url required (#4426)
  • Update follow-redirects dependency due to Vulnerability (#4462)
  • Bump karma from 6.3.11 to 6.3.14 (#4461)
  • Bump follow-redirects from 1.14.7 to 1.14.8 (#4473)

0.25.0 (January 18, 2022)

Breaking changes:

  • Fixing maxBodyLength enforcement (#3786)
  • Don't rely on strict mode behavior for arguments (#3470)
  • Adding error handling when missing url (#3791)
  • Update isAbsoluteURL.js removing escaping of non-special characters (#3809)
  • Use native Array.isArray() in utils.js (#3836)
  • Adding error handling inside stream end callback (#3967)

... (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/249 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/26/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/axios-0.27.0` --- ### 📝 Commits (1) - [`fd54fc2`](https://github.com/ArthurDanjou/website-old/commit/fd54fc2fbd32b20fece0723a6bc364ff81615519) fix(deps): bump axios from 0.24.0 to 0.27.0 ### 📊 Changes **2 files changed** (+49 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+48 -9) </details> ### 📄 Description Bumps [axios](https://github.com/axios/axios) from 0.24.0 to 0.27.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.27.0</h2> <h3>0.27.0 (April 25, 2022)</h3> <p>Breaking changes:</p> <ul> <li>New toFormData helper function that allows the implementor to pass an object and allow axios to convert it to FormData (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3757">#3757</a>)</li> <li>Removed functionality that removed the the <code>Content-Type</code> request header when passing FormData (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3785">#3785</a>)</li> <li><strong>(*)</strong> Refactored error handling implementing AxiosError as a constructor, this is a large change to error handling on the whole (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3645">#3645</a>)</li> <li>Separated responsibility for FormData instantiation between <code>transformRequest</code> and <code>toFormData</code> (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4470">#4470</a>)</li> <li><strong>(*)</strong> Improved and fixed multiple issues with FormData support (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4448">#4448</a>)</li> </ul> <p>QOL and DevX improvements:</p> <ul> <li>Added a multipart/form-data testing playground allowing contributors to debug changes easily (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4465">#4465</a>)</li> </ul> <p>Fixes and Functionality:</p> <ul> <li>Refactored project file structure to avoid circular imports (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4516">#4515</a>) &amp; (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4516">#4516</a>)</li> <li>Bumped follow-redirects to ^1.14.9 (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4562">#4562</a>)</li> </ul> <p>Internal and Tests:</p> <ul> <li>Updated dev dependencies to latest version</li> </ul> <p>Documentation:</p> <ul> <li>Fixing incorrect link in changelog (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4551">#4551</a>)</li> </ul> <p>Notes:</p> <ul> <li><strong>(*)</strong> Please read these pull requests before updating, these changes are very impactful and far reaching.</li> </ul> <h2>v0.26.1</h2> <h3>0.26.1 (March 9, 2022)</h3> <p>Fixes and Functionality:</p> <ul> <li>Refactored project file structure to avoid circular imports (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4220">#4220</a>)</li> </ul> <h2>v0.26.0</h2> <h3>0.26.0 (February 13, 2022)</h3> <p>Fixes and Functionality:</p> <ul> <li>Fixed The timeoutErrorMessage property in config not work with Node.js (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3581">#3581</a>)</li> <li>Added errors to be displayed when the query parsing process itself fails (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3961">#3961</a>)</li> <li>Fix/remove url required (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4426">#4426</a>)</li> <li>Update follow-redirects dependency due to Vulnerability (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4462">#4462</a>)</li> <li>Bump karma from 6.3.11 to 6.3.14 (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4461">#4461</a>)</li> <li>Bump follow-redirects from 1.14.7 to 1.14.8 (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4473">#4473</a>)</li> </ul> <h2>v0.25.0</h2> <h3>0.25.0 (January 18, 2022)</h3> <p>Breaking changes:</p> <ul> <li>Fixing maxBodyLength enforcement (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3786">#3786</a>)</li> <li>Don't rely on strict mode behaviour for arguments (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3470">#3470</a>)</li> <li>Adding error handling when missing url (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3791">#3791</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/master/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h3>0.27.0 (April 25, 2022)</h3> <p>Breaking changes:</p> <ul> <li>New toFormData helper function that allows the implementor to pass an object and allow axios to convert it to FormData (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3757">#3757</a>)</li> <li>Removed functionality that removed the the <code>Content-Type</code> request header when passing FormData (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3785">#3785</a>)</li> <li><strong>(*)</strong> Refactored error handling implementing AxiosError as a constructor, this is a large change to error handling on the whole (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3645">#3645</a>)</li> <li>Separated responsibility for FormData instantiation between <code>transformRequest</code> and <code>toFormData</code> (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4470">#4470</a>)</li> <li><strong>(*)</strong> Improved and fixed multiple issues with FormData support (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4448">#4448</a>)</li> </ul> <p>QOL and DevX improvements:</p> <ul> <li>Added a multipart/form-data testing playground allowing contributors to debug changes easily (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4465">#4465</a>)</li> </ul> <p>Fixes and Functionality:</p> <ul> <li>Refactored project file structure to avoid circular imports (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4516">#4515</a>) &amp; (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4516">#4516</a>)</li> <li>Bumped follow-redirects to ^1.14.9 (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4562">#4562</a>)</li> </ul> <p>Internal and Tests:</p> <ul> <li>Updated dev dependencies to latest version</li> </ul> <p>Documentation:</p> <ul> <li>Fixing incorrect link in changelog (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4551">#4551</a>)</li> </ul> <p>Notes:</p> <ul> <li><strong>(*)</strong> Please read these pull requests before updating, these changes are very impactful and far reaching.</li> </ul> <h3>0.26.1 (March 9, 2022)</h3> <p>Fixes and Functionality:</p> <ul> <li>Refactored project file structure to avoid circular imports (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4220">#4220</a>)</li> </ul> <h3>0.26.0 (February 13, 2022)</h3> <p>Fixes and Functionality:</p> <ul> <li>Fixed The timeoutErrorMessage property in config not work with Node.js (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3581">#3581</a>)</li> <li>Added errors to be displayed when the query parsing process itself fails (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3961">#3961</a>)</li> <li>Fix/remove url required (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4426">#4426</a>)</li> <li>Update follow-redirects dependency due to Vulnerability (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4462">#4462</a>)</li> <li>Bump karma from 6.3.11 to 6.3.14 (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4461">#4461</a>)</li> <li>Bump follow-redirects from 1.14.7 to 1.14.8 (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4473">#4473</a>)</li> </ul> <h3>0.25.0 (January 18, 2022)</h3> <p>Breaking changes:</p> <ul> <li>Fixing maxBodyLength enforcement (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3786">#3786</a>)</li> <li>Don't rely on strict mode behavior for arguments (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3470">#3470</a>)</li> <li>Adding error handling when missing url (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3791">#3791</a>)</li> <li>Update isAbsoluteURL.js removing escaping of non-special characters (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3809">#3809</a>)</li> <li>Use native Array.isArray() in utils.js (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3836">#3836</a>)</li> <li>Adding error handling inside stream end callback (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3967">#3967</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/008dd9d466167e97727bdba13f4937bb9d7f3baa"><code>008dd9d</code></a> Releaseing version 0.27.0</li> <li><a href="https://github.com/axios/axios/commit/ee151a7356ec4498af045dd830312822637890c9"><code>ee151a7</code></a> Revert some changes that are only required when we actually release</li> <li><a href="https://github.com/axios/axios/commit/499d3bee543b55877b8458aeb56ce71969720333"><code>499d3be</code></a> follow-redirects to ^1.14.9 (<a href="https://github-redirect.dependabot.com/axios/axios/issues/4562">#4562</a>)</li> <li><a href="https://github.com/axios/axios/commit/d24ce8e0d3433e7609d5369c32dfe6809edc74ed"><code>d24ce8e</code></a> Updated a number of out of date dev packages</li> <li><a href="https://github.com/axios/axios/commit/5b0d492c1cb747ac26532906fe7ead777e9abcd8"><code>5b0d492</code></a> Bump minimist from 1.2.5 to 1.2.6 (<a href="https://github-redirect.dependabot.com/axios/axios/issues/4574">#4574</a>)</li> <li><a href="https://github.com/axios/axios/commit/cdda1ad01952cca27e949afdbad604f02ad0f33b"><code>cdda1ad</code></a> Merge branch 'carpben-env-form-data'</li> <li><a href="https://github.com/axios/axios/commit/3e0954db223d3a4efc5883af237f96b016eefe6c"><code>3e0954d</code></a> Fixed merge conflicts</li> <li><a href="https://github.com/axios/axios/commit/a3dd6031bb1be62e62a436f7dd83326234f1ab68"><code>a3dd603</code></a> Merge branch 'Tivix-fix#1603'</li> <li><a href="https://github.com/axios/axios/commit/9b8e0047e96cdb0b083cee64d8cdc475758e21d1"><code>9b8e004</code></a> Merge branch 'fix#1603' of <a href="https://github.com/Tivix/axios">https://github.com/Tivix/axios</a> into Tivix-fix#1603</li> <li><a href="https://github.com/axios/axios/commit/1f13dd7e26124a27c373c83eff0a8614acc1a04f"><code>1f13dd7</code></a> Fixed some imports that were not correct</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v0.24.0...v0.27.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.24.0&new-version=0.27.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:31 +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#257