theo-loader
theo-loader copied to clipboard
An in-range update of eslint-plugin-react is breaking the build 🚨
The devDependency eslint-plugin-react was updated from 7.12.4 to 7.13.0.
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).
Commits
The new version differs by 74 commits.
f39829fUpdate CHANGELOG and bump version9e81dde[Deps] updatejsx-ast-utils,resolvee73a692Merge pull request #2256 from mateuszsokola/masterb5fc9bf[fix]jsx-props-no-multi-spaces: support generic components (ts)8bd3837Fix Node 4 compatibility005dad3Revert "Replace mocha by jest"6e4f43eReplace mocha by jest09f580cReplace typescript-eslint-parser by @typescript-eslint/parser861fdef[fix]prop-types: fix case with destructuring and defualt param9fbd037Fix ESLint 6 compat by providing parser as absolute path to RuleTester8041075Fix jsx-curly-brace-presence schema defaults9cec705Add next ESLint version to Travis0d4725eAdd Node 12 and remove Node 4/6 from Travis9192ec3Update devDependenciesd5d2e82Merge pull request #2250 from guliashvili/master
There are 74 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 :palm_tree:
After pinning to 7.12.4 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependencyeslint-plugin-react was updated from7.13.0to7.14.0.
Your tests are still failing with this version. Compare changes
Release Notes for v7.14.0
Added
- Add
jsx-curly-newlinerule (#1493 @golopot) - Add support for nested destructuring to
prop-types(#296 #1422 @golopot) - Add support for variables defined as props to
prop-typesandno-unused-prop-types(#442 #833 #1002 #1116 #1257 #1764 @golopot) - Add
checkFragmentShorthandoption tojsx-key(#2316 @kaykayehnn)
Fixed
- Fix
no-did-mount-set-stateandno-did-update-set-stateto handle cDU and cDM defined as class properties (#1595 @jaaberg) - Fix
sort-prop-typescash when a shape PropType is defined in a variable (#1749 @alexzherdev) - Fix
no-unused-statefalse positive when using state of non-lifecycle method (#2274 @golopot) - Fix
static-property-placementfalse positive when accessing static property inside method (#2283 @dmason30) - Fix
prop-typedetection for annotated props with default value (#2298 @yannickcr)
Changed
- Add ESLint 6.0.0 as valid peerDependency (@yannickcr)
- Improve
no-render-return-valueperformance (#2259 @golopot) - Change
jsx-sort-propsto report errors only on the identifier (#2312 @MrHen) - Change to warn only once if react version cannot be detected (#2276 @ljharb)
- Documentation improvements (#2263 @dimitropoulos, #2262 @ybiquitous, #2295 @battaglr, #2302 @Jason-Cooke, #2303 @golopot)
- Code refactoring (#2265 #2267 #2286 #2294 @golopot, @ljharb)
- Tests improvements (#2304 #1047 @golopot, @yannickcr)
Commits
The new version differs by 68 commits.
dfaa92fUpdate CHANGELOG and bump versionc52b61bMerge pull request #2316 from kaykayehnn/jsx-key-fragments8db631b[Fix] Fix detection of annotated props with default valuebbebefd[Tests] Remove AppVeyor0d49f5a[New] Add ESLint ^6.0.0 as valid peerDependency0364ed2Fix formatting issues7c1abedAdd checkFragmentShorthand optioned04c2fFix tests in eslint < 50d1aaf8Handle fragments in jsx-key7d449a9[New]jsx-sort-props: Change reported range to only the identifier1e102f0Change reported range to only the identifiere6b4c33Merge pull request #2301 from golopot/fix-cached-props-29a63e19Immediately destructure out propVariables rather than using it as a namespace3a1a0d1Apply suggestion: replace mutation with Object.assign89b8143Apply suggestion: replace concat([a]) with concat(a)
There are 68 commits in total.
See the full diff
- The
devDependencyeslint-plugin-react was updated from7.14.0to7.14.1.
Your tests are still failing with this version. Compare changes
- The
devDependencyeslint-plugin-react was updated from7.14.3to7.15.0.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 46 commits.
b45219aUpdate CHANGELOG and bump versiona01198f[Dev Deps] updateeslint-config-airbnb-base,eslint-plugin-import,sinon,typescriptab77870[Deps] updatejsx-ast-utils,resolve32e27b7[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 braces3124ce0[Docs]no-access-state-in-setstate: update grammar4a05fa2[fix]display-name: Fix false positivesc6521adChange istanbul output directory to ./coverage (default)5970651[new]jsx-handler-name: allowfalseto disableeventHandlerPrefix/eventHandlerPropPrefix489ced3[refactor]jsx-curly-braces-presence, jsx-one-expression-per-line, no-danger-with-children: addisWhiteSpacestolib/util/jsx9b2db61[fix]jsx-curly-brace-presence: report unnecessary curly braces with children on next line781bfff[new]sort-comp: addstatic-variablesgrouping7ccff10[New] addjsx-no-useless-fragmentrule66725bc[Fix]no-unused-prop-types: false positive with callback3c72a49[eslint] disable some options and manually fixvalid-jsdoc
There are 46 commits in total.
See the full diff
- The
devDependencyeslint-plugin-react was updated from7.15.0to7.15.1.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 4 commits.
e336aefUpdate CHANGELOG and bump version04fbe74[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
- The
devDependencyeslint-plugin-react was updated from7.15.1to7.16.0.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 6 commits.
fb3210bUpdate CHANGELOG and bump version6011505[new]jsx-sort-default-props: make rule fixable6f14e16[fix]jsx-no-useless-fragment: usearray-includesover.includesfor 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
devDependencyeslint-plugin-react was updated from7.16.0to7.17.0.
Your tests are still failing with this version. Compare changes
Release Notes for v7.17.0
Added
jsx-no-target-blank: addallowReferreroption (#2478 @eps1lon)jsx-handler-names: addcheckLocalVariablesoption (#2470 @aub)prop-types: Support Flow Type spread (#2446 @moroine)jsx-props-no-spreading: addexplicitSpreadoption 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 forallowedStringscheck (#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 26 commits.
027ebd9Update CHANGELOG and bump version89911de[Deps] updatejsx-ast-utils,object.fromentries,resolvecfef664[Dev Deps] update@types/eslint,@types/estree,@types/node,coveralls,typescriptd3b5d71[New]jsx-no-target-blank: addallowReferreroption83ac4c0[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.68093565[New]jsx-handler-names: addcheckLocalVariablesoption5be539b[Fix]no-typos: improve report locationd9d2193[eslint] enable eslint-plugin-eslint-plugin39e4396[Docs]jsx-props-no-multi-spaces: suggest using core rule instead9e4ad21[Docs]jsx-first-prop-new-line: add rule options
There are 26 commits in total.
See the full diff
- The
devDependencyeslint-plugin-react was updated from7.18.0to7.18.1.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 32 commits.
000d6b8Update CHANGELOG and bump versionffdf69a[Fix]jsx-indent: Does not check indents for JSXText182b045[Docs] usemarkdown-magicto 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 date50df78f[Fix]sort-comp:|isn’t a valid regex flag;uandsarea7f6a8b[Tests] onnodev136a45142Update CHANGELOG and bump versiond9e4941[Deps] updatearray-includes,object.entries,object.fromentries,object.values,resolved1dc277[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 32 commits in total.
See the full diff
- The
devDependencyeslint-plugin-react was updated from7.18.1to7.18.2.
Your tests are still failing with this version. Compare changes
- The
devDependencyeslint-plugin-react was updated from7.18.2to7.18.3.
Your tests are still failing with this version. Compare changes
- The
devDependencyeslint-plugin-react was updated from7.18.3to7.19.0.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 14 commits.
e2ed536Update CHANGELOG and bump version5959b5f[fix]prefer-stateless-function: avoid crash on ts empty constructore231f44[tests]no-unescaped-entities: skip test cases that are now parsing errors in [email protected]434b45f[Dev Deps] update@types/eslint,@types/estree,@types/node,eslint-plugin-eslint-plugin,eslint-plugin-import,typescripta917dda[Deps] updateresolve,xregexp09608cc[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: Addallowoption9b5d6aa[Fix]self-closing-comp: consider JSXMemberExpression as component too598277e[New]jsx-pascal-case: Support unicode characters43e466c[readme] Small visual inconsistency03edb68[docs] addreact/prefix to rule name, for consistencyb517b9e[Fix]no-unused-prop-types: makemarkPropTypesAsUsedwork withTSEmptyBodyFunctionExpressionAST node66c0d66[Fix]displayName(but really,propTypesdetection): do not crash on empty flow type spreads
See the full diff