Open greenkeeper[bot] opened 4 years ago
devDependency
eslint-plugin-react was updated from 7.16.0
to 7.18.1
.Update to this version instead π
The new version differs by 32 commits.
000d6b8
Update CHANGELOG and bump version
ffdf69a
[Fix] jsx-indent
: Does not check indents for JSXText
182b045
[Docs] use markdown-magic
to automatically sort all rules alphabetically
45b9d32
[Docs] jsx-props-no-spreading
: fix typo to use correct rule
f9aee94
[Fix] jsx-props-no-spreading
: add support for namespaced jsx components
e69b113
[Fix] jsx-no-target-blank
: allow rel to be an expression
fc6e406
[meta] fix changelog date
50df78f
[Fix] sort-comp
: |
isnβt a valid regex flag; u
and s
are
a7f6a8b
[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 assertions
99cea84
[New] function-component-definition
: Enforce a specific function type for function components
c234d0f
[Docs] no-render-return-value
: Fix title
5fac02c
[Fix] jsx-pascal-case
: false negative with namespacing
There are 32 commits in total.
See the full diff
devDependency
eslint-plugin-react was updated from 7.16.0
to 7.18.2
.devDependency
eslint-plugin-react was updated from 7.16.0
to 7.18.3
.devDependency
eslint-plugin-react was updated from 7.16.0
to 7.19.0
.π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
devDependency
eslint-plugin-react was updated from 7.16.0
to 7.20.0
.
The devDependency eslint-plugin-react was updated from
7.16.0
to7.17.0
.This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: ljharb License: MIT
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: