From eb93c4b7f9f26ec37ed4f0d1595c2214a386bfe2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 11:45:06 -0400 Subject: [PATCH] Update dependency eslint-plugin-react to v7.14.3 (#5095) * Update dependency eslint-plugin-react to v7.14.3 * Disable `react/prop-types` rule --- .eslintrc.js | 1 + package.json | 2 +- yarn.lock | 17 ++++++++++++++++- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index caec5ea7e..19e0d5b7a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -43,6 +43,7 @@ module.exports = { 'prefer-promise-reject-errors': 'off', 'react/destructuring-assignment': 'off', 'react/forbid-prop-types': 'off', + 'react/prop-types': 'off', // Override AirBnB's config for this rule to make it more strict. // https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/order.md 'import/order': [ diff --git a/package.json b/package.json index 6ebfea129..9b69013e0 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "eslint-plugin-jest": "22.15.1", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-prettier": "3.1.0", - "eslint-plugin-react": "7.13.0", + "eslint-plugin-react": "7.14.3", "fetch-mock": "7.3.9", "jest": "24.8.0", "node-fetch": "2.6.0", diff --git a/yarn.lock b/yarn.lock index 846a21af3..bfb6fd004 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3718,7 +3718,22 @@ eslint-plugin-react-hooks@^1.6.0: resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.6.0.tgz#348efcda8fb426399ac7b8609607c7b4025a6f5f" integrity sha512-lHBVRIaz5ibnIgNG07JNiAuBUeKhEf8l4etNx5vfAEwqQ5tcuK3jV9yjmopPgQDagQb7HwIuQVsE3IVcGrRnag== -eslint-plugin-react@7.13.0, eslint-plugin-react@^7.12.4: +eslint-plugin-react@7.14.3: + version "7.14.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.14.3.tgz#911030dd7e98ba49e1b2208599571846a66bdf13" + integrity sha512-EzdyyBWC4Uz2hPYBiEJrKCUi2Fn+BJ9B/pJQcjw5X+x/H2Nm59S4MJIvL4O5NEE0+WbnQwEBxWY03oUk+Bc3FA== + dependencies: + array-includes "^3.0.3" + doctrine "^2.1.0" + has "^1.0.3" + jsx-ast-utils "^2.1.0" + object.entries "^1.1.0" + object.fromentries "^2.0.0" + object.values "^1.1.0" + prop-types "^15.7.2" + resolve "^1.10.1" + +eslint-plugin-react@^7.12.4: version "7.13.0" resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.13.0.tgz#bc13fd7101de67996ea51b33873cd9dc2b7e5758" integrity sha512-uA5LrHylu8lW/eAH3bEQe9YdzpPaFd9yAJTwTi/i/BKTD7j6aQMKVAdGM/ML72zD6womuSK7EiGtMKuK06lWjQ==