Skip to content

Commit f7015b3

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

File tree

1 file changed

+50
-10
lines changed

1 file changed

+50
-10
lines changed

yarn.lock

Lines changed: 50 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,9 +1668,9 @@
16681668
p-map "^4.0.0"
16691669

16701670
"@stylistic/eslint-plugin@^3.0.0":
1671-
version "3.0.1"
1672-
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-3.0.1.tgz#ec85816a3b4e75c34293160b2784e6a4bdce6664"
1673-
integrity sha512-rQ3tcT5N2cynofJfbjUsnL4seoewTaOVBLyUEwtNldo7iNMPo3h/GUQk+Cl3iHEWwRxjq2wuH6q0FufQrbVL1A==
1671+
version "3.1.0"
1672+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-3.1.0.tgz#a9f655c518f76bfc5feb46b467d0f06e511b289d"
1673+
integrity sha512-pA6VOrOqk0+S8toJYhQGv2MWpQQR0QpeUo9AhNkC49Y26nxBQ/nH1rta9bUU1rPw2fJ1zZEMV5oCX5AazT7J2g==
16741674
dependencies:
16751675
"@typescript-eslint/utils" "^8.13.0"
16761676
eslint-visitor-keys "^4.2.0"
@@ -1929,6 +1929,14 @@
19291929
"@typescript-eslint/types" "8.23.0"
19301930
"@typescript-eslint/visitor-keys" "8.23.0"
19311931

1932+
"@typescript-eslint/scope-manager@8.24.1":
1933+
version "8.24.1"
1934+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.24.1.tgz#1e1e76ec4560aa85077ab36deb9b2bead4ae124e"
1935+
integrity sha512-OdQr6BNBzwRjNEXMQyaGyZzgg7wzjYKfX2ZBV3E04hUCBDv3GQCHiz9RpqdUIiVrMgJGkXm3tcEh4vFSHreS2Q==
1936+
dependencies:
1937+
"@typescript-eslint/types" "8.24.1"
1938+
"@typescript-eslint/visitor-keys" "8.24.1"
1939+
19321940
"@typescript-eslint/type-utils@8.23.0":
19331941
version "8.23.0"
19341942
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.23.0.tgz#271e1eecece072d92679dfda5ccfceac3faa9f76"
@@ -1949,6 +1957,11 @@
19491957
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.23.0.tgz#3355f6bcc5ebab77ef6dcbbd1113ec0a683a234a"
19501958
integrity sha512-1sK4ILJbCmZOTt9k4vkoulT6/y5CHJ1qUYxqpF1K/DBAd8+ZUL4LlSCxOssuH5m4rUaaN0uS0HlVPvd45zjduQ==
19511959

1960+
"@typescript-eslint/types@8.24.1":
1961+
version "8.24.1"
1962+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.1.tgz#8777a024f3afc4ace5e48f9a804309c6dd38f95a"
1963+
integrity sha512-9kqJ+2DkUXiuhoiYIUvIYjGcwle8pcPpdlfkemGvTObzgmYfJ5d0Qm6jwb4NBXP9W1I5tss0VIAnWFumz3mC5A==
1964+
19521965
"@typescript-eslint/typescript-estree@8.21.0":
19531966
version "8.21.0"
19541967
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.21.0.tgz#5ce71acdbed3b97b959f6168afba5a03c88f69a9"
@@ -1977,6 +1990,20 @@
19771990
semver "^7.6.0"
19781991
ts-api-utils "^2.0.1"
19791992

1993+
"@typescript-eslint/typescript-estree@8.24.1":
1994+
version "8.24.1"
1995+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.1.tgz#3bb479401f8bd471b3c6dd3db89e7256977c54db"
1996+
integrity sha512-UPyy4MJ/0RE648DSKQe9g0VDSehPINiejjA6ElqnFaFIhI6ZEiZAkUI0D5MCk0bQcTf/LVqZStvQ6K4lPn/BRg==
1997+
dependencies:
1998+
"@typescript-eslint/types" "8.24.1"
1999+
"@typescript-eslint/visitor-keys" "8.24.1"
2000+
debug "^4.3.4"
2001+
fast-glob "^3.3.2"
2002+
is-glob "^4.0.3"
2003+
minimatch "^9.0.4"
2004+
semver "^7.6.0"
2005+
ts-api-utils "^2.0.1"
2006+
19802007
"@typescript-eslint/utils@8.23.0":
19812008
version "8.23.0"
19822009
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.23.0.tgz#b269cbdc77129fd6e0e600b168b5ef740a625554"
@@ -1987,7 +2014,7 @@
19872014
"@typescript-eslint/types" "8.23.0"
19882015
"@typescript-eslint/typescript-estree" "8.23.0"
19892016

1990-
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.13.0":
2017+
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
19912018
version "8.21.0"
19922019
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.21.0.tgz#bc4874fbc30feb3298b926e3b03d94570b3999c5"
19932020
integrity sha512-xcXBfcq0Kaxgj7dwejMbFyq7IOHgpNMtVuDveK7w3ZGwG9owKzhALVwKpTF2yrZmEwl9SWdetf3fxNzJQaVuxw==
@@ -1997,6 +2024,16 @@
19972024
"@typescript-eslint/types" "8.21.0"
19982025
"@typescript-eslint/typescript-estree" "8.21.0"
19992026

2027+
"@typescript-eslint/utils@^8.13.0":
2028+
version "8.24.1"
2029+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.1.tgz#08d14eac33cfb3456feeee5a275b8ad3349e52ed"
2030+
integrity sha512-OOcg3PMMQx9EXspId5iktsI3eMaXVwlhC8BvNnX6B5w9a4dVgpkQZuU8Hy67TolKcl+iFWq0XX+jbDGN4xWxjQ==
2031+
dependencies:
2032+
"@eslint-community/eslint-utils" "^4.4.0"
2033+
"@typescript-eslint/scope-manager" "8.24.1"
2034+
"@typescript-eslint/types" "8.24.1"
2035+
"@typescript-eslint/typescript-estree" "8.24.1"
2036+
20002037
"@typescript-eslint/visitor-keys@8.21.0":
20012038
version "8.21.0"
20022039
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.21.0.tgz#a89744c4cdc83b5c761eb5878befe6c33d1481b2"
@@ -2013,6 +2050,14 @@
20132050
"@typescript-eslint/types" "8.23.0"
20142051
eslint-visitor-keys "^4.2.0"
20152052

2053+
"@typescript-eslint/visitor-keys@8.24.1":
2054+
version "8.24.1"
2055+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.1.tgz#8bdfe47a89195344b34eb21ef61251562148202b"
2056+
integrity sha512-EwVHlp5l+2vp8CoqJm9KikPZgi3gbdZAtabKT9KPShGeOcJhsv4Zdo3oc8T8I0uKEmYoU4ItyxbptjF08enaxg==
2057+
dependencies:
2058+
"@typescript-eslint/types" "8.24.1"
2059+
eslint-visitor-keys "^4.2.0"
2060+
20162061
"@ungap/structured-clone@^1.2.0":
20172062
version "1.2.0"
20182063
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -6142,12 +6187,7 @@ tr46@~0.0.3:
61426187
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
61436188
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
61446189

6145-
ts-api-utils@^2.0.0:
6146-
version "2.0.0"
6147-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900"
6148-
integrity sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==
6149-
6150-
ts-api-utils@^2.0.1:
6190+
ts-api-utils@^2.0.0, ts-api-utils@^2.0.1:
61516191
version "2.0.1"
61526192
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
61536193
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==

0 commit comments

Comments
 (0)