-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Version 7.8.0 of eslint-plugin-react was just published.
| Branch | Build failing 🚨 |
|---|---|
| Dependency |
eslint-plugin-react
|
| Current Version | 7.7.0 |
| Type | devDependency |
This version is covered by your current version range and after updating it in your project the build failed.
eslint-plugin-react is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
Release Notes
v7.8.0Added
- 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
prevStateandnextStatetono-unused-state(#1759) - Add warnings for
componentWillMount,componentWillReceivePropsandcomponentWillUpdatelifecycle methods inno-deprecated(#1750 @sergei-startsev)
Fixed
- Fix
no-typosfalse positive on customPropTypeclasses (#1389 @brettdh) - Fix
boolean-prop-namingto handle required props (#1389 @louisscruz) - Fix
jsx-curly-brace-presenceto allow whitespace JSX container (#1717 @sharmilajesupaul) - Fix
jsx-no-bindto handle ternary conditions (#1722 @gwenaellarmet)
Changed
- Documentation improvements (#1699 @ronanmathew, #1743 @ybiquitous, #1753 @awthwathje, #1783 @chentsulin, #1703 @ferhatelmas)
Commits
The new version differs by 65 commits.
fb7411dUpdate CHANGELOG and bump versionb5865e8Replace static status badge by a dynamic one79f32b1Fix Code Climate badge in READMEab803e5Update CHANGELOG and bump versionb26d1ccAdd prevState and nextState support to no-unused-state (fixes #1759)3aac310Add support for React 16.3 lifecycle methods to no-typos5f3f04fMerge pull request #1783 from chentsulin/patch-126dc5a6fix typo containing9519938Add getSnapshotBeforeUpdate support to no-unused-prop-types (fixes #1751)d51b0ccAdd fragment support to react-in-jsx-scope (fixes #1758)fb7ce94Merge pull request #1771 from joe-denea/master230b0ad[Tests] fix appveyor768013eAdd support for React 16.3 lifecycle methodsd68ef96Merge pull request #1750 from sergei-startsev/no-deprecated8973758[Tests] fix linting errors
There are 65 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴