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

Update axios to the latest version 🚀 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Apr 1, 2017

Version 0.16.0 of axios just got published.

Dependency axios
Current Version 0.15.3
Type dependency

The version 0.16.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of axios.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 44 commits .

  • 19b7948 Releasing 0.16.0
  • e6ffc52 Updating Upgrage Guide
  • 8d675bb Merge branch 'master' of github.com:mzabriskie/axios
  • 5b904d5 Updating changelog
  • efc1f11 Merge pull request #781 from TomyJaya/TomyJaya-patch-1
  • 2fe9562 Merge pull request #461 from theikkila/master
  • 8cdfcd0 Fix options params, Change the order, Add documentation for instance also
  • 0104ad6 Removing extra colon in README.md's proxy.auth
  • 5630d3b Fixing IE logo URL
  • 202a890 Merge pull request #696 from simshanith/formdata-documentation
  • 3704d57 Removing Promise from axios typings in favor of built-in type declarations
  • fe810b1 Merge pull request #654 from k-italy/master
  • b053f4b Fixing typo
  • e411b98 Update README.md
  • b1b986d Merge pull request #671 from 38elements/adapter

There are 44 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 8, 2017

Version 0.16.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 20 commits .

  • 5c8095e Releasing 0.16.1
  • 982183c Updating changelog
  • fa58223 Merge pull request #828 from mzabriskie/feature/return-last-request-in-redirects
  • a18f039 Merge pull request #829 from jcready/patch-3
  • df6b46c Add caret
  • 04982a2 Update follow-redirects dependency
  • 19644ba Adding documentation for Buffer data
  • 1883344 support node buffers less than 8192 bytes (#773)
  • bbfbeff Minor grammar/line length changes (#547)
  • a784774 Adding comment about header names (#778)
  • 88cc84c Adding documentation for response.request
  • 84d9a41 Adding code to assign the last request to axios response
  • e5beab0 Adding test checking the request in axios response is the last in a redirect
  • 08eb985 Merge pull request #818 from carlosromel/patch-1
  • 21b43ed Merge pull request #826 from mzabriskie/github-templates

There are 20 commits in total. See the full diff.

greenkeeper bot added a commit that referenced this pull request Jun 3, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 3, 2017

Version 0.16.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 12 commits.

  • 46e275c Releasing 0.16.2
  • e040815 Updating Changelog
  • 3579da4 Merge pull request #930 from luciy/master
  • e4e3212 Convert the method parameter to lowercase
  • d1278df Merge pull request #887 from fgnass/no-buffer-in-browser
  • 1beb245 Fixing typo in comment blocks of createError() and enhanceError() functions (#857)
  • c849467 use Buffer global in http.js
  • c82753c Use is-buffer instead of Buffer.isBuffer
  • f31317a Merge pull request #830 from mzabriskie/feature/include-request-in-errors
  • 1e76ea3 Adding documentation for error.request
  • 22ce6db Adding request to error objects when it is available
  • e0d59eb Adding failing tests that verify errors contain the request

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 21, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 21, 2017

Version 0.17.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 27 commits.

  • 2c0e318 Releasing 0.17.0
  • c24b1cc Updating changelog
  • add023c Update build status badge URL
  • ada06d1 Merge branch 'master' of github.com:axios/axios
  • 94f1e21 Fix SauceLabs config
  • 7133141 Merge pull request #1061 from d-fischer/ts-generic-response
  • 638804a Merge pull request #1135 from kuitos/master
  • f06ee73 Adding axios-extensions to the ecosystem
  • 26b0639 Update links
  • 17e44c8 Merge pull request #982 from ibci/use-XMLHttpRequest-for-IE10+
  • 51b3ad6 Merge pull request #987 from siddharthkp/master
  • ab974a7 Merge pull request #1055 from fridzema/patch-1
  • 7f60dd8 Merge pull request #1056 from jin5354/patch-1
  • b0dccc6 Updated TypeScript typings with generic type parameters for request methods & AxiosResponse
  • b26f351 Update ECOSYSTEM.md

There are 27 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 12, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 12, 2017

Version 0.17.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 18 commits.

  • ad1195f Releasing 0.17.1
  • 599eb98 Updating changelog
  • 587f021 Updating changelog
  • b7d8d12 Removing unnecessary condition
  • 1fa01fd Merge pull request #1160 from owap/undefined-window
  • 026db21 Merge pull request #1165 from psachs21/patch-1
  • 7ea8f3d Merge pull request #1173 from posva/patch-1
  • 1e58b69 security: upgrade follow-redirects
  • 1005e3b Updating typings
  • 468e909 Move window defined check before window.XMLHttpRequest check
  • 1ee5494 Merge pull request #1156 from clarkdo/master
  • 63548c0 refactor: !isArray(obj) is always true
  • fbb5d4d Merge pull request #1080 from MarshallOfSound/patch-1
  • 8bea343 Merge pull request #1125 from keenondrums/master
  • 3f90738 Merge pull request #1131 from jmmk/axios-response-request

There are 18 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 20, 2018

Version 0.18.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 40 commits.

  • d59c70f Releasing v0.18.0
  • 48a7902 Prepping for release: updating CHANGELOG.
  • 5b2ea2e Merge pull request #1364 from MiguelMadero/mmadero/documents-timeout
  • 23ba296 Merge pull request #1342 from alpancs/instance-bug-fix
  • b6b0865 Merge pull request #1363 from mdlavin/patch-1
  • 821d5e2 Merge pull request #1366 from emilyemorehouse/fix/1070
  • 4ea77b7 Follow up to #1070:
  • ccc7889 Merge pull request #1070 from Starfox64/master
  • f7310ca Documents the timeout default
  • f1a0feb Add reference to axios-fetch in ECOSYSTEM.md
  • 40b8299 Merge pull request #1357 from emilyemorehouse/fix/1286
  • 839b9ab Fixes #1286 - also updating follow-redirects version in package.json to ensure that maxBodyLength option is supported
  • f26e0c0 Merge pull request #1287 from mividtim/mividtim/follow-redirects-max-length
  • 14057dc Merge pull request #1273 from jcrben/master
  • 7a355ff fix cannot send post method

There are 40 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 30, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 30, 2019

  • The dependency axios was updated from 0.15.3 to 0.19.0.

Update to this version instead 🚀

Release Notes for v0.19.0

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
Commits

The new version differs by 108 commits.

  • 8d0b92b Releasing 0.19.0
  • 3f7451c Update Changelog for release (0.19.0)
  • f28ff93 Add information about auth parameter to README (#2166)
  • 5250e6e Add DELETE to list of methods that allow data as a config option (#2169)
  • 6b0ccd1 Update ECOSYSTEM.md - Add Axios Endpoints (#2176)
  • 299e827 Add r2curl in ECOSYSTEM (#2141)
  • fd0c959 Unzip response body only for statuses != 204 (#1129)
  • 92d2313 Update README.md - Add instructions for installing with yarn (#2036)
  • ddcc2e4 Fixing spacing for README.md (#2066)
  • 48c43d5 Update README.md. - Change .then to .finally in example code (#2090)
  • b7a9744 Clarify what values responseType can have in Node (#2121)
  • 0d4fca0 Destroy stream on exceeding maxContentLength (fixes #1098) (#1485)
  • 047501f Makes Axios error generic to use AxiosResponse (#1738)
  • 283d7b3 docs(ECOSYSTEM): add axios-api-versioning (#2020)
  • 2eeb59a Fixing Mocha tests by locking follow-redirects version to 1.5.10 (#1993)

There are 108 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 7, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 7, 2020

  • The dependency axios was updated from 0.15.3 to 0.19.1.

Update to this version instead 🚀

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.

0 participants