mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-01 01:04:16 +00:00
Bump @typescript-eslint/eslint-plugin from 8.19.0 to 8.19.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.19.0 to 8.19.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0027d86bcb
commit
c896886ccc
2 changed files with 25 additions and 79 deletions
|
@ -25,7 +25,7 @@
|
|||
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
||||
"@types/node": "^22.10.5",
|
||||
"@types/pg": "^8.11.10",
|
||||
"@typescript-eslint/eslint-plugin": "^8.19.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.19.1",
|
||||
"@typescript-eslint/parser": "^8.19.1",
|
||||
"drizzle-kit": "^0.30.1",
|
||||
"eslint": "^9.17.0",
|
||||
|
|
102
yarn.lock
102
yarn.lock
|
@ -980,24 +980,24 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:^8.19.0":
|
||||
version: 8.19.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:8.19.0"
|
||||
"@typescript-eslint/eslint-plugin@npm:^8.19.1":
|
||||
version: 8.19.1
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:8.19.1"
|
||||
dependencies:
|
||||
"@eslint-community/regexpp": "npm:^4.10.0"
|
||||
"@typescript-eslint/scope-manager": "npm:8.19.0"
|
||||
"@typescript-eslint/type-utils": "npm:8.19.0"
|
||||
"@typescript-eslint/utils": "npm:8.19.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.19.0"
|
||||
"@typescript-eslint/scope-manager": "npm:8.19.1"
|
||||
"@typescript-eslint/type-utils": "npm:8.19.1"
|
||||
"@typescript-eslint/utils": "npm:8.19.1"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.19.1"
|
||||
graphemer: "npm:^1.4.0"
|
||||
ignore: "npm:^5.3.1"
|
||||
natural-compare: "npm:^1.4.0"
|
||||
ts-api-utils: "npm:^1.3.0"
|
||||
ts-api-utils: "npm:^2.0.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/ceaa5063b68684b5608950b5e69f0caf1eadfc356cba82625240d6aae55f769faff599c38d35252dcb77a40d92e6fbf6d6264bc0c577d5c549da25061c3bd796
|
||||
checksum: 10c0/993784b04533b13c3f3919c793cfc3a369fa61692e1a2d72de6fba27df247c275d852cdcbc4e393c310b73fce8d34d210a9b632b66f4d761a1a3b4781f8fa93f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -1017,16 +1017,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/scope-manager@npm:8.19.0":
|
||||
version: 8.19.0
|
||||
resolution: "@typescript-eslint/scope-manager@npm:8.19.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.19.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.19.0"
|
||||
checksum: 10c0/5052863d00db7ae939de27e91dc6c92df3c37a877e1ff44015ae9aa754d419b44d97d98b25fbb30a80dc58cf92606dad599e27f32b86d20c13b77ac12b4f2abc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/scope-manager@npm:8.19.1":
|
||||
version: 8.19.1
|
||||
resolution: "@typescript-eslint/scope-manager@npm:8.19.1"
|
||||
|
@ -1037,25 +1027,18 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:8.19.0":
|
||||
version: 8.19.0
|
||||
resolution: "@typescript-eslint/type-utils@npm:8.19.0"
|
||||
"@typescript-eslint/type-utils@npm:8.19.1":
|
||||
version: 8.19.1
|
||||
resolution: "@typescript-eslint/type-utils@npm:8.19.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/typescript-estree": "npm:8.19.0"
|
||||
"@typescript-eslint/utils": "npm:8.19.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.19.1"
|
||||
"@typescript-eslint/utils": "npm:8.19.1"
|
||||
debug: "npm:^4.3.4"
|
||||
ts-api-utils: "npm:^1.3.0"
|
||||
ts-api-utils: "npm:^2.0.0"
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: ">=4.8.4 <5.8.0"
|
||||
checksum: 10c0/5a460b4d26fd68ded3567390cbac310500e94e9c69583fda3fb9930877663719e6831699bb6d85de6b940bcb7951a51ab1ef67c5fea8b76a13ea3a3783bbae28
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:8.19.0":
|
||||
version: 8.19.0
|
||||
resolution: "@typescript-eslint/types@npm:8.19.0"
|
||||
checksum: 10c0/0062e7dce5f374e293c97f1f50fe450187f6b0eaf4971c818e18ef2f6baf4e9aa4e8605fba8d8fc464a504ee1130527b71ecb39d31687c31825942b9f569d902
|
||||
checksum: 10c0/757592b515beec58c079c605aa648ba94d985ae48ba40460034e849c7bc2b603b1da6113e59688e284608c9d5ccaa27adf0a14fb032cb1782200c6acae51ddd2
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -1066,24 +1049,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:8.19.0":
|
||||
version: 8.19.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:8.19.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.19.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.19.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/ff47004588e8ff585af740b3e0bda07dc52310dbfeb2317eb4a723935740cf0c1953fc9ba57f14cf192bcfe373c46be833ba29d3303df8b501181bb852c7b822
|
||||
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"
|
||||
|
@ -1102,28 +1067,18 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:8.19.0":
|
||||
version: 8.19.0
|
||||
resolution: "@typescript-eslint/utils@npm:8.19.0"
|
||||
"@typescript-eslint/utils@npm:8.19.1":
|
||||
version: 8.19.1
|
||||
resolution: "@typescript-eslint/utils@npm:8.19.1"
|
||||
dependencies:
|
||||
"@eslint-community/eslint-utils": "npm:^4.4.0"
|
||||
"@typescript-eslint/scope-manager": "npm:8.19.0"
|
||||
"@typescript-eslint/types": "npm:8.19.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.19.0"
|
||||
"@typescript-eslint/scope-manager": "npm:8.19.1"
|
||||
"@typescript-eslint/types": "npm:8.19.1"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.19.1"
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: ">=4.8.4 <5.8.0"
|
||||
checksum: 10c0/7731f7fb66d54491769ca68fd04728138ceb6b785778ad491f8e9b2147802fa0ff480e520f6ea5fb73c8484d13a2ed3e35d44635f5bf4cfbdb04c313154097a9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:8.19.0":
|
||||
version: 8.19.0
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:8.19.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.19.0"
|
||||
eslint-visitor-keys: "npm:^4.2.0"
|
||||
checksum: 10c0/a293def05018bb2259506e23cd8f14349f4386d0e51231893fbddf96ef73c219d5f9fe17b82e3c104f5c23956dbd9b87af3cff5e84b887af243139a3b4bbbe0d
|
||||
checksum: 10c0/f7d2fe9a2bd8cb3ae6fafe5e465882a6784b2acf81d43d194c579381b92651c2ffc0fca69d2a35eee119f539622752a0e9ec063aaec7576d5d2bfe68b441980d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -3083,7 +3038,7 @@ __metadata:
|
|||
"@microsoft/eslint-formatter-sarif": "npm:^3.1.0"
|
||||
"@types/node": "npm:^22.10.5"
|
||||
"@types/pg": "npm:^8.11.10"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^8.19.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^8.19.1"
|
||||
"@typescript-eslint/parser": "npm:^8.19.1"
|
||||
discord.js: "npm:^14.17.2"
|
||||
drizzle-kit: "npm:^0.30.1"
|
||||
|
@ -3454,15 +3409,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ts-api-utils@npm:^1.3.0":
|
||||
version: 1.4.0
|
||||
resolution: "ts-api-utils@npm:1.4.0"
|
||||
peerDependencies:
|
||||
typescript: ">=4.2.0"
|
||||
checksum: 10c0/1b2bfa50ea52771d564bb143bb69010d25cda03ed573095fbac9b86f717012426443af6647e00e3db70fca60360482a30c1be7cf73c3521c321f6bf5e3594ea0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ts-api-utils@npm:^2.0.0":
|
||||
version: 2.0.0
|
||||
resolution: "ts-api-utils@npm:2.0.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue