Skip to content

Commit 337fbaa

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency eslint-plugin-jest to v26
1 parent adf1d7e commit 337fbaa

File tree

2 files changed

+97
-9
lines changed

2 files changed

+97
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint-config-es": "3.25.3",
5757
"eslint-import-resolver-typescript": "^2.3.0",
5858
"eslint-plugin-import": "^2.22.1",
59-
"eslint-plugin-jest": "^25.0.0",
59+
"eslint-plugin-jest": "^26.0.0",
6060
"eslint-plugin-tsdoc": "^0.2.7",
6161
"eslint-plugin-unused-imports": "^2.0.0",
6262
"jest": "^27.0.1",

yarn.lock

+96-8
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@
836836
jest-diff "^27.0.0"
837837
pretty-format "^27.0.0"
838838

839-
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.7":
839+
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.9":
840840
version "7.0.9"
841841
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
842842
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
@@ -962,7 +962,7 @@
962962
eslint-scope "^5.0.0"
963963
eslint-utils "^2.0.0"
964964

965-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^5.0.0":
965+
"@typescript-eslint/[email protected]":
966966
version "5.0.0"
967967
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.0.0.tgz#c7d7e67443dfb9fd93a5d060fb72c9e9b5638bbc"
968968
integrity sha512-Dnp4dFIsZcPawD6CT1p5NibNUQyGSEz80sULJZkyhyna8AEqArmfwMwJPbmKzWVo4PabqNVzHYlzmcdLQWk+pg==
@@ -1010,6 +1010,14 @@
10101010
"@typescript-eslint/types" "5.0.0"
10111011
"@typescript-eslint/visitor-keys" "5.0.0"
10121012

1013+
"@typescript-eslint/[email protected]":
1014+
version "5.10.1"
1015+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.1.tgz#f0539c73804d2423506db2475352a4dec36cd809"
1016+
integrity sha512-Lyvi559Gvpn94k7+ElXNMEnXu/iundV5uFmCUNnftbFrUbAJ1WBoaGgkbOBm07jVZa682oaBU37ao/NGGX4ZDg==
1017+
dependencies:
1018+
"@typescript-eslint/types" "5.10.1"
1019+
"@typescript-eslint/visitor-keys" "5.10.1"
1020+
10131021
"@typescript-eslint/[email protected]":
10141022
version "4.6.1"
10151023
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.6.1.tgz#d3ad7478f53f22e7339dc006ab61aac131231552"
@@ -1020,6 +1028,11 @@
10201028
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.0.0.tgz#25d93f6d269b2d25fdc51a0407eb81ccba60eb0f"
10211029
integrity sha512-dU/pKBUpehdEqYuvkojmlv0FtHuZnLXFBn16zsDmlFF3LXkOpkAQ2vrKc3BidIIve9EMH2zfTlxqw9XM0fFN5w==
10221030

1031+
"@typescript-eslint/[email protected]":
1032+
version "5.10.1"
1033+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.1.tgz#dca9bd4cb8c067fc85304a31f38ec4766ba2d1ea"
1034+
integrity sha512-ZvxQ2QMy49bIIBpTqFiOenucqUyjTQ0WNLhBM6X1fh1NNlYAC6Kxsx8bRTY3jdYsYg44a0Z/uEgQkohbR0H87Q==
1035+
10231036
"@typescript-eslint/[email protected]":
10241037
version "4.6.1"
10251038
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.6.1.tgz#6025cce724329413f57e4959b2d676fceeca246f"
@@ -1047,6 +1060,31 @@
10471060
semver "^7.3.5"
10481061
tsutils "^3.21.0"
10491062

1063+
"@typescript-eslint/[email protected]":
1064+
version "5.10.1"
1065+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.1.tgz#b268e67be0553f8790ba3fe87113282977adda15"
1066+
integrity sha512-PwIGnH7jIueXv4opcwEbVGDATjGPO1dx9RkUl5LlHDSe+FXxPwFL5W/qYd5/NHr7f6lo/vvTrAzd0KlQtRusJQ==
1067+
dependencies:
1068+
"@typescript-eslint/types" "5.10.1"
1069+
"@typescript-eslint/visitor-keys" "5.10.1"
1070+
debug "^4.3.2"
1071+
globby "^11.0.4"
1072+
is-glob "^4.0.3"
1073+
semver "^7.3.5"
1074+
tsutils "^3.21.0"
1075+
1076+
"@typescript-eslint/utils@^5.10.0":
1077+
version "5.10.1"
1078+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.1.tgz#fa682a33af47080ba2c4368ee0ad2128213a1196"
1079+
integrity sha512-RRmlITiUbLuTRtn/gcPRi4202niF+q7ylFLCKu4c+O/PcpRvZ/nAUwQ2G00bZgpWkhrNLNnvhZLbDn8Ml0qsQw==
1080+
dependencies:
1081+
"@types/json-schema" "^7.0.9"
1082+
"@typescript-eslint/scope-manager" "5.10.1"
1083+
"@typescript-eslint/types" "5.10.1"
1084+
"@typescript-eslint/typescript-estree" "5.10.1"
1085+
eslint-scope "^5.1.1"
1086+
eslint-utils "^3.0.0"
1087+
10501088
"@typescript-eslint/[email protected]":
10511089
version "4.6.1"
10521090
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.6.1.tgz#6b125883402d8939df7b54528d879e88f7ba3614"
@@ -1063,6 +1101,14 @@
10631101
"@typescript-eslint/types" "5.0.0"
10641102
eslint-visitor-keys "^3.0.0"
10651103

1104+
"@typescript-eslint/[email protected]":
1105+
version "5.10.1"
1106+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.1.tgz#29102de692f59d7d34ecc457ed59ab5fc558010b"
1107+
integrity sha512-NjQ0Xinhy9IL979tpoTRuLKxMc0zJC7QVSdeerXs2/QvOy2yRkzX5dRb10X5woNUdJgU8G3nYRDlI33sq1K4YQ==
1108+
dependencies:
1109+
"@typescript-eslint/types" "5.10.1"
1110+
eslint-visitor-keys "^3.0.0"
1111+
10661112
abab@^2.0.3, abab@^2.0.5:
10671113
version "2.0.5"
10681114
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"
@@ -1675,6 +1721,13 @@ debug@^3.2.7:
16751721
dependencies:
16761722
ms "^2.1.1"
16771723

1724+
debug@^4.3.2:
1725+
version "4.3.3"
1726+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
1727+
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
1728+
dependencies:
1729+
ms "2.1.2"
1730+
16781731
decamelize-keys@^1.0.0, decamelize-keys@^1.1.0:
16791732
version "1.1.0"
16801733
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -2004,12 +2057,12 @@ eslint-plugin-import@^2.22.1:
20042057
resolve "^1.20.0"
20052058
tsconfig-paths "^3.11.0"
20062059

2007-
eslint-plugin-jest@^25.0.0:
2008-
version "25.0.5"
2009-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.0.5.tgz#22b0f155aa68aa0932adda104c930c0b1a9ca6ca"
2010-
integrity sha512-fMVTvh/pgBHgEyJp643qRjqvyR3TAw3VIldYV0LltepKo4whYZ4oYlsplT0SIqjnclkuNN+PRr841XPMgaOswg==
2060+
eslint-plugin-jest@^26.0.0:
2061+
version "26.0.0"
2062+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.0.0.tgz#f83a25a23ab90ce5b375b1d44389b8c391be5ce8"
2063+
integrity sha512-Fvs0YgJ/nw9FTrnqTuMGVrkozkd07jkQzWm0ajqyHlfcsdkxGfAuv30fgfWHOnHiCr9+1YQ365CcDX7vrNhqQg==
20112064
dependencies:
2012-
"@typescript-eslint/experimental-utils" "^5.0.0"
2065+
"@typescript-eslint/utils" "^5.10.0"
20132066

20142067
20152068
version "8.0.0"
@@ -2260,6 +2313,17 @@ fast-glob@^3.1.1:
22602313
merge2 "^1.3.0"
22612314
micromatch "^4.0.4"
22622315

2316+
fast-glob@^3.2.9:
2317+
version "3.2.11"
2318+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
2319+
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
2320+
dependencies:
2321+
"@nodelib/fs.stat" "^2.0.2"
2322+
"@nodelib/fs.walk" "^1.2.3"
2323+
glob-parent "^5.1.2"
2324+
merge2 "^1.3.0"
2325+
micromatch "^4.0.4"
2326+
22632327
[email protected], fast-json-stable-stringify@^2.0.0:
22642328
version "2.1.0"
22652329
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2476,6 +2540,18 @@ globby@^11.0.1, globby@^11.0.3:
24762540
merge2 "^1.3.0"
24772541
slash "^3.0.0"
24782542

2543+
globby@^11.0.4:
2544+
version "11.1.0"
2545+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
2546+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
2547+
dependencies:
2548+
array-union "^2.1.0"
2549+
dir-glob "^3.0.1"
2550+
fast-glob "^3.2.9"
2551+
ignore "^5.2.0"
2552+
merge2 "^1.4.1"
2553+
slash "^3.0.0"
2554+
24792555
graceful-fs@^4.1.2, graceful-fs@^4.2.4:
24802556
version "4.2.8"
24812557
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a"
@@ -2627,6 +2703,11 @@ ignore@^5.1.4, ignore@^5.1.8:
26272703
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
26282704
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
26292705

2706+
ignore@^5.2.0:
2707+
version "5.2.0"
2708+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
2709+
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
2710+
26302711
immutable@^3.8.2:
26312712
version "3.8.2"
26322713
resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.8.2.tgz#c2439951455bb39913daf281376f1530e104adf3"
@@ -2763,6 +2844,13 @@ is-glob@^4.0.0, is-glob@^4.0.1:
27632844
dependencies:
27642845
is-extglob "^2.1.1"
27652846

2847+
is-glob@^4.0.3:
2848+
version "4.0.3"
2849+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
2850+
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
2851+
dependencies:
2852+
is-extglob "^2.1.1"
2853+
27662854
is-negative-zero@^2.0.1:
27672855
version "2.0.1"
27682856
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24"
@@ -3691,7 +3779,7 @@ merge-stream@^2.0.0:
36913779
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
36923780
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
36933781

3694-
merge2@^1.3.0:
3782+
merge2@^1.3.0, merge2@^1.4.1:
36953783
version "1.4.1"
36963784
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
36973785
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==

0 commit comments

Comments
 (0)