chore(deps): update dependency axios to v0.27.2 #1865

Merged
konrad merged 1 commits from renovate/axios-0.x into main 2022-04-27 15:24:35 +00:00
Member

This PR contains the following updates:

Package Type Update Change
axios (source) devDependencies minor 0.26.1 -> 0.27.2

Release Notes

axios/axios

v0.27.2

Compare Source

Fixes and Functionality:

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

v0.27.1

Compare Source

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

Compare Source

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.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`0.26.1` -> `0.27.2`](https://renovatebot.com/diffs/npm/axios/0.26.1/0.27.2) | --- ### Release Notes <details> <summary>axios/axios</summary> ### [`v0.27.2`](https://github.com/axios/axios/blob/master/CHANGELOG.md#&#8203;0272-April-27-2022) [Compare Source](https://github.com/axios/axios/compare/v0.27.1...v0.27.2) Fixes and Functionality: - Fixed FormData posting in browser environment by reverting [#&#8203;3785](https://github.com/axios/axios/issues/3785) ([#&#8203;4640](https://github.com/axios/axios/pull/4640)) - Enhanced protocol parsing implementation ([#&#8203;4639](https://github.com/axios/axios/pull/4639)) - Fixed bundle size ### [`v0.27.1`](https://github.com/axios/axios/blob/master/CHANGELOG.md#&#8203;0271-April-26-2022) [Compare Source](https://github.com/axios/axios/compare/v0.27.0...v0.27.1) Fixes and Functionality: - Removed import of url module in browser build due to huge size overhead and builds being broken ([#&#8203;4594](https://github.com/axios/axios/pull/4594)) - Bumped follow-redirects to ^1.14.9 ([#&#8203;4615](https://github.com/axios/axios/pull/4615)) ### [`v0.27.0`](https://github.com/axios/axios/blob/master/CHANGELOG.md#&#8203;0270-April-25-2022) [Compare Source](https://github.com/axios/axios/compare/v0.26.1...v0.27.0) Breaking changes: - New toFormData helper function that allows the implementor to pass an object and allow axios to convert it to FormData ([#&#8203;3757](https://github.com/axios/axios/pull/3757)) - Removed functionality that removed the the `Content-Type` request header when passing FormData ([#&#8203;3785](https://github.com/axios/axios/pull/3785)) - **(\*)** Refactored error handling implementing AxiosError as a constructor, this is a large change to error handling on the whole ([#&#8203;3645](https://github.com/axios/axios/pull/3645)) - Separated responsibility for FormData instantiation between `transformRequest` and `toFormData` ([#&#8203;4470](https://github.com/axios/axios/pull/4470)) - **(\*)** Improved and fixed multiple issues with FormData support ([#&#8203;4448](https://github.com/axios/axios/pull/4448)) QOL and DevX improvements: - Added a multipart/form-data testing playground allowing contributors to debug changes easily ([#&#8203;4465](https://github.com/axios/axios/pull/4465)) Fixes and Functionality: - Refactored project file structure to avoid circular imports ([#&#8203;4515](https://github.com/axios/axios/pull/4516)) & ([#&#8203;4516](https://github.com/axios/axios/pull/4516)) - Bumped follow-redirects to ^1.14.9 ([#&#8203;4562](https://github.com/axios/axios/pull/4562)) Internal and Tests: - Updated dev dependencies to latest version Documentation: - Fixing incorrect link in changelog ([#&#8203;4551](https://github.com/axios/axios/pull/4551)) Notes: - **(\*)** Please read these pull requests before updating, these changes are very impactful and far reaching. </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2022-04-25 17:02:33 +00:00
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://1865-renovate-axios-0-x--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://1865-renovate-axios-0-x--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
renovate force-pushed renovate/axios-0.x from 53306e9bc3 to d76f79d063 2022-04-25 19:02:38 +00:00 Compare
renovate force-pushed renovate/axios-0.x from d76f79d063 to 096414b50b 2022-04-26 07:02:25 +00:00 Compare
renovate changed title from chore(deps): update dependency axios to v0.27.0 to chore(deps): update dependency axios to v0.27.1 2022-04-26 08:02:29 +00:00
renovate force-pushed renovate/axios-0.x from 096414b50b to f1d8793bc2 2022-04-26 08:02:31 +00:00 Compare
renovate changed title from chore(deps): update dependency axios to v0.27.1 to chore(deps): update dependency axios to v0.27.2 2022-04-27 10:02:31 +00:00
renovate force-pushed renovate/axios-0.x from f1d8793bc2 to bc745ac177 2022-04-27 10:02:33 +00:00 Compare
konrad merged commit 2d4dbf2712 into main 2022-04-27 15:24:35 +00:00
konrad deleted branch renovate/axios-0.x 2022-04-27 15:24:35 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.