Update eslint-plugin-react in / from 7.6.1 to 7.7.0 #3037
Merged
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.
Dependencies.io has updated
eslint-plugin-react
(a npm dependency in/
) from "7.6.1" to "7.7.0".7.7.0
Added
forbid-foreign-prop-types
: addallowInPropTypes
option (When building a storybook, the path to the bundle file needs to be a relative path #1655 iansu)jsx-max-depth
rule (Allow disabling the progressbar plugin with a commandline flag #1260 chriswong)Fixed
no-access-state-in-setstate
: Exclude references to this.state in setState callback (Markdown linting configuration is broken #1610 pfhayes)no-danger-with-children
: prevent infinite loop (Make onDeviceUI default for RN getstorybook #1571 ljharb)sort-prop-types
: Fix sortShapeProp when shape is not an object literal (addons-info missing typescript declarations #1669 justinanastos)jsx-child-element-spacing
: fix error location (Upgrade react-modal to v2.2.4 #1666 pfhayes)no-unused-prop-types
: fix for createClass (Make lint-staged work properly #1675 yuri-sakharov)prop-types
: include nextProps checking in shouldComponentUpdate (Options set via addon should not override URL params #1690 amerryma)jsx-curly-spacing
: refactor to fix start and end-braces in a single pass (Switch to babili #1414 s-h-a-d-o-w)Changed
jsx-child-element-spacing
: add missing docs ((0, _typeof4.default) is not a function #1665 pfhayes); fix docs (Allow promise to be returned from 'add()' #1670 SammyM)