Skip to content

Commit 366312d

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency eslint-plugin-jest to v25
1 parent 50136b3 commit 366312d

File tree

2 files changed

+91
-9
lines changed

2 files changed

+91
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint-config-es": "^3.24.6",
4343
"eslint-import-resolver-typescript": "^2.3.0",
4444
"eslint-plugin-import": "^2.22.1",
45-
"eslint-plugin-jest": "^24.1.0",
45+
"eslint-plugin-jest": "^25.0.0",
4646
"eslint-plugin-tsdoc": "^0.2.7",
4747
"eslint-plugin-unused-imports": "^1.0.0",
4848
"jest": "^27.0.0",

yarn.lock

Lines changed: 90 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -891,6 +891,11 @@
891891
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
892892
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
893893

894+
"@types/json-schema@^7.0.7":
895+
version "7.0.9"
896+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
897+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
898+
894899
"@types/json5@^0.0.29":
895900
version "0.0.29"
896901
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -974,7 +979,7 @@
974979
semver "^7.3.2"
975980
tsutils "^3.17.1"
976981

977-
"@typescript-eslint/experimental-utils@4.18.0", "@typescript-eslint/experimental-utils@^4.0.1":
982+
"@typescript-eslint/experimental-utils@4.18.0":
978983
version "4.18.0"
979984
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.18.0.tgz#ed6c955b940334132b17100d2917449b99a91314"
980985
integrity sha512-92h723Kblt9JcT2RRY3QS2xefFKar4ZQFVs3GityOKWQYgtajxt/tuXIzL7sVCUlM1hgreiV5gkGYyBpdOwO6A==
@@ -986,6 +991,18 @@
986991
eslint-scope "^5.0.0"
987992
eslint-utils "^2.0.0"
988993

994+
"@typescript-eslint/experimental-utils@^5.0.0":
995+
version "5.0.0"
996+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.0.0.tgz#c7d7e67443dfb9fd93a5d060fb72c9e9b5638bbc"
997+
integrity sha512-Dnp4dFIsZcPawD6CT1p5NibNUQyGSEz80sULJZkyhyna8AEqArmfwMwJPbmKzWVo4PabqNVzHYlzmcdLQWk+pg==
998+
dependencies:
999+
"@types/json-schema" "^7.0.7"
1000+
"@typescript-eslint/scope-manager" "5.0.0"
1001+
"@typescript-eslint/types" "5.0.0"
1002+
"@typescript-eslint/typescript-estree" "5.0.0"
1003+
eslint-scope "^5.1.1"
1004+
eslint-utils "^3.0.0"
1005+
9891006
"@typescript-eslint/parser@4.18.0", "@typescript-eslint/parser@^4.4.1":
9901007
version "4.18.0"
9911008
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.18.0.tgz#a211edb14a69fc5177054bec04c95b185b4dde21"
@@ -1004,11 +1021,24 @@
10041021
"@typescript-eslint/types" "4.18.0"
10051022
"@typescript-eslint/visitor-keys" "4.18.0"
10061023

1024+
"@typescript-eslint/scope-manager@5.0.0":
1025+
version "5.0.0"
1026+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.0.0.tgz#aea0fb0e2480c1169a02e89d9005ac3f2835713f"
1027+
integrity sha512-5RFjdA/ain/MDUHYXdF173btOKncIrLuBmA9s6FJhzDrRAyVSA+70BHg0/MW6TE+UiKVyRtX91XpVS0gVNwVDQ==
1028+
dependencies:
1029+
"@typescript-eslint/types" "5.0.0"
1030+
"@typescript-eslint/visitor-keys" "5.0.0"
1031+
10071032
"@typescript-eslint/types@4.18.0":
10081033
version "4.18.0"
10091034
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.18.0.tgz#bebe323f81f2a7e2e320fac9415e60856267584a"
10101035
integrity sha512-/BRociARpj5E+9yQ7cwCF/SNOWwXJ3qhjurMuK2hIFUbr9vTuDeu476Zpu+ptxY2kSxUHDGLLKy+qGq2sOg37A==
10111036

1037+
"@typescript-eslint/types@5.0.0":
1038+
version "5.0.0"
1039+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.0.0.tgz#25d93f6d269b2d25fdc51a0407eb81ccba60eb0f"
1040+
integrity sha512-dU/pKBUpehdEqYuvkojmlv0FtHuZnLXFBn16zsDmlFF3LXkOpkAQ2vrKc3BidIIve9EMH2zfTlxqw9XM0fFN5w==
1041+
10121042
"@typescript-eslint/typescript-estree@4.18.0":
10131043
version "4.18.0"
10141044
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.18.0.tgz#756d3e61da8c16ab99185532c44872f4cd5538cb"
@@ -1022,6 +1052,19 @@
10221052
semver "^7.3.2"
10231053
tsutils "^3.17.1"
10241054

1055+
"@typescript-eslint/typescript-estree@5.0.0":
1056+
version "5.0.0"
1057+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.0.0.tgz#bc20f413c6e572c7309dbe5fa3be027984952af3"
1058+
integrity sha512-V/6w+PPQMhinWKSn+fCiX5jwvd1vRBm7AX7SJQXEGQtwtBvjMPjaU3YTQ1ik2UF1u96X7tsB96HMnulG3eLi9Q==
1059+
dependencies:
1060+
"@typescript-eslint/types" "5.0.0"
1061+
"@typescript-eslint/visitor-keys" "5.0.0"
1062+
debug "^4.3.1"
1063+
globby "^11.0.3"
1064+
is-glob "^4.0.1"
1065+
semver "^7.3.5"
1066+
tsutils "^3.21.0"
1067+
10251068
"@typescript-eslint/visitor-keys@4.18.0":
10261069
version "4.18.0"
10271070
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.18.0.tgz#4e6fe2a175ee33418318a029610845a81e2ff7b6"
@@ -1030,6 +1073,14 @@
10301073
"@typescript-eslint/types" "4.18.0"
10311074
eslint-visitor-keys "^2.0.0"
10321075

1076+
"@typescript-eslint/visitor-keys@5.0.0":
1077+
version "5.0.0"
1078+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.0.0.tgz#b789f7cd105e59bee5c0983a353942a5a48f56df"
1079+
integrity sha512-yRyd2++o/IrJdyHuYMxyFyBhU762MRHQ/bAGQeTnN3pGikfh+nEmM61XTqaDH1XDp53afZ+waXrk0ZvenoZ6xw==
1080+
dependencies:
1081+
"@typescript-eslint/types" "5.0.0"
1082+
eslint-visitor-keys "^3.0.0"
1083+
10331084
abab@^2.0.3, abab@^2.0.5:
10341085
version "2.0.5"
10351086
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"
@@ -1640,7 +1691,7 @@ data-urls@^2.0.0:
16401691
whatwg-mimetype "^2.3.0"
16411692
whatwg-url "^8.0.0"
16421693

1643-
debug@4:
1694+
debug@4, debug@^4.3.1:
16441695
version "4.3.2"
16451696
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
16461697
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
@@ -1922,12 +1973,12 @@ eslint-plugin-import@^2.22.1:
19221973
resolve "^1.17.0"
19231974
tsconfig-paths "^3.9.0"
19241975

1925-
eslint-plugin-jest@^24.1.0:
1926-
version "24.3.2"
1927-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.3.2.tgz#30a8b2dea6278d0da1d6fb9d6cd530aaf58050a1"
1928-
integrity sha512-cicWDr+RvTAOKS3Q/k03+Z3odt3VCiWamNUHWd6QWbVQWcYJyYgUTu8x0mx9GfeDEimawU5kQC+nQ3MFxIM6bw==
1976+
eslint-plugin-jest@^25.0.0:
1977+
version "25.0.5"
1978+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.0.5.tgz#22b0f155aa68aa0932adda104c930c0b1a9ca6ca"
1979+
integrity sha512-fMVTvh/pgBHgEyJp643qRjqvyR3TAw3VIldYV0LltepKo4whYZ4oYlsplT0SIqjnclkuNN+PRr841XPMgaOswg==
19291980
dependencies:
1930-
"@typescript-eslint/experimental-utils" "^4.0.1"
1981+
"@typescript-eslint/experimental-utils" "^5.0.0"
19311982

19321983
eslint-plugin-mocha@8.1.0:
19331984
version "8.1.0"
@@ -2027,6 +2078,13 @@ eslint-utils@^2.0.0, eslint-utils@^2.1.0:
20272078
dependencies:
20282079
eslint-visitor-keys "^1.1.0"
20292080

2081+
eslint-utils@^3.0.0:
2082+
version "3.0.0"
2083+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
2084+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
2085+
dependencies:
2086+
eslint-visitor-keys "^2.0.0"
2087+
20302088
eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
20312089
version "1.3.0"
20322090
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -2037,6 +2095,11 @@ eslint-visitor-keys@^2.0.0:
20372095
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
20382096
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
20392097

2098+
eslint-visitor-keys@^3.0.0:
2099+
version "3.0.0"
2100+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
2101+
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
2102+
20402103
eslint@^7.11.0:
20412104
version "7.22.0"
20422105
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.22.0.tgz#07ecc61052fec63661a2cab6bd507127c07adc6f"
@@ -2411,6 +2474,18 @@ globby@^11.0.1:
24112474
merge2 "^1.3.0"
24122475
slash "^3.0.0"
24132476

2477+
globby@^11.0.3:
2478+
version "11.0.4"
2479+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
2480+
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
2481+
dependencies:
2482+
array-union "^2.1.0"
2483+
dir-glob "^3.0.1"
2484+
fast-glob "^3.1.1"
2485+
ignore "^5.1.4"
2486+
merge2 "^1.3.0"
2487+
slash "^3.0.0"
2488+
24142489
graceful-fs@^4.1.2, graceful-fs@^4.2.4:
24152490
version "4.2.6"
24162491
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee"
@@ -4467,6 +4542,13 @@ semver@^6.0.0, semver@^6.3.0:
44674542
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
44684543
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
44694544

4545+
semver@^7.3.5:
4546+
version "7.3.5"
4547+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
4548+
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
4549+
dependencies:
4550+
lru-cache "^6.0.0"
4551+
44704552
shebang-command@^1.2.0:
44714553
version "1.2.0"
44724554
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
@@ -4899,7 +4981,7 @@ tslib@^1.8.1:
48994981
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
49004982
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
49014983

4902-
tsutils@^3.17.1:
4984+
tsutils@^3.17.1, tsutils@^3.21.0:
49034985
version "3.21.0"
49044986
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
49054987
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)