Skip to content

Commit e136501

Browse files
chore(deps-dev): bump eslint-plugin-jest from 28.6.0 to 28.7.0 (#11593)
1 parent a33a589 commit e136501

File tree

2 files changed

+52
-7
lines changed

2 files changed

+52
-7
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
"eslint-gitignore": "^0.1.0",
190190
"eslint-plugin-flowtype": "^8.0.3",
191191
"eslint-plugin-import": "^2.29.1",
192-
"eslint-plugin-jest": "^28.6.0",
192+
"eslint-plugin-jest": "^28.7.0",
193193
"eslint-plugin-jsx-a11y": "^6.9.0",
194194
"eslint-plugin-n": "^17.10.1",
195195
"eslint-plugin-react": "^7.35.0",

Diff for: yarn.lock

+51-6
Original file line numberDiff line numberDiff line change
@@ -3791,6 +3791,14 @@
37913791
"@typescript-eslint/types" "7.18.0"
37923792
"@typescript-eslint/visitor-keys" "7.18.0"
37933793

3794+
"@typescript-eslint/[email protected]":
3795+
version "8.0.0"
3796+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0.tgz#d14df46c9e43c53af7699dfa800cd615d7dfc118"
3797+
integrity sha512-V0aa9Csx/ZWWv2IPgTfY7T4agYwJyILESu/PVqFtTFz9RIS823mAze+NbnBI8xiwdX3iqeQbcTYlvB04G9wyQw==
3798+
dependencies:
3799+
"@typescript-eslint/types" "8.0.0"
3800+
"@typescript-eslint/visitor-keys" "8.0.0"
3801+
37943802
"@typescript-eslint/[email protected]":
37953803
version "5.62.0"
37963804
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
@@ -3826,6 +3834,11 @@
38263834
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
38273835
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
38283836

3837+
"@typescript-eslint/[email protected]":
3838+
version "8.0.0"
3839+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
3840+
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
3841+
38293842
"@typescript-eslint/[email protected]":
38303843
version "5.40.1"
38313844
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.1.tgz#9a7d25492f02c69882ce5e0cd1857b0c55645d72"
@@ -3866,6 +3879,20 @@
38663879
semver "^7.6.0"
38673880
ts-api-utils "^1.3.0"
38683881

3882+
"@typescript-eslint/[email protected]":
3883+
version "8.0.0"
3884+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0.tgz#d172385ced7cb851a038b5c834c245a97a0f9cf6"
3885+
integrity sha512-5b97WpKMX+Y43YKi4zVcCVLtK5F98dFls3Oxui8LbnmRsseKenbbDinmvxrWegKDMmlkIq/XHuyy0UGLtpCDKg==
3886+
dependencies:
3887+
"@typescript-eslint/types" "8.0.0"
3888+
"@typescript-eslint/visitor-keys" "8.0.0"
3889+
debug "^4.3.4"
3890+
globby "^11.1.0"
3891+
is-glob "^4.0.3"
3892+
minimatch "^9.0.4"
3893+
semver "^7.6.0"
3894+
ts-api-utils "^1.3.0"
3895+
38693896
"@typescript-eslint/[email protected]":
38703897
version "5.40.1"
38713898
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.1.tgz#3204fb73a559d3b7bab7dc9d3c44487c2734a9ca"
@@ -3894,7 +3921,7 @@
38943921
eslint-scope "^5.1.1"
38953922
semver "^7.3.7"
38963923

3897-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0 || ^7.0.0":
3924+
"@typescript-eslint/[email protected]":
38983925
version "7.18.0"
38993926
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
39003927
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
@@ -3904,6 +3931,16 @@
39043931
"@typescript-eslint/types" "7.18.0"
39053932
"@typescript-eslint/typescript-estree" "7.18.0"
39063933

3934+
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
3935+
version "8.0.0"
3936+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0.tgz#1794d6f4b37ec253172a173dc938ae68651b9b99"
3937+
integrity sha512-k/oS/A/3QeGLRvOWCg6/9rATJL5rec7/5s1YmdS0ZU6LHveJyGFwBvLhSRBv6i9xaj7etmosp+l+ViN1I9Aj/Q==
3938+
dependencies:
3939+
"@eslint-community/eslint-utils" "^4.4.0"
3940+
"@typescript-eslint/scope-manager" "8.0.0"
3941+
"@typescript-eslint/types" "8.0.0"
3942+
"@typescript-eslint/typescript-estree" "8.0.0"
3943+
39073944
"@typescript-eslint/[email protected]":
39083945
version "5.40.1"
39093946
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.1.tgz#f3d2bf5af192f4432b84cec6fdcb387193518754"
@@ -3928,6 +3965,14 @@
39283965
"@typescript-eslint/types" "7.18.0"
39293966
eslint-visitor-keys "^3.4.3"
39303967

3968+
"@typescript-eslint/[email protected]":
3969+
version "8.0.0"
3970+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0.tgz#224a67230190d267e6e78586bd7d8dfbd32ae4f3"
3971+
integrity sha512-oN0K4nkHuOyF3PVMyETbpP5zp6wfyOvm7tWhTMfoqxSSsPmJIh6JNASuZDlODE8eE+0EB9uar+6+vxr9DBTYOA==
3972+
dependencies:
3973+
"@typescript-eslint/types" "8.0.0"
3974+
eslint-visitor-keys "^3.4.3"
3975+
39313976
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
39323977
version "1.2.0"
39333978
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -6995,12 +7040,12 @@ eslint-plugin-jest@^25.3.0:
69957040
dependencies:
69967041
"@typescript-eslint/experimental-utils" "^5.0.0"
69977042

6998-
eslint-plugin-jest@^28.6.0:
6999-
version "28.6.0"
7000-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.6.0.tgz#8410588d60bcafa68a91b6ec272e4a415502302a"
7001-
integrity sha512-YG28E1/MIKwnz+e2H7VwYPzHUYU4aMa19w0yGcwXnnmJH6EfgHahTJ2un3IyraUxNfnz/KUhJAFXNNwWPo12tg==
7043+
eslint-plugin-jest@^28.7.0:
7044+
version "28.7.0"
7045+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.7.0.tgz#8ff262c26520242492f85f9268995bbf624758a4"
7046+
integrity sha512-fzPGN7awL2ftVRQh/bsCi+16ArUZWujZnD1b8EGJqy8nr4//7tZ3BIdc/9edcJBtB3hpci3GtdMNFVDwHU0Eag==
70027047
dependencies:
7003-
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0"
7048+
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
70047049

70057050
eslint-plugin-jsx-a11y@^6.5.1, eslint-plugin-jsx-a11y@^6.9.0:
70067051
version "6.9.0"

0 commit comments

Comments
 (0)