DataVisualization
DataVisualization copied to clipboard
Bump axios from 0.15.3 to 0.20.0
Bumps axios from 0.15.3 to 0.20.0.
Release notes
Sourced from axios's releases.
v0.20.0
Release of 0.20.0-pre as a full release with no other changes.
v0.20.0-0
0.20.0-pre (July 15, 2020)
Fixes and Functionality:
- Fixing response with utf-8 BOM can not parse to json (#2419)
- fix: remove byte order marker (UTF-8 BOM) when transform response
- fix: remove BOM only utf-8
- test: utf-8 BOM
- fix: incorrect param name
- Refactor mergeConfig without utils.deepMerge (#2844)
- Adding failing test
- Fixing #2587 default custom config persisting
- Adding Concat keys and filter duplicates
- Fixed value from CPE
- update for review feedbacks
- no deepMerge
- only merge between plain objects
- fix rename
- always merge config by mergeConfig
- extract function mergeDeepProperties
- refactor mergeConfig with all keys, and add special logic for validateStatus
- add test for resetting headers
- add lots of tests and fix a bug
- should not inherit
data- use simple toString
- Fixing overwrite Blob/File type as Content-Type in browser. (#1773)
- Fixing an issue that type 'null' is not assignable to validateStatus (#2773)
- Fixing special char encoding (#1671)
- 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)
- Fixing 'progressEvent' type (#2851)
- Fix 'progressEvent' type
- Update axios.ts
- Fixing getting local files (file://) failed (#2470)
Changelog
Sourced from axios's changelog.
0.20.0 (August 20, 2020)
Release of 0.20.0-pre as a full release with no other changes.
0.20.0-pre (July 15, 2020)
Fixes and Functionality:
- Fixing response with utf-8 BOM can not parse to json (#2419)
- fix: remove byte order marker (UTF-8 BOM) when transform response
- fix: remove BOM only utf-8
- test: utf-8 BOM
- fix: incorrect param name
- Refactor mergeConfig without utils.deepMerge (#2844)
- Adding failing test
- Fixing #2587 default custom config persisting
- Adding Concat keys and filter duplicates
- Fixed value from CPE
- update for review feedbacks
- no deepMerge
- only merge between plain objects
- fix rename
- always merge config by mergeConfig
- extract function mergeDeepProperties
- refactor mergeConfig with all keys, and add special logic for validateStatus
- add test for resetting headers
- add lots of tests and fix a bug
- should not inherit
data- use simple toString
- Fixing overwrite Blob/File type as Content-Type in browser. (#1773)
- Fixing an issue that type 'null' is not assignable to validateStatus (#2773)
- Fixing special char encoding (#1671)
- 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)
- Fixing 'progressEvent' type (#2851)
- Fix 'progressEvent' type
- Update axios.ts
- Fixing getting local files (file://) failed (#2470)
Commits
0d87655Releasing 0.20.0cd27741Updating changelog for 0.20.0 releaseffea034Releasing 0.20.0-0fe147fbUpdating changlog for 0.20.0 beta release16aa2ceFixing response with utf-8 BOM can not parse to json (#2419)c4300a8Adding support for URLSearchParams in node (#1900)bed6783add table of content (preview) (#3050)c70fab9Fix stale bot config (#3049)5b08fc4Add days and change name to work (#3035)1768c23Update close-issues.yml (#3031)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by emilyemorehouse, a new releaser for axios since your current version.
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.