corgicode / api

Backend for the codecorgi platform
http://codecorgi.co
Other
3 stars 0 forks source link

Bump eslint-plugin-react from 6.10.3 to 7.8.2 #120

Open dependabot-preview[bot] opened 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps eslint-plugin-react from 6.10.3 to 7.8.2.

Release notes *Sourced from [eslint-plugin-react's releases](https://github.com/yannickcr/eslint-plugin-react/releases).* > ## v7.8.2 > ### Fixed > * Fix crash in `boolean-prop-naming` when encountering a required shape prop type ([#1791][] [**pcorpet**](https://github.com/pcorpet)) > > [#1791]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1791 > > ## v7.8.1 > ### Fixed > * Fix crash in `no-deprecated` when encountering a class constructor ([#1785][] [**taddei**](https://github.com/taddei)) > > [#1785]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1785 > > ## v7.8.0 > ### Added > * Add support for fragments to `react-in-jsx-scope` ([#1758][]) > * Add support for Flow generic PropType to `require-default-props` ([#1724][] [**Miziak**](https://github.com/Miziak)) > * Add component whitelist option to `forbid-component-props` ([#1732][] [**ThiefMaster**](https://github.com/ThiefMaster)) > * Add support for React 16.3 lifecycle methods to `no-unused-prop-types` ([#1681][] [**bvaughn**](https://github.com/bvaughn)) > * Add support for React 16.3 lifecycle methods to `sort-comp` ([#1767][] [**joe-denea**](https://github.com/joe-denea)) > * Add support for React 16.3 lifecycle methods to `no-typos` > * Add support for `prevState` and `nextState` to `no-unused-state` ([#1759][]) > * Add warnings for `componentWillMount`, `componentWillReceiveProps` and `componentWillUpdate` lifecycle methods in `no-deprecated` ([#1750][] [**sergei-startsev**](https://github.com/sergei-startsev)) > > ### Fixed > * Fix `no-typos` false positive on custom `PropType` classes ([#1389][] [**brettdh**](https://github.com/brettdh)) > * Fix `boolean-prop-naming` to handle required props ([#1389][] [**louisscruz**](https://github.com/louisscruz)) > * Fix `jsx-curly-brace-presence` to allow whitespace JSX container ([#1717][] [**sharmilajesupaul**](https://github.com/sharmilajesupaul)) > * Fix `jsx-no-bind` to handle ternary conditions ([#1722][] [**gwenaellarmet**](https://github.com/gwenaellarmet)) > > ### Changed > * Documentation improvements ([#1699][] [**ronanmathew**](https://github.com/ronanmathew), [#1743][] [**ybiquitous**](https://github.com/ybiquitous), [#1753][] [**awthwathje**](https://github.com/awthwathje), [#1783][] [**chentsulin**](https://github.com/chentsulin), [#1703][] [**ferhatelmas**](https://github.com/ferhatelmas)) > > [#1758]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1758 > [#1724]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1724 > [#1732]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1732 > [#1681]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1681 > [#1767]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1767 > [#1759]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1759 > [#1750]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1750 > [#1389]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1389 > [#1717]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1717 > [#1722]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1722 > [#1699]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1699 > [#1743]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1743 > [#1753]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1753 > [#1783]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1783 > [#1703]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1703 > > ## v7.8.0-rc.0 > ### Added > ... (truncated)
Changelog *Sourced from [eslint-plugin-react's changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md).* > ## [7.8.2] - 2018-05-13 > ### Fixed > * Fix crash in [`boolean-prop-naming`][] when encountering a required shape prop type ([#1791][] [**pcorpet**](https://github.com/pcorpet)) > > [7.8.2]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.8.1...v7.8.2 > [#1791]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1791 > > ## [7.8.1] - 2018-05-12 > ### Fixed > * Fix crash in [`no-deprecated`][] when encountering a class constructor ([#1785][] [**taddei**](https://github.com/taddei)) > > [7.8.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.8.0...v7.8.1 > [#1785]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1785 > > ## [7.8.0] - 2018-05-11 > ### Added > * Add support for fragments to [`react-in-jsx-scope`][] ([#1758][]) > * Add support for Flow generic PropType to [`require-default-props`][] ([#1724][] [**Miziak**](https://github.com/Miziak)) > * Add component whitelist option to [`forbid-component-props`][] ([#1732][] [**ThiefMaster**](https://github.com/ThiefMaster)) > * Add support for React 16.3 lifecycle methods to [`no-unused-prop-types`][] ([#1681][] [**bvaughn**](https://github.com/bvaughn)) > * Add support for React 16.3 lifecycle methods to [`sort-comp`][] ([#1767][] [**joe-denea**](https://github.com/joe-denea)) > * Add support for React 16.3 lifecycle methods to [`no-typos`][] > * Add support for `prevState` and `nextState` to [`no-unused-state`][] ([#1759][]) > * Add warnings for `componentWillMount`, `componentWillReceiveProps` and `componentWillUpdate` lifecycle methods in [`no-deprecated`][] ([#1750][] [**sergei-startsev**](https://github.com/sergei-startsev)) > > ### Fixed > * Fix [`no-typos`][] false positive on custom `PropType` classes ([#1389][] [**brettdh**](https://github.com/brettdh)) > * Fix [`boolean-prop-naming`][] to handle required props ([#1389][] [**louisscruz**](https://github.com/louisscruz)) > * Fix [`jsx-curly-brace-presence`][] to allow whitespace JSX container ([#1717][] [**sharmilajesupaul**](https://github.com/sharmilajesupaul)) > * Fix [`jsx-no-bind`][] to handle ternary conditions ([#1722][] [**gwenaellarmet**](https://github.com/gwenaellarmet)) > > ### Changed > * Documentation improvements ([#1699][] [**ronanmathew**](https://github.com/ronanmathew), [#1743][] [**ybiquitous**](https://github.com/ybiquitous), [#1753][] [**awthwathje**](https://github.com/awthwathje), [#1783][] [**chentsulin**](https://github.com/chentsulin), [#1703][] [**ferhatelmas**](https://github.com/ferhatelmas)) > > [7.8.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.7.0...v7.8.0 > [#1758]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1758 > [#1724]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1724 > [#1732]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1732 > [#1681]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1681 > [#1767]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1767 > [#1759]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1759 > [#1750]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1750 > [#1389]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1389 > [#1717]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1717 > [#1722]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1722 > [#1699]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1699 > [#1743]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1743 > [#1753]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1753 > [#1783]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1783 > [#1703]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1703 > ... (truncated)
Commits - [`668d7cc`](https://github.com/yannickcr/eslint-plugin-react/commit/668d7cca1c9908720dbc260abe1f36de2ff495a7) Update CHANGELOG and bump version - [`5e5895f`](https://github.com/yannickcr/eslint-plugin-react/commit/5e5895f5546c788c98239d535d72de490ef88a1b) Merge pull request [#1792](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1792) from pcorpet/master - [`7f3934a`](https://github.com/yannickcr/eslint-plugin-react/commit/7f3934acc419c4b6b330fbab31ccdf9b6d57274d) Fix crash in boolean-prop-naming when encountering a required shape prop type... - [`431977b`](https://github.com/yannickcr/eslint-plugin-react/commit/431977b0a888c4893163266df6296e32ebd59ff1) Update CHANGELOG and bump version - [`c29807c`](https://github.com/yannickcr/eslint-plugin-react/commit/c29807c342b101b78a21101b10ad58efd7fefec1) Merge pull request [#1786](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1786) from taddei/master - [`e57ca07`](https://github.com/yannickcr/eslint-plugin-react/commit/e57ca07cc8ad1f7a9e8c2d1601937aad7be796e6) [Fix] add an additional fix for [#1785](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1785), and tests - [`48f2831`](https://github.com/yannickcr/eslint-plugin-react/commit/48f28311e02c0ff3395c50fece41fc07724e0b91) Hotifx - Issue:1785 - fixed no-deprecated bug - [`fb7411d`](https://github.com/yannickcr/eslint-plugin-react/commit/fb7411d1491147deb4a765015279b0570e9fe02c) Update CHANGELOG and bump version - [`b5865e8`](https://github.com/yannickcr/eslint-plugin-react/commit/b5865e8b4f13f9de18afbc0c82c662d2da92b302) Replace static status badge by a dynamic one - [`79f32b1`](https://github.com/yannickcr/eslint-plugin-react/commit/79f32b12db93cc86b2db78d8d83d1e1677eb441c) Fix Code Climate badge in README - Additional commits viewable in [compare view](https://github.com/yannickcr/eslint-plugin-react/compare/v6.10.3...v7.8.2)


Dependabot compatibility score

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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 (this|these) label[s]` will set the current labels as the default for future PRs for this repo and language - `@dependabot use (this|these) reviewer[s]` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use (this|these) assignee[s]` will set the current assignees as the default for future PRs for this repo and language Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.