Skip to content

Commit e8d67c4

Browse files
chore(deps-dev): bump eslint-plugin-jest from 27.9.0 to 28.2.0 (#10869)
1 parent 1578b72 commit e8d67c4

File tree

2 files changed

+55
-7
lines changed

2 files changed

+55
-7
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
"eslint-gitignore": "^0.1.0",
189189
"eslint-plugin-flowtype": "^8.0.3",
190190
"eslint-plugin-import": "^2.29.1",
191-
"eslint-plugin-jest": "^27.9.0",
191+
"eslint-plugin-jest": "^28.2.0",
192192
"eslint-plugin-jsx-a11y": "^6.8.0",
193193
"eslint-plugin-n": "^16.6.2",
194194
"eslint-plugin-react": "^7.34.1",

Diff for: yarn.lock

+54-6
Original file line numberDiff line numberDiff line change
@@ -3352,6 +3352,14 @@
33523352
"@typescript-eslint/types" "5.62.0"
33533353
"@typescript-eslint/visitor-keys" "5.62.0"
33543354

3355+
"@typescript-eslint/[email protected]":
3356+
version "6.21.0"
3357+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
3358+
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
3359+
dependencies:
3360+
"@typescript-eslint/types" "6.21.0"
3361+
"@typescript-eslint/visitor-keys" "6.21.0"
3362+
33553363
"@typescript-eslint/[email protected]":
33563364
version "7.5.0"
33573365
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.5.0.tgz#70f0a7361430ab1043a5f97386da2a0d8b2f4d56"
@@ -3390,6 +3398,11 @@
33903398
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
33913399
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
33923400

3401+
"@typescript-eslint/[email protected]":
3402+
version "6.21.0"
3403+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
3404+
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
3405+
33933406
"@typescript-eslint/[email protected]":
33943407
version "7.5.0"
33953408
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.5.0.tgz#0a284bcdef3cb850ec9fd57992df9f29d6bde1bc"
@@ -3421,6 +3434,20 @@
34213434
semver "^7.3.7"
34223435
tsutils "^3.21.0"
34233436

3437+
"@typescript-eslint/[email protected]":
3438+
version "6.21.0"
3439+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
3440+
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
3441+
dependencies:
3442+
"@typescript-eslint/types" "6.21.0"
3443+
"@typescript-eslint/visitor-keys" "6.21.0"
3444+
debug "^4.3.4"
3445+
globby "^11.1.0"
3446+
is-glob "^4.0.3"
3447+
minimatch "9.0.3"
3448+
semver "^7.5.4"
3449+
ts-api-utils "^1.0.1"
3450+
34243451
"@typescript-eslint/[email protected]":
34253452
version "7.5.0"
34263453
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.5.0.tgz#aa5031c511874420f6b5edd90f8e4021525ee776"
@@ -3449,7 +3476,7 @@
34493476
eslint-utils "^3.0.0"
34503477
semver "^7.3.7"
34513478

3452-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.13.0":
3479+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.13.0":
34533480
version "5.62.0"
34543481
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
34553482
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -3476,6 +3503,19 @@
34763503
"@typescript-eslint/typescript-estree" "7.5.0"
34773504
semver "^7.5.4"
34783505

3506+
"@typescript-eslint/utils@^6.0.0":
3507+
version "6.21.0"
3508+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
3509+
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
3510+
dependencies:
3511+
"@eslint-community/eslint-utils" "^4.4.0"
3512+
"@types/json-schema" "^7.0.12"
3513+
"@types/semver" "^7.5.0"
3514+
"@typescript-eslint/scope-manager" "6.21.0"
3515+
"@typescript-eslint/types" "6.21.0"
3516+
"@typescript-eslint/typescript-estree" "6.21.0"
3517+
semver "^7.5.4"
3518+
34793519
"@typescript-eslint/[email protected]":
34803520
version "5.40.1"
34813521
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.1.tgz#f3d2bf5af192f4432b84cec6fdcb387193518754"
@@ -3492,6 +3532,14 @@
34923532
"@typescript-eslint/types" "5.62.0"
34933533
eslint-visitor-keys "^3.3.0"
34943534

3535+
"@typescript-eslint/[email protected]":
3536+
version "6.21.0"
3537+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
3538+
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
3539+
dependencies:
3540+
"@typescript-eslint/types" "6.21.0"
3541+
eslint-visitor-keys "^3.4.1"
3542+
34953543
"@typescript-eslint/[email protected]":
34963544
version "7.5.0"
34973545
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.5.0.tgz#8abcac66f93ef20b093e87a400c2d21e3a6d55ee"
@@ -6517,12 +6565,12 @@ eslint-plugin-jest@^25.3.0:
65176565
dependencies:
65186566
"@typescript-eslint/experimental-utils" "^5.0.0"
65196567

6520-
eslint-plugin-jest@^27.9.0:
6521-
version "27.9.0"
6522-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.9.0.tgz#7c98a33605e1d8b8442ace092b60e9919730000b"
6523-
integrity sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug==
6568+
eslint-plugin-jest@^28.2.0:
6569+
version "28.2.0"
6570+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.2.0.tgz#863e2b2bda95eb41981ba9bcf4c44f57dce40a73"
6571+
integrity sha512-yRDti/a+f+SMSmNTiT9/M/MzXGkitl8CfzUxnpoQcTyfq8gUrXMriVcWU36W1X6BZSUoyUCJrDAWWUA2N4hE5g==
65246572
dependencies:
6525-
"@typescript-eslint/utils" "^5.10.0"
6573+
"@typescript-eslint/utils" "^6.0.0"
65266574

65276575
eslint-plugin-jsx-a11y@^6.5.1, eslint-plugin-jsx-a11y@^6.8.0:
65286576
version "6.8.0"

0 commit comments

Comments
 (0)