[PR #253] [CLOSED] fix(deps): bump axios from 0.24.0 to 0.27.2 #263

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

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/axios-0.27.2


📝 Commits (1)

  • e1136f2 fix(deps): bump axios from 0.24.0 to 0.27.2

📊 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.2.

Release notes

Sourced from axios's releases.

v0.27.2

0.27.2 (April 27, 2022)

Fixes and Functionality:

  • Fixed FormData posting in browser environment by reverting #3785 (#4640)
  • Enhanced protocol parsing implementation (#4639)
  • Fixed bundle size

v0.27.1

0.27.1 (April 26, 2022)

Fixes and Functionality:

  • Removed import of url module in browser build due to huge size overhead and builds being broken (#4594)
  • Bumped follow-redirects to ^1.14.9 (#4615)

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)

... (truncated)

Changelog

Sourced from axios's changelog.

0.27.2 (April 27, 2022)

Fixes and Functionality:

  • Fixed FormData posting in browser environment by reverting #3785 (#4640)
  • Enhanced protocol parsing implementation (#4639)
  • Fixed bundle size

0.27.1 (April 26, 2022)

Fixes and Functionality:

  • Removed import of url module in browser build due to huge size overhead and builds being broken (#4594)
  • Bumped follow-redirects to ^1.14.9 (#4615)

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)

... (truncated)

Commits
  • bc733fe Releasing v0.27.2
  • b9e9fb4 Enhanced protocol parsing implementation to fix #4633; (#4639)
  • 76432c1 Fixed FormData posting in browser environment by reverting #3785; (#4640)
  • 82fd15f Combined build process and cleaned it up a bit
  • 1d82af1 Fixing issues with bundle sizes
  • bcb166e Fixed incorrect date in changelog
  • 838f53b Merge branch 'master' of github.com:axios/axios
  • cb9c534 Releasing v0.27.1
  • 91d21fc Releasing v0.72.1
  • 167cb8b Remove eslint-g package as this seems have been added in error
  • 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)

🔄 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/253 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/28/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/axios-0.27.2` --- ### 📝 Commits (1) - [`e1136f2`](https://github.com/ArthurDanjou/website-old/commit/e1136f23d1c872785f0b30927758ad1b647a6348) fix(deps): bump axios from 0.24.0 to 0.27.2 ### 📊 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.2. <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.2</h2> <h3>0.27.2 (April 27, 2022)</h3> <p>Fixes and Functionality:</p> <ul> <li>Fixed FormData posting in browser environment by reverting <a href="https://github-redirect.dependabot.com/axios/axios/issues/3785">#3785</a> (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4640">#4640</a>)</li> <li>Enhanced protocol parsing implementation (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4639">#4639</a>)</li> <li>Fixed bundle size</li> </ul> <h2>v0.27.1</h2> <h3>0.27.1 (April 26, 2022)</h3> <p>Fixes and Functionality:</p> <ul> <li>Removed import of url module in browser build due to huge size overhead and builds being broken (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4594">#4594</a>)</li> <li>Bumped follow-redirects to ^1.14.9 (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4615">#4615</a>)</li> </ul> <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> <!-- 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.2 (April 27, 2022)</h3> <p>Fixes and Functionality:</p> <ul> <li>Fixed FormData posting in browser environment by reverting <a href="https://github-redirect.dependabot.com/axios/axios/issues/3785">#3785</a> (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4640">#4640</a>)</li> <li>Enhanced protocol parsing implementation (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4639">#4639</a>)</li> <li>Fixed bundle size</li> </ul> <h3>0.27.1 (April 26, 2022)</h3> <p>Fixes and Functionality:</p> <ul> <li>Removed import of url module in browser build due to huge size overhead and builds being broken (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4594">#4594</a>)</li> <li>Bumped follow-redirects to ^1.14.9 (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4615">#4615</a>)</li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/bc733fec78326609e751187c9d453cee9bf1993a"><code>bc733fe</code></a> Releasing v0.27.2</li> <li><a href="https://github.com/axios/axios/commit/b9e9fb4fa0ab1e0f4bc9ac8d8cf493f5f8507dc3"><code>b9e9fb4</code></a> Enhanced protocol parsing implementation to fix <a href="https://github-redirect.dependabot.com/axios/axios/issues/4633">#4633</a>; (<a href="https://github-redirect.dependabot.com/axios/axios/issues/4639">#4639</a>)</li> <li><a href="https://github.com/axios/axios/commit/76432c18bee20e2cbd9e673af8a3bf43641ad115"><code>76432c1</code></a> Fixed FormData posting in browser environment by reverting <a href="https://github-redirect.dependabot.com/axios/axios/issues/3785">#3785</a>; (<a href="https://github-redirect.dependabot.com/axios/axios/issues/4640">#4640</a>)</li> <li><a href="https://github.com/axios/axios/commit/82fd15f3d4d0af5c965701d05deed98c6c056e94"><code>82fd15f</code></a> Combined build process and cleaned it up a bit</li> <li><a href="https://github.com/axios/axios/commit/1d82af1a504dd85925738a80c125209ecc178752"><code>1d82af1</code></a> Fixing issues with bundle sizes</li> <li><a href="https://github.com/axios/axios/commit/bcb166e6e8fe5425d480c967750a103216f9ba22"><code>bcb166e</code></a> Fixed incorrect date in changelog</li> <li><a href="https://github.com/axios/axios/commit/838f53b4bb6616d8ec8efdae0612c9c74b8c3804"><code>838f53b</code></a> Merge branch 'master' of github.com:axios/axios</li> <li><a href="https://github.com/axios/axios/commit/cb9c534963a99292f1d0c6137a7d32d9c859f6d5"><code>cb9c534</code></a> Releasing v0.27.1</li> <li><a href="https://github.com/axios/axios/commit/91d21fc5fb0eeb4c60f6a75ab6db303c5d23f3c5"><code>91d21fc</code></a> Releasing v0.72.1</li> <li><a href="https://github.com/axios/axios/commit/167cb8b8e7dbef7acd0be9b05bd50e4af2335291"><code>167cb8b</code></a> Remove eslint-g package as this seems have been added in error</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v0.24.0...v0.27.2">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.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> --- <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:32 +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#263