-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An in-range update of eslint-plugin-react is breaking the build 🚨 #48
Comments
After pinning to 7.10.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results. |
Version 7.11.1 just got published.Your tests are still failing with this version. Compare the changes 🚨 CommitsThe new version differs by 11 commits.
See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v7.12.0Added
Fixed
Changed
CommitsThe new version differs by 127 commits.
There are 127 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v7.12.1Fixed
Changed
CommitsThe new version differs by 9 commits.
See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v7.12.2Fixed
CommitsThe new version differs by 5 commits.
See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v7.12.3Fixed
Changed
CommitsThe new version differs by 14 commits.
See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v7.12.4Fixed
ChangedCommitsThe new version differs by 10 commits.
See the full diff |
Your tests are still failing with this version. Compare changes CommitsThe new version differs by 74 commits.
There are 74 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v7.14.0Added
Fixed
Changed
CommitsThe new version differs by 68 commits.
There are 68 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes |
Your tests are still failing with this version. Compare changes |
Your tests are still failing with this version. Compare changes Release Notes for v7.14.3Fixed
ChangedCommitsThe new version differs by 14 commits.
See the full diff |
Your tests are still failing with this version. Compare changes CommitsThe new version differs by 30 commits.
There are 30 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes CommitsThe new version differs by 4 commits.
See the full diff |
Your tests are still failing with this version. Compare changes CommitsThe new version differs by 6 commits.
See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v7.17.0Added
Fixed
Changed
CommitsThe new version differs by 26 commits.
There are 26 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes CommitsThe new version differs by 32 commits.
There are 32 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes |
Your tests are still failing with this version. Compare changes |
Your tests are still failing with this version. Compare changes CommitsThe new version differs by 14 commits.
See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v7.20.0Added
Fixed
Docs
Changed
CommitsThe new version differs by 27 commits.
There are 27 commits in total. See the full diff |
Version 7.11.0 of eslint-plugin-react was just published.
This version is covered by your current version range and after updating it in your project the build failed.
eslint-plugin-react is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
Release Notes
v7.11.0Added
jsx-one-expression-per-line
: add "allow" option (#1924, @alexzherdev)sort-prop-types
: add autofix (#1891, @finnp)jsx-no-bind
: Add ignoreDOMComponents option (#1868, @alexzherdev)Fixed
destructuring-assignment
: Ignore class properties (#1909, @alexzherdev)destructuring-assignment
, component detection: ignore components with confidence = 0 (#1907, @alexzherdev)boolean-prop-naming
: Handle inline Flow type (#1905, @alexzherdev)jsx-props-no-multi-spaces
: Handle member expressions ([#1890][], @alexzherdev)sort-comp
: Allow methods to belong to any matching group (#1858, @nosilleg)jsx-sort-props
: FixreservedFirst
(#1883, @fleischie)prop-types
: (flow) Stop crashing on undefined or null properties (#1860, @nicholas-l)no-unknown-property
: Make attribute "charset" valid (#1863, @silvenon)no-deprecated
: report identifier AST node instead of the class node (#1854, @jsnajdr)button-has-type
: Account for pragma (#1851, @alexzherdev)button-has-type
: improve error message when an identifier is used as the value (#1874, @ljharb)Changed
no-unused-state
: combine spread visitors (@ljharb)jsx-one-expression-per-line
: Fix JSX Syntax in docs (#1867, @peter-mouland)jsx-max-depth
,jsx-sort-default-props
: add missing docs urls (#1880, @flyerhzm)jsx-indent
: add test cases (#1892, @alexzherdev)prop-types
: add test cases (#1898, @alexzherdev)jsx-props-no-multi-spaces
: update docs (#1918, @ BenRichter)Commits
The new version differs by 65 commits.
599c028
Update CHANGELOG and bump version
1eccf7f
Merge pull request #1924 from alexzherdev/1775-one-expression-options
c1c3d19
Merge pull request #1911 from alexzherdev/1674-prop-types-refactoring
3567c5b
[New] Add allow option to jsx-one-expression-per-line
9258d79
Merge pull request #1918 from BenRichter/patch-1
bc9a8ea
Update jsx-props-no-multi-spaces.md
a466a77
Merge pull request #1909 from alexandernanberg/fix/class-property-destructure-assignment
50cd5a6
Clean up and code review
5b5ebfa
Made prop-types pass
f2fdaa3
Extract declared propTypes detection code
9dbb834
Merge pull request #1914 from alexzherdev/is-function-helper
7edc982
Fix lint error
ef36ba9
Add a helper function for determining function-like expressions
4382aa5
fix: destructuring-assignment ignore class properties
efe0c0c
Merge pull request #1907 from alexzherdev/1637-destructuring-assignment-greedy
There are 65 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴
The text was updated successfully, but these errors were encountered: