Merge pull request #819 from ahmadk953/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.18.0

Bump @typescript-eslint/eslint-plugin from 8.17.0 to 8.18.0
This commit is contained in:
Ahmad 2024-12-09 16:58:08 -05:00 committed by GitHub
commit 7567a9ecc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 99 additions and 3 deletions

View file

@ -71,7 +71,7 @@
"@types/node": "^22.10.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.16.0",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "^19.0.0-beta-63b359f-20241101",

100
yarn.lock
View file

@ -3841,7 +3841,7 @@ __metadata:
languageName: node
linkType: hard
"@typescript-eslint/eslint-plugin@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0, @typescript-eslint/eslint-plugin@npm:^8.17.0":
"@typescript-eslint/eslint-plugin@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0":
version: 8.17.0
resolution: "@typescript-eslint/eslint-plugin@npm:8.17.0"
dependencies:
@ -3864,6 +3864,27 @@ __metadata:
languageName: node
linkType: hard
"@typescript-eslint/eslint-plugin@npm:^8.18.0":
version: 8.18.0
resolution: "@typescript-eslint/eslint-plugin@npm:8.18.0"
dependencies:
"@eslint-community/regexpp": "npm:^4.10.0"
"@typescript-eslint/scope-manager": "npm:8.18.0"
"@typescript-eslint/type-utils": "npm:8.18.0"
"@typescript-eslint/utils": "npm:8.18.0"
"@typescript-eslint/visitor-keys": "npm:8.18.0"
graphemer: "npm:^1.4.0"
ignore: "npm:^5.3.1"
natural-compare: "npm:^1.4.0"
ts-api-utils: "npm:^1.3.0"
peerDependencies:
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/c338da1b96c41d7b94401a6711659d0fef3acb691eff7a958f9d3aa0442a858830daad67e3575288a4f4669572e2b690517a513519b404a465ad68fe0a82d3ec
languageName: node
linkType: hard
"@typescript-eslint/parser@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0, @typescript-eslint/parser@npm:^8.16.0":
version: 8.17.0
resolution: "@typescript-eslint/parser@npm:8.17.0"
@ -3892,6 +3913,16 @@ __metadata:
languageName: node
linkType: hard
"@typescript-eslint/scope-manager@npm:8.18.0":
version: 8.18.0
resolution: "@typescript-eslint/scope-manager@npm:8.18.0"
dependencies:
"@typescript-eslint/types": "npm:8.18.0"
"@typescript-eslint/visitor-keys": "npm:8.18.0"
checksum: 10c0/6bf6532fd43f2b55b9b47fa8b0217c5b5a03f022e869a6a21228fc3ae04c0ac6c5ae5d6026866d189ba424d2f98cc6fbd2a34f909d241c9b86c031afd808f90c
languageName: node
linkType: hard
"@typescript-eslint/type-utils@npm:8.17.0":
version: 8.17.0
resolution: "@typescript-eslint/type-utils@npm:8.17.0"
@ -3909,6 +3940,21 @@ __metadata:
languageName: node
linkType: hard
"@typescript-eslint/type-utils@npm:8.18.0":
version: 8.18.0
resolution: "@typescript-eslint/type-utils@npm:8.18.0"
dependencies:
"@typescript-eslint/typescript-estree": "npm:8.18.0"
"@typescript-eslint/utils": "npm:8.18.0"
debug: "npm:^4.3.4"
ts-api-utils: "npm:^1.3.0"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/c0fcf201c3b53f9374c0571198a639c81536170141caa08fd0f47094a596b1f82f839a849eac5832f954345c567dccb45b2ee1c0872c513331165f7bcb812396
languageName: node
linkType: hard
"@typescript-eslint/types@npm:8.17.0":
version: 8.17.0
resolution: "@typescript-eslint/types@npm:8.17.0"
@ -3916,6 +3962,13 @@ __metadata:
languageName: node
linkType: hard
"@typescript-eslint/types@npm:8.18.0":
version: 8.18.0
resolution: "@typescript-eslint/types@npm:8.18.0"
checksum: 10c0/2dd7468c3f1c305545268b72c3a333488e6ab1b628c5f65081d895866422b9376c21634a7aac437805f84b22e352b6a8fc4dcf925ef4a8fd7d1898b8359f71be
languageName: node
linkType: hard
"@typescript-eslint/typescript-estree@npm:8.17.0":
version: 8.17.0
resolution: "@typescript-eslint/typescript-estree@npm:8.17.0"
@ -3935,6 +3988,24 @@ __metadata:
languageName: node
linkType: hard
"@typescript-eslint/typescript-estree@npm:8.18.0":
version: 8.18.0
resolution: "@typescript-eslint/typescript-estree@npm:8.18.0"
dependencies:
"@typescript-eslint/types": "npm:8.18.0"
"@typescript-eslint/visitor-keys": "npm:8.18.0"
debug: "npm:^4.3.4"
fast-glob: "npm:^3.3.2"
is-glob: "npm:^4.0.3"
minimatch: "npm:^9.0.4"
semver: "npm:^7.6.0"
ts-api-utils: "npm:^1.3.0"
peerDependencies:
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/87b432b190b627314f007b17b2371898db78baaa3df67a0d9a94d080d88a7a307906b54a735084cacef37f6421e2b9c3320040617e73fe54eac2bf22c610f1ec
languageName: node
linkType: hard
"@typescript-eslint/utils@npm:8.17.0":
version: 8.17.0
resolution: "@typescript-eslint/utils@npm:8.17.0"
@ -3952,6 +4023,21 @@ __metadata:
languageName: node
linkType: hard
"@typescript-eslint/utils@npm:8.18.0":
version: 8.18.0
resolution: "@typescript-eslint/utils@npm:8.18.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.4.0"
"@typescript-eslint/scope-manager": "npm:8.18.0"
"@typescript-eslint/types": "npm:8.18.0"
"@typescript-eslint/typescript-estree": "npm:8.18.0"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/58a2fc1e404d1f905c2a958d995824eb4abc6e73836b186717550677f8b1d17954acc369feddb83277350915388bc3d8b721423c37777b8b8017fc29c89ec6ee
languageName: node
linkType: hard
"@typescript-eslint/visitor-keys@npm:8.17.0":
version: 8.17.0
resolution: "@typescript-eslint/visitor-keys@npm:8.17.0"
@ -3962,6 +4048,16 @@ __metadata:
languageName: node
linkType: hard
"@typescript-eslint/visitor-keys@npm:8.18.0":
version: 8.18.0
resolution: "@typescript-eslint/visitor-keys@npm:8.18.0"
dependencies:
"@typescript-eslint/types": "npm:8.18.0"
eslint-visitor-keys: "npm:^4.2.0"
checksum: 10c0/d4cdc2adab553098b5be7117fb7df76fb66cfd380528881a0a8c2a9eee03bf8baddda07d15ca0bd3ed8b35c379b3f449292183df18e3e81898dbcadafcb708b8
languageName: node
linkType: hard
"@ungap/structured-clone@npm:^1.0.0, @ungap/structured-clone@npm:^1.2.0":
version: 1.2.0
resolution: "@ungap/structured-clone@npm:1.2.0"
@ -13314,7 +13410,7 @@ __metadata:
"@types/node": "npm:^22.10.1"
"@types/react": "npm:^19.0.0"
"@types/react-dom": "npm:^19.0.0"
"@typescript-eslint/eslint-plugin": "npm:^8.17.0"
"@typescript-eslint/eslint-plugin": "npm:^8.18.0"
"@typescript-eslint/parser": "npm:^8.16.0"
"@vercel/analytics": "npm:^1.4.1"
"@vercel/functions": "npm:^1.5.0"