Skip to content

Commit 9929f5c

Browse files
chore(deps): update dependency eslint-plugin-react to v7.23.0 (#55)
[![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.22.0` -> `7.23.0`](https://renovatebot.com/diffs/npm/eslint-plugin-react/7.22.0/7.23.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.23.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.23.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.23.0/compatibility-slim/7.22.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.23.0/confidence-slim/7.22.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>yannickcr/eslint-plugin-react</summary> ### [`v7.23.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#&#8203;7230---20210322) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.22.0...v7.23.0) ##### Added - [`jsx-no-target-blank`]&#x3A; add fixer ([#&#8203;2862][] [@&#8203;Nokel81](https://togithub.com/Nokel81)) - [`jsx-pascal-case`]&#x3A; support minimatch `ignore` option ([#&#8203;2906][] [@&#8203;bcherny](https://togithub.com/bcherny)) - [`jsx-pascal-case`]&#x3A; support `allowNamespace` option ([#&#8203;2917][] [@&#8203;kev-y-huang](https://togithub.com/kev-y-huang)) - [`jsx-newline`]&#x3A; Add prevent option ([#&#8203;2935][] [@&#8203;jsphstls](https://togithub.com/jsphstls)) - [`no-unstable-nested-components`]&#x3A; Prevent creating unstable components inside components ([#&#8203;2750][] [@&#8203;AriPerkkio](https://togithub.com/AriPerkkio)) - added `jsx-runtime` config, for the modern JSX runtime transform ([@&#8203;ljharb](https://togithub.com/ljharb)) ##### Fixed - [`jsx-no-constructed-context-values`]&#x3A; avoid a crash with `as X` TS code ([#&#8203;2894][] [@&#8203;ljharb](https://togithub.com/ljharb)) - [`jsx-no-constructed-context-values`]&#x3A; avoid a crash with boolean shorthand ([#&#8203;2895][] [@&#8203;ljharb](https://togithub.com/ljharb)) - [`static-property-placement`]&#x3A; do not report non-components ([#&#8203;2893][] [@&#8203;golopot](https://togithub.com/golopot)) - [`no-array-index-key`]&#x3A; support optional chaining ([#&#8203;2897][] [@&#8203;SyMind](https://togithub.com/SyMind)) - [`no-typos`]&#x3A; avoid a crash on bindingless `prop-types` import; add warning ([#&#8203;2899][] [@&#8203;ljharb](https://togithub.com/ljharb)) - [`jsx-curly-brace-presence`]&#x3A; ignore containers with comments ([#&#8203;2900][] [@&#8203;golopot](https://togithub.com/golopot)) - [`destructuring-assignment`]&#x3A; fix a false positive for local prop named `context` in SFC ([#&#8203;2929][] [@&#8203;SyMind](https://togithub.com/SyMind)) - [`jsx-no-target-blank`]&#x3A; Allow rel="noreferrer" when `allowReferrer` is true ([#&#8203;2925][] [@&#8203;edemaine](https://togithub.com/edemaine)) - [`boolean-prop-naming`]&#x3A; add check for typescript "boolean" type ([#&#8203;2930][] [@&#8203;vedadeepta](https://togithub.com/vedadeepta)) - version detection: Add tests that verify versioning works for sibling and child projects ([#&#8203;2943][] [@&#8203;jcrosetto](https://togithub.com/jcrosetto)) - [`jsx-curly-newline`]&#x3A; Update error messages ([#&#8203;2933][] [@&#8203;jbrower2](https://togithub.com/jbrower2)) ##### Changed - [Docs][`jsx-no-constructed-context-values`]\[]: fix invalid example syntax ([#&#8203;2910][] [@&#8203;kud](https://togithub.com/kud)) - [readme] Replace lists of rules with tables in readme ([#&#8203;2908][] [@&#8203;motato1](https://togithub.com/motato1)) - [Docs] added missing curly braces ([#&#8203;2923][] [@&#8203;Muditxofficial](https://togithub.com/Muditxofficial)) [#&#8203;2943]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2943 [#&#8203;2935]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2935 [#&#8203;2933]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2933 [#&#8203;2930]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2930 [#&#8203;2929]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2929 [#&#8203;2925]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2925 [#&#8203;2923]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2923 [#&#8203;2917]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2917 [#&#8203;2910]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2910 [#&#8203;2908]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2908 [#&#8203;2906]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2906 [#&#8203;2900]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2900 [#&#8203;2899]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2899 [#&#8203;2897]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2897 [#&#8203;2895]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2895 [#&#8203;2894]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2894 [#&#8203;2893]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2893 [#&#8203;2862]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2862 [#&#8203;2750]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2750 </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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/sambacha/create-subgraph-app).
2 parents ac7f792 + b2736d5 commit 9929f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/cra-subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"eslint-config-prettier": "8.1.0",
6767
"eslint-plugin-import": "2.22.1",
6868
"eslint-plugin-prettier": "3.3.1",
69-
"eslint-plugin-react": "7.22.0",
69+
"eslint-plugin-react": "7.23.0",
7070
"husky": "5.2.0",
7171
"lint-staged": "10.5.4",
7272
"prettier": "2.2.1",

0 commit comments

Comments
 (0)