Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

chore(deps): bump axios from 0.21.4 to 0.22.0 #616

Merged
merged 4 commits into from Oct 16, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2021

Bumps axios from 0.21.4 to 0.22.0.

Release notes

Sourced from axios's releases.

v0.22.0

0.22.0 (October 01, 2021)

Fixes and Functionality:

  • Caseless header comparing in HTTP adapter (#2880)
  • Avoid package.json import fixing issues and warnings related to this (#4041), (#4065)
  • Fixed cancelToken leakage and added AbortController support (#3305)
  • Updating CI to run on release branches
  • Bump follow redirects version
  • Fixed default transitional config for custom Axios instance; (#4052)

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

Changelog

Sourced from axios's changelog.

0.22.0 (October 01, 2021)

Fixes and Functionality:

  • Caseless header comparing in HTTP adapter (#2880)
  • Avoid package.json import fixing issues and warnings related to this (#4041), (#4065)
  • Fixed cancelToken leakage and added AbortController support (#3305)
  • Updating CI to run on release branches
  • Bump follow redirects version
  • Fixed default transitional config for custom Axios instance; (#4052)

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

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 will merge this PR once CI passes on it, as requested by @bennycode.


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)

Copy link
Owner

@bennycode bennycode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2021

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-main-axios-0.22.0 branch from 610dbba to e24648b Compare October 1, 2021 13:07
Copy link
Owner

@bennycode bennycode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-main-axios-0.22.0 branch from e24648b to 3683256 Compare October 1, 2021 13:09
Copy link
Owner

@bennycode bennycode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-main-axios-0.22.0 branch from 3683256 to e52ad69 Compare October 1, 2021 13:12
Copy link
Owner

@bennycode bennycode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-main-axios-0.22.0 branch from e52ad69 to dd3a342 Compare October 1, 2021 13:14
Copy link
Owner

@bennycode bennycode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-main-axios-0.22.0 branch from dd3a342 to 9917ab4 Compare October 10, 2021 08:22
Copy link
Owner

@bennycode bennycode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@bennycode
Copy link
Owner

@dependabot rebase

Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.22.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](axios/axios@v0.21.4...v0.22.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-main-axios-0.22.0 branch from 9917ab4 to 405e7a4 Compare October 10, 2021 12:30
Copy link
Owner

@bennycode bennycode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@codecov-commenter
Copy link

Codecov Report

Merging #616 (d613203) into main (5952d12) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #616   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           19        19           
  Lines          506       507    +1     
  Branches        39        39           
=========================================
+ Hits           506       507    +1     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/product/ProductAPI.ts 100.00% <ø> (ø)
src/account/AccountAPI.ts 100.00% <100.00%> (ø)
src/client/RESTClient.ts 100.00% <100.00%> (ø)
src/error/ErrorUtil.ts 100.00% <100.00%> (ø)
src/fee/FeeAPI.ts 100.00% <100.00%> (ø)
src/fill/FillAPI.ts 100.00% <100.00%> (ø)
src/order/OrderAPI.ts 100.00% <100.00%> (ø)

@dependabot dependabot bot merged commit 44e60f8 into main Oct 16, 2021
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-main-axios-0.22.0 branch October 16, 2021 18:54
@bennycode bennycode restored the dependabot-npm_and_yarn-main-axios-0.22.0 branch October 16, 2021 18:55
@bennycode bennycode deleted the dependabot-npm_and_yarn-main-axios-0.22.0 branch October 16, 2021 19:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants