Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5e8259

Browse files
chore: bump eslint-plugin-jest from 25.7.0 to 26.0.0 (#104)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.7.0 to 26.0.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@v25.7.0...v26.0.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 e798173 commit c5e8259

File tree

2 files changed

+34
-41
lines changed

2 files changed

+34
-41
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-import-resolver-typescript": "2.5.0",
3535
"eslint-plugin-compat": "4.0.1",
3636
"eslint-plugin-import": "2.25.4",
37-
"eslint-plugin-jest": "25.7.0",
37+
"eslint-plugin-jest": "26.0.0",
3838
"eslint-plugin-jsx-a11y": "6.5.1",
3939
"eslint-plugin-no-storage": "1.0.2",
4040
"eslint-plugin-react": "7.28.0",

yarn.lock

Lines changed: 33 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,13 +1028,6 @@
10281028
eslint-scope "^5.1.1"
10291029
eslint-utils "^3.0.0"
10301030

1031-
"@typescript-eslint/experimental-utils@^5.0.0":
1032-
version "5.10.0"
1033-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.10.0.tgz#e039664f294eb7ab1d3ede7125f5e01be67acc7f"
1034-
integrity sha512-GeQAPqQMI5DVMGOUwGbSR+NdsirryyKOgUFRTWInhlsKUArns/MVnXmPpzxfrzB1nU36cT5WJAwmfCsjoaVBWg==
1035-
dependencies:
1036-
"@typescript-eslint/utils" "5.10.0"
1037-
10381031
"@typescript-eslint/[email protected]":
10391032
version "4.33.0"
10401033
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
@@ -1053,23 +1046,23 @@
10531046
"@typescript-eslint/types" "4.33.0"
10541047
"@typescript-eslint/visitor-keys" "4.33.0"
10551048

1056-
"@typescript-eslint/[email protected].0":
1057-
version "5.10.0"
1058-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.0.tgz#bb5d872e8b9e36203908595507fbc4d3105329cb"
1059-
integrity sha512-tgNgUgb4MhqK6DoKn3RBhyZ9aJga7EQrw+2/OiDk5hKf3pTVZWyqBi7ukP+Z0iEEDMF5FDa64LqODzlfE4O/Dg==
1049+
"@typescript-eslint/[email protected].1":
1050+
version "5.10.1"
1051+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.1.tgz#f0539c73804d2423506db2475352a4dec36cd809"
1052+
integrity sha512-Lyvi559Gvpn94k7+ElXNMEnXu/iundV5uFmCUNnftbFrUbAJ1WBoaGgkbOBm07jVZa682oaBU37ao/NGGX4ZDg==
10601053
dependencies:
1061-
"@typescript-eslint/types" "5.10.0"
1062-
"@typescript-eslint/visitor-keys" "5.10.0"
1054+
"@typescript-eslint/types" "5.10.1"
1055+
"@typescript-eslint/visitor-keys" "5.10.1"
10631056

10641057
"@typescript-eslint/[email protected]":
10651058
version "4.33.0"
10661059
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
10671060
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
10681061

1069-
"@typescript-eslint/[email protected].0":
1070-
version "5.10.0"
1071-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.0.tgz#beb3cb345076f5b088afe996d57bcd1dfddaa75c"
1072-
integrity sha512-wUljCgkqHsMZbw60IbOqT/puLfyqqD5PquGiBo1u1IS3PLxdi3RDGlyf032IJyh+eQoGhz9kzhtZa+VC4eWTlQ==
1062+
"@typescript-eslint/[email protected].1":
1063+
version "5.10.1"
1064+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.1.tgz#dca9bd4cb8c067fc85304a31f38ec4766ba2d1ea"
1065+
integrity sha512-ZvxQ2QMy49bIIBpTqFiOenucqUyjTQ0WNLhBM6X1fh1NNlYAC6Kxsx8bRTY3jdYsYg44a0Z/uEgQkohbR0H87Q==
10731066

10741067
"@typescript-eslint/[email protected]":
10751068
version "4.33.0"
@@ -1084,28 +1077,28 @@
10841077
semver "^7.3.5"
10851078
tsutils "^3.21.0"
10861079

1087-
"@typescript-eslint/[email protected].0":
1088-
version "5.10.0"
1089-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.0.tgz#4be24a3dea0f930bb1397c46187d0efdd955a224"
1090-
integrity sha512-x+7e5IqfwLwsxTdliHRtlIYkgdtYXzE0CkFeV6ytAqq431ZyxCFzNMNR5sr3WOlIG/ihVZr9K/y71VHTF/DUQA==
1080+
"@typescript-eslint/[email protected].1":
1081+
version "5.10.1"
1082+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.1.tgz#b268e67be0553f8790ba3fe87113282977adda15"
1083+
integrity sha512-PwIGnH7jIueXv4opcwEbVGDATjGPO1dx9RkUl5LlHDSe+FXxPwFL5W/qYd5/NHr7f6lo/vvTrAzd0KlQtRusJQ==
10911084
dependencies:
1092-
"@typescript-eslint/types" "5.10.0"
1093-
"@typescript-eslint/visitor-keys" "5.10.0"
1085+
"@typescript-eslint/types" "5.10.1"
1086+
"@typescript-eslint/visitor-keys" "5.10.1"
10941087
debug "^4.3.2"
10951088
globby "^11.0.4"
10961089
is-glob "^4.0.3"
10971090
semver "^7.3.5"
10981091
tsutils "^3.21.0"
10991092

1100-
"@typescript-eslint/[email protected]":
1101-
version "5.10.0"
1102-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.0.tgz#c3d152a85da77c400e37281355561c72fb1b5a65"
1103-
integrity sha512-IGYwlt1CVcFoE2ueW4/ioEwybR60RAdGeiJX/iDAw0t5w0wK3S7QncDwpmsM70nKgGTuVchEWB8lwZwHqPAWRg==
1093+
"@typescript-eslint/utils@^5.10.0":
1094+
version "5.10.1"
1095+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.1.tgz#fa682a33af47080ba2c4368ee0ad2128213a1196"
1096+
integrity sha512-RRmlITiUbLuTRtn/gcPRi4202niF+q7ylFLCKu4c+O/PcpRvZ/nAUwQ2G00bZgpWkhrNLNnvhZLbDn8Ml0qsQw==
11041097
dependencies:
11051098
"@types/json-schema" "^7.0.9"
1106-
"@typescript-eslint/scope-manager" "5.10.0"
1107-
"@typescript-eslint/types" "5.10.0"
1108-
"@typescript-eslint/typescript-estree" "5.10.0"
1099+
"@typescript-eslint/scope-manager" "5.10.1"
1100+
"@typescript-eslint/types" "5.10.1"
1101+
"@typescript-eslint/typescript-estree" "5.10.1"
11091102
eslint-scope "^5.1.1"
11101103
eslint-utils "^3.0.0"
11111104

@@ -1117,12 +1110,12 @@
11171110
"@typescript-eslint/types" "4.33.0"
11181111
eslint-visitor-keys "^2.0.0"
11191112

1120-
"@typescript-eslint/[email protected].0":
1121-
version "5.10.0"
1122-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.0.tgz#770215497ad67cd15a572b52089991d5dfe06281"
1123-
integrity sha512-GMxj0K1uyrFLPKASLmZzCuSddmjZVbVj3Ouy5QVuIGKZopxvOr24JsS7gruz6C3GExE01mublZ3mIBOaon9zuQ==
1113+
"@typescript-eslint/[email protected].1":
1114+
version "5.10.1"
1115+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.1.tgz#29102de692f59d7d34ecc457ed59ab5fc558010b"
1116+
integrity sha512-NjQ0Xinhy9IL979tpoTRuLKxMc0zJC7QVSdeerXs2/QvOy2yRkzX5dRb10X5woNUdJgU8G3nYRDlI33sq1K4YQ==
11241117
dependencies:
1125-
"@typescript-eslint/types" "5.10.0"
1118+
"@typescript-eslint/types" "5.10.1"
11261119
eslint-visitor-keys "^3.0.0"
11271120

11281121
abab@^2.0.3, abab@^2.0.5:
@@ -2055,12 +2048,12 @@ [email protected]:
20552048
resolve "^1.20.0"
20562049
tsconfig-paths "^3.12.0"
20572050

2058-
eslint-plugin-jest@25.7.0:
2059-
version "25.7.0"
2060-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz#ff4ac97520b53a96187bad9c9814e7d00de09a6a"
2061-
integrity sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==
2051+
eslint-plugin-jest@26.0.0:
2052+
version "26.0.0"
2053+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.0.0.tgz#f83a25a23ab90ce5b375b1d44389b8c391be5ce8"
2054+
integrity sha512-Fvs0YgJ/nw9FTrnqTuMGVrkozkd07jkQzWm0ajqyHlfcsdkxGfAuv30fgfWHOnHiCr9+1YQ365CcDX7vrNhqQg==
20622055
dependencies:
2063-
"@typescript-eslint/experimental-utils" "^5.0.0"
2056+
"@typescript-eslint/utils" "^5.10.0"
20642057

20652058
20662059
version "6.5.1"

0 commit comments

Comments
 (0)