Update dependency axios to ^0.27.0 #10

Merged
niggl merged 1 commits from renovate/axios-0.x into main 2022-04-30 14:50:28 +00:00

This PR contains the following updates:

Package Type Update Change
axios (source) dependencies minor ^0.26.0 -> ^0.27.0

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, check this box.

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)) | dependencies | minor | [`^0.26.0` -> `^0.27.0`](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, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
odit_renovate added the
status:review_needed
enhancement
priority:medium
labels 2022-04-25 16:48:14 +00:00
odit_renovate requested review from niggl 2022-04-25 16:48:15 +00:00
odit_renovate requested review from philipp 2022-04-25 16:48:15 +00:00
odit_renovate force-pushed renovate/axios-0.x from 1f37b71af3 to d5cd5c9a97 2022-04-30 14:17:53 +00:00 Compare
niggl approved these changes 2022-04-30 14:50:23 +00:00
niggl left a comment
Owner

🤝🤝🤝

🤝🤝🤝
niggl merged commit 7eab070c6a into main 2022-04-30 14:50:28 +00:00
niggl deleted branch renovate/axios-0.x 2022-04-30 14:50:28 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kauft.es/linkylinky-dashboard#10
No description provided.