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 #23

Merged
merged 1 commit into from
Jun 8, 2019
Merged

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
axios dependencies patch ^0.18.0 -> ^0.18.1

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!".

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot added the renovate label May 30, 2019
@renovate renovate bot force-pushed the renovate/axios-0.x branch from 5d08f8c to 2e4e622 Compare June 1, 2019 00:49
@renovate renovate bot changed the title fix(deps): update dependency axios to ^0.19.0 fix(deps): update dependency axios to ^0.18.1 Jun 1, 2019
@renovate renovate bot changed the title fix(deps): update dependency axios to ^0.18.1 fix(deps): update dependency axios Jun 1, 2019
@renovate renovate bot force-pushed the renovate/axios-0.x branch 24 times, most recently from e32c5a1 to 963de9f Compare June 2, 2019 05:37
@renovate renovate bot force-pushed the renovate/axios-0.x branch 25 times, most recently from f1fabf6 to ea65700 Compare June 8, 2019 17:22
@renovate renovate bot force-pushed the renovate/axios-0.x branch from ea65700 to ba503ef Compare June 8, 2019 17:22
@TiagoDanin TiagoDanin merged commit 6dd60ee into master Jun 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants