Skip to content

Commit 224cede

Browse files
fix(deps): update dependency axios to ^0.25.0 (#8124)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [axios](https://axios-http.com) ([source](https://togithub.com/axios/axios)) | [`^0.21.1` -> `^0.25.0`](https://renovatebot.com/diffs/npm/axios/0.21.2/0.25.0) | [![age](https://badges.renovateapi.com/packages/npm/axios/0.25.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/axios/0.25.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/axios/0.25.0/compatibility-slim/0.21.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/axios/0.25.0/confidence-slim/0.21.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>axios/axios</summary> ### [`v0.25.0`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#&#8203;0250-January-18-2022) [Compare Source](https://togithub.com/axios/axios/compare/v0.24.0...v0.25.0) Breaking changes: - Fixing maxBodyLength enforcement ([#&#8203;3786](https://togithub.com/axios/axios/pull/3786)) - Don't rely on strict mode behaviour for arguments ([#&#8203;3470](https://togithub.com/axios/axios/pull/3470)) - Adding error handling when missing url ([#&#8203;3791](https://togithub.com/axios/axios/pull/3791)) - Update isAbsoluteURL.js removing escaping of non-special characters ([#&#8203;3809](https://togithub.com/axios/axios/pull/3809)) - Use native Array.isArray() in utils.js ([#&#8203;3836](https://togithub.com/axios/axios/pull/3836)) - Adding error handling inside stream end callback ([#&#8203;3967](https://togithub.com/axios/axios/pull/3967)) Fixes and Functionality: - Added aborted even handler ([#&#8203;3916](https://togithub.com/axios/axios/pull/3916)) - Header types expanded allowing `boolean` and `number` types ([#&#8203;4144](https://togithub.com/axios/axios/pull/4144)) - Fix cancel signature allowing cancel message to be `undefined` ([#&#8203;3153](https://togithub.com/axios/axios/pull/3153)) - Updated type checks to be formulated better ([#&#8203;3342](https://togithub.com/axios/axios/pull/3342)) - Avoid unnecessary buffer allocations ([#&#8203;3321](https://togithub.com/axios/axios/pull/3321)) - Adding a socket handler to keep TCP connection live when processing long living requests ([#&#8203;3422](https://togithub.com/axios/axios/pull/3422)) - Added toFormData helper function ([#&#8203;3757](https://togithub.com/axios/axios/pull/3757)) - Adding responseEncoding prop type in AxiosRequestConfig ([#&#8203;3918](https://togithub.com/axios/axios/pull/3918)) Internal and Tests: - Adding axios-test-instance to ecosystem ([#&#8203;3786](https://togithub.com/axios/axios/pull/3786)) - Optimize the logic of isAxiosError ([#&#8203;3546](https://togithub.com/axios/axios/pull/3546)) - Add tests and documentation to display how multiple inceptors work ([#&#8203;3564](https://togithub.com/axios/axios/pull/3564)) - Updating follow-redirects to version 1.14.7 ([#&#8203;4379](https://togithub.com/axios/axios/pull/4379)) Documentation: - Fixing changelog to show corrext pull request ([#&#8203;4219](https://togithub.com/axios/axios/pull/4219)) - Update upgrade guide for https proxy setting ([#&#8203;3604](https://togithub.com/axios/axios/pull/3604)) Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub: - [Jay](mailto:jasonsaayman@gmail.com) - [Rijk van Zanten](https://togithub.com/rijkvanzanten) - [Kohta Ito](https://togithub.com/koh110) - [Brandon Faulkner](https://togithub.com/bfaulk96) - [Stefano Magni](https://togithub.com/NoriSte) - [enofan](https://togithub.com/fanguangyi) - [Andrey Pechkurov](https://togithub.com/puzpuzpuz) - [Doowonee](https://togithub.com/doowonee) - [Emil Broman](https://togithub.com/emilbroman-eqt) - [Remco Haszing](https://togithub.com/remcohaszing) - [Black-Hole](https://togithub.com/BlackHole1) - [Wolfram Kriesing](https://togithub.com/wolframkriesing) - [Andrew Ovens](https://togithub.com/repl-andrew-ovens) - [Paulo Renato](https://togithub.com/PauloRSF) - [Ben Carp](https://togithub.com/carpben) - [Hirotaka Tagawa](https://togithub.com/wafuwafu13) - [狼族小狈](https://togithub.com/lzxb) - [C. Lewis](https://togithub.com/ctjlewis) - [Felipe Carvalho](https://togithub.com/FCarvalhoVII) - [Daniel](https://togithub.com/djs113) - [Gustavo Sales](https://togithub.com/gussalesdev) ### [`v0.24.0`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#&#8203;0240-October-25-2021) [Compare Source](https://togithub.com/axios/axios/compare/v0.23.0...v0.24.0) Breaking changes: - Revert: change type of AxiosResponse to any, please read lengthy discussion here: ([#&#8203;4141](https://togithub.com/axios/axios/issues/4141)) pull request: ([#&#8203;4186](https://togithub.com/axios/axios/pull/4186)) Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub: - [Jay](mailto:jasonsaayman@gmail.com) - [Rodry](https://togithub.com/ImRodry) - [Remco Haszing](https://togithub.com/remcohaszing) - [Isaiah Thomason](https://togithub.com/ITenthusiasm) ### [`v0.23.0`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#&#8203;0230-October-12-2021) [Compare Source](https://togithub.com/axios/axios/compare/v0.22.0...v0.23.0) Breaking changes: - Distinguish request and response data types ([#&#8203;4116](https://togithub.com/axios/axios/pull/4116)) - Change never type to unknown ([#&#8203;4142](https://togithub.com/axios/axios/pull/4142)) - Fixed TransitionalOptions typings ([#&#8203;4147](https://togithub.com/axios/axios/pull/4147)) Fixes and Functionality: - Adding globalObject: 'this' to webpack config ([#&#8203;3176](https://togithub.com/axios/axios/pull/3176)) - Adding insecureHTTPParser type to AxiosRequestConfig ([#&#8203;4066](https://togithub.com/axios/axios/pull/4066)) - Fix missing semicolon in typings ([#&#8203;4115](https://togithub.com/axios/axios/pull/4115)) - Fix response headers types ([#&#8203;4136](https://togithub.com/axios/axios/pull/4136)) Internal and Tests: - Improve timeout error when timeout is browser default ([#&#8203;3209](https://togithub.com/axios/axios/pull/3209)) - Fix node version on CI ([#&#8203;4069](https://togithub.com/axios/axios/pull/4069)) - Added testing to TypeScript portion of project ([#&#8203;4140](https://togithub.com/axios/axios/pull/4140)) Documentation: - Rename Angular to AngularJS ([#&#8203;4114](https://togithub.com/axios/axios/pull/4114)) Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub: - [Jay](mailto:jasonsaayman@gmail.com) - [Evan-Finkelstein](https://togithub.com/Evan-Finkelstein) - [Paweł Szymański](https://togithub.com/Jezorko) - [Dobes Vandermeer](https://togithub.com/dobesv) - [Claas Augner](https://togithub.com/caugner) - [Remco Haszing](https://togithub.com/remcohaszing) - [Evgeniy](https://togithub.com/egmen) - [Dmitriy Mozgovoy](https://togithub.com/DigitalBrainJS) ### [`v0.22.0`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#&#8203;0220-October-01-2021) [Compare Source](https://togithub.com/axios/axios/compare/v0.21.4...v0.22.0) Fixes and Functionality: - Caseless header comparing in HTTP adapter ([#&#8203;2880](https://togithub.com/axios/axios/pull/2880)) - Avoid package.json import fixing issues and warnings related to this ([#&#8203;4041](https://togithub.com/axios/axios/pull/4041)), ([#&#8203;4065](https://togithub.com/axios/axios/pull/4065)) - Fixed cancelToken leakage and added AbortController support ([#&#8203;3305](https://togithub.com/axios/axios/pull/3305)) - Updating CI to run on release branches - Bump follow redirects version - Fixed default transitional config for custom Axios instance; ([#&#8203;4052](https://togithub.com/axios/axios/pull/4052)) Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub: - [Jay](mailto:jasonsaayman@gmail.com) - [Matt R. Wilson](https://togithub.com/mastermatt) - [Xianming Zhong](https://togithub.com/chinesedfan) - [Dmitriy Mozgovoy](https://togithub.com/DigitalBrainJS) ### [`v0.21.4`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#&#8203;0214-September-6-2021) [Compare Source](https://togithub.com/axios/axios/compare/0.21.3...v0.21.4) Fixes and Functionality: - Fixing JSON transform when data is stringified. Providing backward compatability and complying to the JSON RFC standard ([#&#8203;4020](https://togithub.com/axios/axios/pull/4020)) Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub: - [Jay](mailto:jasonsaayman@gmail.com) - [Guillaume Fortaine](https://togithub.com/gfortaine) - [Yusuke Kawasaki](https://togithub.com/kawanet) - [Dmitriy Mozgovoy](https://togithub.com/DigitalBrainJS) ### [`v0.21.3`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#&#8203;0213-September-4-2021) [Compare Source](https://togithub.com/axios/axios/compare/v0.21.2...0.21.3) Fixes and Functionality: - Fixing response interceptor not being called when request interceptor is attached ([#&#8203;4013](https://togithub.com/axios/axios/pull/4013)) Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub: - [Jay](mailto:jasonsaayman@gmail.com) - [Julian Hollmann](https://togithub.com/nerdbeere) </details> --- ### Configuration 📅 **Schedule**: "every weekend" (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
1 parent 225765b commit 224cede

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
lines changed

.yarn/offline-mirror/axios-0.25.0.tgz

103 KB
Binary file not shown.
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@commitlint/cli": "^16.0.0",
4848
"@commitlint/config-conventional": "^16.0.0",
4949
"async-done": "^1.3.0",
50-
"axios": "^0.21.1",
50+
"axios": "^0.25.0",
5151
"babel-eslint": "^10.1.0",
5252
"browserslist-config-carbon": "^10.3.0",
5353
"chalk": "^4.1.0",

packages/services/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@babel/runtime": "^7.5.0",
5151
"@carbon/ibmdotcom-utilities": "1.30.0-rc.0",
5252
"@carbon/telemetry": "0.0.0-alpha.6",
53-
"axios": "^0.21.1",
53+
"axios": "^0.25.0",
5454
"window-or-global": "^1.0.1"
5555
},
5656
"devDependencies": {

packages/utilities/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@carbon/telemetry": "0.0.0-alpha.6",
52-
"axios": "^0.21.1",
52+
"axios": "^0.25.0",
5353
"carbon-components": "10.50.0",
5454
"isomorphic-dompurify": "0.4.0",
5555
"js-cookie": "^2.2.1",

yarn.lock

+12
Original file line numberDiff line numberDiff line change
@@ -5756,6 +5756,13 @@ axios@^0.21.1:
57565756
dependencies:
57575757
follow-redirects "^1.14.0"
57585758

5759+
axios@^0.25.0:
5760+
version "0.25.0"
5761+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a"
5762+
integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==
5763+
dependencies:
5764+
follow-redirects "^1.14.7"
5765+
57595766
axobject-query@^2.0.2:
57605767
version "2.0.2"
57615768
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.0.2.tgz#ea187abe5b9002b377f925d8bf7d1c561adf38f9"
@@ -11267,6 +11274,11 @@ follow-redirects@^1.0.0, follow-redirects@^1.14.0:
1126711274
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.5.tgz#f09a5848981d3c772b5392309778523f8d85c381"
1126811275
integrity sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==
1126911276

11277+
follow-redirects@^1.14.7:
11278+
version "1.14.7"
11279+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
11280+
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==
11281+
1127011282
for-in@^0.1.3:
1127111283
version "0.1.8"
1127211284
resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1"

0 commit comments

Comments
 (0)