Skip to content

Commit cce1366

Browse files
build(deps-dev): bump @typescript-eslint/eslint-plugin (#1618)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b7331dc commit cce1366

File tree

2 files changed

+25
-79
lines changed

2 files changed

+25
-79
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@babel/core": "^7.26.0",
3636
"@types/jest": "^29.5.14",
37-
"@typescript-eslint/eslint-plugin": "^8.19.0",
37+
"@typescript-eslint/eslint-plugin": "^8.19.1",
3838
"@typescript-eslint/parser": "^8.19.1",
3939
"@vue/babel-preset-app": "^5.0.8",
4040
"@vue/cli-plugin-babel": "^5.0.8",

yarn.lock

+24-78
Original file line numberDiff line numberDiff line change
@@ -3395,24 +3395,24 @@ __metadata:
33953395
languageName: node
33963396
linkType: hard
33973397

3398-
"@typescript-eslint/eslint-plugin@npm:^8.19.0":
3399-
version: 8.19.0
3400-
resolution: "@typescript-eslint/eslint-plugin@npm:8.19.0"
3398+
"@typescript-eslint/eslint-plugin@npm:^8.19.1":
3399+
version: 8.19.1
3400+
resolution: "@typescript-eslint/eslint-plugin@npm:8.19.1"
34013401
dependencies:
34023402
"@eslint-community/regexpp": "npm:^4.10.0"
3403-
"@typescript-eslint/scope-manager": "npm:8.19.0"
3404-
"@typescript-eslint/type-utils": "npm:8.19.0"
3405-
"@typescript-eslint/utils": "npm:8.19.0"
3406-
"@typescript-eslint/visitor-keys": "npm:8.19.0"
3403+
"@typescript-eslint/scope-manager": "npm:8.19.1"
3404+
"@typescript-eslint/type-utils": "npm:8.19.1"
3405+
"@typescript-eslint/utils": "npm:8.19.1"
3406+
"@typescript-eslint/visitor-keys": "npm:8.19.1"
34073407
graphemer: "npm:^1.4.0"
34083408
ignore: "npm:^5.3.1"
34093409
natural-compare: "npm:^1.4.0"
3410-
ts-api-utils: "npm:^1.3.0"
3410+
ts-api-utils: "npm:^2.0.0"
34113411
peerDependencies:
34123412
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
34133413
eslint: ^8.57.0 || ^9.0.0
34143414
typescript: ">=4.8.4 <5.8.0"
3415-
checksum: 10/9b12f1e0708d5f5a0a6819119d6c98bc21c5d9b2b589ecaad6b7fdb50bcf6444b52ea3ed227ffe90d90422a957d3aa30b8ab95f10d0d4d2829996fa1152d0762
3415+
checksum: 10/c9a6d3181ec01068075b85ad3ac454910b4452281d60c775cc7229827f6d6a076b7336f5f07a7ad89bf08b3224f6a49aa20342b9438702393bee0aa7315d23b2
34163416
languageName: node
34173417
linkType: hard
34183418

@@ -3460,16 +3460,6 @@ __metadata:
34603460
languageName: node
34613461
linkType: hard
34623462

3463-
"@typescript-eslint/scope-manager@npm:8.19.0":
3464-
version: 8.19.0
3465-
resolution: "@typescript-eslint/scope-manager@npm:8.19.0"
3466-
dependencies:
3467-
"@typescript-eslint/types": "npm:8.19.0"
3468-
"@typescript-eslint/visitor-keys": "npm:8.19.0"
3469-
checksum: 10/ab7f72533c62b6e7c87e4c91c187098e1026a8d67044c2a8376affede949c7c2f3d1b4bec0047d4001cd16c3a30db0b01672f596ef284d12b143cd4a984cdfdc
3470-
languageName: node
3471-
linkType: hard
3472-
34733463
"@typescript-eslint/scope-manager@npm:8.19.1":
34743464
version: 8.19.1
34753465
resolution: "@typescript-eslint/scope-manager@npm:8.19.1"
@@ -3497,18 +3487,18 @@ __metadata:
34973487
languageName: node
34983488
linkType: hard
34993489

3500-
"@typescript-eslint/type-utils@npm:8.19.0":
3501-
version: 8.19.0
3502-
resolution: "@typescript-eslint/type-utils@npm:8.19.0"
3490+
"@typescript-eslint/type-utils@npm:8.19.1":
3491+
version: 8.19.1
3492+
resolution: "@typescript-eslint/type-utils@npm:8.19.1"
35033493
dependencies:
3504-
"@typescript-eslint/typescript-estree": "npm:8.19.0"
3505-
"@typescript-eslint/utils": "npm:8.19.0"
3494+
"@typescript-eslint/typescript-estree": "npm:8.19.1"
3495+
"@typescript-eslint/utils": "npm:8.19.1"
35063496
debug: "npm:^4.3.4"
3507-
ts-api-utils: "npm:^1.3.0"
3497+
ts-api-utils: "npm:^2.0.0"
35083498
peerDependencies:
35093499
eslint: ^8.57.0 || ^9.0.0
35103500
typescript: ">=4.8.4 <5.8.0"
3511-
checksum: 10/c8fc5ca2a3f0b701389a2c45ee1ebc5ca211769164b822d54af873a7f1735a160845fcdd14a988a547dda12e1a3249ecef5bc381a1d067b1ab9e6bbf6398f509
3501+
checksum: 10/123ecda88b057d6a4b68226701f435661440a420fda88cba60b49d7fb3e4f49483164ff174f259e28c0beabb0ed04500462a20faefd78331ba202bf54b01e3ef
35123502
languageName: node
35133503
linkType: hard
35143504

@@ -3519,13 +3509,6 @@ __metadata:
35193509
languageName: node
35203510
linkType: hard
35213511

3522-
"@typescript-eslint/types@npm:8.19.0":
3523-
version: 8.19.0
3524-
resolution: "@typescript-eslint/types@npm:8.19.0"
3525-
checksum: 10/1bf02b6fcae72ccd60bbd9858e8e13ff49332bb819e9479d48b081026b62512baa8f72f2123bb3abdf816cc667aae25b311db941bee737afad6118189f761a17
3526-
languageName: node
3527-
linkType: hard
3528-
35293512
"@typescript-eslint/types@npm:8.19.1":
35303513
version: 8.19.1
35313514
resolution: "@typescript-eslint/types@npm:8.19.1"
@@ -3552,24 +3535,6 @@ __metadata:
35523535
languageName: node
35533536
linkType: hard
35543537

3555-
"@typescript-eslint/typescript-estree@npm:8.19.0":
3556-
version: 8.19.0
3557-
resolution: "@typescript-eslint/typescript-estree@npm:8.19.0"
3558-
dependencies:
3559-
"@typescript-eslint/types": "npm:8.19.0"
3560-
"@typescript-eslint/visitor-keys": "npm:8.19.0"
3561-
debug: "npm:^4.3.4"
3562-
fast-glob: "npm:^3.3.2"
3563-
is-glob: "npm:^4.0.3"
3564-
minimatch: "npm:^9.0.4"
3565-
semver: "npm:^7.6.0"
3566-
ts-api-utils: "npm:^1.3.0"
3567-
peerDependencies:
3568-
typescript: ">=4.8.4 <5.8.0"
3569-
checksum: 10/6d396f82079f67d32a5ef644767697e8bbd79d166cc5ea034dcc2b146a62744de91d87885495ecfe3d9a0de98413e4dbb618b76bd657377df174cd2d12bab863
3570-
languageName: node
3571-
linkType: hard
3572-
35733538
"@typescript-eslint/typescript-estree@npm:8.19.1":
35743539
version: 8.19.1
35753540
resolution: "@typescript-eslint/typescript-estree@npm:8.19.1"
@@ -3605,18 +3570,18 @@ __metadata:
36053570
languageName: node
36063571
linkType: hard
36073572

3608-
"@typescript-eslint/utils@npm:8.19.0":
3609-
version: 8.19.0
3610-
resolution: "@typescript-eslint/utils@npm:8.19.0"
3573+
"@typescript-eslint/utils@npm:8.19.1":
3574+
version: 8.19.1
3575+
resolution: "@typescript-eslint/utils@npm:8.19.1"
36113576
dependencies:
36123577
"@eslint-community/eslint-utils": "npm:^4.4.0"
3613-
"@typescript-eslint/scope-manager": "npm:8.19.0"
3614-
"@typescript-eslint/types": "npm:8.19.0"
3615-
"@typescript-eslint/typescript-estree": "npm:8.19.0"
3578+
"@typescript-eslint/scope-manager": "npm:8.19.1"
3579+
"@typescript-eslint/types": "npm:8.19.1"
3580+
"@typescript-eslint/typescript-estree": "npm:8.19.1"
36163581
peerDependencies:
36173582
eslint: ^8.57.0 || ^9.0.0
36183583
typescript: ">=4.8.4 <5.8.0"
3619-
checksum: 10/e57f5e5d6fc00be3596f58be77904b66079f67a61effa633372ebcc92a0b6090f71183b3be145c55b5a5ab8f0536f98f0034c4d9a8031c1422e4e2753b97fd21
3584+
checksum: 10/bb92116a53fe143ee87e830941afb21d4222a64ca3f2b6dac5c2d9984f981408e60e52b04c32d95208896075ac222fb4ee631c5b0c4826b87d4bd8091c421ab1
36203585
languageName: node
36213586
linkType: hard
36223587

@@ -3630,16 +3595,6 @@ __metadata:
36303595
languageName: node
36313596
linkType: hard
36323597

3633-
"@typescript-eslint/visitor-keys@npm:8.19.0":
3634-
version: 8.19.0
3635-
resolution: "@typescript-eslint/visitor-keys@npm:8.19.0"
3636-
dependencies:
3637-
"@typescript-eslint/types": "npm:8.19.0"
3638-
eslint-visitor-keys: "npm:^4.2.0"
3639-
checksum: 10/065b95253be57cf5e8f15ebb09dbcb70e97cd37d238a6cf3d4be3c7bc42e94d77a062e8f97a2333a2e03eb58c736c00ec0ab3b7a1bddfef30387eb167776116e
3640-
languageName: node
3641-
linkType: hard
3642-
36433598
"@typescript-eslint/visitor-keys@npm:8.19.1":
36443599
version: 8.19.1
36453600
resolution: "@typescript-eslint/visitor-keys@npm:8.19.1"
@@ -11277,7 +11232,7 @@ __metadata:
1127711232
"@oruga-ui/oruga-next": "npm:^0.9.3"
1127811233
"@oruga-ui/theme-bulma": "npm:^0.5.2"
1127911234
"@types/jest": "npm:^29.5.14"
11280-
"@typescript-eslint/eslint-plugin": "npm:^8.19.0"
11235+
"@typescript-eslint/eslint-plugin": "npm:^8.19.1"
1128111236
"@typescript-eslint/parser": "npm:^8.19.1"
1128211237
"@vue/babel-preset-app": "npm:^5.0.8"
1128311238
"@vue/cli-plugin-babel": "npm:^5.0.8"
@@ -14272,15 +14227,6 @@ __metadata:
1427214227
languageName: node
1427314228
linkType: hard
1427414229

14275-
"ts-api-utils@npm:^1.3.0":
14276-
version: 1.3.0
14277-
resolution: "ts-api-utils@npm:1.3.0"
14278-
peerDependencies:
14279-
typescript: ">=4.2.0"
14280-
checksum: 10/3ee44faa24410cd649b5c864e068d438aa437ef64e9e4a66a41646a6d3024d3097a695eeb3fb26ee364705d3cb9653a65756d009e6a53badb6066a5f447bf7ed
14281-
languageName: node
14282-
linkType: hard
14283-
1428414230
"ts-api-utils@npm:^2.0.0":
1428514231
version: 2.0.0
1428614232
resolution: "ts-api-utils@npm:2.0.0"

0 commit comments

Comments
 (0)