Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-jest to v26 (#10775)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 18, 2022
1 parent 90c662c commit 3e83dd8
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion config/eslint-config-carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-jsdoc": "^36.0.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
Expand Down
80 changes: 79 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8006,6 +8006,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:5.12.0":
version: 5.12.0
resolution: "@typescript-eslint/scope-manager@npm:5.12.0"
dependencies:
"@typescript-eslint/types": 5.12.0
"@typescript-eslint/visitor-keys": 5.12.0
checksum: 87cc4e8ab3b495293e51685566cafca6f217c7328fc1210e4a9c3a89e864c5e3a04ddde11708e07820185fd158cb448980607a93fd658fa2089c152f27a847d0
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:5.7.0":
version: 5.7.0
resolution: "@typescript-eslint/scope-manager@npm:5.7.0"
Expand All @@ -8026,6 +8036,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:5.12.0":
version: 5.12.0
resolution: "@typescript-eslint/types@npm:5.12.0"
checksum: f5e7f8270cb0f9f18886bf00f8f1fd589b793f4c05dc2de53cc826beb969161e19ffc10f51237402fb9f3d24f5aaf3bb41b1d8da70e115ec3ff11e79b3471988
languageName: node
linkType: hard

"@typescript-eslint/types@npm:5.7.0":
version: 5.7.0
resolution: "@typescript-eslint/types@npm:5.7.0"
Expand All @@ -8040,6 +8057,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.12.0":
version: 5.12.0
resolution: "@typescript-eslint/typescript-estree@npm:5.12.0"
dependencies:
"@typescript-eslint/types": 5.12.0
"@typescript-eslint/visitor-keys": 5.12.0
debug: ^4.3.2
globby: ^11.0.4
is-glob: ^4.0.3
semver: ^7.3.5
tsutils: ^3.21.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 6a8e852c210b20370eb564f3beb245c425e65a4de3e78a1e2f278a241b6acf72ba43b10767df18fc1654b529453529f721fa673569406ace4011712c9c837900
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.7.0":
version: 5.7.0
resolution: "@typescript-eslint/typescript-estree@npm:5.7.0"
Expand Down Expand Up @@ -8076,6 +8111,32 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:^5.10.0":
version: 5.12.0
resolution: "@typescript-eslint/utils@npm:5.12.0"
dependencies:
"@types/json-schema": ^7.0.9
"@typescript-eslint/scope-manager": 5.12.0
"@typescript-eslint/types": 5.12.0
"@typescript-eslint/typescript-estree": 5.12.0
eslint-scope: ^5.1.1
eslint-utils: ^3.0.0
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
checksum: 34c394db0510be78c5cbb8928c9eb81405a117dd9e5903a149e4f3c20218dcda89a29e5012984d07c8ce9e5c7f5d7c38f5c3061558028f3f518ac98bbeb9a006
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:5.12.0":
version: 5.12.0
resolution: "@typescript-eslint/visitor-keys@npm:5.12.0"
dependencies:
"@typescript-eslint/types": 5.12.0
eslint-visitor-keys: ^3.0.0
checksum: c3774f542aae801926edf86fe6cab534c4cdac914b035730912443ed53fcc701b0f0e7b1a0d5fc959484637c55f63409fc43df5508c334e202d66d4654484d11
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:5.7.0":
version: 5.7.0
resolution: "@typescript-eslint/visitor-keys@npm:5.7.0"
Expand Down Expand Up @@ -16588,7 +16649,7 @@ __metadata:
eslint-config-prettier: ^8.3.0
eslint-plugin-cypress: ^2.11.3
eslint-plugin-import: ^2.23.4
eslint-plugin-jest: ^25.3.0
eslint-plugin-jest: ^26.0.0
eslint-plugin-jsdoc: ^36.0.3
eslint-plugin-jsx-a11y: ^6.4.1
eslint-plugin-prettier: ^3.4.0
Expand Down Expand Up @@ -16723,6 +16784,23 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jest@npm:^26.0.0":
version: 26.1.1
resolution: "eslint-plugin-jest@npm:26.1.1"
dependencies:
"@typescript-eslint/utils": ^5.10.0
peerDependencies:
"@typescript-eslint/eslint-plugin": ^5.0.0
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
peerDependenciesMeta:
"@typescript-eslint/eslint-plugin":
optional: true
jest:
optional: true
checksum: efed65bd6b83f15f38e3d8447d0dbbac18c10d6e4c4853c8d0539f5bc8e898cca8136b1e706899b756ea995ed189445b7f15d0fffeb983890608c33e752670d7
languageName: node
linkType: hard

"eslint-plugin-jsdoc@npm:^36.0.3":
version: 36.0.3
resolution: "eslint-plugin-jsdoc@npm:36.0.3"
Expand Down

0 comments on commit 3e83dd8

Please sign in to comment.