From 6fb98e2c40dc6c1643755f1e34c17bf39bf58884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 10:32:55 -0700 Subject: [PATCH] chore(deps-dev): bump @readme/eslint-config from 3.2.1 to 3.3.0 (#207) * chore(deps-dev): bump @readme/eslint-config from 3.2.1 to 3.3.0 Bumps [@readme/eslint-config](https://github.com/readmeio/eslint-config) from 3.2.1 to 3.3.0. - [Release notes](https://github.com/readmeio/eslint-config/releases) - [Changelog](https://github.com/readmeio/eslint-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/readmeio/eslint-config/compare/3.2.1...3.3.0) Signed-off-by: dependabot[bot] * style: disabling jest/no-conditional-expect in our tests Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jon Ursenbach --- package-lock.json | 12 ++++++------ test/.eslintrc | 4 +++- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 700ecbbb9..46366c759 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1133,9 +1133,9 @@ } }, "@readme/eslint-config": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/@readme/eslint-config/-/eslint-config-3.2.1.tgz", - "integrity": "sha512-ygWpfHu701btiU1MmYCYpudJtxsIwqBvT7dtI4Scw9OlVFyFmAmTzcMBeP95BpwJKdLcjUdVaBRoAWACnNJhaA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@readme/eslint-config/-/eslint-config-3.3.0.tgz", + "integrity": "sha512-DrzIYwuI4BdV2ZAXoWD56b2s1cScAiOTTFuQJXEW96P3Sil9TOp/mlZoCowXLfrfl1MNKUtXG/cWRyWCUOvbhQ==", "dev": true, "requires": { "eslint-config-airbnb-base": "^14.0.0", @@ -3347,9 +3347,9 @@ } }, "eslint-plugin-jest": { - "version": "23.16.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.16.0.tgz", - "integrity": "sha512-51KcQup31S2NBm+Yqg3rxZIPETd+wZ/gU2rb034RpdXLcZYsa2+uwubqbbDAYIpQw3m+wywF/A56OMEouBY/wA==", + "version": "23.17.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.17.1.tgz", + "integrity": "sha512-/o36fw67qNbJGWbSBIBMfseMsNP/d88WUHAGHCi1xFwsNB3XXZGdvxbOw49j3iQz6MCW/yw8OeOsuQhi6mM5ZA==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^2.5.0" diff --git a/test/.eslintrc b/test/.eslintrc index 813685638..87f009971 100644 --- a/test/.eslintrc +++ b/test/.eslintrc @@ -12,6 +12,8 @@ "nock.**.reply" ] } - ] + ], + + "jest/no-conditional-expect": "off" } }