mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-01 01:04:16 +00:00
Merge pull request #242 from ahmadk953/dependabot/npm_and_yarn/typescript-eslint/parser-8.20.0
Bump @typescript-eslint/parser from 8.19.1 to 8.20.0
This commit is contained in:
commit
e89ddc40a7
2 changed files with 55 additions and 10 deletions
|
@ -26,7 +26,7 @@
|
|||
"@types/node": "^22.10.5",
|
||||
"@types/pg": "^8.11.10",
|
||||
"@typescript-eslint/eslint-plugin": "^8.19.1",
|
||||
"@typescript-eslint/parser": "^8.19.1",
|
||||
"@typescript-eslint/parser": "^8.20.0",
|
||||
"drizzle-kit": "^0.30.1",
|
||||
"eslint": "^9.18.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
|
|
63
yarn.lock
63
yarn.lock
|
@ -1004,19 +1004,19 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:^8.19.1":
|
||||
version: 8.19.1
|
||||
resolution: "@typescript-eslint/parser@npm:8.19.1"
|
||||
"@typescript-eslint/parser@npm:^8.20.0":
|
||||
version: 8.20.0
|
||||
resolution: "@typescript-eslint/parser@npm:8.20.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": "npm:8.19.1"
|
||||
"@typescript-eslint/types": "npm:8.19.1"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.19.1"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.19.1"
|
||||
"@typescript-eslint/scope-manager": "npm:8.20.0"
|
||||
"@typescript-eslint/types": "npm:8.20.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.20.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.20.0"
|
||||
debug: "npm:^4.3.4"
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: ">=4.8.4 <5.8.0"
|
||||
checksum: 10c0/1afbd2d0a25f439943bdc94637417429574eb3889a2a1ce24bd425721713aca213808a975bb518a6616171783bc04fa973167f05fc6a96cfd88c1d1666077ad4
|
||||
checksum: 10c0/fff4a86be27f603ad8d6f7dd9758c46b04a254828f0c6d8a34869c1cf30b5828b60a1dc088f72680a7b65cc5fc696848df4605de19e59a18467306d7ca56c11d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -1030,6 +1030,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/scope-manager@npm:8.20.0":
|
||||
version: 8.20.0
|
||||
resolution: "@typescript-eslint/scope-manager@npm:8.20.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.20.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.20.0"
|
||||
checksum: 10c0/a8074768d06c863169294116624a45c19377ff0b8635ad5fa4ae673b43cf704d1b9b79384ceef0ff0abb78b107d345cd90fe5572354daf6ad773fe462ee71e6a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:8.19.1":
|
||||
version: 8.19.1
|
||||
resolution: "@typescript-eslint/type-utils@npm:8.19.1"
|
||||
|
@ -1052,6 +1062,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:8.20.0":
|
||||
version: 8.20.0
|
||||
resolution: "@typescript-eslint/types@npm:8.20.0"
|
||||
checksum: 10c0/21292d4ca089897015d2bf5ab99909a7b362902f63f4ba10696676823b50d00c7b4cd093b4b43fba01d12bc3feca3852d2c28528c06d8e45446b7477887dbee7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:8.19.1":
|
||||
version: 8.19.1
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:8.19.1"
|
||||
|
@ -1070,6 +1087,24 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:8.20.0":
|
||||
version: 8.20.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:8.20.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.20.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.20.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.0"
|
||||
peerDependencies:
|
||||
typescript: ">=4.8.4 <5.8.0"
|
||||
checksum: 10c0/54a2c1da7d1c5f7e865b941e8a3c98eb4b5f56ed8741664a84065173bde9602cdb8866b0984b26816d6af885c1528311c11e7286e869ed424483b74366514cbd
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:8.19.1":
|
||||
version: 8.19.1
|
||||
resolution: "@typescript-eslint/utils@npm:8.19.1"
|
||||
|
@ -1095,6 +1130,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:8.20.0":
|
||||
version: 8.20.0
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:8.20.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.20.0"
|
||||
eslint-visitor-keys: "npm:^4.2.0"
|
||||
checksum: 10c0/e95d8b2685e8beb6637bf2e9d06e4177a400d3a2b142ba749944690f969ee3186b750082fd9bf34ada82acf1c5dd5970201dfd97619029c8ecca85fb4b50dbd8
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ungap/structured-clone@npm:^1.2.0":
|
||||
version: 1.2.1
|
||||
resolution: "@ungap/structured-clone@npm:1.2.1"
|
||||
|
@ -3042,7 +3087,7 @@ __metadata:
|
|||
"@types/node": "npm:^22.10.5"
|
||||
"@types/pg": "npm:^8.11.10"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^8.19.1"
|
||||
"@typescript-eslint/parser": "npm:^8.19.1"
|
||||
"@typescript-eslint/parser": "npm:^8.20.0"
|
||||
discord.js: "npm:^14.17.3"
|
||||
drizzle-kit: "npm:^0.30.1"
|
||||
drizzle-orm: "npm:^0.38.3"
|
||||
|
|
Loading…
Add table
Reference in a new issue