Skip to content

Commit bd19430

Browse files
Update dependency @stylistic/eslint-plugin to v4.4.0 (#2359)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b4a23ff commit bd19430

1 file changed

Lines changed: 63 additions & 47 deletions

File tree

yarn.lock

Lines changed: 63 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -2035,11 +2035,11 @@
20352035
integrity sha512-R0YivtSwSQpNt5nPOi7YRTGlk6kpcz6/2/sAQZf6ZCU8vIGm1cBMo++6kkGQcDEumkwbmagxmLWinL9d1W5g3Q==
20362036

20372037
"@stylistic/eslint-plugin@^4.0.0":
2038-
version "4.2.0"
2039-
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-4.2.0.tgz#7860ea84aa7ee3b21757907b863eb62f4f8b0455"
2040-
integrity sha512-8hXezgz7jexGHdo5WN6JBEIPHCSFyyU4vgbxevu4YLVS5vl+sxqAAGyXSzfNDyR6xMNSH5H1x67nsXcYMOHtZA==
2038+
version "4.4.0"
2039+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-4.4.0.tgz#e1a3c9fd7109411d32dc0bcb575d2b4066fbbc63"
2040+
integrity sha512-bIh/d9X+OQLCAMdhHtps+frvyjvAM4B1YlSJzcEEhl7wXLIqPar3ngn9DrHhkBOrTA/z9J0bUMtctAspe0dxdQ==
20412041
dependencies:
2042-
"@typescript-eslint/utils" "^8.23.0"
2042+
"@typescript-eslint/utils" "^8.32.1"
20432043
eslint-visitor-keys "^4.2.0"
20442044
espree "^10.3.0"
20452045
estraverse "^5.3.0"
@@ -2295,13 +2295,14 @@
22952295
"@typescript-eslint/visitor-keys" "8.32.1"
22962296
debug "^4.3.4"
22972297

2298-
"@typescript-eslint/scope-manager@8.29.0":
2299-
version "8.29.0"
2300-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.29.0.tgz#8fd9872823aef65ff71d3f6d1ec9316ace0b6bf3"
2301-
integrity sha512-aO1PVsq7Gm+tcghabUpzEnVSFMCU4/nYIgC2GOatJcllvWfnhrgW0ZEbnTxm36QsikmCN1K/6ZgM7fok2I7xNw==
2298+
"@typescript-eslint/project-service@8.33.0":
2299+
version "8.33.0"
2300+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.33.0.tgz#71f37ef9010de47bf20963914743c5cbef851e08"
2301+
integrity sha512-d1hz0u9l6N+u/gcrk6s6gYdl7/+pp8yHheRTqP6X5hVDKALEaTn8WfGiit7G511yueBEL3OpOEpD+3/MBdoN+A==
23022302
dependencies:
2303-
"@typescript-eslint/types" "8.29.0"
2304-
"@typescript-eslint/visitor-keys" "8.29.0"
2303+
"@typescript-eslint/tsconfig-utils" "^8.33.0"
2304+
"@typescript-eslint/types" "^8.33.0"
2305+
debug "^4.3.4"
23052306

23062307
"@typescript-eslint/scope-manager@8.32.1":
23072308
version "8.32.1"
@@ -2311,6 +2312,19 @@
23112312
"@typescript-eslint/types" "8.32.1"
23122313
"@typescript-eslint/visitor-keys" "8.32.1"
23132314

2315+
"@typescript-eslint/scope-manager@8.33.0":
2316+
version "8.33.0"
2317+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.33.0.tgz#459cf0c49d410800b1a023b973c62d699b09bf4c"
2318+
integrity sha512-LMi/oqrzpqxyO72ltP+dBSP6V0xiUb4saY7WLtxSfiNEBI8m321LLVFU9/QDJxjDQG9/tjSqKz/E3380TEqSTw==
2319+
dependencies:
2320+
"@typescript-eslint/types" "8.33.0"
2321+
"@typescript-eslint/visitor-keys" "8.33.0"
2322+
2323+
"@typescript-eslint/tsconfig-utils@8.33.0", "@typescript-eslint/tsconfig-utils@^8.33.0":
2324+
version "8.33.0"
2325+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.0.tgz#316adab038bbdc43e448781d5a816c2973eab73e"
2326+
integrity sha512-sTkETlbqhEoiFmGr1gsdq5HyVbSOF0145SYDJ/EQmXHtKViCaGvnyLqWFFHtEXoS0J1yU8Wyou2UGmgW88fEug==
2327+
23142328
"@typescript-eslint/type-utils@8.32.1":
23152329
version "8.32.1"
23162330
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.1.tgz#b9292a45f69ecdb7db74d1696e57d1a89514d21e"
@@ -2321,29 +2335,15 @@
23212335
debug "^4.3.4"
23222336
ts-api-utils "^2.1.0"
23232337

2324-
"@typescript-eslint/types@8.29.0":
2325-
version "8.29.0"
2326-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.0.tgz#65add70ab4ef66beaa42a5addf87dab2b05b1f33"
2327-
integrity sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg==
2328-
23292338
"@typescript-eslint/types@8.32.1":
23302339
version "8.32.1"
23312340
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b"
23322341
integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==
23332342

2334-
"@typescript-eslint/typescript-estree@8.29.0":
2335-
version "8.29.0"
2336-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.0.tgz#d201a4f115327ec90496307c9958262285065b00"
2337-
integrity sha512-yOfen3jE9ISZR/hHpU/bmNvTtBW1NjRbkSFdZOksL1N+ybPEE7UVGMwqvS6CP022Rp00Sb0tdiIkhSCe6NI8ow==
2338-
dependencies:
2339-
"@typescript-eslint/types" "8.29.0"
2340-
"@typescript-eslint/visitor-keys" "8.29.0"
2341-
debug "^4.3.4"
2342-
fast-glob "^3.3.2"
2343-
is-glob "^4.0.3"
2344-
minimatch "^9.0.4"
2345-
semver "^7.6.0"
2346-
ts-api-utils "^2.0.1"
2343+
"@typescript-eslint/types@8.33.0", "@typescript-eslint/types@^8.33.0":
2344+
version "8.33.0"
2345+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.0.tgz#02a7dbba611a8abf1ad2a9e00f72f7b94b5ab0ee"
2346+
integrity sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg==
23472347

23482348
"@typescript-eslint/typescript-estree@8.32.1":
23492349
version "8.32.1"
@@ -2359,6 +2359,22 @@
23592359
semver "^7.6.0"
23602360
ts-api-utils "^2.1.0"
23612361

2362+
"@typescript-eslint/typescript-estree@8.33.0":
2363+
version "8.33.0"
2364+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.0.tgz#abcc1d3db75a8e9fd2e274ee8c4099fa2399abfd"
2365+
integrity sha512-vegY4FQoB6jL97Tu/lWRsAiUUp8qJTqzAmENH2k59SJhw0Th1oszb9Idq/FyyONLuNqT1OADJPXfyUNOR8SzAQ==
2366+
dependencies:
2367+
"@typescript-eslint/project-service" "8.33.0"
2368+
"@typescript-eslint/tsconfig-utils" "8.33.0"
2369+
"@typescript-eslint/types" "8.33.0"
2370+
"@typescript-eslint/visitor-keys" "8.33.0"
2371+
debug "^4.3.4"
2372+
fast-glob "^3.3.2"
2373+
is-glob "^4.0.3"
2374+
minimatch "^9.0.4"
2375+
semver "^7.6.0"
2376+
ts-api-utils "^2.1.0"
2377+
23622378
"@typescript-eslint/utils@8.32.1":
23632379
version "8.32.1"
23642380
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.1.tgz#4d6d5d29b9e519e9a85e9a74e9f7bdb58abe9704"
@@ -2369,23 +2385,15 @@
23692385
"@typescript-eslint/types" "8.32.1"
23702386
"@typescript-eslint/typescript-estree" "8.32.1"
23712387

2372-
"@typescript-eslint/utils@^8.23.0":
2373-
version "8.29.0"
2374-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.29.0.tgz#d6d22b19c8c4812a874f00341f686b45b9fe895f"
2375-
integrity sha512-gX/A0Mz9Bskm8avSWFcK0gP7cZpbY4AIo6B0hWYFCaIsz750oaiWR4Jr2CI+PQhfW1CpcQr9OlfPS+kMFegjXA==
2376-
dependencies:
2377-
"@eslint-community/eslint-utils" "^4.4.0"
2378-
"@typescript-eslint/scope-manager" "8.29.0"
2379-
"@typescript-eslint/types" "8.29.0"
2380-
"@typescript-eslint/typescript-estree" "8.29.0"
2381-
2382-
"@typescript-eslint/visitor-keys@8.29.0":
2383-
version "8.29.0"
2384-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.0.tgz#2356336c9efdc3597ffcd2aa1ce95432852b743d"
2385-
integrity sha512-Sne/pVz8ryR03NFK21VpN88dZ2FdQXOlq3VIklbrTYEt8yXtRFr9tvUhqvCeKjqYk5FSim37sHbooT6vzBTZcg==
2388+
"@typescript-eslint/utils@^8.32.1":
2389+
version "8.33.0"
2390+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.33.0.tgz#574ad5edee371077b9e28ca6fb804f2440f447c1"
2391+
integrity sha512-lPFuQaLA9aSNa7D5u2EpRiqdAUhzShwGg/nhpBlc4GR6kcTABttCuyjFs8BcEZ8VWrjCBof/bePhP3Q3fS+Yrw==
23862392
dependencies:
2387-
"@typescript-eslint/types" "8.29.0"
2388-
eslint-visitor-keys "^4.2.0"
2393+
"@eslint-community/eslint-utils" "^4.7.0"
2394+
"@typescript-eslint/scope-manager" "8.33.0"
2395+
"@typescript-eslint/types" "8.33.0"
2396+
"@typescript-eslint/typescript-estree" "8.33.0"
23892397

23902398
"@typescript-eslint/visitor-keys@8.32.1":
23912399
version "8.32.1"
@@ -2395,6 +2403,14 @@
23952403
"@typescript-eslint/types" "8.32.1"
23962404
eslint-visitor-keys "^4.2.0"
23972405

2406+
"@typescript-eslint/visitor-keys@8.33.0":
2407+
version "8.33.0"
2408+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.0.tgz#fbae16fd3594531f8cad95d421125d634e9974fe"
2409+
integrity sha512-7RW7CMYoskiz5OOGAWjJFxgb7c5UNjTG292gYhWeOAcFmYCtVCSqjqSBj5zMhxbXo2JOW95YYrUWJfU0zrpaGQ==
2410+
dependencies:
2411+
"@typescript-eslint/types" "8.33.0"
2412+
eslint-visitor-keys "^4.2.0"
2413+
23982414
"@ungap/structured-clone@^1.2.0":
23992415
version "1.2.0"
24002416
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -3285,7 +3301,7 @@ debounce-fn@^6.0.0:
32853301
dependencies:
32863302
mimic-function "^5.0.0"
32873303

3288-
debug@4, debug@^4.1.1, debug@^4.3.3, debug@^4.3.4, debug@^4.4.0:
3304+
debug@4, debug@^4.1.1, debug@^4.3.3, debug@^4.4.0:
32893305
version "4.4.0"
32903306
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
32913307
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
@@ -3299,7 +3315,7 @@ debug@^3.2.7:
32993315
dependencies:
33003316
ms "^2.1.1"
33013317

3302-
debug@^4.1.0, debug@^4.3.1, debug@^4.3.5:
3318+
debug@^4.1.0, debug@^4.3.1, debug@^4.3.4, debug@^4.3.5:
33033319
version "4.4.1"
33043320
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
33053321
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
@@ -7160,7 +7176,7 @@ truncate-utf8-bytes@^1.0.0:
71607176
dependencies:
71617177
utf8-byte-length "^1.0.1"
71627178

7163-
ts-api-utils@^2.0.1, ts-api-utils@^2.1.0:
7179+
ts-api-utils@^2.1.0:
71647180
version "2.1.0"
71657181
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
71667182
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==

0 commit comments

Comments
 (0)