This repository was archived by the owner on Mar 9, 2021. It is now read-only.
chore(deps): update dependency eslint-plugin-react to v7.7.0 #180
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.1tov7.7.0Release Notes
v7.7.0Added
forbid-foreign-prop-types][]: addallowInPropTypesoption (#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-spacing70e8a02Merge pull request #1610 from pfhayes/setstate5e1a64c[Fix]no-danger-with-children: prevent infinite loopd8dff26test(sort-prop-types) Add failing test for whensortShapePropis true and shape not object literal17ac433fix(sort-prop-types): Fix sortShapeProp when shape is not an object literald818f2bMerge pull request #1669 from justinanastos/fix/sort-prop-types-shape-no-properties-166805c49d4[Fix]jsx-child-element-spacing: fix error location2839b5dFix an issue with the documentation for 'jsx-child-element-spacing'dda03e9Created test78e2951Fixed bugb1444beAdded more tests24658b5Added more valid tests3d83d13Added more testsfb2fefdMerge pull request #1675 from yuri-sakharov/fix/react-no-unused-prop-typese77c97fTest0fa0761Added test & working3ac7943[docs] add missing rule to readme8ca344aRearranged tests to be at the bottom of componentWillReceiveProps tests. Added a default parser test.e26b7e2[Tests] clean up some formattingc996740Merge 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,mochaabe8381Update CHANGELOG and bump versionThis PR has been generated by Renovate Bot.