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 #10827

Closed
wants to merge 7 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2018

This PR contains the following updates:

Package Type Update Change References
eslint-plugin-react dependencies major 6.10.3 -> 7.11.1 source

To test:

  • run npx eslint --ext .js --ext .jsx ./*.js _inc/client -c .eslintrc-calypso.js to test new calypso config
  • run npx eslint --ext .js --ext .jsx ./*.js _inc/client -c .eslintrc.js to use default config
  • Review code, make sure the changes makes sense to you

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

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot closed this Dec 5, 2018
@renovate renovate bot deleted the renovate/eslint-plugin-react-7.x branch December 5, 2018 05:02
@renovate
Copy link
Contributor Author

renovate bot commented Dec 5, 2018

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 7.x releases. However, if you upgrade to 7.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@brbrr brbrr restored the renovate/eslint-plugin-react-7.x branch December 5, 2018 06:03
@brbrr brbrr reopened this Dec 5, 2018
@brbrr brbrr added [Status] Needs Review To request a review from Crew. Label will be renamed soon. [Type] Janitorial labels Dec 5, 2018
@brbrr brbrr requested a review from a team December 5, 2018 06:04
@jetpackbot
Copy link

jetpackbot commented Dec 5, 2018

Warnings
⚠️ "Testing instructions" are missing for this PR. Please add some
⚠️ "Proposed changelog entry" is missing for this PR. Please include any meaningful changes

This is automated check which relies on PULL_REQUEST_TEMPLATE.We encourage you to follow that template as it helps Jetpack maintainers do their job. If you think 'Testing instructions' or 'Proposed changelog entry' are not needed for your PR - please explain why you think so. Thanks for cooperation 🤖

Generated by 🚫 dangerJS against `ba1ba8aae88c63aae4aef4efc5d9cf584aa482e2`

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 2b03073 to 8fe14d6 Compare December 7, 2018 10:38
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 8fe14d6 to dcf3c71 Compare December 7, 2018 11:49
@renovate
Copy link
Contributor Author

renovate bot commented Dec 10, 2018

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@brbrr brbrr self-assigned this Dec 10, 2018
@dereksmart dereksmart removed [Status] Needs Review To request a review from Crew. Label will be renamed soon. labels Feb 20, 2019
@brbrr brbrr closed this Mar 27, 2019
@brbrr brbrr deleted the renovate/eslint-plugin-react-7.x branch March 27, 2019 08:52
@brbrr
Copy link
Contributor

brbrr commented Mar 27, 2019

dependency is already up to date

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

Successfully merging this pull request may close these issues.

None yet

4 participants