Skip to content

Commit 2a746dd

Browse files
chore(deps-dev): bump eslint-plugin-jest from 24.7.0 to 25.1.0 (#138)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.7.0 to 25.1.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v24.7.0...v25.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 56fbd43 commit 2a746dd

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"conventional-changelog-conventionalcommits": "^4.5.0",
6262
"eslint": "^7.17.0",
6363
"eslint-plugin-github": "^4.1.1",
64-
"eslint-plugin-jest": "^24.1.3",
64+
"eslint-plugin-jest": "^25.1.0",
6565
"eslint-plugin-prettier": "^4.0.0",
6666
"jest": "^27.2.5",
6767
"nyc": "^15.1.0",

yarn.lock

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@
13091309
semver "^7.3.5"
13101310
tsutils "^3.21.0"
13111311

1312-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^4.0.1":
1312+
"@typescript-eslint/[email protected]":
13131313
version "4.33.0"
13141314
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
13151315
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
@@ -1321,6 +1321,18 @@
13211321
eslint-scope "^5.1.1"
13221322
eslint-utils "^3.0.0"
13231323

1324+
"@typescript-eslint/experimental-utils@^5.0.0":
1325+
version "5.0.0"
1326+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.0.0.tgz#c7d7e67443dfb9fd93a5d060fb72c9e9b5638bbc"
1327+
integrity sha512-Dnp4dFIsZcPawD6CT1p5NibNUQyGSEz80sULJZkyhyna8AEqArmfwMwJPbmKzWVo4PabqNVzHYlzmcdLQWk+pg==
1328+
dependencies:
1329+
"@types/json-schema" "^7.0.7"
1330+
"@typescript-eslint/scope-manager" "5.0.0"
1331+
"@typescript-eslint/types" "5.0.0"
1332+
"@typescript-eslint/typescript-estree" "5.0.0"
1333+
eslint-scope "^5.1.1"
1334+
eslint-utils "^3.0.0"
1335+
13241336
"@typescript-eslint/parser@^4.33.0":
13251337
version "4.33.0"
13261338
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
@@ -2728,12 +2740,12 @@ eslint-plugin-import@^2.24.2:
27282740
resolve "^1.20.0"
27292741
tsconfig-paths "^3.11.0"
27302742

2731-
eslint-plugin-jest@^24.1.3:
2732-
version "24.7.0"
2733-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.7.0.tgz#206ac0833841e59e375170b15f8d0955219c4889"
2734-
integrity sha512-wUxdF2bAZiYSKBclsUMrYHH6WxiBreNjyDxbRv345TIvPeoCEgPNEn3Sa+ZrSqsf1Dl9SqqSREXMHExlMMu1DA==
2743+
eslint-plugin-jest@^25.1.0:
2744+
version "25.1.0"
2745+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.1.0.tgz#355df9c3bf0d0ee716e38827b2a0c9d61a29970e"
2746+
integrity sha512-xRnSw4fyi4tA185t1B9D8dG4cNS7BIbeJvQuLu23sI/IkUpxpBkrF2Rx0HGRTBab9J1JFsr739V5HmPO2MXtMQ==
27352747
dependencies:
2736-
"@typescript-eslint/experimental-utils" "^4.0.1"
2748+
"@typescript-eslint/experimental-utils" "^5.0.0"
27372749

27382750
eslint-plugin-no-only-tests@^2.6.0:
27392751
version "2.6.0"

0 commit comments

Comments
 (0)