Changelog
*Sourced from [eslint-plugin-react's changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md).*
> ## [7.16.0] - 2019-10-04
>
> ### Added
> * [`jsx-sort-default-props`][]: make rule fixable ([#2429](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2429)[] [@emroussel](https://github.com/emroussel))
>
> ### Fixed
> * [`jsx-no-useless-fragment`][]: use `array-includes` over `.includes` for back compat ([@ljharb](https://github.com/ljharb))
> * [`jsx-curly-brace-presence`][]: allow necessary white-space literal ([#2437](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2437)[] [@uniqname](https://github.com/uniqname))
> * [`jsx-curly-brace-presence`][]: warns incorrectly on trailing whitespace ([#2431](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2431)[] [@BC-M](https://github.com/BC-M))
> * [`no-unused-prop-types`][]: false positive when nested destructuring ([#2428](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2428)[] [@golopot](https://github.com/golopot))
>
> [#2437](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2437): [yannickcr/eslint-plugin-react#2437](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2437)
> [#2431](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2431): [yannickcr/eslint-plugin-react#2431](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2431)
> [#2429](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2429): [yannickcr/eslint-plugin-react#2429](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2429)
> [#2428](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2428): [yannickcr/eslint-plugin-react#2428](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2428)
Commits
- [`fb3210b`](https://github.com/yannickcr/eslint-plugin-react/commit/fb3210baa13c1c5853fb95a451c1e817840bfde4) Update CHANGELOG and bump version
- [`6011505`](https://github.com/yannickcr/eslint-plugin-react/commit/60115057a99cf467d0d6f13890c58bb959ad1ccc) [new] `jsx-sort-default-props`: make rule fixable
- [`6f14e16`](https://github.com/yannickcr/eslint-plugin-react/commit/6f14e16ead00f89a8bcb71919badafa5a110fccc) [fix] `jsx-no-useless-fragment`: use `array-includes` over `.includes` for ba...
- [`a1dee7c`](https://github.com/yannickcr/eslint-plugin-react/commit/a1dee7ccdcda4f0e1c7420aa42640ffd930af519) [fix] `jsx-curly-brace-presence`: allow necessary white-space literal
- [`d7d2a01`](https://github.com/yannickcr/eslint-plugin-react/commit/d7d2a014a596d5d5d0da3352b2f58559da1a7684) [Fix] `jsx-curly-brace-presence`: warns incorrectly on trailing whitespace
- [`c153a86`](https://github.com/yannickcr/eslint-plugin-react/commit/c153a86f092c65e9fb01ee5ce544302b67f040de) [Fix] `no-unused-prop-types`: false positive when nested destructuring
- See full diff in [compare view](https://github.com/yannickcr/eslint-plugin-react/compare/v7.15.1...v7.16.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 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 the `.dependabot/config.yml` file in this repo:
- Update frequency
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps eslint-plugin-react from 7.15.1 to 7.16.0.
Changelog
*Sourced from [eslint-plugin-react's changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md).* > ## [7.16.0] - 2019-10-04 > > ### Added > * [`jsx-sort-default-props`][]: make rule fixable ([#2429](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2429)[] [@emroussel](https://github.com/emroussel)) > > ### Fixed > * [`jsx-no-useless-fragment`][]: use `array-includes` over `.includes` for back compat ([@ljharb](https://github.com/ljharb)) > * [`jsx-curly-brace-presence`][]: allow necessary white-space literal ([#2437](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2437)[] [@uniqname](https://github.com/uniqname)) > * [`jsx-curly-brace-presence`][]: warns incorrectly on trailing whitespace ([#2431](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2431)[] [@BC-M](https://github.com/BC-M)) > * [`no-unused-prop-types`][]: false positive when nested destructuring ([#2428](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2428)[] [@golopot](https://github.com/golopot)) > > [#2437](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2437): [yannickcr/eslint-plugin-react#2437](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2437) > [#2431](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2431): [yannickcr/eslint-plugin-react#2431](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2431) > [#2429](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2429): [yannickcr/eslint-plugin-react#2429](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2429) > [#2428](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2428): [yannickcr/eslint-plugin-react#2428](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2428)Commits
- [`fb3210b`](https://github.com/yannickcr/eslint-plugin-react/commit/fb3210baa13c1c5853fb95a451c1e817840bfde4) Update CHANGELOG and bump version - [`6011505`](https://github.com/yannickcr/eslint-plugin-react/commit/60115057a99cf467d0d6f13890c58bb959ad1ccc) [new] `jsx-sort-default-props`: make rule fixable - [`6f14e16`](https://github.com/yannickcr/eslint-plugin-react/commit/6f14e16ead00f89a8bcb71919badafa5a110fccc) [fix] `jsx-no-useless-fragment`: use `array-includes` over `.includes` for ba... - [`a1dee7c`](https://github.com/yannickcr/eslint-plugin-react/commit/a1dee7ccdcda4f0e1c7420aa42640ffd930af519) [fix] `jsx-curly-brace-presence`: allow necessary white-space literal - [`d7d2a01`](https://github.com/yannickcr/eslint-plugin-react/commit/d7d2a014a596d5d5d0da3352b2f58559da1a7684) [Fix] `jsx-curly-brace-presence`: warns incorrectly on trailing whitespace - [`c153a86`](https://github.com/yannickcr/eslint-plugin-react/commit/c153a86f092c65e9fb01ee5ce544302b67f040de) [Fix] `no-unused-prop-types`: false positive when nested destructuring - See full diff in [compare view](https://github.com/yannickcr/eslint-plugin-react/compare/v7.15.1...v7.16.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 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 the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)