From 41bc646328c26ef38244c6cfdf45fe488a1883be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 07:31:46 -0600 Subject: [PATCH] Bump eslint-plugin-no-only-tests from 2.6.0 to 3.0.0 (#18217) Bumps [eslint-plugin-no-only-tests](https://github.com/levibuzolic/eslint-plugin-no-only-tests) from 2.6.0 to 3.0.0. - [Release notes](https://github.com/levibuzolic/eslint-plugin-no-only-tests/releases) - [Changelog](https://github.com/levibuzolic/eslint-plugin-no-only-tests/blob/main/CHANGELOG.md) - [Commits](https://github.com/levibuzolic/eslint-plugin-no-only-tests/compare/v2.6.0...v3.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-no-only-tests dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c2549dfe5..d292b3367 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint-plugin-ignore-erb": "^0.1.1", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.6.1", - "eslint-plugin-no-only-tests": "^2.6.0", + "eslint-plugin-no-only-tests": "^3.0.0", "eslint-plugin-react": "^7.30.1", "husky": "^8.0.1", "jest": "28.1.3", diff --git a/yarn.lock b/yarn.lock index 069cf03db..9912f21fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7022,10 +7022,10 @@ eslint-plugin-jsx-a11y@^6.6.1: minimatch "^3.1.2" semver "^6.3.0" -eslint-plugin-no-only-tests@^2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-no-only-tests/-/eslint-plugin-no-only-tests-2.6.0.tgz#19f6c9620bda02b9b9221b436c5f070e42628d76" - integrity sha512-T9SmE/g6UV1uZo1oHAqOvL86XWl7Pl2EpRpnLI8g/bkJu+h7XBCB+1LnubRZ2CUQXj805vh4/CYZdnqtVaEo2Q== +eslint-plugin-no-only-tests@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-no-only-tests/-/eslint-plugin-no-only-tests-3.0.0.tgz#026cbc8cb069c8da6b7e19d03654be7ad49893f6" + integrity sha512-I0PeXMs1vu21ap45hey4HQCJRqpcoIvGcNTPJe+UhUm8TwjQ6//mCrDqF8q0WS6LgmRDwQ4ovQej0AQsAHb5yg== eslint-plugin-react-hooks@^4.3.0: version "4.3.0"