Skip to content

Commit b9cf2e1

Browse files
committed
chore: update dependency eslint-plugin-jest to v26
1 parent 4c356f7 commit b9cf2e1

File tree

2 files changed

+7
-53
lines changed

2 files changed

+7
-53
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"eslint": "^8.0.0",
9595
"eslint-config-prettier": "^8.0.0",
9696
"eslint-plugin-import": "^2.20.1",
97-
"eslint-plugin-jest": "^25.0.0",
97+
"eslint-plugin-jest": "^26.0.0",
9898
"husky": "^7.0.0",
9999
"jest": "27.4.7",
100100
"lerna": "^4.0.0",

yarn.lock

Lines changed: 6 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -2481,18 +2481,6 @@
24812481
semver "^7.3.5"
24822482
tsutils "^3.21.0"
24832483

2484-
"@typescript-eslint/experimental-utils@^5.0.0":
2485-
version "5.9.1"
2486-
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.1.tgz#8c407c4dd5ffe522329df6e4c9c2b52206d5f7f1"
2487-
integrity sha512-cb1Njyss0mLL9kLXgS/eEY53SZQ9sT519wpX3i+U457l2UXRDuo87hgKfgRazmu9/tQb0x2sr3Y0yrU+Zz0y+w==
2488-
dependencies:
2489-
"@types/json-schema" "^7.0.9"
2490-
"@typescript-eslint/scope-manager" "5.9.1"
2491-
"@typescript-eslint/types" "5.9.1"
2492-
"@typescript-eslint/typescript-estree" "5.9.1"
2493-
eslint-scope "^5.1.1"
2494-
eslint-utils "^3.0.0"
2495-
24962484
"@typescript-eslint/parser@^5.0.0":
24972485
version "5.10.1"
24982486
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.10.1.tgz#4ce9633cc33fc70bc13786cb793c1a76fe5ad6bd"
@@ -2511,14 +2499,6 @@
25112499
"@typescript-eslint/types" "5.10.1"
25122500
"@typescript-eslint/visitor-keys" "5.10.1"
25132501

2514-
"@typescript-eslint/[email protected]":
2515-
version "5.9.1"
2516-
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.9.1.tgz#6c27be89f1a9409f284d95dfa08ee3400166fe69"
2517-
integrity sha512-8BwvWkho3B/UOtzRyW07ffJXPaLSUKFBjpq8aqsRvu6HdEuzCY57+ffT7QoV4QXJXWSU1+7g3wE4AlgImmQ9pQ==
2518-
dependencies:
2519-
"@typescript-eslint/types" "5.9.1"
2520-
"@typescript-eslint/visitor-keys" "5.9.1"
2521-
25222502
"@typescript-eslint/[email protected]":
25232503
version "5.10.1"
25242504
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.10.1.tgz#5e526c00142585e40ab1503e83f1ff608c367405"
@@ -2533,11 +2513,6 @@
25332513
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.10.1.tgz#dca9bd4cb8c067fc85304a31f38ec4766ba2d1ea"
25342514
integrity sha512-ZvxQ2QMy49bIIBpTqFiOenucqUyjTQ0WNLhBM6X1fh1NNlYAC6Kxsx8bRTY3jdYsYg44a0Z/uEgQkohbR0H87Q==
25352515

2536-
"@typescript-eslint/[email protected]":
2537-
version "5.9.1"
2538-
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.9.1.tgz#1bef8f238a2fb32ebc6ff6d75020d9f47a1593c6"
2539-
integrity sha512-SsWegWudWpkZCwwYcKoDwuAjoZXnM1y2EbEerTHho19Hmm+bQ56QG4L4jrtCu0bI5STaRTvRTZmjprWlTw/5NQ==
2540-
25412516
"@typescript-eslint/[email protected]":
25422517
version "5.10.1"
25432518
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.1.tgz#b268e67be0553f8790ba3fe87113282977adda15"
@@ -2551,20 +2526,7 @@
25512526
semver "^7.3.5"
25522527
tsutils "^3.21.0"
25532528

2554-
"@typescript-eslint/[email protected]":
2555-
version "5.9.1"
2556-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.1.tgz#d5b996f49476495070d2b8dd354861cf33c005d6"
2557-
integrity sha512-gL1sP6A/KG0HwrahVXI9fZyeVTxEYV//6PmcOn1tD0rw8VhUWYeZeuWHwwhnewnvEMcHjhnJLOBhA9rK4vmb8A==
2558-
dependencies:
2559-
"@typescript-eslint/types" "5.9.1"
2560-
"@typescript-eslint/visitor-keys" "5.9.1"
2561-
debug "^4.3.2"
2562-
globby "^11.0.4"
2563-
is-glob "^4.0.3"
2564-
semver "^7.3.5"
2565-
tsutils "^3.21.0"
2566-
2567-
"@typescript-eslint/[email protected]":
2529+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
25682530
version "5.10.1"
25692531
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.10.1.tgz#fa682a33af47080ba2c4368ee0ad2128213a1196"
25702532
integrity sha512-RRmlITiUbLuTRtn/gcPRi4202niF+q7ylFLCKu4c+O/PcpRvZ/nAUwQ2G00bZgpWkhrNLNnvhZLbDn8Ml0qsQw==
@@ -2584,14 +2546,6 @@
25842546
"@typescript-eslint/types" "5.10.1"
25852547
eslint-visitor-keys "^3.0.0"
25862548

2587-
"@typescript-eslint/[email protected]":
2588-
version "5.9.1"
2589-
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.1.tgz#f52206f38128dd4f675cf28070a41596eee985b7"
2590-
integrity sha512-Xh37pNz9e9ryW4TVdwiFzmr4hloty8cFj8GTWMXh3Z8swGwyQWeCcNgF0hm6t09iZd6eiZmIf4zHedQVP6TVtg==
2591-
dependencies:
2592-
"@typescript-eslint/types" "5.9.1"
2593-
eslint-visitor-keys "^3.0.0"
2594-
25952549
JSONStream@^1.0.4:
25962550
version "1.3.5"
25972551
resolved "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -4260,12 +4214,12 @@ eslint-plugin-import@^2.20.1:
42604214
resolve "^1.20.0"
42614215
tsconfig-paths "^3.12.0"
42624216

4263-
eslint-plugin-jest@^25.0.0:
4264-
version "25.7.0"
4265-
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz#ff4ac97520b53a96187bad9c9814e7d00de09a6a"
4266-
integrity sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==
4217+
eslint-plugin-jest@^26.0.0:
4218+
version "26.0.0"
4219+
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-26.0.0.tgz#f83a25a23ab90ce5b375b1d44389b8c391be5ce8"
4220+
integrity sha512-Fvs0YgJ/nw9FTrnqTuMGVrkozkd07jkQzWm0ajqyHlfcsdkxGfAuv30fgfWHOnHiCr9+1YQ365CcDX7vrNhqQg==
42674221
dependencies:
4268-
"@typescript-eslint/experimental-utils" "^5.0.0"
4222+
"@typescript-eslint/utils" "^5.10.0"
42694223

42704224
eslint-scope@^5.1.1:
42714225
version "5.1.1"

0 commit comments

Comments
 (0)