Update dependency eslint-plugin-react to v6.10.3#55
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
cabc1f4 to
964c563
Compare
964c563 to
41c0715
Compare
41c0715 to
22ff901
Compare
22ff901 to
ba01999
Compare
ba01999 to
4698cb5
Compare
4698cb5 to
81220d9
Compare
81220d9 to
68419a8
Compare
68419a8 to
66290a0
Compare
66290a0 to
22adbf3
Compare
22adbf3 to
3901c97
Compare
3901c97 to
f6b8a7d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.10.0→6.10.3Release Notes
jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v6.10.3Compare Source
Added
no-will-update-set-state][] rule (#1139 @ManThursday)no-deprecated][]reservedFirstoption to [jsx-sort-props][] (#1134 @MatthewHerbst)Breaking
React.PropTypesandReact.createClassin [no-deprecated][] (#1148 @Calyhre)createClasscomponent factory tocreateReactClass. This is used for React component detection, if you still usingReact.createClassuse the shared settings to specifycreateClassas component factoryno-danger-with-children][] rule to recommended rules (#748 @ljharb)no-string-refs][] rule to recommended rules (#749 @ljharb)jsx-key][] rule to recommended rules (#750 @ljharb)jsx-no-comment-textnodes][] rule to recommended rules (#751 @ljharb)jsx-no-target-blank][] rule to recommended rules (#752 @ljharb)no-unescaped-entities][] rule to recommended rules (#841 @ljharb)no-children-prop][] rule to recommended rules (#842 @ljharb)wrap-multilines][] rule, use [jsx-wrap-multilines][] insteadno-comment-textnodes][] rule, use [jsx-no-comment-textnodes][] insteadrequire-extension][] rule, use the eslint-plugin-importextensionsrule insteadjsx-space-before-closing][] rule, use the [jsx-tag-spacing][] rule instead. [jsx-space-before-closing][] still works but will trigger a warning (#1070 @afairb)jsx-first-prop-new-line][] default is nowmultiline-multiprop(#802 @kokarn)jsx-wrap-multilines][] now checks arrow functions without block body. It can be deactivated in rule options (#790 @ColCh)jsx-no-undef][] will not check the global scope by default. You can force it with theallowGlobalsoption (#1013 @jomasti)Fixed
no-unused-prop-types][] false positive withnextProps(#1079 @Kerumen)prefer-stateless-function][] to not warn on classes with decorators (#1034 @benstepp)Changed
v6.10.2Compare Source
Fixed
jsx-indent][] ([#1117][])v6.10.1Compare Source
Fixed
jsx-indent][] indentation calculation with nested JSX (#1117)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.