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

fix(deps): update dependency axios to v0.19.0 #2311

Merged
merged 1 commit into from
Jun 5, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 30, 2019

This PR contains the following updates:

Package Type Update Change
axios dependencies minor 0.18.0 -> 0.19.0

Release Notes

axios/axios

v0.19.0

Compare Source

Fixes and Functionality:

  • Unzip response body only for statuses != 204 (#​1129) - drawski
  • Destroy stream on exceeding maxContentLength (fixes #​1098) (#​1485) - Gadzhi Gadzhiev
  • Makes Axios error generic to use AxiosResponse (#​1738) - Suman Lama
  • Fixing Mocha tests by locking follow-redirects version to 1.5.10 (#​1993) - grumblerchester
  • Allow uppercase methods in typings. (#​1781) - Ken Powers
  • Fixing .eslintrc without extension (#​1789) - Manoel
  • Consistent coding style (#​1787) - Ali Servet Donmez
  • Fixing building url with hash mark (#​1771) - Anatoly Ryabov
  • This commit fix building url with hash map (fragment identifier) when parameters are present: they must not be added after #, because client cut everything after #
  • Preserve HTTP method when following redirect (#​1758) - Rikki Gibson
  • Add getUri signature to TypeScript definition. (#​1736) - Alexander Trauzzi
  • Adding isAxiosError flag to errors thrown by axios (#​1419) - Ayush Gupta
  • Fix failing SauceLabs tests by updating configuration - Emily Morehouse

Documentation:

  • Add information about auth parameter to README (#​2166) - xlaguna
  • Add DELETE to list of methods that allow data as a config option (#​2169) - Daniela Borges Matos de Carvalho
  • Update ECOSYSTEM.md - Add Axios Endpoints (#​2176) - Renan
  • Add r2curl in ECOSYSTEM (#​2141) - 유용우 / CX
  • Update README.md - Add instructions for installing with yarn (#​2036) - Victor Hermes
  • Fixing spacing for README.md (#​2066) - Josh McCarty
  • Update README.md. - Change .then to .finally in example code (#​2090) - Omar Cai
  • Clarify what values responseType can have in Node (#​2121) - Tyler Breisacher
  • docs(ECOSYSTEM): add axios-api-versioning (#​2020) - Weffe
  • It seems that responseType: 'blob' doesn't actually work in Node (when I tried using it, response.data was a string, not a Blob, since Node doesn't have Blobs), so this clarifies that this option should only be used in the browser
  • Add issue templates - Emily Morehouse
  • Update README.md. - Add Querystring library note (#​1896) - Dmitriy Eroshenko
  • Add react-hooks-axios to Libraries section of ECOSYSTEM.md (#​1925) - Cody Chan
  • Clarify in README that default timeout is 0 (no timeout) (#​1750) - Ben Standefer

v0.18.1

Compare Source

Security Fix:

  • Destroy stream on exceeding maxContentLength (fixes #​1098) (#​1485) - Gadzhi Gadzhiev

Renovate 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 if you modify the PR title to begin with "rebase!".

🔕 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. View repository job log here.

@coveralls
Copy link

coveralls commented May 30, 2019

Pull Request Test Coverage Report for Build 3103

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.994%

Totals Coverage Status
Change from base Build 3096: 0.0%
Covered Lines: 3454
Relevant Lines: 3636

💛 - Coveralls

@coveralls
Copy link

Pull Request Test Coverage Report for Build 3061

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.994%

Totals Coverage Status
Change from base Build 3060: 0.0%
Covered Lines: 3454
Relevant Lines: 3636

💛 - Coveralls

@bashleigh
Copy link

plez

@underfin
Copy link
Contributor

#2322

@renovate renovate bot changed the title fix(deps): update dependency axios to v0.19.0 fix(deps): update dependency axios to v0.18.1 Jun 1, 2019
@renovate renovate bot changed the title fix(deps): update dependency axios to v0.18.1 fix(deps): update dependency axios to v0.19.0 Jun 1, 2019
@renovate renovate bot force-pushed the renovate/axios-0.x branch 2 times, most recently from 0d0fed8 to 9b0df27 Compare June 3, 2019 20:33
@sajidali
Copy link

sajidali commented Jun 4, 2019

@kamilmysliwiec waiting for this to be merged. any plans?
P.S this fixes #2322

@panuhorsmalahti
Copy link

Is there anything blocking merging this? It is causing npm audit to fail on any project which uses Nest.js.

@alexbonhomme
Copy link

Hey!

It would be nice as this upgrade will also fix a lack of support of NO_PROXY environment variable (fixed since v0.19.0-beta.1 of axios)

@kamilmysliwiec kamilmysliwiec merged commit 366bcaf into master Jun 5, 2019
@delete-merged-branch delete-merged-branch bot deleted the renovate/axios-0.x branch June 5, 2019 07:52
@lock
Copy link

lock bot commented Sep 23, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Sep 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants