Changelog
*Sourced from [eslint-plugin-react's changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md).*
> ## [7.15.0] - 2019-09-30
>
> ### Added
> * add [`jsx-no-useless-fragment`][] rule ([#2261](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2261)[] [@golopot](https://github.com/golopot))
> * [`jsx-handler-name`][]: allow `false` to disable `eventHandlerPrefix`/`eventHandlerPropPrefix` ([#2410](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2410)[] [@tanmoyopenroot](https://github.com/tanmoyopenroot))
> * [`sort-comp`][]: add `static-variables` grouping ([#2408](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2408)[] [@vedadeepta](https://github.com/vedadeepta))
> * [`jsx-no-literals`][]: Add `allowedStrings` option ([#2380](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2380)[] [@benhollander](https://github.com/benhollander))
> * [`no-multi-comp`][]: Added handling for `forwardRef` and `memo` wrapping components declared in the same file ([#2184](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2184)[] [@jenil94](https://github.com/jenil94))
> * [`jsx-pascal-case`][]: `allowAllCaps` option now allows `SCREAMING_SNAKE_CASE` ([#2364](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2364)[] [@TylerR909](https://github.com/TylerR909))
>
> ### Fixed
> * [`jsx-indent`][]: Fix false positive when a jsx element is the last statement within a do expression (with tests) ([#2200](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2200)[] [@Kenneth-KT](https://github.com/Kenneth-KT))
> * [`jsx-curly-brace-presence`][]: fix jsx tags in braces ([#2422](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2422)[] [@tanmoyopenroot](https://github.com/tanmoyopenroot))
> * [`display-name`][]: Fix false positives ([#2399](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2399)[] [@BPScott](https://github.com/BPScott))
> * [`jsx-curly-brace-presence`][]: report unnecessary curly braces with children on next line ([#2409](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2409)[] [@vedadeepta](https://github.com/vedadeepta))
> * [`no-unused-prop-types`][]: false positive with callback ([#2375](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2375)[] [@golopot](https://github.com/golopot))
> * Fix prop-types detection collision on renamed props ([#2383](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2383)[] [@yannickcr](https://github.com/yannickcr))
> * [`jsx-sort-props`][]: use localeCompare rather than comparison operator ([#2391](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2391)[] [@tanmoyopenroot](https://github.com/tanmoyopenroot))
> * [`jsx-pascal-case`][]: allow one-letter-named components ([#2395](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2395)[] [@Haegin](https://github.com/Haegin))
> * [`jsx-wrap-multilines`][]: fix incorrect formatting ([#2392](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2392)[] [@tanmoyopenroot](https://github.com/tanmoyopenroot))
> * [`require-optimization`][]: fix when using arrow function in class components ([#2385](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2385)[] [@jenil94](https://github.com/jenil94))
> * [`no-deprecated`][]: Deprecate cWM/cWRP/cWU lifecycle methods since React 16.9.0 ([#2378](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2378)[] [@meowtec](https://github.com/meowtec))
> * [`jsx-key`][]: improve docs and confusing error message ([#2367](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2367)[] [@kaykayehnn](https://github.com/kaykayehnn))
> * Recognize props wrapped in flow $ReadOnly<> utility type ([#2361](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2361)[] [@lukeapage](https://github.com/lukeapage))
> * [`prop-types`][]: false positive with setState updator ([#2359](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2359)[] [@golopot](https://github.com/golopot))
>
> ### Changed
> * [Docs] [`no-access-state-in-setstate`][]: update grammar ([#2418](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2418)[] [@neaumusic](https://github.com/neaumusic))
> * [`jsx-curly-brace-presence`][], [`jsx-one-expression-per-line`][], [`no-danger-with-children`][]: add `isWhiteSpaces` to `lib/util/jsx` ([#2409](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2409)[] [@vedadeepta](https://github.com/vedadeepta))
>
> [#2422](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2422): [yannickcr/eslint-plugin-react#2422](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2422)
> [#2410](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2410): [yannickcr/eslint-plugin-react#2410](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2410)
> [#2409](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2409): [yannickcr/eslint-plugin-react#2409](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2409)
> [#2408](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2408): [yannickcr/eslint-plugin-react#2408](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2408)
> [#2402](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2402): [yannickcr/eslint-plugin-react#2402](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2402)
> [#2399](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2399): [yannickcr/eslint-plugin-react#2399](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2399)
> [#2395](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2395): [yannickcr/eslint-plugin-react#2395](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2395)
> [#2392](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2392): [yannickcr/eslint-plugin-react#2392](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2392)
> [#2391](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2391): [yannickcr/eslint-plugin-react#2391](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2391)
> [#2385](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2385): [yannickcr/eslint-plugin-react#2385](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2385)
> [#2383](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2383): [yannickcr/eslint-plugin-react#2383](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issue/2383)
> [#2380](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2380): [yannickcr/eslint-plugin-react#2380](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2380)
> [#2378](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2378): [yannickcr/eslint-plugin-react#2378](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2378)
> [#2375](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2375): [yannickcr/eslint-plugin-react#2375](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2375)
> [#2367](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2367): [yannickcr/eslint-plugin-react#2367](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2367)
> [#2364](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2364): [yannickcr/eslint-plugin-react#2364](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2364)
> [#2361](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2361): [yannickcr/eslint-plugin-react#2361](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2361)
> [#2359](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2359): [yannickcr/eslint-plugin-react#2359](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2359)
> [#2261](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2261): [yannickcr/eslint-plugin-react#2261](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2261)
> [#2200](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2200): [yannickcr/eslint-plugin-react#2200](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2200)
> ... (truncated)
Commits
- [`b45219a`](https://github.com/yannickcr/eslint-plugin-react/commit/b45219a2f63451209fbf5151e813f1d5babcb3fa) Update CHANGELOG and bump version
- [`a01198f`](https://github.com/yannickcr/eslint-plugin-react/commit/a01198f96b20f470f5f9638e249b07fc69e020b2) [Dev Deps] update `eslint-config-airbnb-base`, `eslint-plugin-import`, `sinon...
- [`ab77870`](https://github.com/yannickcr/eslint-plugin-react/commit/ab77870ebcf35865bb04e4adc45f2cbaad40b7e2) [Deps] update `jsx-ast-utils`, `resolve`
- [`32e27b7`](https://github.com/yannickcr/eslint-plugin-react/commit/32e27b7b8d31feffaa5cc572916d131d4c40df63) [Fix] `jsx-indent`: Fix false positive when a jsx element is the last stateme...
- [`628a4a0`](https://github.com/yannickcr/eslint-plugin-react/commit/628a4a04d0ddc0bbcd8acf3344c61074b846b3df) [fix] `jsx-curly-brace-presence`: fix jsx tags in braces
- [`3124ce0`](https://github.com/yannickcr/eslint-plugin-react/commit/3124ce09e7c651d6b4703b9dc2bd501852b24439) [Docs] `no-access-state-in-setstate`: update grammar
- [`4a05fa2`](https://github.com/yannickcr/eslint-plugin-react/commit/4a05fa2bd677ecdaf1fe836fefcd11e66adab16f) [fix] `display-name`: Fix false positives
- [`c6521ad`](https://github.com/yannickcr/eslint-plugin-react/commit/c6521ad237800596c6453572f4a1eb5ba8286b35) Change istanbul output directory to ./coverage (default)
- [`5970651`](https://github.com/yannickcr/eslint-plugin-react/commit/5970651df76e9e0adac248ac366524ec0add7c05) [new] `jsx-handler-name`: allow `false` to disable `eventHandlerPrefix`/`even...
- [`489ced3`](https://github.com/yannickcr/eslint-plugin-react/commit/489ced3e0d53d0523d0dd7265fd618ebca9a3cdf) [refactor] `jsx-curly-braces-presence, jsx-one-expression-per-line, no-danger...
- Additional commits viewable in [compare view](https://github.com/yannickcr/eslint-plugin-react/compare/v7.14.3...v7.15.0)
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will 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 labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps eslint-plugin-react from 7.14.3 to 7.15.0.
Changelog
*Sourced from [eslint-plugin-react's changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md).* > ## [7.15.0] - 2019-09-30 > > ### Added > * add [`jsx-no-useless-fragment`][] rule ([#2261](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2261)[] [@golopot](https://github.com/golopot)) > * [`jsx-handler-name`][]: allow `false` to disable `eventHandlerPrefix`/`eventHandlerPropPrefix` ([#2410](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2410)[] [@tanmoyopenroot](https://github.com/tanmoyopenroot)) > * [`sort-comp`][]: add `static-variables` grouping ([#2408](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2408)[] [@vedadeepta](https://github.com/vedadeepta)) > * [`jsx-no-literals`][]: Add `allowedStrings` option ([#2380](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2380)[] [@benhollander](https://github.com/benhollander)) > * [`no-multi-comp`][]: Added handling for `forwardRef` and `memo` wrapping components declared in the same file ([#2184](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2184)[] [@jenil94](https://github.com/jenil94)) > * [`jsx-pascal-case`][]: `allowAllCaps` option now allows `SCREAMING_SNAKE_CASE` ([#2364](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2364)[] [@TylerR909](https://github.com/TylerR909)) > > ### Fixed > * [`jsx-indent`][]: Fix false positive when a jsx element is the last statement within a do expression (with tests) ([#2200](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2200)[] [@Kenneth-KT](https://github.com/Kenneth-KT)) > * [`jsx-curly-brace-presence`][]: fix jsx tags in braces ([#2422](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2422)[] [@tanmoyopenroot](https://github.com/tanmoyopenroot)) > * [`display-name`][]: Fix false positives ([#2399](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2399)[] [@BPScott](https://github.com/BPScott)) > * [`jsx-curly-brace-presence`][]: report unnecessary curly braces with children on next line ([#2409](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2409)[] [@vedadeepta](https://github.com/vedadeepta)) > * [`no-unused-prop-types`][]: false positive with callback ([#2375](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2375)[] [@golopot](https://github.com/golopot)) > * Fix prop-types detection collision on renamed props ([#2383](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2383)[] [@yannickcr](https://github.com/yannickcr)) > * [`jsx-sort-props`][]: use localeCompare rather than comparison operator ([#2391](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2391)[] [@tanmoyopenroot](https://github.com/tanmoyopenroot)) > * [`jsx-pascal-case`][]: allow one-letter-named components ([#2395](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2395)[] [@Haegin](https://github.com/Haegin)) > * [`jsx-wrap-multilines`][]: fix incorrect formatting ([#2392](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2392)[] [@tanmoyopenroot](https://github.com/tanmoyopenroot)) > * [`require-optimization`][]: fix when using arrow function in class components ([#2385](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2385)[] [@jenil94](https://github.com/jenil94)) > * [`no-deprecated`][]: Deprecate cWM/cWRP/cWU lifecycle methods since React 16.9.0 ([#2378](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2378)[] [@meowtec](https://github.com/meowtec)) > * [`jsx-key`][]: improve docs and confusing error message ([#2367](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2367)[] [@kaykayehnn](https://github.com/kaykayehnn)) > * Recognize props wrapped in flow $ReadOnly<> utility type ([#2361](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2361)[] [@lukeapage](https://github.com/lukeapage)) > * [`prop-types`][]: false positive with setState updator ([#2359](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2359)[] [@golopot](https://github.com/golopot)) > > ### Changed > * [Docs] [`no-access-state-in-setstate`][]: update grammar ([#2418](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2418)[] [@neaumusic](https://github.com/neaumusic)) > * [`jsx-curly-brace-presence`][], [`jsx-one-expression-per-line`][], [`no-danger-with-children`][]: add `isWhiteSpaces` to `lib/util/jsx` ([#2409](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2409)[] [@vedadeepta](https://github.com/vedadeepta)) > > [#2422](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2422): [yannickcr/eslint-plugin-react#2422](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2422) > [#2410](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2410): [yannickcr/eslint-plugin-react#2410](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2410) > [#2409](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2409): [yannickcr/eslint-plugin-react#2409](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2409) > [#2408](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2408): [yannickcr/eslint-plugin-react#2408](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2408) > [#2402](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2402): [yannickcr/eslint-plugin-react#2402](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2402) > [#2399](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2399): [yannickcr/eslint-plugin-react#2399](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2399) > [#2395](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2395): [yannickcr/eslint-plugin-react#2395](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2395) > [#2392](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2392): [yannickcr/eslint-plugin-react#2392](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2392) > [#2391](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2391): [yannickcr/eslint-plugin-react#2391](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2391) > [#2385](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2385): [yannickcr/eslint-plugin-react#2385](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2385) > [#2383](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2383): [yannickcr/eslint-plugin-react#2383](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issue/2383) > [#2380](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2380): [yannickcr/eslint-plugin-react#2380](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2380) > [#2378](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2378): [yannickcr/eslint-plugin-react#2378](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2378) > [#2375](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2375): [yannickcr/eslint-plugin-react#2375](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2375) > [#2367](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2367): [yannickcr/eslint-plugin-react#2367](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2367) > [#2364](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2364): [yannickcr/eslint-plugin-react#2364](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2364) > [#2361](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2361): [yannickcr/eslint-plugin-react#2361](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2361) > [#2359](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2359): [yannickcr/eslint-plugin-react#2359](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2359) > [#2261](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2261): [yannickcr/eslint-plugin-react#2261](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2261) > [#2200](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2200): [yannickcr/eslint-plugin-react#2200](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2200) > ... (truncated)Commits
- [`b45219a`](https://github.com/yannickcr/eslint-plugin-react/commit/b45219a2f63451209fbf5151e813f1d5babcb3fa) Update CHANGELOG and bump version - [`a01198f`](https://github.com/yannickcr/eslint-plugin-react/commit/a01198f96b20f470f5f9638e249b07fc69e020b2) [Dev Deps] update `eslint-config-airbnb-base`, `eslint-plugin-import`, `sinon... - [`ab77870`](https://github.com/yannickcr/eslint-plugin-react/commit/ab77870ebcf35865bb04e4adc45f2cbaad40b7e2) [Deps] update `jsx-ast-utils`, `resolve` - [`32e27b7`](https://github.com/yannickcr/eslint-plugin-react/commit/32e27b7b8d31feffaa5cc572916d131d4c40df63) [Fix] `jsx-indent`: Fix false positive when a jsx element is the last stateme... - [`628a4a0`](https://github.com/yannickcr/eslint-plugin-react/commit/628a4a04d0ddc0bbcd8acf3344c61074b846b3df) [fix] `jsx-curly-brace-presence`: fix jsx tags in braces - [`3124ce0`](https://github.com/yannickcr/eslint-plugin-react/commit/3124ce09e7c651d6b4703b9dc2bd501852b24439) [Docs] `no-access-state-in-setstate`: update grammar - [`4a05fa2`](https://github.com/yannickcr/eslint-plugin-react/commit/4a05fa2bd677ecdaf1fe836fefcd11e66adab16f) [fix] `display-name`: Fix false positives - [`c6521ad`](https://github.com/yannickcr/eslint-plugin-react/commit/c6521ad237800596c6453572f4a1eb5ba8286b35) Change istanbul output directory to ./coverage (default) - [`5970651`](https://github.com/yannickcr/eslint-plugin-react/commit/5970651df76e9e0adac248ac366524ec0add7c05) [new] `jsx-handler-name`: allow `false` to disable `eventHandlerPrefix`/`even... - [`489ced3`](https://github.com/yannickcr/eslint-plugin-react/commit/489ced3e0d53d0523d0dd7265fd618ebca9a3cdf) [refactor] `jsx-curly-braces-presence, jsx-one-expression-per-line, no-danger... - Additional commits viewable in [compare view](https://github.com/yannickcr/eslint-plugin-react/compare/v7.14.3...v7.15.0)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will 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 labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.