Closed greenkeeper[bot] closed 4 years ago
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.
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 11 commits.
fb745ab
Update CHANGELOG and bump version
27f9e08
Merge pull request #1932 from alexzherdev/1928-fix-assignment-handling
44a3bf6
[Fix] stop crashing when assigning to propTypes
a33384d
Merge pull request #1929 from alexzherdev/patch-1
d78819d
Fix link in changelog
8a9d938
Merge pull request #1926 from ferhatelmas/fix-changelog
b812416
Update changelog
564107c
Merge pull request #1897 from christophehurpeau/patch-1
622470f
Update sort-prop-types.js
fa90fe5
Update sort-prop-types.md
6e8dadb
Rule sort-prop-types add noSortAlphabetically
See the full diff
devDependency
eslint-plugin-react was updated from 7.11.1
to 7.12.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
no-typos
: Support createClass (#1828, @alexzherdev)jsx-indent
: add checkAttributes
option for JSX attribute indentation (#2086, @jomasti)propWrapperFunctions
setting values (#2065, @jomasti)jsx-fragments
rule to enforce fragment syntax (#1994, @alexzherdev)jsx-no-literals
: print node value in warning message (#2008, @jlgonzalezdev)jsx-max-depth
: Fix depth of JSX siblings in a JSXEpressionContainer (#1824, @alexzherdev)no-array-index-key
: fix in React.Children methods (#2085, @himynameisdave)no-unused-state
: handle functional setState (#2084, @jomasti)no-deprecated
: Disable legacy lifecycle methods linting for now (#2069, @sergei-startsev)forbid-foreign-prop-types
: ensure allowInPropTypes
option applies to class fields (#2040, @Sheile)jsx-wrap-multilines
: catch single missing newlines (#1984, @MrHen)jsx-first-prop-new-line
: Fix for parsers (like TypeScript) (#2026, @HauptmannEck)jsx-sort-comp
][]: Fix fixer in case of more than 10 props (#2012, @tihonove)no-unused-state
Don't depend on state parameter name ([#1829][], @alexzherdev)no-this-in-sfc
fix for class properties (#1995, @sergei-startsev)no-this-in-sfc
fix rule behavior for arrow functions inside a class field (#1989, @sergei-startsev)destructuring-assignment
: handle nested props usage (#1983, @alexzherdev)sort-prop-types
: fix string property order (#1977, @metreniuk)jsx-no-target-blank
: donβt crash when thereβs no value (#1949, @ljharb)prop-types
, no-unused-prop-types
: better handle object spread (#1939, @alexzherdev)jsx-fragments
: improve message text (#2032, @alexzherdev)no-unsafe
: handle all unsafe life-cycle methods (#2075, @sergei-startsev)require-default-props
: Change error message naming from singular defaultProp to plural defaultProps (#2064, @jseminck)propTypes
detection (#1946, @alexzherdev)defaultProps
detection (#1942, @alexzherdev)propTypes
detection (#2001, @alexzherdev)no-did-mount-set-state
, no-did-update-set-state
, no-will-update-set-state
: fix docs URLs (#2090, @JBallin)jsx-sort-props
: Fix small mistake (#2044, @dimitarnestorov)no-unescaped-entities
: add more escape examples (#2015, @stevemao)display-name
: mention default ignoreTranspilerName
value (#2002, @OliverJAsh)jsx-no-target-blank
: Add full example (#1988, @atomcorp)jsx-no-target-blank
.md (#1953, @brunocoelho)require('babel-eslint')
from tests (#2004, @sergei-startsev)prop-types
: Add tests for prop-types destructuring (#2029, @sstern6)display-name
: add false positive component detection for destructured createElement (#1098, @arian)The new version differs by 127 commits.
a83d65c
Update CHANGELOG and bump version
0c6160e
[Dev Deps] update coveralls
, babel-eslint
, typescript
cd6c8e6
[Deps] update resolve
d2b5b73
Merge pull request #1828 from alexzherdev/1721-no-typos-create-class
e747459
[Tests] remove node 5/7/9, add node 11
b33ae84
Merge pull request #1098 from arian/createElement-display-test
84be80a
Merge pull request #1824 from alexzherdev/1762-jsx-max-depth-false-positive
a442067
Merge pull request #2029 from sstern6/issue1422
7d07c37
Merge pull request #2032 from alexzherdev/jsx-fragments-message
8c6a8e2
Merge pull request #2089 from jomasti/feature/support-react-forwardref-memo
14451d4
Merge pull request #2085 from himynameisdave/issues/2083
8be52c7
π Addresses CR comments
f7e3121
Merge branch 'master' of https://github.com/yannickcr/eslint-plugin-react into issues/2083
77e3fd0
Merge pull request #2090 from JBallin/no-method-set-state-docs-url
7da9e0d
Fix noMethodSetState docsUrl's
There are 127 commits in total.
See the full diff
devDependency
eslint-plugin-react was updated from 7.12.0
to 7.12.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
no-unused-state
: Fix crash with class fields (#2098, @jomasti)prop-types
: Fix false positives inside lifecycle methods (#2099, @jomasti)jsx-max-depth
: avoid a crash (#2102, @ljharb)jsx-wrap-multilines
: avoid crash when no trailing newline (#2100, @ljharb)The new version differs by 136 commits.
0202de3
Update CHANGELOG and bump version
6f7cb51
[Tests] fix linter
695e534
[Fix] jsx-wrap-multilines
: avoid crash when no trailing newline
146d8d1
[Fix] jsx-max-depth
: avoid a crash
dfeeb81
Merge pull request #2099 from jomasti/issue-2094
55e5fc1
Fix false positives inside lifecycle methods
254a84a
Merge pull request #2098 from jomasti/issue-2096
72982f6
Fix no-unused-state crash
835fc05
Fix CHANGELOG.md
a83d65c
Update CHANGELOG and bump version
0c6160e
[Dev Deps] update coveralls
, babel-eslint
, typescript
cd6c8e6
[Deps] update resolve
d2b5b73
Merge pull request #1828 from alexzherdev/1721-no-typos-create-class
e747459
[Tests] remove node 5/7/9, add node 11
b33ae84
Merge pull request #1098 from arian/createElement-display-test
There are 136 commits in total.
See the full diff
devDependency
eslint-plugin-react was updated from 7.12.1
to 7.12.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
prop-types
: avoid crash on used prevProps (#2095, @ljharb)forbid-prop-types
: fix crash with propWrapper check on MemberExpressions (#2104, @ljharb)The new version differs by 141 commits.
c93cbc6
Update CHANGELOG and bump version
e71feb5
[Fix] forbid-prop-types
: fix crash with propWrapper check on MemberExpressions
11a66c0
Merge pull request #2103 from yoyo837/patch-1
e9cfc16
Link does not end with '.'
4da90ea
[Fix] prop-types
: avoid crash on used prevProps
0202de3
Update CHANGELOG and bump version
6f7cb51
[Tests] fix linter
695e534
[Fix] jsx-wrap-multilines
: avoid crash when no trailing newline
146d8d1
[Fix] jsx-max-depth
: avoid a crash
dfeeb81
Merge pull request #2099 from jomasti/issue-2094
55e5fc1
Fix false positives inside lifecycle methods
254a84a
Merge pull request #2098 from jomasti/issue-2096
72982f6
Fix no-unused-state crash
835fc05
Fix CHANGELOG.md
a83d65c
Update CHANGELOG and bump version
There are 141 commits in total.
See the full diff
devDependency
eslint-plugin-react was updated from 7.12.2
to 7.12.3
.Your tests are passing again with this update. Explicitly upgrade to this version π
jsx-indent
: Prevent crash on valueless props (#2120, @jomasti)jsx-fragments
: avoid crashing on self-closing fragments (#2113, @alexzherdev)no-unused-prop-types
: Fix propType detection inside class bodies (#2115, @drx)no-unused-prop-types
: fix issue with propTypes misclassifying props (#2111, @drx)display-name
: fix false positive for React.memo
(#2109, @jomasti)devDependency
eslint-plugin-react was updated from 7.12.3
to 7.12.4
.Your tests are passing again with this update. Explicitly upgrade to this version π
no-unused-prop-types
: avoid a crash (#2131, @ljharb)prop-types
: avoid further crashes from nonexistent nodes in unusedPropTypes (#2127, @ljharb)prop-types
: Read name of callee object (#2125, @CrOrc)prop-types
: Ignore reassignments when matching props declarations with components (#2051, #1957, @yannickcr)prop-types
, no-unused-prop-types
, require-default-props
: Detect components with return statement in switch/case (#2118, @yannickcr)The new version differs by 165 commits.
433cc3f
Update CHANGELOG and bump version
536bc35
[Tests] prop-types
: add case from #2134
df7ffc1
[Tests] no-typos
: test case from #2136
c7e5f38
[Tests] improve version detection tests.
2dd2277
[Tests] prop-types
: add now-passing test case
84652b6
[Fix] no-unused-prop-types
: avoid a crash
58ed9e9
[Fix] prop-types
: avoid further crashes from nonexistent nodes in unusedPropTypes
7f7b96d
[Fix] prop-types
: Read name of callee object.
5fc50aa
[Fix] Ignore reassignments when matching props declarations with components
ba80a4c
[Fix] Detect components with return statement in switch/case
2f5cec9
Update CHANGELOG and bump version
096161a
Merge pull request #2120 from jomasti/issue-2119
9d3955a
Prevent crash of jsx-indent rule
230c7e0
Merge pull request #2117 from haideralsh/patch-1
b4b0e72
fix: add a missing in the JSON settings
There are 165 commits in total.
See the full diff
devDependency
eslint-plugin-react was updated from 7.12.4
to 7.13.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 239 commits.
f39829f
Update CHANGELOG and bump version
9e81dde
[Deps] update jsx-ast-utils
, resolve
e73a692
Merge pull request #2256 from mateuszsokola/master
b5fc9bf
[fix] jsx-props-no-multi-spaces
: support generic components (ts)
8bd3837
Fix Node 4 compatibility
005dad3
Revert "Replace mocha by jest"
6e4f43e
Replace mocha by jest
09f580c
Replace typescript-eslint-parser by @typescript-eslint/parser
861fdef
[fix] prop-types
: fix case with destructuring and defualt param
9fbd037
Fix ESLint 6 compat by providing parser as absolute path to RuleTester
8041075
Fix jsx-curly-brace-presence schema defaults
9cec705
Add next ESLint version to Travis
0d4725e
Add Node 12 and remove Node 4/6 from Travis
9192ec3
Update devDependencies
d5d2e82
Merge pull request #2250 from guliashvili/master
There are 239 commits in total.
See the full diff
devDependency
eslint-plugin-react was updated from 7.13.0
to 7.14.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
jsx-curly-newline
rule (#1493 @golopot)prop-types
(#296 #1422 @golopot)prop-types
and no-unused-prop-types
(#442 #833 #1002 #1116 #1257 #1764 @golopot)checkFragmentShorthand
option to jsx-key
(#2316 @kaykayehnn)no-did-mount-set-state
and no-did-update-set-state
to handle cDU and cDM defined as class properties (#1595 @jaaberg)sort-prop-types
cash when a shape PropType is defined in a variable (#1749 @alexzherdev)no-unused-state
false positive when using state of non-lifecycle method (#2274 @golopot)static-property-placement
false positive when accessing static property inside method (#2283 @dmason30)prop-type
detection for annotated props with default value (#2298 @yannickcr)no-render-return-value
performance (#2259 @golopot)jsx-sort-props
to report errors only on the identifier (#2312 @MrHen)The new version differs by 307 commits.
dfaa92f
Update CHANGELOG and bump version
c52b61b
Merge pull request #2316 from kaykayehnn/jsx-key-fragments
8db631b
[Fix] Fix detection of annotated props with default value
bbebefd
[Tests] Remove AppVeyor
0d49f5a
[New] Add ESLint ^6.0.0 as valid peerDependency
0364ed2
Fix formatting issues
7c1abed
Add checkFragmentShorthand option
ed04c2f
Fix tests in eslint < 5
0d1aaf8
Handle fragments in jsx-key
7d449a9
[New] jsx-sort-props
: Change reported range to only the identifier
1e102f0
Change reported range to only the identifier
e6b4c33
Merge pull request #2301 from golopot/fix-cached-props-2
9a63e19
Immediately destructure out propVariables rather than using it as a namespace
3a1a0d1
Apply suggestion: replace mutation with Object.assign
89b8143
Apply suggestion: replace concat([a]) with concat(a)
There are 250 commits in total.
See the full diff
devDependency
eslint-plugin-react was updated from 7.14.0
to 7.14.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 310 commits.
62255af
Update CHANGELOG and bump version
655eb01
Merge pull request #2320 from golopot/issue-2319
9639d82
[Fix] prop-types
: fix crash on multiple destructuring
dfaa92f
Update CHANGELOG and bump version
c52b61b
Merge pull request #2316 from kaykayehnn/jsx-key-fragments
8db631b
[Fix] Fix detection of annotated props with default value
bbebefd
[Tests] Remove AppVeyor
0d49f5a
[New] Add ESLint ^6.0.0 as valid peerDependency
0364ed2
Fix formatting issues
7c1abed
Add checkFragmentShorthand option
ed04c2f
Fix tests in eslint < 5
0d1aaf8
Handle fragments in jsx-key
7d449a9
[New] jsx-sort-props
: Change reported range to only the identifier
1e102f0
Change reported range to only the identifier
e6b4c33
Merge pull request #2301 from golopot/fix-cached-props-2
There are 250 commits in total.
See the full diff
devDependency
eslint-plugin-react was updated from 7.14.1
to 7.14.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 312 commits.
8432e5e
Update CHANGELOG and bump version
057f1db
[Fix] : fix crash on for...of destructuring
62255af
Update CHANGELOG and bump version
655eb01
Merge pull request #2320 from golopot/issue-2319
9639d82
[Fix] prop-types
: fix crash on multiple destructuring
dfaa92f
Update CHANGELOG and bump version
c52b61b
Merge pull request #2316 from kaykayehnn/jsx-key-fragments
8db631b
[Fix] Fix detection of annotated props with default value
bbebefd
[Tests] Remove AppVeyor
0d49f5a
[New] Add ESLint ^6.0.0 as valid peerDependency
0364ed2
Fix formatting issues
7c1abed
Add checkFragmentShorthand option
ed04c2f
Fix tests in eslint < 5
0d1aaf8
Handle fragments in jsx-key
7d449a9
[New] jsx-sort-props
: Change reported range to only the identifier
There are 250 commits in total.
See the full diff
devDependency
eslint-plugin-react was updated from 7.14.2
to 7.14.3
.Your tests are passing again with this update. Explicitly upgrade to this version π
prop-types
to ignore validation when Flow indexers are used (#2330 @yannickcr)memo
and forwardRef
are used together (#2349 @yannickcr)The new version differs by 326 commits.
47c4c8b
Update CHANGELOG and bump version
98d4bf3
Fix component detection when memo and forwardRef are used together
fc70077
Merge pull request #2354 from golopot/patch-1
f2891d9
[docs] remove outdated docs for no-unused-prop-types
49343d4
[meta] add github sponsorship
562e441
Add Tidelift badge to README
b684e87
Add SECURITY file
22a3740
Add FUNDING file
e835aaf
add note about global installs being deprecated
0215c38
Merge pull request #2336 from abhishekdev/handle-react-detect-errors
8fbf50c
version detection: Do not throw a raw error after the first warning
f59e927
version detection: Add tests
d6832d6
Fix new required import order
bc67d42
Fix prop-types to ignore validation when Flow indexers are used
8432e5e
Update CHANGELOG and bump version
There are 250 commits in total.
See the full diff
devDependency
eslint-plugin-react was updated from 7.14.3
to 7.15.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 356 commits.
b45219a
Update CHANGELOG and bump version
a01198f
[Dev Deps] update eslint-config-airbnb-base
, eslint-plugin-import
, sinon
, typescript
ab77870
[Deps] update jsx-ast-utils
, resolve
32e27b7
[Fix] jsx-indent
: Fix false positive when a jsx element is the last statement within a do expression (with tests)
628a4a0
[fix] jsx-curly-brace-presence
: fix jsx tags in braces
3124ce0
[Docs] no-access-state-in-setstate
: update grammar
4a05fa2
[fix] display-name
: Fix false positives
c6521ad
Change istanbul output directory to ./coverage (default)
5970651
[new] jsx-handler-name
: allow false
to disable eventHandlerPrefix
/eventHandlerPropPrefix
489ced3
[refactor] jsx-curly-braces-presence, jsx-one-expression-per-line, no-danger-with-children
: add isWhiteSpaces
to lib/util/jsx
9b2db61
[fix] jsx-curly-brace-presence
: report unnecessary curly braces with children on next line
781bfff
[new] sort-comp
: add static-variables
grouping
7ccff10
[New] add jsx-no-useless-fragment
rule
66725bc
[Fix] no-unused-prop-types
: false positive with callback
3c72a49
[eslint] disable some options and manually fix valid-jsdoc
There are 250 commits in total.
See the full diff
devDependency
eslint-plugin-react was updated from 7.15.0
to 7.15.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 360 commits.
e336aef
Update CHANGELOG and bump version
04fbe74
[Fix] jsx-curly-brace-presence
: bail out checks when JSXElements are passed as props
20cc016
[Docs] prefer-es6-class
: Fix typos
feba507
[Fix] jsx-curly-brace-presence
: bail out on JSX inside props, for now
b45219a
Update CHANGELOG and bump version
a01198f
[Dev Deps] update eslint-config-airbnb-base
, eslint-plugin-import
, sinon
, typescript
ab77870
[Deps] update jsx-ast-utils
, resolve
32e27b7
[Fix] jsx-indent
: Fix false positive when a jsx element is the last statement within a do expression (with tests)
628a4a0
[fix] jsx-curly-brace-presence
: fix jsx tags in braces
3124ce0
[Docs] no-access-state-in-setstate
: update grammar
4a05fa2
[fix] display-name
: Fix false positives
c6521ad
Change istanbul output directory to ./coverage (default)
5970651
[new] jsx-handler-name
: allow false
to disable eventHandlerPrefix
/eventHandlerPropPrefix
489ced3
[refactor] jsx-curly-braces-presence, jsx-one-expression-per-line, no-danger-with-children
: add isWhiteSpaces
to lib/util/jsx
9b2db61
[fix] jsx-curly-brace-presence
: report unnecessary curly braces with children on next line
There are 250 commits in total.
See the full diff
devDependency
eslint-plugin-react was updated from 7.15.1
to 7.16.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 366 commits.
fb3210b
Update CHANGELOG and bump version
6011505
[new] jsx-sort-default-props
: make rule fixable
6f14e16
[fix] jsx-no-useless-fragment
: use array-includes
over .includes
for back compat
a1dee7c
[fix] jsx-curly-brace-presence
: allow necessary white-space literal
d7d2a01
[Fix] jsx-curly-brace-presence
: warns incorrectly on trailing whitespace
c153a86
[Fix] no-unused-prop-types
: false positive when nested destructuring
e336aef
Update CHANGELOG and bump version
04fbe74
[Fix] jsx-curly-brace-presence
: bail out checks when JSXElements are passed as props
20cc016
[Docs] prefer-es6-class
: Fix typos
feba507
[Fix] jsx-curly-brace-presence
: bail out on JSX inside props, for now
b45219a
Update CHANGELOG and bump version
a01198f
[Dev Deps] update eslint-config-airbnb-base
, eslint-plugin-import
, sinon
, typescript
ab77870
[Deps] update jsx-ast-utils
, resolve
32e27b7
[Fix] jsx-indent
: Fix false positive when a jsx element is the last statement within a do expression (with tests)
628a4a0
[fix] jsx-curly-brace-presence
: fix jsx tags in braces
There are 250 commits in total.
See the full diff
devDependency
eslint-plugin-react was updated from 7.16.0
to 7.17.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
jsx-no-target-blank
: add allowReferrer
option (#2478 @eps1lon)jsx-handler-names
: add checkLocalVariables
option (#2470 @aub)prop-types
: Support Flow Type spread (#2446 @moroine)jsx-props-no-spreading
: add explicitSpread
option to allow explicit spread of props (#2449 @pawelnvk)jsx-no-target-blank
: warn on target={'_blank'}
expressions (#2451 @timkraut)sort-prop-types
, jsx-sort-default-props
: disable broken autofix (#2505 @webOS101)no-typos
: improve report location (#2468 @golopot)jsx-no-literals
: trim whitespace for allowedStrings
check (#2436 @cainlevy)jsx-curly-brace-presence
: Fix filter of undefined error with whitespace inside jsx attr curlies (#2460 @dustinyoste)no-render-return-value
: should warn when used in assignment expression ([#2462][] @jichu4n)jsx-curly-brace-presence
: allow trailing spaces in literal (#2448 @doochik)jsx-ast-utils
, object.fromentries
, resolve
jsx-first-prop-new-line
: Fix documentation formatting (#2489 @pjg)prop-types
: Update 'skipUndeclared' in rule options (#2504 @cjnickel)jsx-first-prop-new-line
: fix wrong rule name (#2500 @zgayjjf)jsx-props-no-multi-spaces
: suggest using core rule instead (#2463 @golopot)jsx-first-prop-new-line
: add rule options (#2465 @SerdarMustafa1)jsx-no-target-blank
: Add section about overriding for trusted links (#2438 @aschriner)no-unused-prop-types
: clean up prose (#2273 @coryhouse)jsx-no-bind
: add section about React Hooks (#2443 @kdex)The new version differs by 392 commits.
027ebd9
Update CHANGELOG and bump version
89911de
[Deps] update jsx-ast-utils
, object.fromentries
, resolve
cfef664
[Dev Deps] update @types/eslint
, @types/estree
, @types/node
, coveralls
, typescript
d3b5d71
[New] jsx-no-target-blank
: add allowReferrer
option
83ac4c0
[eslint] fix func-names and change object-shorthand to 'always'
225b433
[Docs] jsx-first-prop-new-line
: Fix documentation formatting
62df1dd
[Docs] prop-types
: Update 'skipUndeclared' in rule options
87d4cab
[Docs] jsx-first-prop-new-line
: fix wrong rule name
55b605f
[Fix] sort-prop-types
, jsx-sort-default-props
: disable broken autofix
71c7d01
[Tests] temporarily pin eslint 6 tests to v6.6
8093565
[New] jsx-handler-names
: add checkLocalVariables
option
5be539b
[Fix] no-typos
: improve report location
d9d2193
[eslint] enable eslint-plugin-eslint-plugin
39e4396
[Docs] jsx-props-no-multi-spaces
: suggest using core rule instead
9e4ad21
[Docs] jsx-first-prop-new-line
: add rule options
There are 250 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
- β **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/captbaritone/raven-for-redux/builds/415666634?utm_source=github_status&utm_medium=notification)).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](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: