Closed greenkeeper[bot] closed 6 years ago
Update to this version instead 🚀
jsx-props-no-multi-spaces
rule (#1755 @ThiefMaster)first
option to jsx-indent-props
(#398 @ThiefMaster)enforceDynamicLinks
option to jsx-no-target-blank
(#1737 @kenearley)sort-comp
(#1793 @lynxtaa)no-typos
when encountering anonymous react imports (#1796 @jsg2021)The new version differs by 41 commits.
0d34198
Update CHANGELOG and bump version
ab6b41a
Remove deprecated experimentalObjectRestSpread option from tests configuration
9d4e27a
Ignore no-typos test that only works with ESLint 5
f2d8729
Add SpreadElement support to sort-prop-types
29c248d
Add JSXText support to self-closing-comp
632941c
Add SpreadElement support to require-default-props
b3ed9d6
Add SpreadElement and RestElement support to no-unused-state
ce1fec7
Add JSXText support to no-unescaped-entities
ed3370b
Add SpreadElement and JSXText support to no-danger-with-children
0a028e4
Add JSXText support to jsx-one-expression-per-line
bd6caf0
Add JSXText support to jsx-no-literals
0a6cb51
Add JSXText support to jsx-indent
c734901
Add JSXText support to jsx-curly-brace-presence
3762258
Add JSXText support to jsx-child-element-spacing
e6e8955
Add SpreadElement support to default-props-match-prop-types
There are 41 commits in total.
See the full diff
Update to this version instead 🚀
The new version differs by 23 commits.
157cc93
Update CHANGELOG and bump version
7c5a16f
[Deps] update has
, prop-types
93ce3c5
[Dev Deps] update babel-eslint
5186b16
Merge pull request #1845 from alexzherdev/1844-no-set-state-unsafe-will-update
8122c8b
Account for UNSAFE_ method in no-will-update-set-state
c6cc4ab
[New] Allow eslint ^5
4121b59
[Tests] clean up test matrix
7869530
Merge pull request #1831 from sergei-startsev/no-unsafe-rule
0285eef
Excluded no-unsafe
from the recommended for now to avoid breaking changes
e41500a
Added early termination for no-unsafe, adjusted tests to support ESLint3
5e17159
Added missed position details for no-unsafe
5b08a1e
Adjusted no-unsafe
rule
b5e86bf
Added no-unsafe
rule
48e386d
Merge pull request #1827 from alexzherdev/1677-no-typos-static-proptypes
d68b9e8
Remove unnecessary babel-eslint and fix typo
There are 23 commits in total.
See the full diff
:tada: This PR is included in version 1.1.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Version 7.8.1 of eslint-plugin-react was just published.
eslint-plugin-react
The version 7.8.1 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of eslint-plugin-react.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
v7.8.1Fixed
no-deprecated
when encountering a class constructor (#1785 @taddei)Commits
The new version differs by 4 commits.
431977b
Update CHANGELOG and bump version
c29807c
Merge pull request #1786 from taddei/master
e57ca07
[Fix] add an additional fix for #1785, and tests
48f2831
Hotifx - Issue:1785 - fixed no-deprecated bug
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: