Skip to content

Commit 3ed6f15

Browse files
Bump typescript-eslint from 8.46.2 to 8.47.0
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.46.2 to 8.47.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.47.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.47.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f15542a commit 3ed6f15

2 files changed

Lines changed: 34 additions & 119 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"globals": "^16.5.0",
6161
"jiti": "^2.6.1",
6262
"rimraf": "^6.0.1",
63-
"typescript-eslint": "^8.46.2"
63+
"typescript-eslint": "^8.47.0"
6464
},
6565
"packageManager": "yarn@4.2.2"
6666
}

yarn.lock

Lines changed: 33 additions & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ __metadata:
472472
globals: "npm:^16.5.0"
473473
jiti: "npm:^2.6.1"
474474
rimraf: "npm:^6.0.1"
475-
typescript-eslint: "npm:^8.46.2"
475+
typescript-eslint: "npm:^8.47.0"
476476
languageName: unknown
477477
linkType: soft
478478

@@ -3026,24 +3026,24 @@ __metadata:
30263026
languageName: node
30273027
linkType: hard
30283028

3029-
"@typescript-eslint/eslint-plugin@npm:8.46.2":
3030-
version: 8.46.2
3031-
resolution: "@typescript-eslint/eslint-plugin@npm:8.46.2"
3029+
"@typescript-eslint/eslint-plugin@npm:8.47.0":
3030+
version: 8.47.0
3031+
resolution: "@typescript-eslint/eslint-plugin@npm:8.47.0"
30323032
dependencies:
30333033
"@eslint-community/regexpp": "npm:^4.10.0"
3034-
"@typescript-eslint/scope-manager": "npm:8.46.2"
3035-
"@typescript-eslint/type-utils": "npm:8.46.2"
3036-
"@typescript-eslint/utils": "npm:8.46.2"
3037-
"@typescript-eslint/visitor-keys": "npm:8.46.2"
3034+
"@typescript-eslint/scope-manager": "npm:8.47.0"
3035+
"@typescript-eslint/type-utils": "npm:8.47.0"
3036+
"@typescript-eslint/utils": "npm:8.47.0"
3037+
"@typescript-eslint/visitor-keys": "npm:8.47.0"
30383038
graphemer: "npm:^1.4.0"
30393039
ignore: "npm:^7.0.0"
30403040
natural-compare: "npm:^1.4.0"
30413041
ts-api-utils: "npm:^2.1.0"
30423042
peerDependencies:
3043-
"@typescript-eslint/parser": ^8.46.2
3043+
"@typescript-eslint/parser": ^8.47.0
30443044
eslint: ^8.57.0 || ^9.0.0
30453045
typescript: ">=4.8.4 <6.0.0"
3046-
checksum: 10c0/24d1257bd023525754dc130e99bad1404c46f997729a060e3764b7f80dd43edcc43767b60fd89244cba82157918609e3922e408d0f7be4223e2056c1447fb387
3046+
checksum: 10c0/abd35affd21bc199e5e274b8e91e4225a127edf9cbe5047c465f859d7e393d07556ea42b40004e769ed59b18cfe25ab30942c854e23026d4f78d350eb71de03e
30473047
languageName: node
30483048
linkType: hard
30493049

@@ -3070,23 +3070,7 @@ __metadata:
30703070
languageName: node
30713071
linkType: hard
30723072

3073-
"@typescript-eslint/parser@npm:8.46.2":
3074-
version: 8.46.2
3075-
resolution: "@typescript-eslint/parser@npm:8.46.2"
3076-
dependencies:
3077-
"@typescript-eslint/scope-manager": "npm:8.46.2"
3078-
"@typescript-eslint/types": "npm:8.46.2"
3079-
"@typescript-eslint/typescript-estree": "npm:8.46.2"
3080-
"@typescript-eslint/visitor-keys": "npm:8.46.2"
3081-
debug: "npm:^4.3.4"
3082-
peerDependencies:
3083-
eslint: ^8.57.0 || ^9.0.0
3084-
typescript: ">=4.8.4 <6.0.0"
3085-
checksum: 10c0/9556bf8ec039c6d1751a37cf76cf70912e80dc45337731a304509309e67472c3f5b5abe6ac5021a7ae9361ea65b2e1f66b626603cecca6506a4533152a77b28f
3086-
languageName: node
3087-
linkType: hard
3088-
3089-
"@typescript-eslint/parser@npm:^8.47.0":
3073+
"@typescript-eslint/parser@npm:8.47.0, @typescript-eslint/parser@npm:^8.47.0":
30903074
version: 8.47.0
30913075
resolution: "@typescript-eslint/parser@npm:8.47.0"
30923076
dependencies:
@@ -3102,19 +3086,6 @@ __metadata:
31023086
languageName: node
31033087
linkType: hard
31043088

3105-
"@typescript-eslint/project-service@npm:8.46.2":
3106-
version: 8.46.2
3107-
resolution: "@typescript-eslint/project-service@npm:8.46.2"
3108-
dependencies:
3109-
"@typescript-eslint/tsconfig-utils": "npm:^8.46.2"
3110-
"@typescript-eslint/types": "npm:^8.46.2"
3111-
debug: "npm:^4.3.4"
3112-
peerDependencies:
3113-
typescript: ">=4.8.4 <6.0.0"
3114-
checksum: 10c0/03e87bcbca6af3f95bf54d4047a8b4d12434126c27d7312e804499a9459e1c847fe045f83fe8e3b22c3dc3925baad0aa2a1a5476d0d51f73a493dc5909a53dbf
3115-
languageName: node
3116-
linkType: hard
3117-
31183089
"@typescript-eslint/project-service@npm:8.46.4":
31193090
version: 8.46.4
31203091
resolution: "@typescript-eslint/project-service@npm:8.46.4"
@@ -3151,16 +3122,6 @@ __metadata:
31513122
languageName: node
31523123
linkType: hard
31533124

3154-
"@typescript-eslint/scope-manager@npm:8.46.2":
3155-
version: 8.46.2
3156-
resolution: "@typescript-eslint/scope-manager@npm:8.46.2"
3157-
dependencies:
3158-
"@typescript-eslint/types": "npm:8.46.2"
3159-
"@typescript-eslint/visitor-keys": "npm:8.46.2"
3160-
checksum: 10c0/42f52ee621a3a0ef2233e7d3384d9dbd76218f5c906a9cce3152a1f55c060a3d3614c7b8fff5270bdf48e8fcc003e732d3f003f283ea6fb204d64a2f6bb3ea9c
3161-
languageName: node
3162-
linkType: hard
3163-
31643125
"@typescript-eslint/scope-manager@npm:8.46.4":
31653126
version: 8.46.4
31663127
resolution: "@typescript-eslint/scope-manager@npm:8.46.4"
@@ -3181,15 +3142,6 @@ __metadata:
31813142
languageName: node
31823143
linkType: hard
31833144

3184-
"@typescript-eslint/tsconfig-utils@npm:8.46.2, @typescript-eslint/tsconfig-utils@npm:^8.46.2":
3185-
version: 8.46.2
3186-
resolution: "@typescript-eslint/tsconfig-utils@npm:8.46.2"
3187-
peerDependencies:
3188-
typescript: ">=4.8.4 <6.0.0"
3189-
checksum: 10c0/23e34ad296347417e42234945138022fb045d180fde69941483884a38e85fa55d5449420d2a660c0ebf1794a445add2f13e171c8dd64e4e83f594e2c4e35bf4d
3190-
languageName: node
3191-
linkType: hard
3192-
31933145
"@typescript-eslint/tsconfig-utils@npm:8.46.4":
31943146
version: 8.46.4
31953147
resolution: "@typescript-eslint/tsconfig-utils@npm:8.46.4"
@@ -3223,19 +3175,19 @@ __metadata:
32233175
languageName: node
32243176
linkType: hard
32253177

3226-
"@typescript-eslint/type-utils@npm:8.46.2":
3227-
version: 8.46.2
3228-
resolution: "@typescript-eslint/type-utils@npm:8.46.2"
3178+
"@typescript-eslint/type-utils@npm:8.47.0":
3179+
version: 8.47.0
3180+
resolution: "@typescript-eslint/type-utils@npm:8.47.0"
32293181
dependencies:
3230-
"@typescript-eslint/types": "npm:8.46.2"
3231-
"@typescript-eslint/typescript-estree": "npm:8.46.2"
3232-
"@typescript-eslint/utils": "npm:8.46.2"
3182+
"@typescript-eslint/types": "npm:8.47.0"
3183+
"@typescript-eslint/typescript-estree": "npm:8.47.0"
3184+
"@typescript-eslint/utils": "npm:8.47.0"
32333185
debug: "npm:^4.3.4"
32343186
ts-api-utils: "npm:^2.1.0"
32353187
peerDependencies:
32363188
eslint: ^8.57.0 || ^9.0.0
32373189
typescript: ">=4.8.4 <6.0.0"
3238-
checksum: 10c0/e12fc65e4b58c1ab6fe65f5486265b7afe9a9a6730e3529aca927ddfc22e5913eb28999fc83e68ea1b49097e1edbbae1f61dd724b0bb0e7586fb24ecda1d4938
3190+
checksum: 10c0/68311ad455ed7e6c86e5a561b1a54383b35bc6fec37a642afca1d72ddd74a944f3f5bea5aa493e161c0422f8042da442596455e451ef9204b1fce13a84b256e6
32393191
languageName: node
32403192
linkType: hard
32413193

@@ -3246,13 +3198,6 @@ __metadata:
32463198
languageName: node
32473199
linkType: hard
32483200

3249-
"@typescript-eslint/types@npm:8.46.2, @typescript-eslint/types@npm:^8.46.2":
3250-
version: 8.46.2
3251-
resolution: "@typescript-eslint/types@npm:8.46.2"
3252-
checksum: 10c0/611716bae2369a1b8001c7f6cc03c5ecadfb956643cbbe27269defd28a61d43fe52eda008d7a09568b0be50c502e8292bf767b246366004283476e9a971b6fbc
3253-
languageName: node
3254-
linkType: hard
3255-
32563201
"@typescript-eslint/types@npm:8.46.4":
32573202
version: 8.46.4
32583203
resolution: "@typescript-eslint/types@npm:8.46.4"
@@ -3286,26 +3231,6 @@ __metadata:
32863231
languageName: node
32873232
linkType: hard
32883233

3289-
"@typescript-eslint/typescript-estree@npm:8.46.2":
3290-
version: 8.46.2
3291-
resolution: "@typescript-eslint/typescript-estree@npm:8.46.2"
3292-
dependencies:
3293-
"@typescript-eslint/project-service": "npm:8.46.2"
3294-
"@typescript-eslint/tsconfig-utils": "npm:8.46.2"
3295-
"@typescript-eslint/types": "npm:8.46.2"
3296-
"@typescript-eslint/visitor-keys": "npm:8.46.2"
3297-
debug: "npm:^4.3.4"
3298-
fast-glob: "npm:^3.3.2"
3299-
is-glob: "npm:^4.0.3"
3300-
minimatch: "npm:^9.0.4"
3301-
semver: "npm:^7.6.0"
3302-
ts-api-utils: "npm:^2.1.0"
3303-
peerDependencies:
3304-
typescript: ">=4.8.4 <6.0.0"
3305-
checksum: 10c0/ad7dbf352982bc6e16473ef19fc7d209fffeb147a732db8a2464e0ec33e7fbbc24ce3f23d01bdf99d503626c582a476debf4c90c527d755eeb99b863476d9f5f
3306-
languageName: node
3307-
linkType: hard
3308-
33093234
"@typescript-eslint/typescript-estree@npm:8.46.4":
33103235
version: 8.46.4
33113236
resolution: "@typescript-eslint/typescript-estree@npm:8.46.4"
@@ -3360,18 +3285,18 @@ __metadata:
33603285
languageName: node
33613286
linkType: hard
33623287

3363-
"@typescript-eslint/utils@npm:8.46.2":
3364-
version: 8.46.2
3365-
resolution: "@typescript-eslint/utils@npm:8.46.2"
3288+
"@typescript-eslint/utils@npm:8.47.0":
3289+
version: 8.47.0
3290+
resolution: "@typescript-eslint/utils@npm:8.47.0"
33663291
dependencies:
33673292
"@eslint-community/eslint-utils": "npm:^4.7.0"
3368-
"@typescript-eslint/scope-manager": "npm:8.46.2"
3369-
"@typescript-eslint/types": "npm:8.46.2"
3370-
"@typescript-eslint/typescript-estree": "npm:8.46.2"
3293+
"@typescript-eslint/scope-manager": "npm:8.47.0"
3294+
"@typescript-eslint/types": "npm:8.47.0"
3295+
"@typescript-eslint/typescript-estree": "npm:8.47.0"
33713296
peerDependencies:
33723297
eslint: ^8.57.0 || ^9.0.0
33733298
typescript: ">=4.8.4 <6.0.0"
3374-
checksum: 10c0/600b70730077ed85a6e278e06771f3933cdafce242f979e4af1c1b41290bf1efb14d20823c25c38a3a792def69b18eb9410af28bb228fe86027ad7859753c62d
3299+
checksum: 10c0/8774f4e5748bdcefad32b4d06aee589208f4e78500c6c39bd6819b9602fc4212ed69fd774ccd2ad847f87a6bc0092d4db51e440668e7512d366969ab038a74f5
33753300
languageName: node
33763301
linkType: hard
33773302

@@ -3400,16 +3325,6 @@ __metadata:
34003325
languageName: node
34013326
linkType: hard
34023327

3403-
"@typescript-eslint/visitor-keys@npm:8.46.2":
3404-
version: 8.46.2
3405-
resolution: "@typescript-eslint/visitor-keys@npm:8.46.2"
3406-
dependencies:
3407-
"@typescript-eslint/types": "npm:8.46.2"
3408-
eslint-visitor-keys: "npm:^4.2.1"
3409-
checksum: 10c0/2067cd9a3c90b3817242cc49b5fa77428e1b92b28e16a12f45c2b399acbba7bd17e503553e5e68924e40078477a5c247dfa12e7709c24fe11c0b17a0c8486c33
3410-
languageName: node
3411-
linkType: hard
3412-
34133328
"@typescript-eslint/visitor-keys@npm:8.46.4":
34143329
version: 8.46.4
34153330
resolution: "@typescript-eslint/visitor-keys@npm:8.46.4"
@@ -9523,18 +9438,18 @@ __metadata:
95239438
languageName: node
95249439
linkType: hard
95259440

9526-
"typescript-eslint@npm:^8.46.2":
9527-
version: 8.46.2
9528-
resolution: "typescript-eslint@npm:8.46.2"
9441+
"typescript-eslint@npm:^8.47.0":
9442+
version: 8.47.0
9443+
resolution: "typescript-eslint@npm:8.47.0"
95299444
dependencies:
9530-
"@typescript-eslint/eslint-plugin": "npm:8.46.2"
9531-
"@typescript-eslint/parser": "npm:8.46.2"
9532-
"@typescript-eslint/typescript-estree": "npm:8.46.2"
9533-
"@typescript-eslint/utils": "npm:8.46.2"
9445+
"@typescript-eslint/eslint-plugin": "npm:8.47.0"
9446+
"@typescript-eslint/parser": "npm:8.47.0"
9447+
"@typescript-eslint/typescript-estree": "npm:8.47.0"
9448+
"@typescript-eslint/utils": "npm:8.47.0"
95349449
peerDependencies:
95359450
eslint: ^8.57.0 || ^9.0.0
95369451
typescript: ">=4.8.4 <6.0.0"
9537-
checksum: 10c0/9c1bef1887ee984e63cbf4f4321f22ed232b192597400b74220aaecd42235bccc3c7786e002d283f81e1a0812a1c6d83ea5860bffa5e87d119204ecb9db0296a
9452+
checksum: 10c0/701a3d24b6eac40e91aa4bc44e3068b79860e59dba5202aca9ba84c594fbbf8bd08cbd20900b303d818e385e7c4b76b33125ce7160cf11d153e360d094e08b7d
95389453
languageName: node
95399454
linkType: hard
95409455

0 commit comments

Comments
 (0)