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

Update eslint-plugin-react from 7.1.0 to 7.3.0 #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Aug 25, 2017

eslint-plugin-react has been updated to 7.3.0 by dependencies.io

7.3.0

Added

  • Add checks for propTypes, contextTypes and childContextTypes to no-typos (#213 DianaSuvorova)

Fixed

  • Fix boolean-prop-naming crash (#1369 EvHaus)
  • Fix no-typos crash (#1353 jseminck)
  • Fix require-default-props stopping when it finds a component without props (#1380 brgibson)
  • Fix no-direct-mutation-state detection with nested components (#1382)

Changed

  • Documentation improvements (#1383 mjomble)

7.2.1

Fixed

  • Fix forbid-prop-types crash on identifiers (#1352 ljharb)
  • Fix boolean-prop-naming crash with propTypes wrapper (#1354 dustinsoftware)
  • Fix prop-types false positive with local variable props (#1288 DianaSuvorova)
  • Fix wrapped propTypes detection (#1366)

Changed

  • Documentation improvements (#1123 penx)

7.2.0

Added

  • Add no-unused-state rule (#1103 wbinnssmith)
  • Add boolean-prop-naming rule (#1264 EvHaus)
  • Add no-typos rule (#1189 jseminck, #1294 @haridusenadeera)
  • Add auto fix for sort-props (#1273 Overload119)
  • Add getters and setters groups to sort-comp (#100 RDGthree)
  • Add noStrings option to no-literals (#1202 deecewan)
  • Add inverse option for always/never to jsx-boolean-value (#1249 ljharb)

Fixed

  • Fix no-direct-mutation-state to disallow this.state mutation in constructor (#832 burabure)
  • Fix jsx-no-target-blank crash on empty rel attribute (#1269 dustinsoftware)
  • Fix sort-comp component detection with ClassExpression (#1076 webOS101)
  • Fix no-unused-prop-types detection with async class properties and methods (#1053 benstepp)
  • Fix void-dom-elements-no-children crash (#1226 kokobeware)
  • Fix no-danger-with-children to ignore line breaks (#1262)
  • Fix no-danger-with-children crash with undefined (#1287)
  • Fix jsx-no-target-blank crash (#1296 jseminck)
  • Fix no-unused-props to no longer ignore components with no used props (#1303 DianaSuvorova)
  • Fix jsx-no-duplicate-props crash (#969 marcelmokos)
  • Fix no-literals false positives (#1301 davidyorr)
  • Fix no-find-dom-node detection with named imports (#785 Hypnosphi)
  • Fix proTypes-related rules detection with wrapped propTypes (#1266 dustinsoftware)
  • Fix no-unused-prop-types detection with propTypes wrapped in a function (#1253 dustinsoftware)
  • Fix no-unused-prop-types detection with destructured use of properties (#816 DianaSuvorova)
  • Fix no-unused-prop-types detection with inline functions (#1309 DianaSuvorova)
  • Fix no-unused-prop-types skipShapeProps option with Flow annotations (#1335 DianaSuvorova)
  • Fix jsx-curly-spacing schema incompatibility with ESLint 4.2.0 (#1290 jseminck)

Changed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant