react-router-breadcrumbs icon indicating copy to clipboard operation
react-router-breadcrumbs copied to clipboard

Update eslint-plugin-react to the latest version πŸš€

Open greenkeeper[bot] opened this issue 7 years ago β€’ 19 comments

The devDependency eslint-plugin-react was updated from 7.1.0 to 7.12.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v7.12.0

Added

Fixed

Changed

Commits

The new version differs by 972 commits.

  • a83d65c Update CHANGELOG and bump version
  • 0c6160e [Dev Deps] update coveralls, babel-eslint, typescript
  • cd6c8e6 [Deps] update resolve
  • d2b5b73 Merge pull request #1828 from alexzherdev/1721-no-typos-create-class
  • e747459 [Tests] remove node 5/7/9, add node 11
  • b33ae84 Merge pull request #1098 from arian/createElement-display-test
  • 84be80a Merge pull request #1824 from alexzherdev/1762-jsx-max-depth-false-positive
  • a442067 Merge pull request #2029 from sstern6/issue1422
  • 7d07c37 Merge pull request #2032 from alexzherdev/jsx-fragments-message
  • 8c6a8e2 Merge pull request #2089 from jomasti/feature/support-react-forwardref-memo
  • 14451d4 Merge pull request #2085 from himynameisdave/issues/2083
  • 8be52c7 πŸ“ Addresses CR comments
  • f7e3121 Merge branch 'master' of https://github.com/yannickcr/eslint-plugin-react into issues/2083
  • 77e3fd0 Merge pull request #2090 from JBallin/no-method-set-state-docs-url
  • 7da9e0d Fix noMethodSetState docsUrl's

There are 250 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 :palm_tree:

greenkeeper[bot] avatar Dec 28 '18 09:12 greenkeeper[bot]

Codecov Report

Merging #289 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #289   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines          77     77           
=====================================
  Hits           77     77

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update e3e23c1...83434b6. Read the comment docs.

codecov-io avatar Dec 28 '18 09:12 codecov-io

Update to this version instead πŸš€

Release Notes for v7.12.1

Fixed

  • no-unused-state: Fix crash with class fields (#2098, @jomasti)
  • prop-types: Fix false positives inside lifecycle methods (#2099, @jomasti)
  • jsx-max-depth: avoid a crash (#2102, @ljharb)
  • jsx-wrap-multilines: avoid crash when no trailing newline (#2100, @ljharb)

Changed

Commits

The new version differs by 9 commits.

  • 0202de3 Update CHANGELOG and bump version
  • 6f7cb51 [Tests] fix linter
  • 695e534 [Fix] jsx-wrap-multilines: avoid crash when no trailing newline
  • 146d8d1 [Fix] jsx-max-depth: avoid a crash
  • dfeeb81 Merge pull request #2099 from jomasti/issue-2094
  • 55e5fc1 Fix false positives inside lifecycle methods
  • 254a84a Merge pull request #2098 from jomasti/issue-2096
  • 72982f6 Fix no-unused-state crash
  • 835fc05 Fix CHANGELOG.md

See the full diff

greenkeeper[bot] avatar Jan 01 '19 23:01 greenkeeper[bot]

Update to this version instead πŸš€

Release Notes for v7.12.2

Fixed

  • prop-types: avoid crash on used prevProps (#2095, @ljharb)
  • Version warning: Link does not end with '.' (#2103, @yoyo837))
  • forbid-prop-types: fix crash with propWrapper check on MemberExpressions (#2104, @ljharb)
Commits

The new version differs by 5 commits.

  • c93cbc6 Update CHANGELOG and bump version
  • e71feb5 [Fix] forbid-prop-types: fix crash with propWrapper check on MemberExpressions
  • 11a66c0 Merge pull request #2103 from yoyo837/patch-1
  • e9cfc16 Link does not end with '.'
  • 4da90ea [Fix] prop-types: avoid crash on used prevProps

See the full diff

greenkeeper[bot] avatar Jan 03 '19 00:01 greenkeeper[bot]

Update to this version instead πŸš€

Release Notes for v7.12.3

Fixed

  • jsx-indent: Prevent crash on valueless props (#2120, @jomasti)
  • jsx-fragments: avoid crashing on self-closing fragments (#2113, @alexzherdev)
  • no-unused-prop-types: Fix propType detection inside class bodies (#2115, @drx)
  • no-unused-prop-types: fix issue with propTypes misclassifying props (#2111, @drx)
  • display-name: fix false positive for React.memo (#2109, @jomasti)

Changed

Commits

The new version differs by 14 commits.

  • 2f5cec9 Update CHANGELOG and bump version
  • 096161a Merge pull request #2120 from jomasti/issue-2119
  • 9d3955a Prevent crash of jsx-indent rule
  • 230c7e0 Merge pull request #2117 from haideralsh/patch-1
  • b4b0e72 fix: add a missing in the JSON settings
  • d2aa260 Merge pull request #2115 from drx/class_body_prop_types
  • 41974e5 Fix propType detection inside class bodies
  • 40f2565 [Docs] update README to document React version detection
  • dd0757f Merge pull request #2113 from alexzherdev/2112-fix-self-closing-fragments
  • e997f6c [Fix] avoid crashing on self-closing fragments
  • b48b479 Merge pull request #2111 from drx/prop_types_class_properties
  • e15bafa [Fix] no-unused-prop-types: fix issue with propTypes misclassifying props
  • a86b339 Merge pull request #2109 from jomasti/issue-2105
  • 5f9863e Fix display-name false positive for React.memo

See the full diff

greenkeeper[bot] avatar Jan 16 '19 20:01 greenkeeper[bot]

Update to this version instead πŸš€

Release Notes for v7.12.4

Fixed

  • no-unused-prop-types: avoid a crash (#2131, @ljharb)
  • prop-types: avoid further crashes from nonexistent nodes in unusedPropTypes (#2127, @ljharb)
  • prop-types: Read name of callee object (#2125, @CrOrc)
  • prop-types: Ignore reassignments when matching props declarations with components (#2051, #1957, @yannickcr)
  • prop-types, no-unused-prop-types, require-default-props: Detect components with return statement in switch/case (#2118, @yannickcr)

Changed

Commits

The new version differs by 10 commits.

  • 433cc3f Update CHANGELOG and bump version
  • 536bc35 [Tests] prop-types: add case from #2134
  • df7ffc1 [Tests] no-typos: test case from #2136
  • c7e5f38 [Tests] improve version detection tests.
  • 2dd2277 [Tests] prop-types: add now-passing test case
  • 84652b6 [Fix] no-unused-prop-types: avoid a crash
  • 58ed9e9 [Fix] prop-types: avoid further crashes from nonexistent nodes in unusedPropTypes
  • 7f7b96d [Fix] prop-types: Read name of callee object.
  • 5fc50aa [Fix] Ignore reassignments when matching props declarations with components
  • ba80a4c [Fix] Detect components with return statement in switch/case

See the full diff

greenkeeper[bot] avatar Jan 17 '19 08:01 greenkeeper[bot]

Update to this version instead πŸš€

Commits

The new version differs by 74 commits.

  • f39829f Update CHANGELOG and bump version
  • 9e81dde [Deps] update jsx-ast-utils, resolve
  • e73a692 Merge pull request #2256 from mateuszsokola/master
  • b5fc9bf [fix] jsx-props-no-multi-spaces: support generic components (ts)
  • 8bd3837 Fix Node 4 compatibility
  • 005dad3 Revert "Replace mocha by jest"
  • 6e4f43e Replace mocha by jest
  • 09f580c Replace typescript-eslint-parser by @typescript-eslint/parser
  • 861fdef [fix] prop-types: fix case with destructuring and defualt param
  • 9fbd037 Fix ESLint 6 compat by providing parser as absolute path to RuleTester
  • 8041075 Fix jsx-curly-brace-presence schema defaults
  • 9cec705 Add next ESLint version to Travis
  • 0d4725e Add Node 12 and remove Node 4/6 from Travis
  • 9192ec3 Update devDependencies
  • d5d2e82 Merge pull request #2250 from guliashvili/master

There are 74 commits in total.

See the full diff

greenkeeper[bot] avatar May 03 '19 07:05 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Jun 23 '19 23:06 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Jun 24 '19 11:06 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Jun 24 '19 21:06 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Jul 22 '19 22:07 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Oct 01 '19 04:10 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Oct 01 '19 21:10 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Oct 04 '19 14:10 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Nov 29 '19 08:11 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Feb 01 '20 22:02 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Feb 02 '20 05:02 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Feb 03 '20 05:02 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Mar 06 '20 22:03 greenkeeper[bot]


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead πŸš€

greenkeeper[bot] avatar May 13 '20 04:05 greenkeeper[bot]