Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): ⬆️ eslint-plugin-react @ 7.2.0 #52

Merged
merged 1 commit into from
Aug 11, 2017

Conversation

HomeZenBot
Copy link
Member

This Pull Request updates dependency eslint-plugin-react from v7.1.0 to v7.2.0

Commits


yannickcr/eslint-plugin-react

7.2.0

  • 73abadb Update CHANGELOG and bump version
  • 1a622ea Merge pull request #​1343 from DianaSuvorova/unusedPropsFlow
  • f9c22ef Merge pull request #​1273 from Overload119/master
  • d66808b Modernize to use let and const
  • e305279 Merge pull request #​1344 from DianaSuvorova/docs
  • 15d0f74 [no-unused-prop-types] test from #​933
  • f446335 [no-unused-prop-types] known false positives doc
  • 95acd93 Merge pull request #​1341 from DianaSuvorova/flowShape
  • 942e594 flow should respect skipShapeProps
  • f0487f2 Merge pull request #​1338 from DianaSuvorova/graphql
  • b6bd2da [no-unused-prop-types] graphql issue #​1097
  • df84876 Update dependencies
  • a19eec6 Merge pull request #​1294 from haridusenadeera/master
  • ed72341 Merge pull request #​1329 from DianaSuvorova/docs
  • 3195805 Merge pull request #​1302 from davidyorr/master
  • 38a15ea Merge pull request #​1237 from marcelmokos/patch-1
  • bca3c88 adding test cases from #​811
  • bd23406 Merge pull request #​1332 from DianaSuvorova/issue_#1107
  • caadc6a test case from #​1107
  • 8d97fb6 known issues for no-used-prop-types
  • fe69b04 Sort rules alphabetically
  • bc5435d Merge pull request #​1322 from DianaSuvorova/issue_#1309
  • 095af73 stray test
  • ac50111 moving fnc to file level
  • 9628ef7 fixes 1309
  • 8139569 Merge pull request #​1319 from marcelmokos/#969-jsx-no-duplicate-props-type-error
  • eaf1ee9 removed isReturningJSX check
  • 75711e5 updated tests
  • 2ee095e added render method
  • 968f745 renamed function
  • 13fddef add lifecycle method typos
  • 640d7a3 jsx-no-duplicate-props: TypeError: name.toLowerCase is not a function #​969
  • e785a7d #​969 fix: exception for jsx-no-duplicate-props
  • 2d2cf65 Merge pull request #​1318 from DianaSuvorova/issue1309
  • bb972f3 fixes 1309
  • 6d0a8c2 Merge pull request #​1316 from jseminck/typo
  • adbdfd6 Fix typo
  • 3c7a065 Merge pull request #​1312 from DianaSuvorova/fixes_816
  • 5488fff test cases from #​816
  • 8bfafe1 Merge pull request #​1103 from wbinnssmith/wbinnssmith/no-unused-state
  • ba1dfc1 use arrow fns
  • 0dd50b2 Only use babel-eslint when necessary for tests
  • d0973b4 Re-modernize and cleanup with node 4-compatible features
  • 1022c24 Implement React.createClass support and use Component util
  • b3e911f Port to node 0.10
  • e820538 Add no-unused-state
  • 067882b Merge pull request #​1311 from RDGthree/master
  • ef2054b Merge pull request #​1303 from DianaSuvorova/noUsedProps
  • b1c1f84 Small index tweak, tests, and getter + setter property name handling.
  • 75b78ba Teach sort-comp rule about getters and setters.
  • 64e837b Merge branch 'master' into noUsedProps
  • ac72383 Merge pull request #​1281 from dfilipidisz/Transform-arrow-functions
  • 10e4f0c jsx-no-duplicate-props: TypeError: name.toLowerCase is not a function #​969
  • dba095d Eslint --fix for arrow functions
  • b9d70e8 Add arrow function eslint rules
  • b82fca2 Codemod arrow-functions
  • a8cd2fe Merge pull request #​1308 from xcatliu/patch-1
  • 0163507 Add `react/` prefix for the title of default-props-match-prop-types.md
  • eb88977 Prefer default parser in no-literals tests
  • 17116a0 Check template literals in no-literals
  • 430a89f moving test into invalid
  • 9d0707e no ignoring components with no used props
  • cf2edd9 Fix false positives in no-literals
  • 739ece1 Merge pull request #​1298 from jseminck/jsx-no-target-blank
  • 322afa4 Use .some() instead of .find()
  • f248800 Add failing test and code to fix it
  • 75fb917 Use full schema object instead of an array
  • 3e0a1e0 Merge pull request #​1289 from konekoya/patch-1
  • f3a9d99 Use full name of the rule
  • 2393236 Add extra check for undefined variable in no-danger-with-children
  • bef5897 Fix no-danger-with-children crash with undefined (fixes #​1287)
  • 65b746e [Tests] fix broken master.
  • 9e13ae2 Fix no-danger-with-children to ignore line breaks (fixes #​1262)
  • 31e55d2 Merge pull request #​1202 from deecewan/master
  • 8a2bc81 Merge branch 'master' into master
  • 4a35536 Merge pull request #​1226 from kokobeware/patch-1
  • 433cff8 Merge branch 'master' into patch-1
  • 690832f Merge pull request #​1209 from jseminck/rule-no-static-typos
  • afd6ea0 Add another valid test case
  • 82facc8 Add another valid test case
  • 73d4941 Add test case that was causing a crash
  • 84bd235 Fix linting errors from the var -> const/let PR
  • efb7366 Rename no-static-typos to no-typos
  • 7620d47 var to const
  • 3c3baef Fix another lint error that doesn't show up locally, only on travis :o
  • ebd4231 Fix linting errors that popped up after rebase on master
  • 3e68929 const to let
  • 49a7dfa Properly detect ES6 components and Stateless functional components
  • faea2af Add suport for FunctionDeclaration to findReturnStatement
  • ccff8ea Fix syntax errors in tests
  • 5ac830e Add test cases for function components
  • 394b4d5 Also handle cases where we declare propTypes outside of the class
  • 01d4338 Remove requiring babel-eslint in the test
  • 4a596ba Add support for childContextTypes
  • 36fae24 Update the title for the readme for the file


This PR has been generated by Renovate Bot.

@HomeZenBot
Copy link
Member Author

This change is Reviewable

@SpainTrain SpainTrain merged commit c02601d into master Aug 11, 2017
@ghost ghost removed the code review label Aug 11, 2017
@SpainTrain SpainTrain deleted the renovate/eslint-plugin-react-7.x branch August 11, 2017 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants