This repository has been archived by the owner on May 17, 2019. It is now read-only.
Update dependency eslint-plugin-react to v7.7.0 #93
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 Pull Request updates dependency eslint-plugin-react from
v7.6.1
tov7.7.0
Release Notes
v7.7.0
Added
forbid-foreign-prop-types
][]: addallowInPropTypes
option (#1655 @iansu)jsx-max-depth
][] rule (#1260 @chriswong)Fixed
no-access-state-in-setstate
][]: Exclude references to this.state in setState callback (#1610 @pfhayes)no-danger-with-children
][]: prevent infinite loop (#1571 @ljharb)sort-prop-types
][]: Fix sortShapeProp when shape is not an object literal (#1669 @justinanastos)jsx-child-element-spacing
][]: fix error location (#1666 @pfhayes)no-unused-prop-types
][]: fix for createClass (#1675 @yuri-sakharov)prop-types
][]: include nextProps checking in shouldComponentUpdate (#1690 @amerryma)jsx-curly-spacing
][]: refactor to fix start and end-braces in a single pass (#1414 @s-h-a-d-o-w)Changed
jsx-child-element-spacing
][]: add missing docs ([#1665][] @pfhayes); fix docs (#1670 @SammyM)Commits
v7.7.0
cfd3959
[Docs] addjsx-child-element-spacing
70e8a02
Merge pull request #1610 from pfhayes/setstate5e1a64c
[Fix]no-danger-with-children
: prevent infinite loopd8dff26
test(sort-prop-types) Add failing test for whensortShapeProp
is true and shape not object literal17ac433
fix(sort-prop-types): Fix sortShapeProp when shape is not an object literald818f2b
Merge pull request #1669 from justinanastos/fix/sort-prop-types-shape-no-properties-166805c49d4
[Fix]jsx-child-element-spacing
: fix error location2839b5d
Fix an issue with the documentation for 'jsx-child-element-spacing'dda03e9
Created test78e2951
Fixed bugb1444be
Added more tests24658b5
Added more valid tests3d83d13
Added more testsfb2fefd
Merge pull request #1675 from yuri-sakharov/fix/react-no-unused-prop-typese77c97f
Test0fa0761
Added test & working3ac7943
[docs] add missing rule to readme8ca344a
Rearranged tests to be at the bottom of componentWillReceiveProps tests. Added a default parser test.e26b7e2
[Tests] clean up some formattingc996740
Merge pull request #1690 from mindspacepdx/am-should-component-updatee4de360
[Fix] jsx-curly-spacing problem in new tests, fixes #14140e2e046
[Dev Deps] updatebabel-eslint
,eslint
,istanbul
,mocha
abe8381
Update CHANGELOG and bump versionThis PR has been generated by Renovate Bot.