Skip to content

Commit

Permalink
Update typescript-eslint monorepo to v5.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 3, 2023
1 parent da39ee0 commit 97d3e2e
Show file tree
Hide file tree
Showing 24 changed files with 253 additions and 149 deletions.
251 changes: 156 additions & 95 deletions .pnp.cjs

Large diffs are not rendered by default.

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.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"@types/react": "18.0.14",
"@types/source-map-support": "0.5.4",
"@types/testing-library__jest-dom": "5.14.5",
"@typescript-eslint/eslint-plugin": "5.30.0",
"@typescript-eslint/parser": "5.30.0",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"@yarnpkg/sdks": "3.0.0-rc.10",
"@ziyadedher/eslint-config": "3.1.1",
"autoprefixer": "10.4.7",
Expand Down
147 changes: 95 additions & 52 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1837,6 +1837,24 @@ __metadata:
languageName: node
linkType: hard

"@eslint-community/eslint-utils@npm:^4.2.0":
version: 4.4.0
resolution: "@eslint-community/eslint-utils@npm:4.4.0"
dependencies:
eslint-visitor-keys: ^3.3.0
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
checksum: cdfe3ae42b4f572cbfb46d20edafe6f36fc5fb52bf2d90875c58aefe226892b9677fef60820e2832caf864a326fe4fc225714c46e8389ccca04d5f9288aabd22
languageName: node
linkType: hard

"@eslint-community/regexpp@npm:^4.4.0":
version: 4.5.1
resolution: "@eslint-community/regexpp@npm:4.5.1"
checksum: 6d901166d64998d591fab4db1c2f872981ccd5f6fe066a1ad0a93d4e11855ecae6bfb76660869a469563e8882d4307228cebd41142adb409d182f2966771e57e
languageName: node
linkType: hard

"@eslint/eslintrc@npm:^1.2.3, @eslint/eslintrc@npm:^1.3.0":
version: 1.3.0
resolution: "@eslint/eslintrc@npm:1.3.0"
Expand Down Expand Up @@ -4254,6 +4272,13 @@ __metadata:
languageName: node
linkType: hard

"@types/semver@npm:^7.3.12":
version: 7.5.0
resolution: "@types/semver@npm:7.5.0"
checksum: 0a64b9b9c7424d9a467658b18dd70d1d781c2d6f033096a6e05762d20ebbad23c1b69b0083b0484722aabf35640b78ccc3de26368bcae1129c87e9df028a22e2
languageName: node
linkType: hard

"@types/source-list-map@npm:*":
version: 0.1.2
resolution: "@types/source-list-map@npm:0.1.2"
Expand Down Expand Up @@ -4403,17 +4428,18 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:5.30.0":
version: 5.30.0
resolution: "@typescript-eslint/eslint-plugin@npm:5.30.0"
"@typescript-eslint/eslint-plugin@npm:5.61.0":
version: 5.61.0
resolution: "@typescript-eslint/eslint-plugin@npm:5.61.0"
dependencies:
"@typescript-eslint/scope-manager": 5.30.0
"@typescript-eslint/type-utils": 5.30.0
"@typescript-eslint/utils": 5.30.0
"@eslint-community/regexpp": ^4.4.0
"@typescript-eslint/scope-manager": 5.61.0
"@typescript-eslint/type-utils": 5.61.0
"@typescript-eslint/utils": 5.61.0
debug: ^4.3.4
functional-red-black-tree: ^1.0.1
graphemer: ^1.4.0
ignore: ^5.2.0
regexpp: ^3.2.0
natural-compare-lite: ^1.4.0
semver: ^7.3.7
tsutils: ^3.21.0
peerDependencies:
Expand All @@ -4422,7 +4448,7 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: f2fe96082c69f2871439303947d6dfcd8c142e8ddcc3d1ea52cc30046f4b64280a02aec1a0d2f8344034bc7ed4fb09eecf4764df93ece467cc284225d8adaa14
checksum: d9e891fb43ccb75322fc40d58d02479f98bd3c962db71075438868b13f579643d714a24b5477a827be7ca2e7e9f6058c406241b6696a6395c6fcbd6de76e015c
languageName: node
linkType: hard

Expand All @@ -4443,20 +4469,20 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:5.30.0":
version: 5.30.0
resolution: "@typescript-eslint/parser@npm:5.30.0"
"@typescript-eslint/parser@npm:5.61.0":
version: 5.61.0
resolution: "@typescript-eslint/parser@npm:5.61.0"
dependencies:
"@typescript-eslint/scope-manager": 5.30.0
"@typescript-eslint/types": 5.30.0
"@typescript-eslint/typescript-estree": 5.30.0
"@typescript-eslint/scope-manager": 5.61.0
"@typescript-eslint/types": 5.61.0
"@typescript-eslint/typescript-estree": 5.61.0
debug: ^4.3.4
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 7067ba4edea702137de3d5c866f2e4a22032bfa82556351eb8cc1088ef45cdd747cbf2a73d3904583303899de2983ef41050f3a5b5d648a2f88e687318bb6738
checksum: 2422bca03ecc6830700aaa739ec46b8e9ab6c0a47a67f140dc6b62a42a8b98997e73bce52c6a010b8a9b461211c46ba865d5b7f680a7823cf5c245d3b61f7fd5
languageName: node
linkType: hard

Expand All @@ -4480,13 +4506,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:5.30.0":
version: 5.30.0
resolution: "@typescript-eslint/scope-manager@npm:5.30.0"
"@typescript-eslint/scope-manager@npm:5.61.0":
version: 5.61.0
resolution: "@typescript-eslint/scope-manager@npm:5.61.0"
dependencies:
"@typescript-eslint/types": 5.30.0
"@typescript-eslint/visitor-keys": 5.30.0
checksum: 51246d0f6c497ad98fcfb02a9da92e855cd5916cf6ea117b1f8a511e4f62d1eae28f2c7278dfe29cc823c36f3b1fe87ff56681654b68faac5dfd1b897c3c58da
"@typescript-eslint/types": 5.61.0
"@typescript-eslint/visitor-keys": 5.61.0
checksum: 6dfbb42c4b7d796ae3c395398bdfd2e5a4ae8aaf1448381278ecc39a1d1045af2cb452da5a00519d265bc1a5997523de22d5021acb4dbe1648502fe61512d3c6
languageName: node
linkType: hard

Expand All @@ -4506,19 +4532,20 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:5.30.0":
version: 5.30.0
resolution: "@typescript-eslint/type-utils@npm:5.30.0"
"@typescript-eslint/type-utils@npm:5.61.0":
version: 5.61.0
resolution: "@typescript-eslint/type-utils@npm:5.61.0"
dependencies:
"@typescript-eslint/utils": 5.30.0
"@typescript-eslint/typescript-estree": 5.61.0
"@typescript-eslint/utils": 5.61.0
debug: ^4.3.4
tsutils: ^3.21.0
peerDependencies:
eslint: "*"
peerDependenciesMeta:
typescript:
optional: true
checksum: 6185117638ca2111b8c10fe156f7de51847f784140906ba518198d056608c7eb812248d033ac0d0b46f73647dc1202f02d9aab626ee013d273fc03df11d1f6e9
checksum: f0203fd48c6218f004dd73a9a71ba4cf97f015d0f13a7b3c821a3ba7ec814839bae270a1db589184ca7091fe54815a3171d1993e8a25200bf33e131bd6e855d4
languageName: node
linkType: hard

Expand All @@ -4536,10 +4563,10 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:5.30.0":
version: 5.30.0
resolution: "@typescript-eslint/types@npm:5.30.0"
checksum: f83a506880d78419283a86e8aeb6c744b1d1a7fc3a366625125805daf0f9a7640a778537113b8865a4cdd985dcde53066820ea044a750126bc8b478eb93d4d12
"@typescript-eslint/types@npm:5.61.0":
version: 5.61.0
resolution: "@typescript-eslint/types@npm:5.61.0"
checksum: d311ca2141f6bcb5f0f8f97ddbc218c9911e0735aaa30f0f2e64d518fb33568410754e1b04bf157175f8783504f8ec62a7ab53a66a18507f43edb1e21fe69e90
languageName: node
linkType: hard

Expand Down Expand Up @@ -4579,12 +4606,12 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.30.0":
version: 5.30.0
resolution: "@typescript-eslint/typescript-estree@npm:5.30.0"
"@typescript-eslint/typescript-estree@npm:5.61.0":
version: 5.61.0
resolution: "@typescript-eslint/typescript-estree@npm:5.61.0"
dependencies:
"@typescript-eslint/types": 5.30.0
"@typescript-eslint/visitor-keys": 5.30.0
"@typescript-eslint/types": 5.61.0
"@typescript-eslint/visitor-keys": 5.61.0
debug: ^4.3.4
globby: ^11.1.0
is-glob: ^4.0.3
Expand All @@ -4593,7 +4620,7 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: cf8caea435c4346fae9c81635864efa17ea106e3dea5cd226c096145958ff6e7918e40cdb2af06526ca43d44717eb088869f1c1db51a52aa9f72b6bf65e11db2
checksum: efe25a1b2774939c02cb9b388cf72efa672811f1c39a87ddd617937f63c2320551ce459ba69c6d022e33322594d40b9f2d2c6bc9937387718adc40dc5e57ea8e
languageName: node
linkType: hard

Expand All @@ -4613,19 +4640,21 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:5.30.0":
version: 5.30.0
resolution: "@typescript-eslint/utils@npm:5.30.0"
"@typescript-eslint/utils@npm:5.61.0":
version: 5.61.0
resolution: "@typescript-eslint/utils@npm:5.61.0"
dependencies:
"@eslint-community/eslint-utils": ^4.2.0
"@types/json-schema": ^7.0.9
"@typescript-eslint/scope-manager": 5.30.0
"@typescript-eslint/types": 5.30.0
"@typescript-eslint/typescript-estree": 5.30.0
"@types/semver": ^7.3.12
"@typescript-eslint/scope-manager": 5.61.0
"@typescript-eslint/types": 5.61.0
"@typescript-eslint/typescript-estree": 5.61.0
eslint-scope: ^5.1.1
eslint-utils: ^3.0.0
semver: ^7.3.7
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
checksum: 176eda46292398c0fe069d96f51d0083a9b978d4c6e2ca92f10e9ebad83910d67754bcb2c1667cf4c40e06c112558ff1ad973d6f82719cfe4de7c72f89a3df29
checksum: 24efc1964e6c92db96fe0d9a390550e4f27e8f353e51a9b46bda03e6692ea5d40f398d539235a4ff0894e9e45dfcfb51df953ade2ae9d17a1421449625ce6f5a
languageName: node
linkType: hard

Expand Down Expand Up @@ -4665,13 +4694,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:5.30.0":
version: 5.30.0
resolution: "@typescript-eslint/visitor-keys@npm:5.30.0"
"@typescript-eslint/visitor-keys@npm:5.61.0":
version: 5.61.0
resolution: "@typescript-eslint/visitor-keys@npm:5.61.0"
dependencies:
"@typescript-eslint/types": 5.30.0
"@typescript-eslint/types": 5.61.0
eslint-visitor-keys: ^3.3.0
checksum: bf2219cbb910d284e2f224aaa701932287b25fe99312f9abf6406a8f52a3a0b852c96276cd740ae3071b2561b253a6cfa30b0b8ab1d199e08f9550402f8fbf1f
checksum: a8d589f61ddfc380787218da4d347e8f9aef0f82f4a93f1daee46786bda889a90961c7ec1b470db5e3261438a728fdfd956f5bda6ee2de22c4be2d2152d6e270
languageName: node
linkType: hard

Expand Down Expand Up @@ -9765,6 +9794,13 @@ __metadata:
languageName: node
linkType: hard

"graphemer@npm:^1.4.0":
version: 1.4.0
resolution: "graphemer@npm:1.4.0"
checksum: bab8f0be9b568857c7bec9fda95a89f87b783546d02951c40c33f84d05bb7da3fd10f863a9beb901463669b6583173a8c8cc6d6b306ea2b9b9d5d3d943c3a673
languageName: node
linkType: hard

"growly@npm:^1.3.0":
version: 1.3.0
resolution: "growly@npm:1.3.0"
Expand Down Expand Up @@ -12700,6 +12736,13 @@ __metadata:
languageName: node
linkType: hard

"natural-compare-lite@npm:^1.4.0":
version: 1.4.0
resolution: "natural-compare-lite@npm:1.4.0"
checksum: 5222ac3986a2b78dd6069ac62cbb52a7bf8ffc90d972ab76dfe7b01892485d229530ed20d0c62e79a6b363a663b273db3bde195a1358ce9e5f779d4453887225
languageName: node
linkType: hard

"natural-compare@npm:^1.4.0":
version: 1.4.0
resolution: "natural-compare@npm:1.4.0"
Expand Down Expand Up @@ -17197,8 +17240,8 @@ __metadata:
"@types/react": 18.0.14
"@types/source-map-support": 0.5.4
"@types/testing-library__jest-dom": 5.14.5
"@typescript-eslint/eslint-plugin": 5.30.0
"@typescript-eslint/parser": 5.30.0
"@typescript-eslint/eslint-plugin": 5.61.0
"@typescript-eslint/parser": 5.61.0
"@yarnpkg/sdks": 3.0.0-rc.10
"@ziyadedher/eslint-config": 3.1.1
autoprefixer: 10.4.7
Expand Down

0 comments on commit 97d3e2e

Please sign in to comment.