Updates the requirements on eslint-plugin-react to permit the latest version.
Release notes
*Sourced from [eslint-plugin-react's releases](https://github.com/yannickcr/eslint-plugin-react/releases).*
> ## v5.2.2
> ### Fixed
> - Fix `jsx-no-bind` crash ([#641](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/641))
Changelog
*Sourced from [eslint-plugin-react's changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md).*
> ## [5.2.2] - 2016-06-17
> ### Fixed
> * Fix [`jsx-no-bind`][] crash ([#641](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/641)[])
>
> [5.2.2]: https://github.com/yannickcr/eslint-plugin-react/compare/v5.2.1...v5.2.2
> [#641](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/641): [yannickcr/eslint-plugin-react#641](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/641)
>
> ## [5.2.1] - 2016-06-17
> ### Fixed
> * Fix [`jsx-pascal-case`][] for namespaced components ([#637](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/637)[] [@evcohen](https://github.com/evcohen))
>
> [5.2.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v5.2.0...v5.2.1
> [#637](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/637): [yannickcr/eslint-plugin-react#637](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/637)
>
> ## [5.2.0] - 2016-06-17
> ### Added
> * Add [`require-optimization`][] rule ([#240](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/240)[] [@EvNaverniouk](https://github.com/EvNaverniouk))
> * Add [`jsx-filename-extension`][] rule ([#495](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/495)[] [@lencioni](https://github.com/lencioni))
> * Add [`no-render-return-value`][] rule ([#531](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/531)[] [@iamdustan](https://github.com/iamdustan))
> * Add [`no-comment-textnodes`][] rule ([#616](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/616)[] [@benvinegar](https://github.com/benvinegar))
> * Add `objectLiterals` option to [`jsx-curly-spacing`][] ([#388](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/388)[], [#211](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/211)[] [@casesandberg](https://github.com/casesandberg) [@ljharb](https://github.com/ljharb))
> * Add option to [`self-closing-comp`][] to check html tags ([#572](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/572)[] [@gitim](https://github.com/gitim))
> * Add `ignore` option to [`no-unknown-property`][] rule ([#631](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/631)[] [@insin](https://github.com/insin))
> * Add support for ES7 bind operator to [`jsx-handler-names`][] ([#630](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/630)[])
> * Add support for explicit declaration that class extends React.Component ([#68](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/68)[] [@gausie](https://github.com/gausie))
>
> ### Fixed
> * Fix [`jsx-closing-bracket-location`][] multiline prop support ([#493](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/493)[] [@tuures](https://github.com/tuures))
> * Fix [`prop-types`][] for props that where not assigned to the right component ([#591](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/591)[])
> * Fix [`display-name`][] when JSON style is used for defining components ([#590](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/590)[] [@gitim](https://github.com/gitim))
> * Fix [`jsx-no-bind`][] for bind detection in render when assigned to a variable ([#474](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/474)[] [@petersendidit](https://github.com/petersendidit))
> * Fix [`jsx-curly-spacing`][] for spread operator ([#606](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/606)[] [@gitim](https://github.com/gitim))
> * Fix [`sort-comp`][] crash on spread operator ([#624](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/624)[])
> * Fix [`prop-types`][] crash when destructuring props with spread only
>
> ### Changed
> * Update dependencies
> * Add [doctrine](https://github.com/eslint/doctrine) as a dependency ([#68](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/68)[] [@gausie](https://github.com/gausie))
> * Add [jsx-ast-utils](https://github.com/evcohen/jsx-ast-utils) as a dependency ([#634](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/634)[] [@evcohen](https://github.com/evcohen))
> * Documentation improvements ([#594](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/594)[] [@lencioni](https://github.com/lencioni), [#598](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/598)[] [@mLuby](https://github.com/mLuby), [#633](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/633)[] [@appsforartists](https://github.com/appsforartists))
>
> [5.2.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v5.1.1...v5.2.0
> [#68](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/68): [yannickcr/eslint-plugin-react#68](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/68)
> [#211](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/211): [yannickcr/eslint-plugin-react#211](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/211)
> [#240](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/240): [yannickcr/eslint-plugin-react#240](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/240)
> [#388](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/388): [yannickcr/eslint-plugin-react#388](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/388)
> [#474](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/474): [yannickcr/eslint-plugin-react#474](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/474)
> [#493](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/493): [yannickcr/eslint-plugin-react#493](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/493)
> [#495](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/495): [yannickcr/eslint-plugin-react#495](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/495)
> [#531](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/531): [yannickcr/eslint-plugin-react#531](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/531)
> ... (truncated)
Commits
- [`46c8008`](https://github.com/yannickcr/eslint-plugin-react/commit/46c800805c735074c5e9f43a8b0c907ded024790) Update CHANGELOG and bump version
- [`281faf0`](https://github.com/yannickcr/eslint-plugin-react/commit/281faf044131a893c0c28abd4bfa73e330e58f25) Fix jsx-no-bind crash (fixes [#641](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/641))
- [`d6d0d8a`](https://github.com/yannickcr/eslint-plugin-react/commit/d6d0d8a7cad504f6d274d2ddc1916dd26ac3b458) Update CHANGELOG and bump version
- [`ef406fa`](https://github.com/yannickcr/eslint-plugin-react/commit/ef406fa9969ffaa8e2af745ab5a439231faf8a94) Fix jsx-pascal-case for JSXMemberExpressions (fixes [#637](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/637))
- [`e626566`](https://github.com/yannickcr/eslint-plugin-react/commit/e6265669ed4e4317edb7d613420677a1495e5921) Update CHANGELOG and bump version
- [`67053d9`](https://github.com/yannickcr/eslint-plugin-react/commit/67053d9ec36ca915739e1ccb98f919a624e6aadf) Add missing no-comment-textnodes rule to README
- [`698d7e5`](https://github.com/yannickcr/eslint-plugin-react/commit/698d7e521fbf600a4f90120724acdfaeb5e6be76) Update dependencies
- [`e341dfa`](https://github.com/yannickcr/eslint-plugin-react/commit/e341dfa2b8b8d793e1925a856ca3a72ef87d344b) Fix prop-types crash when destructuring props with spread only
- [`cd5ef2b`](https://github.com/yannickcr/eslint-plugin-react/commit/cd5ef2b17257d10f5398c35d7fc73fdfb9a360f9) Integrate jsx-ast-utils
- [`7586915`](https://github.com/yannickcr/eslint-plugin-react/commit/7586915796340ce443115286661a78320b363e00) Fix jsx-curly-spacing alternative option
- Additional commits viewable in [compare view](https://github.com/yannickcr/eslint-plugin-react/compare/v3.2.3...v5.2.2)
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.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
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.
Updates the requirements on eslint-plugin-react to permit the latest version.
Release notes
*Sourced from [eslint-plugin-react's releases](https://github.com/yannickcr/eslint-plugin-react/releases).* > ## v5.2.2 > ### Fixed > - Fix `jsx-no-bind` crash ([#641](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/641))Changelog
*Sourced from [eslint-plugin-react's changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md).* > ## [5.2.2] - 2016-06-17 > ### Fixed > * Fix [`jsx-no-bind`][] crash ([#641](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/641)[]) > > [5.2.2]: https://github.com/yannickcr/eslint-plugin-react/compare/v5.2.1...v5.2.2 > [#641](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/641): [yannickcr/eslint-plugin-react#641](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/641) > > ## [5.2.1] - 2016-06-17 > ### Fixed > * Fix [`jsx-pascal-case`][] for namespaced components ([#637](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/637)[] [@evcohen](https://github.com/evcohen)) > > [5.2.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v5.2.0...v5.2.1 > [#637](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/637): [yannickcr/eslint-plugin-react#637](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/637) > > ## [5.2.0] - 2016-06-17 > ### Added > * Add [`require-optimization`][] rule ([#240](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/240)[] [@EvNaverniouk](https://github.com/EvNaverniouk)) > * Add [`jsx-filename-extension`][] rule ([#495](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/495)[] [@lencioni](https://github.com/lencioni)) > * Add [`no-render-return-value`][] rule ([#531](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/531)[] [@iamdustan](https://github.com/iamdustan)) > * Add [`no-comment-textnodes`][] rule ([#616](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/616)[] [@benvinegar](https://github.com/benvinegar)) > * Add `objectLiterals` option to [`jsx-curly-spacing`][] ([#388](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/388)[], [#211](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/211)[] [@casesandberg](https://github.com/casesandberg) [@ljharb](https://github.com/ljharb)) > * Add option to [`self-closing-comp`][] to check html tags ([#572](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/572)[] [@gitim](https://github.com/gitim)) > * Add `ignore` option to [`no-unknown-property`][] rule ([#631](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/631)[] [@insin](https://github.com/insin)) > * Add support for ES7 bind operator to [`jsx-handler-names`][] ([#630](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/630)[]) > * Add support for explicit declaration that class extends React.Component ([#68](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/68)[] [@gausie](https://github.com/gausie)) > > ### Fixed > * Fix [`jsx-closing-bracket-location`][] multiline prop support ([#493](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/493)[] [@tuures](https://github.com/tuures)) > * Fix [`prop-types`][] for props that where not assigned to the right component ([#591](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/591)[]) > * Fix [`display-name`][] when JSON style is used for defining components ([#590](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/590)[] [@gitim](https://github.com/gitim)) > * Fix [`jsx-no-bind`][] for bind detection in render when assigned to a variable ([#474](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/474)[] [@petersendidit](https://github.com/petersendidit)) > * Fix [`jsx-curly-spacing`][] for spread operator ([#606](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/606)[] [@gitim](https://github.com/gitim)) > * Fix [`sort-comp`][] crash on spread operator ([#624](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/624)[]) > * Fix [`prop-types`][] crash when destructuring props with spread only > > ### Changed > * Update dependencies > * Add [doctrine](https://github.com/eslint/doctrine) as a dependency ([#68](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/68)[] [@gausie](https://github.com/gausie)) > * Add [jsx-ast-utils](https://github.com/evcohen/jsx-ast-utils) as a dependency ([#634](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/634)[] [@evcohen](https://github.com/evcohen)) > * Documentation improvements ([#594](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/594)[] [@lencioni](https://github.com/lencioni), [#598](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/598)[] [@mLuby](https://github.com/mLuby), [#633](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/633)[] [@appsforartists](https://github.com/appsforartists)) > > [5.2.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v5.1.1...v5.2.0 > [#68](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/68): [yannickcr/eslint-plugin-react#68](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/68) > [#211](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/211): [yannickcr/eslint-plugin-react#211](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/211) > [#240](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/240): [yannickcr/eslint-plugin-react#240](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/240) > [#388](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/388): [yannickcr/eslint-plugin-react#388](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/388) > [#474](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/474): [yannickcr/eslint-plugin-react#474](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/474) > [#493](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/493): [yannickcr/eslint-plugin-react#493](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/493) > [#495](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/495): [yannickcr/eslint-plugin-react#495](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/495) > [#531](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/531): [yannickcr/eslint-plugin-react#531](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/531) > ... (truncated)Commits
- [`46c8008`](https://github.com/yannickcr/eslint-plugin-react/commit/46c800805c735074c5e9f43a8b0c907ded024790) Update CHANGELOG and bump version - [`281faf0`](https://github.com/yannickcr/eslint-plugin-react/commit/281faf044131a893c0c28abd4bfa73e330e58f25) Fix jsx-no-bind crash (fixes [#641](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/641)) - [`d6d0d8a`](https://github.com/yannickcr/eslint-plugin-react/commit/d6d0d8a7cad504f6d274d2ddc1916dd26ac3b458) Update CHANGELOG and bump version - [`ef406fa`](https://github.com/yannickcr/eslint-plugin-react/commit/ef406fa9969ffaa8e2af745ab5a439231faf8a94) Fix jsx-pascal-case for JSXMemberExpressions (fixes [#637](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/637)) - [`e626566`](https://github.com/yannickcr/eslint-plugin-react/commit/e6265669ed4e4317edb7d613420677a1495e5921) Update CHANGELOG and bump version - [`67053d9`](https://github.com/yannickcr/eslint-plugin-react/commit/67053d9ec36ca915739e1ccb98f919a624e6aadf) Add missing no-comment-textnodes rule to README - [`698d7e5`](https://github.com/yannickcr/eslint-plugin-react/commit/698d7e521fbf600a4f90120724acdfaeb5e6be76) Update dependencies - [`e341dfa`](https://github.com/yannickcr/eslint-plugin-react/commit/e341dfa2b8b8d793e1925a856ca3a72ef87d344b) Fix prop-types crash when destructuring props with spread only - [`cd5ef2b`](https://github.com/yannickcr/eslint-plugin-react/commit/cd5ef2b17257d10f5398c35d7fc73fdfb9a360f9) Integrate jsx-ast-utils - [`7586915`](https://github.com/yannickcr/eslint-plugin-react/commit/7586915796340ce443115286661a78320b363e00) Fix jsx-curly-spacing alternative option - Additional commits viewable in [compare view](https://github.com/yannickcr/eslint-plugin-react/compare/v3.2.3...v5.2.2)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
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.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.