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
- β **ci/circleci: debug:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/unirakun/k-ramel/3959?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).
- β **ci/circleci: lockfile:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/unirakun/k-ramel/3960?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).
- β **ci/circleci: build:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/unirakun/k-ramel/3961?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).
Release Notes for v7.17.0
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).
The devDependency eslint-plugin-react was updated from
7.16.0
to7.17.0
.π¨ 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
- β **ci/circleci: debug:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/unirakun/k-ramel/3959?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - β **ci/circleci: lockfile:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/unirakun/k-ramel/3960?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - β **ci/circleci: build:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/unirakun/k-ramel/3961?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).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
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)Commits
The new version differs by 26 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 optionsThere are 26 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: