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 dependency eslint-plugin-react to v7 #502

Merged
merged 1 commit into from Oct 28, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 25, 2018

This PR contains the following updates:

Package Type Update Change References
eslint-plugin-react devDependencies major 6.9.0 -> 7.11.1 source

Release Notes

yannickcr/eslint-plugin-react

v7.11.1

Compare Source

Fixed
Changed

v7.11.0

Compare Source

Added
Fixed
Changed

v7.10.0

Compare Source

Added
Fixed
Changed

v7.9.1

Compare Source

v7.8.2

Compare Source

Fixed
  • Fix crash in [boolean-prop-naming][] when encountering a required shape prop type (#​1791 @​pcorpet)

v7.8.1

Compare Source

Fixed
  • Fix crash in [no-deprecated][] when encountering a class constructor (#​1785 @​taddei)

v7.8.0

Compare Source

Added
  • Add support for fragments to [react-in-jsx-scope][] (#​1758)
  • Add support for Flow generic PropType to [require-default-props][] (#​1724 @​Miziak)
  • Add component whitelist option to [forbid-component-props][] (#​1732 @​ThiefMaster)
  • Add support for React 16.3 lifecycle methods to [no-unused-prop-types][] (#​1681 @​bvaughn)
  • Add support for React 16.3 lifecycle methods to [sort-comp][] (#​1767 @​joe-denea)
  • Add support for React 16.3 lifecycle methods to [no-typos][]
  • Add support for prevState and nextState to [no-unused-state][] (#​1759)
  • Add warnings for componentWillMount, componentWillReceiveProps and componentWillUpdate lifecycle methods in [no-deprecated][] (#​1750 @​sergei-startsev)
Fixed
Changed

v7.7.0

Compare Source

Added
Fixed
Changed

v7.6.1

Compare Source

Fixed
  • Flow: fix crash in [prop-types][] with recursive type annotations (#​1653 @​jetpacmonkey)
  • Fix [no-unknown-property][] to properly recognize crossOrigin instead of crossorigin, and allow it on link tags. (#​1659 @​jzDev)
  • Fix [no-access-state-in-setstate][] to handle object spread (#​1657 @​ljharb)

v7.6.0

Compare Source

Added
Fixed
Changed

v7.5.1

Compare Source

Fixed
Changed

v7.5.0

Compare Source

Added
Fixed
Changed

v7.4.0

Compare Source

Added
Fixed
Changed

v7.3.0

Compare Source

Added
Fixed
Changed

v7.2.1

Compare Source

Fixed
Changed

v7.2.0

Compare Source

Added
Fixed
Changed

v7.1.0

Compare Source

Added
Fixed
Changed

v7.0.1

Compare Source

Fixed
  • Fix [jsx-curly-spacing][] allowMultiline option being undefined in some cases (#​1179 @​fatfisz)
  • Fix [jsx-curly-spacing][] newline with object literals bug (#​1180 @​fatfisz)
  • Fix [prop-types][] to not mark class static function as valid propTypes definition (#​1174)
  • Fix [prop-types][] crash with Flow spread operator (#​1178)
  • Fix [void-dom-elements-no-children][] crash on faulty createElement detection (#​1101)
  • Fix [require-default-props][] error message for quoted props (#​1161)
Changed

v7.0.0

Compare Source

Added
Breaking
  • Update rules for React 15.5.0:
    • Add warnings for React.PropTypes and React.createClass in [no-deprecated][] (#​1148 @​Calyhre)
    • Update createClass component factory to createReactClass. This is used for React component detection, if you still using React.createClass use the shared settings to specify createClass as component factory
  • Drop Node.js < 4 support (#​1038 @​ljharb)
  • Add [no-danger-with-children][] rule to recommended rules (#​748 @​ljharb)
  • Add [no-string-refs][] rule to recommended rules (#​749 @​ljharb)
  • Add [jsx-key][] rule to recommended rules (#​750 @​ljharb)
  • Add [jsx-no-comment-textnodes][] rule to recommended rules (#​751 @​ljharb)
  • Add [jsx-no-target-blank][] rule to recommended rules (#​752 @​ljharb)
  • Add [no-unescaped-entities][] rule to recommended rules (#​841 @​ljharb)
  • Add [no-children-prop][] rule to recommended rules (#​842 @​ljharb)
  • Remove deprecated [wrap-multilines][] rule, use [jsx-wrap-multilines][] instead
  • Remove deprecated [no-comment-textnodes][] rule, use [jsx-no-comment-textnodes][] instead
  • Remove deprecated [require-extension][] rule, use the eslint-plugin-import extensions rule instead
  • Deprecate [jsx-space-before-closing][] rule, use the [jsx-tag-spacing][] rule instead. [jsx-space-before-closing][] still works but will trigger a warning (#​1070 @​afairb)
  • [jsx-first-prop-new-line][] default is now multiline-multiprop (#​802 @​kokarn)
  • [jsx-wrap-multilines][] now checks arrow functions without block body. It can be deactivated in rule options (#​790 @​ColCh)
  • [jsx-no-undef][] will not check the global scope by default. You can force it with the allowGlobals option (#​1013 @​jomasti)
Fixed
Changed

v6.10.3

Compare Source

Fixed
  • Revert [#​1057][] due to issues with [jsx-indent][] ([#​1117][])

v6.10.2

[Compare Source](https://renovatebot.com/gh/yannickcr/eslint-plugin-react/compare/v6.1


Renovate configuration

📅 Schedule: "every weekend" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 30 times, most recently from ae03834 to 6937fdf Compare October 28, 2018 20:35
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 3 times, most recently from 96c25d0 to e64d169 Compare October 28, 2018 21:05
@josephj josephj force-pushed the renovate/eslint-plugin-react-7.x branch from e64d169 to e28deaf Compare October 28, 2018 21:17
@josephj josephj merged commit 9aebfed into master Oct 28, 2018
@josephj josephj deleted the renovate/eslint-plugin-react-7.x branch October 28, 2018 21:18
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

2 participants