This repository has been archived by the owner on May 17, 2019. It is now read-only.
Update dependency eslint-plugin-react to v7.6.0 #55
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.5.1
tov7.6.0
Commits
yannickcr/eslint-plugin-react
7.6.0
7b742d0
Update CHANGELOG and bump version692cdc8
Merge pull request #1643 from ljharb/fix_crossoriginc558451
Merge pull request #1651 from xjmdoo/masterf4cab9a
Merge pull request #1652 from lfades/fix/no-typos20dff22
Adds more checks to MethodDefinition case and adds new test case for default parser942a92c
merged one of the previous tests and added 2 new tests for the default parser1d12044
Merge pull request #1650 from xinminlabs/add-missing-meta-to-jsx-tag-spacing8360ffa
support isRequired for custom props and call expressionsf9cc10d
prop-types doesn't check nextProps of componentWillReceivePropsd3840a5
add missing meta to jsx-tag-spacing36beb6d
Merge pull request #1483 from b0gok/jsx-sort-default-propsc2c7a2a
Merge pull request #1616 from jaaberg/jsx-no-literals-binarye24b53f
Add tests and examples with multiple spreads558576c
Add more tests with spread, add examples8237551
Merge pull request #1645 from nirnaor/master92add21
Adding a warning for React.addons.TestUtils.2e3a6a4
[Fix] crossOrigin is wrong; and crossorigin is only valid on script/img/video0e983de
Merge pull request #1641 from cjskillingstad/feat/jsx-tag-spacing_before_closing2043520
Add multiline test casesf103712
Make default value allowf5cff2a
Fix typoba394d2
Fix wording in docs4f00455
Add SFC examples in the documentation and tests5770c72
Surround sort-default-props keywords with backticks and fix typo6fdefcf
Add jsx-sort-default-props rule9cc118c
Add unit tests73c86c9
Add beforeClosing option to jsx-tag-spacing07345b4
Merge pull request #1635 from Arcanemagus/rules-docs-urlbf544dc
Add URL to rule documentation to the metadatac23d395
Merge pull request #1504 from mrichmond/bugfix/no-typos-TypeErrord9c36bf
[Tests]no-typos
: add regression testa7bc91b
Merge pull request #1624 from alexilyaev/patch-2686fa76
Docs: Documentforbid
forno-unescaped-entities
rule (#1263)5f1ec80
Merge pull request #1621 from kamataryo/master22c9237
Add null avoidancef40b7b8
Merge pull request #1611 from pfhayes/node.initbb34372
Add test9b8ea5e
Merge pull request #1600 from kevinzwhuang/fix-unused-prop-types28581df
jsx-no-literals Find all usages of literals combined with stringsf27ebc2
jsx-no-literals Add tests combining literals and strings2ae8d5e
Find usages of literals as a part of BinaryExpressions in jsx-no-literals4cf6752
Add failing tests for jsx-no-literals with literal as BinaryExpressioneb7e152
Handle nodes without init6015af2
Add test cases for other forms of empty functions in no-unused-prop-types and remove parser optiona908eb3
Merge pull request #1598 from jaaberg/master292ebed
Merge pull request #1588 from louisscruz/bool-props-messaged331af6
Add empty params check for unused prop types rule to fix empty proptype functions from causing crashes37902d4
Use ESLint string templating4950623
Make no-access-state-in-setstate find cases where state is destructured from this73f135a
Add more test cases for no-access-state-in-setstate9a7423e
Add custom messagef6e4c89
Merge pull request #1478 from jomasti/issue-145258159c0
[Deps] updatejsx-ast-utils
,doctrine
eefce85
[Dev Deps] updatebabel-eslint
,eslint
6f444a7
Merge pull request #1578 from Andarist/sort-comp/export-default-configf044bc2
Export defaultConfig from sort-comp rule for programmatic usecfd1c34
Merge pull request #1509 from jomasti/issue-143506e1667
Merge pull request #1519 from pfhayes/spacesb801624
Merge pull request #1576 from sharmilajesupaul/shar--remove-newline-before-paren6a41c60
Potential autofix improvement for jsx-wrap-mulitlinesc072c89
Merge pull request #1562 from davazp/add-forbid-dom-props-ruleaf6ccb0
Fix no-unused-state to detect usage of this.state as an object (fixes #1572)c7dd755
Merge pull request #1470 from RDGthree/master268a704
Refine schema for forbid-dom-props optionse632628
[Docs] improve readmee5e4536
Merge pull request #1570 from justinanastos/fix/prop-types-union-flowtype-14686323015
test(prop-types): Addimport
test withUnion
78ec577
test(no-unused-prop-types): Addimport
test withUnion
115e4b9
[Refactor] Move findVariableByName to variable utiladf5d81
[Fix]jsx-curly-spacing
:7aaec03
Merge pull request #1566 from lukeapage/patch-1ae55fdf
Fix typo in changelog28654e2
Add more invalid tests cases for forbid-dom-props2c2d831
Add related rules link to both forbid-dom-props and forbid-component-propsdf17cd4
Merge pull request #1563 from justinanastos/fix/prop-types-union-flowtype-1468dd10851
Fix crash in no-unused-prop-types test withUnionTypeAnnotation
077e017
Create failing no-unused-prop-types test with union flowtypes16e57ff
Fix crash in prop-types test withUnionTypeAnnotation
4eb9259
Create failing prop-type test with union flowtypes1ae0a99
Add a forbid-dom-props rulefecd9a4
Check class properties that use prop wrappersc8b3f16
Add more invalid tests for boolean-prop-naming56db72e
Support propWrapperFunctions for bool-prop-naming7def79f
Review comments6829c5c
Merge pull request #1560 from jomasti/issue-15599cbd67e
Fix crash in no-access-state-in-setstatef06db3d
Minor documentation fixefbb8a5
Add more tests for no-this-in-sfcdb5a243
Check if SFC is returning JSX or nulldfa5005
Add more documentation for no-this-in-sfc80fb96c
Add new rule for preventingthis
in SFCse2ca690
[Docs] fix jsx-one-expression-per-line9fe89a0
Merge pull request #1552 from Vydia/jsx-one-expression-per-line-docs8ef2824
docs - jsx-one-expression-per-lineThis PR has been generated by Renovate Bot.