Skip to content

Commit 905df2f

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

File tree

2 files changed

+7
-52
lines changed

2 files changed

+7
-52
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@babel/preset-typescript": "^7.12.7",
8383
"@casualbot/jest-sonar-reporter": "2.2.7",
8484
"@peculiar/webcrypto": "^1.4.5",
85-
"@stylistic/eslint-plugin": "^3.0.0",
85+
"@stylistic/eslint-plugin": "^4.0.0",
8686
"@types/content-type": "^1.1.5",
8787
"@types/debug": "^4.1.7",
8888
"@types/jest": "^29.0.0",

yarn.lock

+6-51
Original file line numberDiff line numberDiff line change
@@ -1717,12 +1717,12 @@
17171717
ignore "^5.1.8"
17181718
p-map "^4.0.0"
17191719

1720-
"@stylistic/eslint-plugin@^3.0.0":
1721-
version "3.1.0"
1722-
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-3.1.0.tgz#a9f655c518f76bfc5feb46b467d0f06e511b289d"
1723-
integrity sha512-pA6VOrOqk0+S8toJYhQGv2MWpQQR0QpeUo9AhNkC49Y26nxBQ/nH1rta9bUU1rPw2fJ1zZEMV5oCX5AazT7J2g==
1720+
"@stylistic/eslint-plugin@^4.0.0":
1721+
version "4.2.0"
1722+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-4.2.0.tgz#7860ea84aa7ee3b21757907b863eb62f4f8b0455"
1723+
integrity sha512-8hXezgz7jexGHdo5WN6JBEIPHCSFyyU4vgbxevu4YLVS5vl+sxqAAGyXSzfNDyR6xMNSH5H1x67nsXcYMOHtZA==
17241724
dependencies:
1725-
"@typescript-eslint/utils" "^8.13.0"
1725+
"@typescript-eslint/utils" "^8.23.0"
17261726
eslint-visitor-keys "^4.2.0"
17271727
espree "^10.3.0"
17281728
estraverse "^5.3.0"
@@ -1963,14 +1963,6 @@
19631963
"@typescript-eslint/types" "8.21.0"
19641964
"@typescript-eslint/visitor-keys" "8.21.0"
19651965

1966-
"@typescript-eslint/[email protected]":
1967-
version "8.24.1"
1968-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.24.1.tgz#1e1e76ec4560aa85077ab36deb9b2bead4ae124e"
1969-
integrity sha512-OdQr6BNBzwRjNEXMQyaGyZzgg7wzjYKfX2ZBV3E04hUCBDv3GQCHiz9RpqdUIiVrMgJGkXm3tcEh4vFSHreS2Q==
1970-
dependencies:
1971-
"@typescript-eslint/types" "8.24.1"
1972-
"@typescript-eslint/visitor-keys" "8.24.1"
1973-
19741966
"@typescript-eslint/[email protected]":
19751967
version "8.26.0"
19761968
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.26.0.tgz#b06623fad54a3a77fadab5f652ef75ed3780b545"
@@ -1994,11 +1986,6 @@
19941986
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.21.0.tgz#58f30aec8db8212fd886835dc5969cdf47cb29f5"
19951987
integrity sha512-PAL6LUuQwotLW2a8VsySDBwYMm129vFm4tMVlylzdoTybTHaAi0oBp7Ac6LhSrHHOdLM3efH+nAR6hAWoMF89A==
19961988

1997-
"@typescript-eslint/[email protected]":
1998-
version "8.24.1"
1999-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.1.tgz#8777a024f3afc4ace5e48f9a804309c6dd38f95a"
2000-
integrity sha512-9kqJ+2DkUXiuhoiYIUvIYjGcwle8pcPpdlfkemGvTObzgmYfJ5d0Qm6jwb4NBXP9W1I5tss0VIAnWFumz3mC5A==
2001-
20021989
"@typescript-eslint/[email protected]":
20031990
version "8.26.0"
20041991
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.0.tgz#c4e93a8faf3a38a8d8adb007dc7834f1c89ee7bf"
@@ -2018,20 +2005,6 @@
20182005
semver "^7.6.0"
20192006
ts-api-utils "^2.0.0"
20202007

2021-
"@typescript-eslint/[email protected]":
2022-
version "8.24.1"
2023-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.1.tgz#3bb479401f8bd471b3c6dd3db89e7256977c54db"
2024-
integrity sha512-UPyy4MJ/0RE648DSKQe9g0VDSehPINiejjA6ElqnFaFIhI6ZEiZAkUI0D5MCk0bQcTf/LVqZStvQ6K4lPn/BRg==
2025-
dependencies:
2026-
"@typescript-eslint/types" "8.24.1"
2027-
"@typescript-eslint/visitor-keys" "8.24.1"
2028-
debug "^4.3.4"
2029-
fast-glob "^3.3.2"
2030-
is-glob "^4.0.3"
2031-
minimatch "^9.0.4"
2032-
semver "^7.6.0"
2033-
ts-api-utils "^2.0.1"
2034-
20352008
"@typescript-eslint/[email protected]":
20362009
version "8.26.0"
20372010
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.0.tgz#128972172005a7376e34ed2ecba4e29363b0cad1"
@@ -2046,7 +2019,7 @@
20462019
semver "^7.6.0"
20472020
ts-api-utils "^2.0.1"
20482021

2049-
"@typescript-eslint/[email protected]":
2022+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.23.0":
20502023
version "8.26.0"
20512024
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.0.tgz#845d20ed8378a5594e6445f54e53b972aee7b3e6"
20522025
integrity sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==
@@ -2066,16 +2039,6 @@
20662039
"@typescript-eslint/types" "8.21.0"
20672040
"@typescript-eslint/typescript-estree" "8.21.0"
20682041

2069-
"@typescript-eslint/utils@^8.13.0":
2070-
version "8.24.1"
2071-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.1.tgz#08d14eac33cfb3456feeee5a275b8ad3349e52ed"
2072-
integrity sha512-OOcg3PMMQx9EXspId5iktsI3eMaXVwlhC8BvNnX6B5w9a4dVgpkQZuU8Hy67TolKcl+iFWq0XX+jbDGN4xWxjQ==
2073-
dependencies:
2074-
"@eslint-community/eslint-utils" "^4.4.0"
2075-
"@typescript-eslint/scope-manager" "8.24.1"
2076-
"@typescript-eslint/types" "8.24.1"
2077-
"@typescript-eslint/typescript-estree" "8.24.1"
2078-
20792042
"@typescript-eslint/[email protected]":
20802043
version "8.21.0"
20812044
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.21.0.tgz#a89744c4cdc83b5c761eb5878befe6c33d1481b2"
@@ -2084,14 +2047,6 @@
20842047
"@typescript-eslint/types" "8.21.0"
20852048
eslint-visitor-keys "^4.2.0"
20862049

2087-
"@typescript-eslint/[email protected]":
2088-
version "8.24.1"
2089-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.1.tgz#8bdfe47a89195344b34eb21ef61251562148202b"
2090-
integrity sha512-EwVHlp5l+2vp8CoqJm9KikPZgi3gbdZAtabKT9KPShGeOcJhsv4Zdo3oc8T8I0uKEmYoU4ItyxbptjF08enaxg==
2091-
dependencies:
2092-
"@typescript-eslint/types" "8.24.1"
2093-
eslint-visitor-keys "^4.2.0"
2094-
20952050
"@typescript-eslint/[email protected]":
20962051
version "8.26.0"
20972052
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.0.tgz#a4876216756c69130ea958df3b77222c2ad95290"

0 commit comments

Comments
 (0)