mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-03-29 15:54:15 +00:00
Merge pull request #297 from ahmadk953/dependabot/npm_and_yarn/typescript-eslint/parser-8.26.0
Bump @typescript-eslint/parser from 8.25.0 to 8.26.0
This commit is contained in:
commit
7ce34d8d66
2 changed files with 56 additions and 11 deletions
|
@ -28,7 +28,7 @@
|
|||
"@types/node": "^22.13.6",
|
||||
"@types/pg": "^8.11.11",
|
||||
"@typescript-eslint/eslint-plugin": "^8.25.0",
|
||||
"@typescript-eslint/parser": "^8.25.0",
|
||||
"@typescript-eslint/parser": "^8.26.0",
|
||||
"drizzle-kit": "^0.30.5",
|
||||
"eslint": "^9.21.0",
|
||||
"eslint-config-prettier": "^10.0.2",
|
||||
|
|
65
yarn.lock
65
yarn.lock
|
@ -1134,19 +1134,19 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:^8.25.0":
|
||||
version: 8.25.0
|
||||
resolution: "@typescript-eslint/parser@npm:8.25.0"
|
||||
"@typescript-eslint/parser@npm:^8.26.0":
|
||||
version: 8.26.0
|
||||
resolution: "@typescript-eslint/parser@npm:8.26.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": "npm:8.25.0"
|
||||
"@typescript-eslint/types": "npm:8.25.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.25.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.25.0"
|
||||
"@typescript-eslint/scope-manager": "npm:8.26.0"
|
||||
"@typescript-eslint/types": "npm:8.26.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.26.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.26.0"
|
||||
debug: "npm:^4.3.4"
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: ">=4.8.4 <5.8.0"
|
||||
checksum: 10c0/9a54539ba297791f23093ff42a885cc57d36b26205d7a390e114d1f01cc584ce91ac6ead01819daa46b48f873cac6c829fcf399a436610bdbfa98e5cd78148a2
|
||||
typescript: ">=4.8.4 <5.9.0"
|
||||
checksum: 10c0/b937a80aeca4e508a67cbf2e42dfd268316336de265aaf836d04e49008a6ff4d754e73ad30075c183d98756677d1f54061c34e618c97d5fb61a04903c65d4851
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -1160,6 +1160,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/scope-manager@npm:8.26.0":
|
||||
version: 8.26.0
|
||||
resolution: "@typescript-eslint/scope-manager@npm:8.26.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.26.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.26.0"
|
||||
checksum: 10c0/f93b12daf6a4df3050ca3fc6db1f534b5c521861509ee09a45a8a17d97f2fbb20c2d34975f07291481d69998aac9f2975f8facad0d47f533db56ec8f70f533a0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:8.25.0":
|
||||
version: 8.25.0
|
||||
resolution: "@typescript-eslint/type-utils@npm:8.25.0"
|
||||
|
@ -1182,6 +1192,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:8.26.0":
|
||||
version: 8.26.0
|
||||
resolution: "@typescript-eslint/types@npm:8.26.0"
|
||||
checksum: 10c0/b16c0f67d12092c204a5935b430854b3a41c80934b386a5a4526acc9c8a829d8ee4f78732e71587e605de7845fa9a801b59fff015471dab7bf33676ee68c0100
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:8.25.0":
|
||||
version: 8.25.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:8.25.0"
|
||||
|
@ -1200,6 +1217,24 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:8.26.0":
|
||||
version: 8.26.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:8.26.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.26.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.26.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:^2.0.1"
|
||||
peerDependencies:
|
||||
typescript: ">=4.8.4 <5.9.0"
|
||||
checksum: 10c0/898bf7ec8ee1f3454d0e38a0bb3d7bd3cbd39f530857c9b1851650ec1647bcb6997622e86d24332d81848afd9b65ce4c080437ab1c3c023b23915a745dd0b363
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:8.25.0":
|
||||
version: 8.25.0
|
||||
resolution: "@typescript-eslint/utils@npm:8.25.0"
|
||||
|
@ -1225,6 +1260,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:8.26.0":
|
||||
version: 8.26.0
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:8.26.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.26.0"
|
||||
eslint-visitor-keys: "npm:^4.2.0"
|
||||
checksum: 10c0/6428c1ba199d962060d43f06ba8a98b874ba6fe875a23b10e8f01550838d8be8ee689ae4da3e8b045d4c7bb01e38385e6a8ae17a9d566cf7cd21f7090b573f61
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ungap/structured-clone@npm:^1.2.0":
|
||||
version: 1.2.1
|
||||
resolution: "@ungap/structured-clone@npm:1.2.1"
|
||||
|
@ -3256,7 +3301,7 @@ __metadata:
|
|||
"@types/node": "npm:^22.13.6"
|
||||
"@types/pg": "npm:^8.11.11"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^8.25.0"
|
||||
"@typescript-eslint/parser": "npm:^8.25.0"
|
||||
"@typescript-eslint/parser": "npm:^8.26.0"
|
||||
discord.js: "npm:^14.18.0"
|
||||
drizzle-kit: "npm:^0.30.5"
|
||||
drizzle-orm: "npm:^0.40.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue