Skip to content
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

Merged
merged 1 commit into from
Jan 25, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2018

This Pull Request updates dependency eslint-plugin-react from v7.5.1 to v7.6.0

Commits

yannickcr/eslint-plugin-react

7.6.0

  • 7b742d0 Update CHANGELOG and bump version
  • 692cdc8 Merge pull request #​1643 from ljharb/fix_crossorigin
  • c558451 Merge pull request #​1651 from xjmdoo/master
  • f4cab9a Merge pull request #​1652 from lfades/fix/no-typos
  • 20dff22 Adds more checks to MethodDefinition case and adds new test case for default parser
  • 942a92c merged one of the previous tests and added 2 new tests for the default parser
  • 1d12044 Merge pull request #​1650 from xinminlabs/add-missing-meta-to-jsx-tag-spacing
  • 8360ffa support isRequired for custom props and call expressions
  • f9cc10d prop-types doesn't check nextProps of componentWillReceiveProps
  • d3840a5 add missing meta to jsx-tag-spacing
  • 36beb6d Merge pull request #​1483 from b0gok/jsx-sort-default-props
  • c2c7a2a Merge pull request #​1616 from jaaberg/jsx-no-literals-binary
  • e24b53f Add tests and examples with multiple spreads
  • 558576c Add more tests with spread, add examples
  • 8237551 Merge pull request #​1645 from nirnaor/master
  • 92add21 Adding a warning for React.addons.TestUtils.
  • 2e3a6a4 [Fix] crossOrigin is wrong; and crossorigin is only valid on script/img/video
  • 0e983de Merge pull request #​1641 from cjskillingstad/feat/jsx-tag-spacing_before_closing
  • 2043520 Add multiline test cases
  • f103712 Make default value allow
  • f5cff2a Fix typo
  • ba394d2 Fix wording in docs
  • 4f00455 Add SFC examples in the documentation and tests
  • 5770c72 Surround sort-default-props keywords with backticks and fix typo
  • 6fdefcf Add jsx-sort-default-props rule
  • 9cc118c Add unit tests
  • 73c86c9 Add beforeClosing option to jsx-tag-spacing
  • 07345b4 Merge pull request #​1635 from Arcanemagus/rules-docs-url
  • bf544dc Add URL to rule documentation to the metadata
  • c23d395 Merge pull request #​1504 from mrichmond/bugfix/no-typos-TypeError
  • d9c36bf [Tests] no-typos: add regression test
  • a7bc91b Merge pull request #​1624 from alexilyaev/patch-2
  • 686fa76 Docs: Document forbid for no-unescaped-entities rule (#​1263)
  • 5f1ec80 Merge pull request #​1621 from kamataryo/master
  • 22c9237 Add null avoidance
  • f40b7b8 Merge pull request #​1611 from pfhayes/node.init
  • bb34372 Add test
  • 9b8ea5e Merge pull request #​1600 from kevinzwhuang/fix-unused-prop-types
  • 28581df jsx-no-literals Find all usages of literals combined with strings
  • f27ebc2 jsx-no-literals Add tests combining literals and strings
  • 2ae8d5e Find usages of literals as a part of BinaryExpressions in jsx-no-literals
  • 4cf6752 Add failing tests for jsx-no-literals with literal as BinaryExpression
  • eb7e152 Handle nodes without init
  • 6015af2 Add test cases for other forms of empty functions in no-unused-prop-types and remove parser option
  • a908eb3 Merge pull request #​1598 from jaaberg/master
  • 292ebed Merge pull request #​1588 from louisscruz/bool-props-message
  • d331af6 Add empty params check for unused prop types rule to fix empty proptype functions from causing crashes
  • 37902d4 Use ESLint string templating
  • 4950623 Make no-access-state-in-setstate find cases where state is destructured from this
  • 73f135a Add more test cases for no-access-state-in-setstate
  • 9a7423e Add custom message
  • f6e4c89 Merge pull request #​1478 from jomasti/issue-1452
  • 58159c0 [Deps] update jsx-ast-utils, doctrine
  • eefce85 [Dev Deps] update babel-eslint, eslint
  • 6f444a7 Merge pull request #​1578 from Andarist/sort-comp/export-default-config
  • f044bc2 Export defaultConfig from sort-comp rule for programmatic use
  • cfd1c34 Merge pull request #​1509 from jomasti/issue-1435
  • 06e1667 Merge pull request #​1519 from pfhayes/spaces
  • b801624 Merge pull request #​1576 from sharmilajesupaul/shar--remove-newline-before-paren
  • 6a41c60 Potential autofix improvement for jsx-wrap-mulitlines
  • c072c89 Merge pull request #​1562 from davazp/add-forbid-dom-props-rule
  • af6ccb0 Fix no-unused-state to detect usage of this.state as an object (fixes #​1572)
  • c7dd755 Merge pull request #​1470 from RDGthree/master
  • 268a704 Refine schema for forbid-dom-props options
  • e632628 [Docs] improve readme
  • e5e4536 Merge pull request #​1570 from justinanastos/fix/prop-types-union-flowtype-1468
  • 6323015 test(prop-types): Add import test with Union
  • 78ec577 test(no-unused-prop-types): Add import test with Union
  • 115e4b9 [Refactor] Move findVariableByName to variable util
  • adf5d81 [Fix] jsx-curly-spacing:
  • 7aaec03 Merge pull request #​1566 from lukeapage/patch-1
  • ae55fdf Fix typo in changelog
  • 28654e2 Add more invalid tests cases for forbid-dom-props
  • 2c2d831 Add related rules link to both forbid-dom-props and forbid-component-props
  • df17cd4 Merge pull request #​1563 from justinanastos/fix/prop-types-union-flowtype-1468
  • dd10851 Fix crash in no-unused-prop-types test with UnionTypeAnnotation
  • 077e017 Create failing no-unused-prop-types test with union flowtypes
  • 16e57ff Fix crash in prop-types test with UnionTypeAnnotation
  • 4eb9259 Create failing prop-type test with union flowtypes
  • 1ae0a99 Add a forbid-dom-props rule
  • fecd9a4 Check class properties that use prop wrappers
  • c8b3f16 Add more invalid tests for boolean-prop-naming
  • 56db72e Support propWrapperFunctions for bool-prop-naming
  • 7def79f Review comments
  • 6829c5c Merge pull request #​1560 from jomasti/issue-1559
  • 9cbd67e Fix crash in no-access-state-in-setstate
  • f06db3d Minor documentation fix
  • efbb8a5 Add more tests for no-this-in-sfc
  • db5a243 Check if SFC is returning JSX or null
  • dfa5005 Add more documentation for no-this-in-sfc
  • 80fb96c Add new rule for preventing this in SFCs
  • e2ca690 [Docs] fix jsx-one-expression-per-line
  • 9fe89a0 Merge pull request #​1552 from Vydia/jsx-one-expression-per-line-docs
  • 8ef2824 docs - jsx-one-expression-per-line

This PR has been generated by Renovate Bot.

@codecov
Copy link

codecov bot commented Jan 25, 2018

Codecov Report

Merging #55 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #55   +/-   ##
=======================================
  Coverage   90.74%   90.74%           
=======================================
  Files           3        3           
  Lines          54       54           
  Branches        7        7           
=======================================
  Hits           49       49           
  Misses          4        4           
  Partials        1        1

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update de5017a...7828684. Read the comment docs.

@KevinGrandon
Copy link
Contributor

!merge

@old-fusion-bot old-fusion-bot bot merged commit b8a15ef into master Jan 25, 2018
@renovate renovate bot deleted the renovate/eslint-plugin-react-7.x branch January 25, 2018 23:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants