Skip to content

Commit 579f3d5

Browse files
fix(deps): update dependency eslint-plugin-jest to v28
1 parent 5e4632c commit 579f3d5

12 files changed

+96
-11
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

config/eslint-config-carbon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint-config-airbnb-base": "^15.0.0",
4141
"eslint-config-prettier": "^9.0.0",
4242
"eslint-plugin-import": "^2.27.5",
43-
"eslint-plugin-jest": "^27.0.0",
43+
"eslint-plugin-jest": "^28.0.0",
4444
"eslint-plugin-jest-dom": "^5.0.0",
4545
"eslint-plugin-jsdoc": "^48.0.0",
4646
"eslint-plugin-jsx-a11y": "^6.7.1",

yarn.lock

Lines changed: 95 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2962,7 +2962,7 @@ __metadata:
29622962
languageName: node
29632963
linkType: hard
29642964

2965-
"@eslint-community/eslint-utils@npm:^4.2.0":
2965+
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0":
29662966
version: 4.4.0
29672967
resolution: "@eslint-community/eslint-utils@npm:4.4.0"
29682968
dependencies:
@@ -7696,6 +7696,16 @@ __metadata:
76967696
languageName: node
76977697
linkType: hard
76987698

7699+
"@typescript-eslint/scope-manager@npm:8.2.0":
7700+
version: 8.2.0
7701+
resolution: "@typescript-eslint/scope-manager@npm:8.2.0"
7702+
dependencies:
7703+
"@typescript-eslint/types": "npm:8.2.0"
7704+
"@typescript-eslint/visitor-keys": "npm:8.2.0"
7705+
checksum: 10/90345e18e2a5cb2fdcd0f1ecd4a971cd57bf12b9f7c999bc70302f595c4b86068eb6bcb806ab25556dc50186265f6ed61830a7f6481c544bd513c33dd48e1adc
7706+
languageName: node
7707+
linkType: hard
7708+
76997709
"@typescript-eslint/type-utils@npm:5.59.6":
77007710
version: 5.59.6
77017711
resolution: "@typescript-eslint/type-utils@npm:5.59.6"
@@ -7734,6 +7744,13 @@ __metadata:
77347744
languageName: node
77357745
linkType: hard
77367746

7747+
"@typescript-eslint/types@npm:8.2.0":
7748+
version: 8.2.0
7749+
resolution: "@typescript-eslint/types@npm:8.2.0"
7750+
checksum: 10/1ed705fb25532707d41c932f72981ddcb556948191363380682e873e79090acc76b141e1bed7235ae41284efe8deac0928df4ce5c8589459d52d6c287ae8b5b1
7751+
languageName: node
7752+
linkType: hard
7753+
77377754
"@typescript-eslint/typescript-estree@npm:5.59.6":
77387755
version: 5.59.6
77397756
resolution: "@typescript-eslint/typescript-estree@npm:5.59.6"
@@ -7788,6 +7805,25 @@ __metadata:
77887805
languageName: node
77897806
linkType: hard
77907807

7808+
"@typescript-eslint/typescript-estree@npm:8.2.0":
7809+
version: 8.2.0
7810+
resolution: "@typescript-eslint/typescript-estree@npm:8.2.0"
7811+
dependencies:
7812+
"@typescript-eslint/types": "npm:8.2.0"
7813+
"@typescript-eslint/visitor-keys": "npm:8.2.0"
7814+
debug: "npm:^4.3.4"
7815+
globby: "npm:^11.1.0"
7816+
is-glob: "npm:^4.0.3"
7817+
minimatch: "npm:^9.0.4"
7818+
semver: "npm:^7.6.0"
7819+
ts-api-utils: "npm:^1.3.0"
7820+
peerDependenciesMeta:
7821+
typescript:
7822+
optional: true
7823+
checksum: 10/dd63d724e79bb8488369dcab5285f4b52cf4269fe5b24237363b568b442f110364d34a4ec5224bdedcf8af4680c16fccd481a245b18b80ecdaad2ca8ca7d9115
7824+
languageName: node
7825+
linkType: hard
7826+
77917827
"@typescript-eslint/utils@npm:5.59.6":
77927828
version: 5.59.6
77937829
resolution: "@typescript-eslint/utils@npm:5.59.6"
@@ -7806,7 +7842,7 @@ __metadata:
78067842
languageName: node
78077843
linkType: hard
78087844

7809-
"@typescript-eslint/utils@npm:^5.10.0, @typescript-eslint/utils@npm:^5.58.0, @typescript-eslint/utils@npm:^5.62.0":
7845+
"@typescript-eslint/utils@npm:^5.58.0, @typescript-eslint/utils@npm:^5.62.0":
78107846
version: 5.62.0
78117847
resolution: "@typescript-eslint/utils@npm:5.62.0"
78127848
dependencies:
@@ -7824,6 +7860,20 @@ __metadata:
78247860
languageName: node
78257861
linkType: hard
78267862

7863+
"@typescript-eslint/utils@npm:^6.0.0 || ^7.0.0 || ^8.0.0":
7864+
version: 8.2.0
7865+
resolution: "@typescript-eslint/utils@npm:8.2.0"
7866+
dependencies:
7867+
"@eslint-community/eslint-utils": "npm:^4.4.0"
7868+
"@typescript-eslint/scope-manager": "npm:8.2.0"
7869+
"@typescript-eslint/types": "npm:8.2.0"
7870+
"@typescript-eslint/typescript-estree": "npm:8.2.0"
7871+
peerDependencies:
7872+
eslint: ^8.57.0 || ^9.0.0
7873+
checksum: 10/2abf660f64d9599186b1b07db260865ed18ffb3f7f0e10dceba230043a82004c9e6bfab84940119d36c0caa369b4c98aec78da5881ed5c7ec086961020632206
7874+
languageName: node
7875+
linkType: hard
7876+
78277877
"@typescript-eslint/visitor-keys@npm:5.59.6":
78287878
version: 5.59.6
78297879
resolution: "@typescript-eslint/visitor-keys@npm:5.59.6"
@@ -7854,6 +7904,16 @@ __metadata:
78547904
languageName: node
78557905
linkType: hard
78567906

7907+
"@typescript-eslint/visitor-keys@npm:8.2.0":
7908+
version: 8.2.0
7909+
resolution: "@typescript-eslint/visitor-keys@npm:8.2.0"
7910+
dependencies:
7911+
"@typescript-eslint/types": "npm:8.2.0"
7912+
eslint-visitor-keys: "npm:^3.4.3"
7913+
checksum: 10/509dbef0a6352c65235f6aa03813b3b44ab62374d77a57e003301fa5ead58df1f2b4722ddb9acf7819d9fbf2520ab4c4cac187b55644e37a0a6ac862bfd9b6d8
7914+
languageName: node
7915+
linkType: hard
7916+
78577917
"@vitejs/plugin-react@npm:4.0.0":
78587918
version: 4.0.0
78597919
resolution: "@vitejs/plugin-react@npm:4.0.0"
@@ -13194,7 +13254,7 @@ __metadata:
1319413254
eslint-config-airbnb-base: "npm:^15.0.0"
1319513255
eslint-config-prettier: "npm:^9.0.0"
1319613256
eslint-plugin-import: "npm:^2.27.5"
13197-
eslint-plugin-jest: "npm:^27.0.0"
13257+
eslint-plugin-jest: "npm:^28.0.0"
1319813258
eslint-plugin-jest-dom: "npm:^5.0.0"
1319913259
eslint-plugin-jsdoc: "npm:^48.0.0"
1320013260
eslint-plugin-jsx-a11y: "npm:^6.7.1"
@@ -13325,21 +13385,21 @@ __metadata:
1332513385
languageName: node
1332613386
linkType: hard
1332713387

13328-
"eslint-plugin-jest@npm:^27.0.0":
13329-
version: 27.2.2
13330-
resolution: "eslint-plugin-jest@npm:27.2.2"
13388+
"eslint-plugin-jest@npm:^28.0.0":
13389+
version: 28.8.0
13390+
resolution: "eslint-plugin-jest@npm:28.8.0"
1333113391
dependencies:
13332-
"@typescript-eslint/utils": "npm:^5.10.0"
13392+
"@typescript-eslint/utils": "npm:^6.0.0 || ^7.0.0 || ^8.0.0"
1333313393
peerDependencies:
13334-
"@typescript-eslint/eslint-plugin": ^5.0.0
13335-
eslint: ^7.0.0 || ^8.0.0
13394+
"@typescript-eslint/eslint-plugin": ^6.0.0 || ^7.0.0 || ^8.0.0
13395+
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
1333613396
jest: "*"
1333713397
peerDependenciesMeta:
1333813398
"@typescript-eslint/eslint-plugin":
1333913399
optional: true
1334013400
jest:
1334113401
optional: true
13342-
checksum: 10/4d4f326ad1f301bf1ff6a906945217ee0c13ca81f6a1eb8420fcd8c53e16c24da6976a334d655c27b391247baf53f25b4c1d37577407523dd566937a5b7ecee5
13402+
checksum: 10/0da6aba90067845ef723f70f40ab7f79fabf3465e46014b8aafee15c2cb4ce648a0f7b57c758127d770928994ee2a0f4c68dbcfbce582dd021d6a8e240f69f9d
1334313403
languageName: node
1334413404
linkType: hard
1334513405

@@ -13543,6 +13603,13 @@ __metadata:
1354313603
languageName: node
1354413604
linkType: hard
1354513605

13606+
"eslint-visitor-keys@npm:^3.4.3":
13607+
version: 3.4.3
13608+
resolution: "eslint-visitor-keys@npm:3.4.3"
13609+
checksum: 10/3f357c554a9ea794b094a09bd4187e5eacd1bc0d0653c3adeb87962c548e6a1ab8f982b86963ae1337f5d976004146536dcee5d0e2806665b193fbfbf1a9231b
13610+
languageName: node
13611+
linkType: hard
13612+
1354613613
"eslint-visitor-keys@npm:^4.0.0":
1354713614
version: 4.0.0
1354813615
resolution: "eslint-visitor-keys@npm:4.0.0"
@@ -24718,6 +24785,15 @@ __metadata:
2471824785
languageName: node
2471924786
linkType: hard
2472024787

24788+
"semver@npm:^7.6.0":
24789+
version: 7.6.3
24790+
resolution: "semver@npm:7.6.3"
24791+
bin:
24792+
semver: bin/semver.js
24793+
checksum: 10/36b1fbe1a2b6f873559cd57b238f1094a053dbfd997ceeb8757d79d1d2089c56d1321b9f1069ce263dc64cfa922fa1d2ad566b39426fe1ac6c723c1487589e10
24794+
languageName: node
24795+
linkType: hard
24796+
2472124797
"semver@npm:~7.0.0":
2472224798
version: 7.0.0
2472324799
resolution: "semver@npm:7.0.0"
@@ -26798,6 +26874,15 @@ __metadata:
2679826874
languageName: node
2679926875
linkType: hard
2680026876

26877+
"ts-api-utils@npm:^1.3.0":
26878+
version: 1.3.0
26879+
resolution: "ts-api-utils@npm:1.3.0"
26880+
peerDependencies:
26881+
typescript: ">=4.2.0"
26882+
checksum: 10/3ee44faa24410cd649b5c864e068d438aa437ef64e9e4a66a41646a6d3024d3097a695eeb3fb26ee364705d3cb9653a65756d009e6a53badb6066a5f447bf7ed
26883+
languageName: node
26884+
linkType: hard
26885+
2680126886
"ts-dedent@npm:^2.0.0, ts-dedent@npm:^2.2.0":
2680226887
version: 2.2.0
2680326888
resolution: "ts-dedent@npm:2.2.0"

0 commit comments

Comments
 (0)