Skip to content

Commit 6a10c86

Browse files
Update dependency @stylistic/eslint-plugin to v3.1.0 (#29300)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6f9e3bf commit 6a10c86

1 file changed

Lines changed: 43 additions & 48 deletions

File tree

yarn.lock

Lines changed: 43 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2616,9 +2616,9 @@
26162616
p-map "^4.0.0"
26172617

26182618
"@stylistic/eslint-plugin@^3.0.0":
2619-
version "3.0.1"
2620-
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-3.0.1.tgz#ec85816a3b4e75c34293160b2784e6a4bdce6664"
2621-
integrity sha512-rQ3tcT5N2cynofJfbjUsnL4seoewTaOVBLyUEwtNldo7iNMPo3h/GUQk+Cl3iHEWwRxjq2wuH6q0FufQrbVL1A==
2619+
version "3.1.0"
2620+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-3.1.0.tgz#a9f655c518f76bfc5feb46b467d0f06e511b289d"
2621+
integrity sha512-pA6VOrOqk0+S8toJYhQGv2MWpQQR0QpeUo9AhNkC49Y26nxBQ/nH1rta9bUU1rPw2fJ1zZEMV5oCX5AazT7J2g==
26222622
dependencies:
26232623
"@typescript-eslint/utils" "^8.13.0"
26242624
eslint-visitor-keys "^4.2.0"
@@ -3404,14 +3404,6 @@
34043404
"@typescript-eslint/visitor-keys" "8.23.0"
34053405
debug "^4.3.4"
34063406

3407-
"@typescript-eslint/scope-manager@8.16.0":
3408-
version "8.16.0"
3409-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.16.0.tgz#ebc9a3b399a69a6052f3d88174456dd399ef5905"
3410-
integrity sha512-mwsZWubQvBki2t5565uxF0EYvG+FwdFb8bMtDuGQLdCCnGPrDEDvm1gtfynuKlnpzeBRqdFCkMf9jg1fnAK8sg==
3411-
dependencies:
3412-
"@typescript-eslint/types" "8.16.0"
3413-
"@typescript-eslint/visitor-keys" "8.16.0"
3414-
34153407
"@typescript-eslint/scope-manager@8.23.0":
34163408
version "8.23.0"
34173409
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.23.0.tgz#ee3bb7546421ca924b9b7a8b62a77d388193ddec"
@@ -3420,6 +3412,14 @@
34203412
"@typescript-eslint/types" "8.23.0"
34213413
"@typescript-eslint/visitor-keys" "8.23.0"
34223414

3415+
"@typescript-eslint/scope-manager@8.24.1":
3416+
version "8.24.1"
3417+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.24.1.tgz#1e1e76ec4560aa85077ab36deb9b2bead4ae124e"
3418+
integrity sha512-OdQr6BNBzwRjNEXMQyaGyZzgg7wzjYKfX2ZBV3E04hUCBDv3GQCHiz9RpqdUIiVrMgJGkXm3tcEh4vFSHreS2Q==
3419+
dependencies:
3420+
"@typescript-eslint/types" "8.24.1"
3421+
"@typescript-eslint/visitor-keys" "8.24.1"
3422+
34233423
"@typescript-eslint/type-utils@8.23.0":
34243424
version "8.23.0"
34253425
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.23.0.tgz#271e1eecece072d92679dfda5ccfceac3faa9f76"
@@ -3430,29 +3430,15 @@
34303430
debug "^4.3.4"
34313431
ts-api-utils "^2.0.1"
34323432

3433-
"@typescript-eslint/types@8.16.0":
3434-
version "8.16.0"
3435-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.16.0.tgz#49c92ae1b57942458ab83d9ec7ccab3005e64737"
3436-
integrity sha512-NzrHj6thBAOSE4d9bsuRNMvk+BvaQvmY4dDglgkgGC0EW/tB3Kelnp3tAKH87GEwzoxgeQn9fNGRyFJM/xd+GQ==
3437-
34383433
"@typescript-eslint/types@8.23.0":
34393434
version "8.23.0"
34403435
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.23.0.tgz#3355f6bcc5ebab77ef6dcbbd1113ec0a683a234a"
34413436
integrity sha512-1sK4ILJbCmZOTt9k4vkoulT6/y5CHJ1qUYxqpF1K/DBAd8+ZUL4LlSCxOssuH5m4rUaaN0uS0HlVPvd45zjduQ==
34423437

3443-
"@typescript-eslint/typescript-estree@8.16.0":
3444-
version "8.16.0"
3445-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.16.0.tgz#9d741e56e5b13469b5190e763432ce5551a9300c"
3446-
integrity sha512-E2+9IzzXMc1iaBy9zmo+UYvluE3TW7bCGWSF41hVWUE01o8nzr1rvOQYSxelxr6StUvRcTMe633eY8mXASMaNw==
3447-
dependencies:
3448-
"@typescript-eslint/types" "8.16.0"
3449-
"@typescript-eslint/visitor-keys" "8.16.0"
3450-
debug "^4.3.4"
3451-
fast-glob "^3.3.2"
3452-
is-glob "^4.0.3"
3453-
minimatch "^9.0.4"
3454-
semver "^7.6.0"
3455-
ts-api-utils "^1.3.0"
3438+
"@typescript-eslint/types@8.24.1":
3439+
version "8.24.1"
3440+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.1.tgz#8777a024f3afc4ace5e48f9a804309c6dd38f95a"
3441+
integrity sha512-9kqJ+2DkUXiuhoiYIUvIYjGcwle8pcPpdlfkemGvTObzgmYfJ5d0Qm6jwb4NBXP9W1I5tss0VIAnWFumz3mC5A==
34563442

34573443
"@typescript-eslint/typescript-estree@8.23.0":
34583444
version "8.23.0"
@@ -3468,6 +3454,20 @@
34683454
semver "^7.6.0"
34693455
ts-api-utils "^2.0.1"
34703456

3457+
"@typescript-eslint/typescript-estree@8.24.1":
3458+
version "8.24.1"
3459+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.1.tgz#3bb479401f8bd471b3c6dd3db89e7256977c54db"
3460+
integrity sha512-UPyy4MJ/0RE648DSKQe9g0VDSehPINiejjA6ElqnFaFIhI6ZEiZAkUI0D5MCk0bQcTf/LVqZStvQ6K4lPn/BRg==
3461+
dependencies:
3462+
"@typescript-eslint/types" "8.24.1"
3463+
"@typescript-eslint/visitor-keys" "8.24.1"
3464+
debug "^4.3.4"
3465+
fast-glob "^3.3.2"
3466+
is-glob "^4.0.3"
3467+
minimatch "^9.0.4"
3468+
semver "^7.6.0"
3469+
ts-api-utils "^2.0.1"
3470+
34713471
"@typescript-eslint/utils@8.23.0", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
34723472
version "8.23.0"
34733473
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.23.0.tgz#b269cbdc77129fd6e0e600b168b5ef740a625554"
@@ -3479,22 +3479,14 @@
34793479
"@typescript-eslint/typescript-estree" "8.23.0"
34803480

34813481
"@typescript-eslint/utils@^8.13.0":
3482-
version "8.16.0"
3483-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.16.0.tgz#c71264c437157feaa97842809836254a6fc833c3"
3484-
integrity sha512-C1zRy/mOL8Pj157GiX4kaw7iyRLKfJXBR3L82hk5kS/GyHcOFmy4YUq/zfZti72I9wnuQtA/+xzft4wCC8PJdA==
3482+
version "8.24.1"
3483+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.1.tgz#08d14eac33cfb3456feeee5a275b8ad3349e52ed"
3484+
integrity sha512-OOcg3PMMQx9EXspId5iktsI3eMaXVwlhC8BvNnX6B5w9a4dVgpkQZuU8Hy67TolKcl+iFWq0XX+jbDGN4xWxjQ==
34853485
dependencies:
34863486
"@eslint-community/eslint-utils" "^4.4.0"
3487-
"@typescript-eslint/scope-manager" "8.16.0"
3488-
"@typescript-eslint/types" "8.16.0"
3489-
"@typescript-eslint/typescript-estree" "8.16.0"
3490-
3491-
"@typescript-eslint/visitor-keys@8.16.0":
3492-
version "8.16.0"
3493-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.16.0.tgz#d5086afc060b01ff7a4ecab8d49d13d5a7b07705"
3494-
integrity sha512-pq19gbaMOmFE3CbL0ZB8J8BFCo2ckfHBfaIsaOZgBIF4EoISJIdLX5xRhd0FGB0LlHReNRuzoJoMGpTjq8F2CQ==
3495-
dependencies:
3496-
"@typescript-eslint/types" "8.16.0"
3497-
eslint-visitor-keys "^4.2.0"
3487+
"@typescript-eslint/scope-manager" "8.24.1"
3488+
"@typescript-eslint/types" "8.24.1"
3489+
"@typescript-eslint/typescript-estree" "8.24.1"
34983490

34993491
"@typescript-eslint/visitor-keys@8.23.0":
35003492
version "8.23.0"
@@ -3504,6 +3496,14 @@
35043496
"@typescript-eslint/types" "8.23.0"
35053497
eslint-visitor-keys "^4.2.0"
35063498

3499+
"@typescript-eslint/visitor-keys@8.24.1":
3500+
version "8.24.1"
3501+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.1.tgz#8bdfe47a89195344b34eb21ef61251562148202b"
3502+
integrity sha512-EwVHlp5l+2vp8CoqJm9KikPZgi3gbdZAtabKT9KPShGeOcJhsv4Zdo3oc8T8I0uKEmYoU4ItyxbptjF08enaxg==
3503+
dependencies:
3504+
"@typescript-eslint/types" "8.24.1"
3505+
eslint-visitor-keys "^4.2.0"
3506+
35073507
"@ungap/structured-clone@^1.2.0":
35083508
version "1.2.0"
35093509
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -12100,11 +12100,6 @@ truncate-utf8-bytes@^1.0.0:
1210012100
dependencies:
1210112101
utf8-byte-length "^1.0.1"
1210212102

12103-
ts-api-utils@^1.3.0:
12104-
version "1.4.3"
12105-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
12106-
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
12107-
1210812103
ts-api-utils@^2.0.1:
1210912104
version "2.0.1"
1211012105
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"

0 commit comments

Comments
 (0)