An in-range update of eslint-plugin-react is breaking the build π¨
greenkeeper opened this issue Β· 8 comments
The devDependency eslint-plugin-react was updated from 7.15.0
to 7.15.1
.
π¨ View failing branch.
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 could not complete due to an error (Details).
Commits
The new version differs by 4 commits.
e336aef
Update CHANGELOG and bump version
04fbe74
[Fix]
jsx-curly-brace-presence
: bail out checks when JSXElements are passed as props20cc016
[Docs]
prefer-es6-class
: Fix typosfeba507
[Fix]
jsx-curly-brace-presence
: bail out on JSX inside props, for now
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 π΄
After pinning to 7.15.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependency
eslint-plugin-react was updated from7.15.1
to7.16.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 6 commits.
fb3210b
Update CHANGELOG and bump version
6011505
[new]
jsx-sort-default-props
: make rule fixable6f14e16
[fix]
jsx-no-useless-fragment
: usearray-includes
over.includes
for back compata1dee7c
[fix]
jsx-curly-brace-presence
: allow necessary white-space literald7d2a01
[Fix]
jsx-curly-brace-presence
: warns incorrectly on trailing whitespacec153a86
[Fix]
no-unused-prop-types
: false positive when nested destructuring
See the full diff
- The
devDependency
eslint-plugin-react was updated from7.16.0
to7.17.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v7.17.0
Added
jsx-no-target-blank
: addallowReferrer
option (#2478 @eps1lon)jsx-handler-names
: addcheckLocalVariables
option (#2470 @aub)prop-types
: Support Flow Type spread (#2446 @moroine)jsx-props-no-spreading
: addexplicitSpread
option to allow explicit spread of props (#2449 @pawelnvk)jsx-no-target-blank
: warn ontarget={'_blank'}
expressions (#2451 @timkraut)
Fixed
sort-prop-types
,jsx-sort-default-props
: disable broken autofix (#2505 @webOS101)no-typos
: improve report location (#2468 @golopot)jsx-no-literals
: trim whitespace forallowedStrings
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)
Changed
- [Deps] update
jsx-ast-utils
,object.fromentries
,resolve
- [eslint] fix func-names and change object-shorthand to 'always' (#2483 @golopot)
- [Docs]
jsx-first-prop-new-line
: Fix documentation formatting (#2489 @pjg) - [Docs]
prop-types
: Update 'skipUndeclared' in rule options (#2504 @cjnickel) - [Docs]
jsx-first-prop-new-line
: fix wrong rule name (#2500 @zgayjjf) - [eslint] enable eslint-plugin-eslint-plugin (#2469 @golopot)
- [Docs]
jsx-props-no-multi-spaces
: suggest using core rule instead (#2463 @golopot) - [Docs]
jsx-first-prop-new-line
: add rule options (#2465 @SerdarMustafa1) - [Docs]
jsx-no-target-blank
: Add section about overriding for trusted links (#2438 @aschriner) - [Docs] fix typo (#2453 @cainwatson)
- [Docs]
no-unused-prop-types
: clean up prose (#2273 @coryhouse) - [Docs]
jsx-no-bind
: add section about React Hooks (#2443 @kdex)
Commits
The new version differs by 32 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
: addallowReferrer
option83ac4c0
[eslint] fix func-names and change object-shorthand to 'always'
225b433
[Docs]
jsx-first-prop-new-line
: Fix documentation formatting62df1dd
[Docs]
prop-types
: Update 'skipUndeclared' in rule options87d4cab
[Docs]
jsx-first-prop-new-line
: fix wrong rule name55b605f
[Fix]
sort-prop-types
,jsx-sort-default-props
: disable broken autofix71c7d01
[Tests] temporarily pin eslint 6 tests to v6.6
8093565
[New]
jsx-handler-names
: addcheckLocalVariables
option5be539b
[Fix]
no-typos
: improve report locationd9d2193
[eslint] enable eslint-plugin-eslint-plugin
39e4396
[Docs]
jsx-props-no-multi-spaces
: suggest using core rule instead9e4ad21
[Docs]
jsx-first-prop-new-line
: add rule options
There are 32 commits in total.
See the full diff
- The
devDependency
eslint-plugin-react was updated from7.18.0
to7.18.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 64 commits.
000d6b8
Update CHANGELOG and bump version
ffdf69a
[Fix]
jsx-indent
: Does not check indents for JSXText182b045
[Docs] use
markdown-magic
to automatically sort all rules alphabetically45b9d32
[Docs]
jsx-props-no-spreading
: fix typo to use correct rulef9aee94
[Fix]
jsx-props-no-spreading
: add support for namespaced jsx componentse69b113
[Fix]
jsx-no-target-blank
: allow rel to be an expressionfc6e406
[meta] fix changelog date
50df78f
[Fix]
sort-comp
:|
isnβt a valid regex flag;u
ands
area7f6a8b
[Tests] on
node
v13
6a45142
Update CHANGELOG and bump version
d9e4941
[Deps] update
array-includes
,object.entries
,object.fromentries
,object.values
,resolve
d1dc277
[Fix]
no-unused-prop-types
,no-unused-state
: fix false positives when using TS type assertions99cea84
[New]
function-component-definition
: Enforce a specific function type for function componentsc234d0f
[Docs]
no-render-return-value
: Fix title5fac02c
[Fix]
jsx-pascal-case
: false negative with namespacing
There are 64 commits in total.
See the full diff
- The
devDependency
eslint-plugin-react was updated from7.18.1
to7.18.2
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 66 commits.
37c4ef3
Update CHANGELOG and bump version
3da6eb3
[Fix]
jsx-indent
: avoid a crash on non-string literals000d6b8
Update CHANGELOG and bump version
ffdf69a
[Fix]
jsx-indent
: Does not check indents for JSXText182b045
[Docs] use
markdown-magic
to automatically sort all rules alphabetically45b9d32
[Docs]
jsx-props-no-spreading
: fix typo to use correct rulef9aee94
[Fix]
jsx-props-no-spreading
: add support for namespaced jsx componentse69b113
[Fix]
jsx-no-target-blank
: allow rel to be an expressionfc6e406
[meta] fix changelog date
50df78f
[Fix]
sort-comp
:|
isnβt a valid regex flag;u
ands
area7f6a8b
[Tests] on
node
v13
6a45142
Update CHANGELOG and bump version
d9e4941
[Deps] update
array-includes
,object.entries
,object.fromentries
,object.values
,resolve
d1dc277
[Fix]
no-unused-prop-types
,no-unused-state
: fix false positives when using TS type assertions99cea84
[New]
function-component-definition
: Enforce a specific function type for function components
There are 66 commits in total.
See the full diff
- The
devDependency
eslint-plugin-react was updated from7.18.2
to7.18.3
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 68 commits.
0a717a5
Update CHANGELOG and bump version
8b576be
[Fix]
jsx-indent
: don't check literals not within JSX37c4ef3
Update CHANGELOG and bump version
3da6eb3
[Fix]
jsx-indent
: avoid a crash on non-string literals000d6b8
Update CHANGELOG and bump version
ffdf69a
[Fix]
jsx-indent
: Does not check indents for JSXText182b045
[Docs] use
markdown-magic
to automatically sort all rules alphabetically45b9d32
[Docs]
jsx-props-no-spreading
: fix typo to use correct rulef9aee94
[Fix]
jsx-props-no-spreading
: add support for namespaced jsx componentse69b113
[Fix]
jsx-no-target-blank
: allow rel to be an expressionfc6e406
[meta] fix changelog date
50df78f
[Fix]
sort-comp
:|
isnβt a valid regex flag;u
ands
area7f6a8b
[Tests] on
node
v13
6a45142
Update CHANGELOG and bump version
d9e4941
[Deps] update
array-includes
,object.entries
,object.fromentries
,object.values
,resolve
There are 68 commits in total.
See the full diff
- The
devDependency
eslint-plugin-react was updated from7.18.3
to7.19.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 82 commits.
e2ed536
Update CHANGELOG and bump version
5959b5f
[fix]
prefer-stateless-function
: avoid crash on ts empty constructore231f44
[tests]
no-unescaped-entities
: skip test cases that are now parsing errors in acorn-jsx@5.2.0434b45f
[Dev Deps] update
@types/eslint
,@types/estree
,@types/node
,eslint-plugin-eslint-plugin
,eslint-plugin-import
,typescript
a917dda
[Deps] update
resolve
,xregexp
09608cc
[Fix]
no-adjacent-inline-elements
: avoid a crashb833535
[Fix]
no-unused-prop-types
: Change the reporting to point to a more accurate nodeedc5fe2
[New]
style-prop-object
: Addallow
option9b5d6aa
[Fix]
self-closing-comp
: consider JSXMemberExpression as component too598277e
[New]
jsx-pascal-case
: Support unicode characters43e466c
[readme] Small visual inconsistency
03edb68
[docs] add
react/
prefix to rule name, for consistencyb517b9e
[Fix]
no-unused-prop-types
: makemarkPropTypesAsUsed
work withTSEmptyBodyFunctionExpression
AST node66c0d66
[Fix]
displayName
(but really,propTypes
detection): do not crash on empty flow type spreads0a717a5
Update CHANGELOG and bump version
There are 82 commits in total.
See the full diff
- The
devDependency
eslint-plugin-react was updated from7.19.0
to7.20.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v7.20.0
Added
- support eslint v7 (#2635 @ljharb, @toshi-toma)
forbid-component-props
/forbid-dom-props
: Allow a custom message with forbid props (#2615 @mtamhankar1)jsx-no-literals
: addignoreProps
option to ignore props validation (#2146 @iiison)
Fixed
jsx-sort-props
: only use localeCompare when case is ignored (#2556 @tanmoyopenroot)jsx-key
: add a failing test case for optional chaining (#2610 @JonathanLee-LX)no-unused-state
: handle optional chaining (#2588 @golopot)jsx-pascal-case
: Do not consider namespaces when checking for DOM (#2638 @yacinehmito)jsx-curly-spacing
,jsx-no-bind
,usedPropTypes
util: avoid node.start and node.end (25b1936 @toshi-toma)jsx-no-target-blank
: allowno-referrer
withoutnoopener
by default (#2043 @seancrater)button-has-type
: improve message when non-static value is used (aecff62 @golopot)no-adjacent-inline-elements
: prevent crash on nullish children (#2621 @Rogdham)prop-types
: avoid crash when spreading any type (#2606 @golopot))require-render-return
: add missing "a" (#2604 @leothorp)jsx-no-comment-textnodes
: fix for@typescript-eslint/parser
(#2601 @Axnyff)- [
displayName
][]: avoid a crash when using React.memo (#2587 @golopot)
Docs
- Clean up examples in rule docs (#2546 @silvenon)
- [readme] Add Rules of Hooks to Other useful plugins section (#2633 @petetnt)
no-this-in-sfc
: backtickthis
(#2616 @mrflip)function-component-definition
: Fix unnamedComponents option examples (#2608 @vkrol))
Changed
- [Deps] Move "semver" to devDependencies (#2595 @rajivshah3)
- [eslint] remove
operator-linebreak
override (#2578 @golopot) - [Tests]
button-has-type
: ensure no mistakenly allowed identifiers namedbutton
/submit
/reset
(#2625 @golopot) - [Tests]
displayName
: add a test case (#2593 @golopot) - [Dev Deps] update
@types/eslint
,@types/estree
,@types/node
,@typescript-eslint/parser
,coveralls
,eslint-config-airbnb-base
,eslint-plugin-import
,typescript
Commits
The new version differs by 109 commits.
25bf6cc
Update CHANGELOG and bump version
2598b1e
[Dev Deps] update
@types/eslint
,@types/estree
,@types/node
,@typescript-eslint/parser
,coveralls
,eslint-config-airbnb-base
,eslint-plugin-import
,typescript
f94d851
[Fix]
jsx-sort-props
: only use localeCompare when case is ignoredc481a26
[Docs] Clean up examples in rule docs
88d404d
[eslint] remove
operator-linebreak
override304590a
Merge pull request #2635 from ljharb/eslint7
35030a0
[Tests] fix mistaken error property and add output property
906b474
[New] support eslint v7
d66f467
[Fix]
jsx-key
: add a failing test case for optional chainingda7a045
[Fix]
no-unused-state
: handle optional chaining9861469
[New]
forbid-component-props
/forbid-dom-props
: Allow a custom message with forbid propsab28224
[Fix]
jsx-pascal-case
: Do not consider namespaces when checking for DOM25b1936
[Fix]
jsx-curly-spacing
,jsx-no-bind
,usedPropTypes
util: avoid node.start and node.enddb4e471
[readme] Add Rules of Hooks to Other useful plugins section
b9d2eb5
[Fix]
jsx-no-target-blank
: allowno-referrer
withoutnoopener
by default
There are 109 commits in total.
See the full diff