Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade axios: 0.24.0 → 0.26.0 (major) #103

Closed
wants to merge 1 commit into from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Feb 20, 2022

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ axios (0.24.0 → 0.26.0) · Repo · Changelog

Release Notes

0.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)

0.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)
  • 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)

Fixes and Functionality:

  • Added aborted even handler (#3916)
  • Header types expanded allowing boolean and number types (#4144)
  • Fix cancel signature allowing cancel message to be undefined (#3153)
  • Updated type checks to be formulated better (#3342)
  • Avoid unnecessary buffer allocations (#3321)
  • Adding a socket handler to keep TCP connection live when processing long living requests (#3422)
  • Added toFormData helper function (#3757)
  • Adding responseEncoding prop type in AxiosRequestConfig (#3918)

Internal and Tests:

  • Adding axios-test-instance to ecosystem (#3786)
  • Optimize the logic of isAxiosError (#3546)
  • Add tests and documentation to display how multiple inceptors work (#3564)
  • Updating follow-redirects to version 1.14.7 (#4379)

Documentation:

  • Fixing changelog to show corrext pull request (#4219)
  • Update upgrade guide for https proxy setting (#3604)

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

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 38 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Feb 20, 2022
@depfu depfu bot assigned j33f Feb 20, 2022
@depfu depfu bot requested a review from j33f February 20, 2022 14:41
@sonarcloud
Copy link

sonarcloud bot commented Feb 20, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Feb 20, 2022

Codecov Report

Merging #103 (7c1aa1d) into dev (94c15ff) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #103   +/-   ##
=======================================
  Coverage   58.78%   58.78%           
=======================================
  Files          65       65           
  Lines        1827     1827           
=======================================
  Hits         1074     1074           
  Misses        753      753           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 94c15ff...7c1aa1d. Read the comment docs.

@depfu
Copy link
Contributor Author

depfu bot commented Mar 16, 2022

Closed in favor of #107.

@depfu depfu bot closed this Mar 16, 2022
@depfu depfu bot deleted the depfu/update/npm/axios-0.26.0 branch March 16, 2022 17:42
@depfu
Copy link
Contributor Author

depfu bot commented Mar 16, 2022

Closed in favor of #107.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant