Snyk has created this PR to upgrade axios from 0.19.0 to 0.20.0.
:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 4 versions ahead of your current version.
The recommended version was released 3 months ago, on 2020-08-21.
removing @ character from replacement list since it is a reserved character
Updating buildURL test to not include the @ character
Removing console logs
Fixing password encoding with special characters in basic authentication (#1492)
Fixing password encoding with special characters in basic authentication
Adding test to check if password with non-Latin1 characters pass
Fixing 'Network Error' in react native android (#1487)
There is a bug in react native Android platform when using get method. It will trigger a 'Network Error' when passing the requestData which is an empty string to request.send function. So if the requestData is an empty string we can set it to null as well to fix the bug.
Fixing Cookie Helper with Asyc Components (#1105) (#1107)
Remove axios.all() and axios.spread() from Readme.md (#2727)
remove axios.all(), axios.spread()
replace example
axios.all() -> Promise.all()
axios.spread(function (acct, perms)) -> function (acct, perms)
add deprecated mark
Update README.md (#2887)
Small change to the data attribute doc of the config. A request body can also be set for DELETE methods but this wasn't mentioned in the documentation (it only mentioned POST, PUT and PATCH). Took my some 10-20 minutes until I realized that I don't need to manipulate the request body with transformRequest in the case of DELETE.
Include swagger-taxos-codegen in ECOSYSTEM.md (#2162)
Add CDNJS version badge in README.md (#878)
This badge will show the version on CDNJS!
Documentation update to clear up ambiguity in code examples (#2928)
Made a adjustment to the documenation to clear up any ambiguity around the use of "fs". This should help clear up that the code examples with "fs" cannot be used on the client side.
Update README.md about validateStatus (#2912)
Rewrote the comment from "Reject only if the status code is greater than or equal to 500" to "Resolve only if the status code is less than 500"
Updating documentation for usage form-data (#2805)
Closes #2049
Add onUploadProgress and onDownloadProgress are browser only (#2763)
Saw in #928 and #1966 that onUploadProgress and onDownloadProgress only work in the browser and was missing that from the README.
Snyk has created this PR to upgrade axios from 0.19.0 to 0.20.0.
:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: axios
Release of 0.20.0-pre as a full release with no other changes.
0.20.0-pre (July 15, 2020)
Fixes and Functionality:
data
There is a bug in react native Android platform when using get method. It will trigger a 'Network Error' when passing the requestData which is an empty string to request.send function. So if the requestData is an empty string we can set it to null as well to fix the bug.
maxBodyLength
option (#2781)finally
asthen
(#2683)Internal and Tests:
Update close message to read better
Use single quotes as per other .yml files
Add server error handeling
Better error message, remove retry.
options
type definitions (#1996)Update tests.
jsdelivr
andunpkg
support (#2443)Documentation:
Signed-off-by: Moni usmoni@gmail.com
Small change to the data attribute doc of the config. A request body can also be set for DELETE methods but this wasn't mentioned in the documentation (it only mentioned POST, PUT and PATCH). Took my some 10-20 minutes until I realized that I don't need to manipulate the request body with transformRequest in the case of DELETE.
This badge will show the version on CDNJS!
Rewrote the comment from "Reject only if the status code is greater than or equal to 500" to "Resolve only if the status code is less than 500"
Closes #2049
onUploadProgress
andonDownloadProgress
are browser only (#2763)Saw in #928 and #1966 that
onUploadProgress
andonDownloadProgress
only work in the browser and was missing that from the README.Huge thanks to everyone who contributed to this release via code (authors listed
below) or via reviews and triaging on GitHub:
Commit messages
Package name: axios
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs