web-onefx-boilerplate
web-onefx-boilerplate copied to clipboard
Update dependency eslint-plugin-react to v7.22.0
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
eslint-plugin-react | 7.21.3 -> 7.22.0 |
Release Notes
yannickcr/eslint-plugin-react
v7.22.0
Added
- [
jsx-key
]: addedcheckKeyMustBeforeSpread
option for new jsx transform (#2835 @morlay) - [
jsx-newline
]: add new rule (#2693 @jzabala) - [
jsx-no-constructed-context-values
]: add new rule which checks when the value passed to a Context Provider will cause needless rerenders (#2763 @dylanOshima) - [
jsx-indent-props
]: addignoreTernaryOperator
option (#2846 @SebastianZimmer) - [
jsx-no-target-blank
]: AddwarnOnSpreadAttributes
option (#2855 @michael-yx-wu)
Fixed
- [
display-name
]/component detection: avoid a crash on anonymous components (#2840 @ljharb) - [
prop-types
]: function in class that returns a component causes false warning in typescript (#2843 @SyMind) - [
jsx-no-target-blank
]: avoid a crash with a non-string literal (#2851 @ljharb) - [
jsx-no-script-url
]: avoid crash with booleanhref
(#2871 @ljharb, @AriPerkkio) - [
no-typos
]: avoid crash with computed method name (#2870 @ljharb, @AriPerkkio) - [
jsx-max-depth
]: avoid crash with childless jsx child (#2869 @ljharb, @AriPerkkio) - [
jsx-wrap-multilines
]: fix crash withdeclaration
s that are on a new line after=
(#2875 @ljharb) - [
no-unknown-property
]: avoid crash with prop named with Object.prototype key (#2879 @ljharb, @AriPerkkio) - [
prop-types
]: default argument does not count as props-types declaration (#2877 @golopot) - [
jsx-props-no-multi-spaces
]: fix a false positive for beside comments (#2878 @golopot) - [
jsx-no-undef
]: handle the TS parser combined with an invalid ecmaVersion (#2882 @ljharb) - [
no-unused-prop-types
]: applyskipShapeProps
to exact types (#2883 @golopot) - [
no-danger-with-children
]/[style-prop-object
]/[no-adjacent-inline-elements
]: add category, URL (#2891 @thofmann)
Docs
- [
no-unused-prop-types
]: Add new example to rule (#2852 @thehereward) - [
prop-types
]: fix example (#2881 @technote-space)
v7.21.5
Fixed
- [
jsx-indent-props
]: Apply indentation when using brackets (#2826 @Moong0122) - [
jsx-handler-names
]: Skip inline handlers when checkInlineFunction=false (#2833 @onigoetz)
Changed
- [Tests]
jsx-indent-props
: Add passing test (#2823 @Hypnosphi)
v7.21.4
Fixed
- [
no-unused-prop-types
]: Silence false positive onnever
type in TS (#2815 @pcorpet) - [
jsx-indent-props
]: Apply indentation when operator is used in front of the upper line (#2808, #2820 @Moong0122) - [Deps] update
jsx-ast-utils
(#2822 jsx-eslint/jsx-ast-utils#102 @ljharb)
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.