Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Update dependency axios to v0.24.0 #730

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
axios (source) 0.21.4 -> 0.24.0 age adoption passing confidence

Release Notes

axios/axios

v0.24.0

Compare Source

Breaking changes:

  • Revert: change type of AxiosResponse to any, please read lengthy discussion here: (#​4141) pull request: (#​4186)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

v0.23.0

Compare Source

Breaking changes:

  • Distinguish request and response data types (#​4116)
  • Change never type to unknown (#​4142)
  • Fixed TransitionalOptions typings (#​4147)

Fixes and Functionality:

  • Adding globalObject: 'this' to webpack config (#​3176)
  • Adding insecureHTTPParser type to AxiosRequestConfig (#​4066)
  • Fix missing semicolon in typings (#​4115)
  • Fix response headers types (#​4136)

Internal and Tests:

  • Improve timeout error when timeout is browser default (#​3209)
  • Fix node version on CI (#​4069)
  • Added testing to TypeScript portion of project (#​4140)

Documentation:

  • Rename Angular to AngularJS (#​4114)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

v0.22.0

Compare Source

Fixes and Functionality:

  • Caseless header comparing in HTTP adapter (#​2880)
  • Avoid package.json import fixing issues and warnings related to this (#​4041), (#​4065)
  • Fixed cancelToken leakage and added AbortController support (#​3305)
  • Updating CI to run on release branches
  • Bump follow redirects version
  • Fixed default transitional config for custom Axios instance; (#​4052)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:


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 you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

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

@elliotcourant
Copy link
Member

bors r+

bors bot pushed a commit that referenced this pull request Oct 1, 2021
727: Update dependency webpack to v5.55.1 r=elliotcourant a=renovate[bot]

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [webpack](https://togithub.com/webpack/webpack) | [`5.55.0` -> `5.55.1`](https://renovatebot.com/diffs/npm/webpack/5.55.0/5.55.1) | [![age](https://badges.renovateapi.com/packages/npm/webpack/5.55.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/webpack/5.55.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/webpack/5.55.1/compatibility-slim/5.55.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/webpack/5.55.1/confidence-slim/5.55.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>webpack/webpack</summary>

### [`v5.55.1`](https://togithub.com/webpack/webpack/releases/v5.55.1)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.55.0...v5.55.1)

##### Bugfixes

-   fixes for `experiments.cacheUnaffected`
    -   fix accidentically shared mem caches
    -   avoid RuntimeSpecMap in favor of directly setting on memCache
    -   compare references modules when restoring mem cache

</details>

---

### 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 you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/monetr/web-ui).

728: Update dependency @types/react to v17.0.26 r=elliotcourant a=renovate[bot]

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [`@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped)` | [`17.0.24` -> `17.0.26`](https://renovatebot.com/diffs/npm/`@types%2freact/17.0.24/17.0.26)` | [![age](https://badges.renovateapi.com/packages/npm/`@types%2freact/17.0.26/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@types%2freact/17.0.26/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@types%2freact/17.0.26/compatibility-slim/17.0.24)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@types%2freact/17.0.26/confidence-slim/17.0.24)](https://docs.renovatebot.com/merge-confidence/)` |

---

### 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 you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/monetr/web-ui).

729: Update dependency eslint-plugin-react to v7.26.1 r=elliotcourant a=renovate[bot]

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint-plugin-react](https://togithub.com/yannickcr/eslint-plugin-react) | [`7.26.0` -> `7.26.1`](https://renovatebot.com/diffs/npm/eslint-plugin-react/7.26.0/7.26.1) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.26.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.26.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.26.1/compatibility-slim/7.26.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.26.1/confidence-slim/7.26.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>yannickcr/eslint-plugin-react</summary>

### [`v7.26.1`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#&#8203;7261---20210929)

[Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.26.0...v7.26.1)

##### Fixed

-   \[`no-namespace`]: fix crash on non-string React.createElement name ([#&#8203;3082] [`@&#8203;ljharb](https://togithub.com/ljharb))`
-   \[`no-namespace`]: avoid crash on non-string createElement values ([#&#8203;3085] [`@&#8203;ljharb](https://togithub.com/ljharb))`
-   \[`jsx-no-target-blank`]: improve error messages ([#&#8203;3088] [`@&#8203;cutiful](https://togithub.com/cutiful))`

##### Changed

-   \[Docs] \[`jsx-max-props-per-line`]: fix options example ([#&#8203;3083] [`@&#8203;MrRaiter](https://togithub.com/MrRaiter))`

[7.26.1]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.26.0...v7.26.1

[#&#8203;3088]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3088

[#&#8203;3085]: https://togithub.com/yannickcr/eslint-plugin-react/issue/3085

[#&#8203;3083]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3083

[#&#8203;3082]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3082

</details>

---

### 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 you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/monetr/web-ui).

730: Update dependency axios to v0.22.0 r=elliotcourant a=renovate[bot]

[![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.4` -> `0.22.0`](https://renovatebot.com/diffs/npm/axios/0.21.4/0.22.0) | [![age](https://badges.renovateapi.com/packages/npm/axios/0.22.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/axios/0.22.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/axios/0.22.0/compatibility-slim/0.21.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/axios/0.22.0/confidence-slim/0.21.4)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>axios/axios</summary>

### [`v0.22.0`](https://togithub.com/axios/axios/blob/master/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)

</details>

---

### 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 you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/monetr/web-ui).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
@bors
Copy link

bors bot commented Oct 1, 2021

This PR was included in a batch that was canceled, it will be automatically retried

bors bot pushed a commit that referenced this pull request Oct 1, 2021
728: Update dependency @types/react to v17.0.26 r=elliotcourant a=renovate[bot]

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [`@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped)` | [`17.0.24` -> `17.0.26`](https://renovatebot.com/diffs/npm/`@types%2freact/17.0.24/17.0.26)` | [![age](https://badges.renovateapi.com/packages/npm/`@types%2freact/17.0.26/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@types%2freact/17.0.26/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@types%2freact/17.0.26/compatibility-slim/17.0.24)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@types%2freact/17.0.26/confidence-slim/17.0.24)](https://docs.renovatebot.com/merge-confidence/)` |

---

### 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 you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/monetr/web-ui).

729: Update dependency eslint-plugin-react to v7.26.1 r=elliotcourant a=renovate[bot]

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint-plugin-react](https://togithub.com/yannickcr/eslint-plugin-react) | [`7.26.0` -> `7.26.1`](https://renovatebot.com/diffs/npm/eslint-plugin-react/7.26.0/7.26.1) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.26.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.26.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.26.1/compatibility-slim/7.26.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.26.1/confidence-slim/7.26.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>yannickcr/eslint-plugin-react</summary>

### [`v7.26.1`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#&#8203;7261---20210929)

[Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.26.0...v7.26.1)

##### Fixed

-   \[`no-namespace`]: fix crash on non-string React.createElement name ([#&#8203;3082] [`@&#8203;ljharb](https://togithub.com/ljharb))`
-   \[`no-namespace`]: avoid crash on non-string createElement values ([#&#8203;3085] [`@&#8203;ljharb](https://togithub.com/ljharb))`
-   \[`jsx-no-target-blank`]: improve error messages ([#&#8203;3088] [`@&#8203;cutiful](https://togithub.com/cutiful))`

##### Changed

-   \[Docs] \[`jsx-max-props-per-line`]: fix options example ([#&#8203;3083] [`@&#8203;MrRaiter](https://togithub.com/MrRaiter))`

[7.26.1]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.26.0...v7.26.1

[#&#8203;3088]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3088

[#&#8203;3085]: https://togithub.com/yannickcr/eslint-plugin-react/issue/3085

[#&#8203;3083]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3083

[#&#8203;3082]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3082

</details>

---

### 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 you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/monetr/web-ui).

730: Update dependency axios to v0.22.0 r=elliotcourant a=renovate[bot]

[![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.4` -> `0.22.0`](https://renovatebot.com/diffs/npm/axios/0.21.4/0.22.0) | [![age](https://badges.renovateapi.com/packages/npm/axios/0.22.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/axios/0.22.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/axios/0.22.0/compatibility-slim/0.21.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/axios/0.22.0/confidence-slim/0.21.4)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>axios/axios</summary>

### [`v0.22.0`](https://togithub.com/axios/axios/blob/master/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)

</details>

---

### 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 you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/monetr/web-ui).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
@bors
Copy link

bors bot commented Oct 1, 2021

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Oct 1, 2021
729: Update dependency eslint-plugin-react to v7.26.1 r=elliotcourant a=renovate[bot]

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint-plugin-react](https://togithub.com/yannickcr/eslint-plugin-react) | [`7.26.0` -> `7.26.1`](https://renovatebot.com/diffs/npm/eslint-plugin-react/7.26.0/7.26.1) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.26.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.26.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.26.1/compatibility-slim/7.26.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.26.1/confidence-slim/7.26.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>yannickcr/eslint-plugin-react</summary>

### [`v7.26.1`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#&#8203;7261---20210929)

[Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.26.0...v7.26.1)

##### Fixed

-   \[`no-namespace`]: fix crash on non-string React.createElement name ([#&#8203;3082] [`@&#8203;ljharb](https://togithub.com/ljharb))`
-   \[`no-namespace`]: avoid crash on non-string createElement values ([#&#8203;3085] [`@&#8203;ljharb](https://togithub.com/ljharb))`
-   \[`jsx-no-target-blank`]: improve error messages ([#&#8203;3088] [`@&#8203;cutiful](https://togithub.com/cutiful))`

##### Changed

-   \[Docs] \[`jsx-max-props-per-line`]: fix options example ([#&#8203;3083] [`@&#8203;MrRaiter](https://togithub.com/MrRaiter))`

[7.26.1]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.26.0...v7.26.1

[#&#8203;3088]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3088

[#&#8203;3085]: https://togithub.com/yannickcr/eslint-plugin-react/issue/3085

[#&#8203;3083]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3083

[#&#8203;3082]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3082

</details>

---

### 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 you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/monetr/web-ui).

730: Update dependency axios to v0.22.0 r=elliotcourant a=renovate[bot]

[![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.4` -> `0.22.0`](https://renovatebot.com/diffs/npm/axios/0.21.4/0.22.0) | [![age](https://badges.renovateapi.com/packages/npm/axios/0.22.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/axios/0.22.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/axios/0.22.0/compatibility-slim/0.21.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/axios/0.22.0/confidence-slim/0.21.4)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>axios/axios</summary>

### [`v0.22.0`](https://togithub.com/axios/axios/blob/master/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)

</details>

---

### 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 you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/monetr/web-ui).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
@bors
Copy link

bors bot commented Oct 1, 2021

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Oct 1, 2021
730: Update dependency axios to v0.22.0 r=elliotcourant a=renovate[bot]

[![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.4` -> `0.22.0`](https://renovatebot.com/diffs/npm/axios/0.21.4/0.22.0) | [![age](https://badges.renovateapi.com/packages/npm/axios/0.22.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/axios/0.22.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/axios/0.22.0/compatibility-slim/0.21.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/axios/0.22.0/confidence-slim/0.21.4)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>axios/axios</summary>

### [`v0.22.0`](https://togithub.com/axios/axios/blob/master/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)

</details>

---

### 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 you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/monetr/web-ui).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
@bors
Copy link

bors bot commented Oct 1, 2021

Build failed:

@renovate renovate bot force-pushed the renovate/axios-0.x branch from b660283 to 4df1cd1 Compare October 12, 2021 17:26
@renovate renovate bot changed the title Update dependency axios to v0.22.0 Update dependency axios to v0.23.0 Oct 12, 2021
@renovate renovate bot changed the title Update dependency axios to v0.23.0 Update dependency axios to v0.24.0 Oct 25, 2021
@renovate renovate bot force-pushed the renovate/axios-0.x branch from 4df1cd1 to 087f63d Compare October 25, 2021 20:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants