Skip to content

Commit 26567ed

Browse files
fix(deps): update dependency eslint-plugin-jest to v28
1 parent b94ba6f commit 26567ed

13 files changed

+109
-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.
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: 108 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:
@@ -7693,6 +7693,16 @@ __metadata:
76937693
languageName: node
76947694
linkType: hard
76957695

7696+
"@typescript-eslint/scope-manager@npm:8.3.0":
7697+
version: 8.3.0
7698+
resolution: "@typescript-eslint/scope-manager@npm:8.3.0"
7699+
dependencies:
7700+
"@typescript-eslint/types": "npm:8.3.0"
7701+
"@typescript-eslint/visitor-keys": "npm:8.3.0"
7702+
checksum: 10/ce56dbd82606daae889d0a913308b743b43d5df827aeedd7349de181e1fb4cf1af4795cfabf395bcd9871925217c301b75ee0d1c7c1dd6c2c79105714d1c6629
7703+
languageName: node
7704+
linkType: hard
7705+
76967706
"@typescript-eslint/type-utils@npm:5.59.6":
76977707
version: 5.59.6
76987708
resolution: "@typescript-eslint/type-utils@npm:5.59.6"
@@ -7731,6 +7741,13 @@ __metadata:
77317741
languageName: node
77327742
linkType: hard
77337743

7744+
"@typescript-eslint/types@npm:8.3.0":
7745+
version: 8.3.0
7746+
resolution: "@typescript-eslint/types@npm:8.3.0"
7747+
checksum: 10/0265f6b6999db53ea5246cf2ab69d58d3860616a3ad384efdbe8b6f71334d6fbcf09ddc1eb38956ff537056636bd993d349c7037fcb458359c257be857fedc0a
7748+
languageName: node
7749+
linkType: hard
7750+
77347751
"@typescript-eslint/typescript-estree@npm:5.59.6":
77357752
version: 5.59.6
77367753
resolution: "@typescript-eslint/typescript-estree@npm:5.59.6"
@@ -7785,6 +7802,25 @@ __metadata:
77857802
languageName: node
77867803
linkType: hard
77877804

7805+
"@typescript-eslint/typescript-estree@npm:8.3.0":
7806+
version: 8.3.0
7807+
resolution: "@typescript-eslint/typescript-estree@npm:8.3.0"
7808+
dependencies:
7809+
"@typescript-eslint/types": "npm:8.3.0"
7810+
"@typescript-eslint/visitor-keys": "npm:8.3.0"
7811+
debug: "npm:^4.3.4"
7812+
fast-glob: "npm:^3.3.2"
7813+
is-glob: "npm:^4.0.3"
7814+
minimatch: "npm:^9.0.4"
7815+
semver: "npm:^7.6.0"
7816+
ts-api-utils: "npm:^1.3.0"
7817+
peerDependenciesMeta:
7818+
typescript:
7819+
optional: true
7820+
checksum: 10/61243c9251f98120ec8cf1abb03841bc65652c53ec80f0b628c2f853f4d9796b934fd7f27adab53b5670241f4eeb72afcfedcb9861e1c3e36241e36bd54ed909
7821+
languageName: node
7822+
linkType: hard
7823+
77887824
"@typescript-eslint/utils@npm:5.59.6":
77897825
version: 5.59.6
77907826
resolution: "@typescript-eslint/utils@npm:5.59.6"
@@ -7803,7 +7839,7 @@ __metadata:
78037839
languageName: node
78047840
linkType: hard
78057841

7806-
"@typescript-eslint/utils@npm:^5.10.0, @typescript-eslint/utils@npm:^5.58.0, @typescript-eslint/utils@npm:^5.62.0":
7842+
"@typescript-eslint/utils@npm:^5.58.0, @typescript-eslint/utils@npm:^5.62.0":
78077843
version: 5.62.0
78087844
resolution: "@typescript-eslint/utils@npm:5.62.0"
78097845
dependencies:
@@ -7821,6 +7857,20 @@ __metadata:
78217857
languageName: node
78227858
linkType: hard
78237859

7860+
"@typescript-eslint/utils@npm:^6.0.0 || ^7.0.0 || ^8.0.0":
7861+
version: 8.3.0
7862+
resolution: "@typescript-eslint/utils@npm:8.3.0"
7863+
dependencies:
7864+
"@eslint-community/eslint-utils": "npm:^4.4.0"
7865+
"@typescript-eslint/scope-manager": "npm:8.3.0"
7866+
"@typescript-eslint/types": "npm:8.3.0"
7867+
"@typescript-eslint/typescript-estree": "npm:8.3.0"
7868+
peerDependencies:
7869+
eslint: ^8.57.0 || ^9.0.0
7870+
checksum: 10/9d3494c15f56792f7867616c18142a3cedca8f93d77c71f58891f7fa6f1bcdef8277e85abd359687ab0c2d44b897096b007612725793850748d9c3cf49620110
7871+
languageName: node
7872+
linkType: hard
7873+
78247874
"@typescript-eslint/visitor-keys@npm:5.59.6":
78257875
version: 5.59.6
78267876
resolution: "@typescript-eslint/visitor-keys@npm:5.59.6"
@@ -7851,6 +7901,16 @@ __metadata:
78517901
languageName: node
78527902
linkType: hard
78537903

7904+
"@typescript-eslint/visitor-keys@npm:8.3.0":
7905+
version: 8.3.0
7906+
resolution: "@typescript-eslint/visitor-keys@npm:8.3.0"
7907+
dependencies:
7908+
"@typescript-eslint/types": "npm:8.3.0"
7909+
eslint-visitor-keys: "npm:^3.4.3"
7910+
checksum: 10/4ee45dd25891d5677b8d4aaab23234a9d1fe8af3d8e39d7777b3a4cfb6aa61fabc13623d8596c11e6140f9129dc9ad7e6bb6f48a4c8c40704018ddd5beafd6c2
7911+
languageName: node
7912+
linkType: hard
7913+
78547914
"@vitejs/plugin-react@npm:4.0.0":
78557915
version: 4.0.0
78567916
resolution: "@vitejs/plugin-react@npm:4.0.0"
@@ -13191,7 +13251,7 @@ __metadata:
1319113251
eslint-config-airbnb-base: "npm:^15.0.0"
1319213252
eslint-config-prettier: "npm:^9.0.0"
1319313253
eslint-plugin-import: "npm:^2.27.5"
13194-
eslint-plugin-jest: "npm:^27.0.0"
13254+
eslint-plugin-jest: "npm:^28.0.0"
1319513255
eslint-plugin-jest-dom: "npm:^5.0.0"
1319613256
eslint-plugin-jsdoc: "npm:^48.0.0"
1319713257
eslint-plugin-jsx-a11y: "npm:^6.7.1"
@@ -13322,21 +13382,21 @@ __metadata:
1332213382
languageName: node
1332313383
linkType: hard
1332413384

13325-
"eslint-plugin-jest@npm:^27.0.0":
13326-
version: 27.2.2
13327-
resolution: "eslint-plugin-jest@npm:27.2.2"
13385+
"eslint-plugin-jest@npm:^28.0.0":
13386+
version: 28.8.0
13387+
resolution: "eslint-plugin-jest@npm:28.8.0"
1332813388
dependencies:
13329-
"@typescript-eslint/utils": "npm:^5.10.0"
13389+
"@typescript-eslint/utils": "npm:^6.0.0 || ^7.0.0 || ^8.0.0"
1333013390
peerDependencies:
13331-
"@typescript-eslint/eslint-plugin": ^5.0.0
13332-
eslint: ^7.0.0 || ^8.0.0
13391+
"@typescript-eslint/eslint-plugin": ^6.0.0 || ^7.0.0 || ^8.0.0
13392+
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
1333313393
jest: "*"
1333413394
peerDependenciesMeta:
1333513395
"@typescript-eslint/eslint-plugin":
1333613396
optional: true
1333713397
jest:
1333813398
optional: true
13339-
checksum: 10/4d4f326ad1f301bf1ff6a906945217ee0c13ca81f6a1eb8420fcd8c53e16c24da6976a334d655c27b391247baf53f25b4c1d37577407523dd566937a5b7ecee5
13399+
checksum: 10/0da6aba90067845ef723f70f40ab7f79fabf3465e46014b8aafee15c2cb4ce648a0f7b57c758127d770928994ee2a0f4c68dbcfbce582dd021d6a8e240f69f9d
1334013400
languageName: node
1334113401
linkType: hard
1334213402

@@ -13540,6 +13600,13 @@ __metadata:
1354013600
languageName: node
1354113601
linkType: hard
1354213602

13603+
"eslint-visitor-keys@npm:^3.4.3":
13604+
version: 3.4.3
13605+
resolution: "eslint-visitor-keys@npm:3.4.3"
13606+
checksum: 10/3f357c554a9ea794b094a09bd4187e5eacd1bc0d0653c3adeb87962c548e6a1ab8f982b86963ae1337f5d976004146536dcee5d0e2806665b193fbfbf1a9231b
13607+
languageName: node
13608+
linkType: hard
13609+
1354313610
"eslint-visitor-keys@npm:^4.0.0":
1354413611
version: 4.0.0
1354513612
resolution: "eslint-visitor-keys@npm:4.0.0"
@@ -14150,6 +14217,19 @@ __metadata:
1415014217
languageName: node
1415114218
linkType: hard
1415214219

14220+
"fast-glob@npm:^3.3.2":
14221+
version: 3.3.2
14222+
resolution: "fast-glob@npm:3.3.2"
14223+
dependencies:
14224+
"@nodelib/fs.stat": "npm:^2.0.2"
14225+
"@nodelib/fs.walk": "npm:^1.2.3"
14226+
glob-parent: "npm:^5.1.2"
14227+
merge2: "npm:^1.3.0"
14228+
micromatch: "npm:^4.0.4"
14229+
checksum: 10/222512e9315a0efca1276af9adb2127f02105d7288fa746145bf45e2716383fb79eb983c89601a72a399a56b7c18d38ce70457c5466218c5f13fad957cee16df
14230+
languageName: node
14231+
linkType: hard
14232+
1415314233
"fast-json-parse@npm:^1.0.3":
1415414234
version: 1.0.3
1415514235
resolution: "fast-json-parse@npm:1.0.3"
@@ -24748,6 +24828,15 @@ __metadata:
2474824828
languageName: node
2474924829
linkType: hard
2475024830

24831+
"semver@npm:^7.6.0":
24832+
version: 7.6.3
24833+
resolution: "semver@npm:7.6.3"
24834+
bin:
24835+
semver: bin/semver.js
24836+
checksum: 10/36b1fbe1a2b6f873559cd57b238f1094a053dbfd997ceeb8757d79d1d2089c56d1321b9f1069ce263dc64cfa922fa1d2ad566b39426fe1ac6c723c1487589e10
24837+
languageName: node
24838+
linkType: hard
24839+
2475124840
"semver@npm:~7.0.0":
2475224841
version: 7.0.0
2475324842
resolution: "semver@npm:7.0.0"
@@ -26828,6 +26917,15 @@ __metadata:
2682826917
languageName: node
2682926918
linkType: hard
2683026919

26920+
"ts-api-utils@npm:^1.3.0":
26921+
version: 1.3.0
26922+
resolution: "ts-api-utils@npm:1.3.0"
26923+
peerDependencies:
26924+
typescript: ">=4.2.0"
26925+
checksum: 10/3ee44faa24410cd649b5c864e068d438aa437ef64e9e4a66a41646a6d3024d3097a695eeb3fb26ee364705d3cb9653a65756d009e6a53badb6066a5f447bf7ed
26926+
languageName: node
26927+
linkType: hard
26928+
2683126929
"ts-dedent@npm:^2.0.0, ts-dedent@npm:^2.2.0":
2683226930
version: 2.2.0
2683326931
resolution: "ts-dedent@npm:2.2.0"

0 commit comments

Comments
 (0)