This repository has been archived by the owner on Oct 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Update dependency eslint-plugin-react to v7.26.1 #729
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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#​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 ([#​3082] [`@​ljharb](https://togithub.com/ljharb))` - \[`no-namespace`]: avoid crash on non-string createElement values ([#​3085] [`@​ljharb](https://togithub.com/ljharb))` - \[`jsx-no-target-blank`]: improve error messages ([#​3088] [`@​cutiful](https://togithub.com/cutiful))` ##### Changed - \[Docs] \[`jsx-max-props-per-line`]: fix options example ([#​3083] [`@​MrRaiter](https://togithub.com/MrRaiter))` [7.26.1]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.26.0...v7.26.1 [#​3088]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3088 [#​3085]: https://togithub.com/yannickcr/eslint-plugin-react/issue/3085 [#​3083]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3083 [#​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#​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 ([#​2880](https://togithub.com/axios/axios/pull/2880)) - Avoid package.json import fixing issues and warnings related to this ([#​4041](https://togithub.com/axios/axios/pull/4041)), ([#​4065](https://togithub.com/axios/axios/pull/4065)) - Fixed cancelToken leakage and added AbortController support ([#​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; ([#​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>
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#​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 ([#​3082] [`@​ljharb](https://togithub.com/ljharb))` - \[`no-namespace`]: avoid crash on non-string createElement values ([#​3085] [`@​ljharb](https://togithub.com/ljharb))` - \[`jsx-no-target-blank`]: improve error messages ([#​3088] [`@​cutiful](https://togithub.com/cutiful))` ##### Changed - \[Docs] \[`jsx-max-props-per-line`]: fix options example ([#​3083] [`@​MrRaiter](https://togithub.com/MrRaiter))` [7.26.1]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.26.0...v7.26.1 [#​3088]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3088 [#​3085]: https://togithub.com/yannickcr/eslint-plugin-react/issue/3085 [#​3083]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3083 [#​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#​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 ([#​2880](https://togithub.com/axios/axios/pull/2880)) - Avoid package.json import fixing issues and warnings related to this ([#​4041](https://togithub.com/axios/axios/pull/4041)), ([#​4065](https://togithub.com/axios/axios/pull/4065)) - Fixed cancelToken leakage and added AbortController support ([#​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; ([#​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>
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#​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 ([#​3082] [`@​ljharb](https://togithub.com/ljharb))` - \[`no-namespace`]: avoid crash on non-string createElement values ([#​3085] [`@​ljharb](https://togithub.com/ljharb))` - \[`jsx-no-target-blank`]: improve error messages ([#​3088] [`@​cutiful](https://togithub.com/cutiful))` ##### Changed - \[Docs] \[`jsx-max-props-per-line`]: fix options example ([#​3083] [`@​MrRaiter](https://togithub.com/MrRaiter))` [7.26.1]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.26.0...v7.26.1 [#​3088]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3088 [#​3085]: https://togithub.com/yannickcr/eslint-plugin-react/issue/3085 [#​3083]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3083 [#​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#​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 ([#​2880](https://togithub.com/axios/axios/pull/2880)) - Avoid package.json import fixing issues and warnings related to this ([#​4041](https://togithub.com/axios/axios/pull/4041)), ([#​4065](https://togithub.com/axios/axios/pull/4065)) - Fixed cancelToken leakage and added AbortController support ([#​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; ([#​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>
Build failed (retrying...): |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.26.0
->7.26.1
Release Notes
yannickcr/eslint-plugin-react
v7.26.1
Compare Source
Fixed
no-namespace
]: fix crash on non-string React.createElement name (#3082 @ljharb)no-namespace
]: avoid crash on non-string createElement values (#3085 @ljharb)jsx-no-target-blank
]: improve error messages (#3088 @cutiful)Changed
jsx-max-props-per-line
]: fix options example (#3083 @MrRaiter)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.
This PR has been generated by WhiteSource Renovate. View repository job log here.