Skip to content

Commit 10f2474

Browse files
authored
Merge pull request #99 from element-hq/renovate/major-eslint-stylistic-monorepo
2 parents 75acfa9 + 95bd97c commit 10f2474

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@element-hq/element-web-module-api": "*",
3030
"@element-hq/element-web-playwright-common": "*",
3131
"@playwright/test": "^1.52.0",
32-
"@stylistic/eslint-plugin": "^3.0.0",
32+
"@stylistic/eslint-plugin": "^5.0.0",
3333
"@types/node": "^22.12.0",
3434
"@typescript-eslint/eslint-plugin": "^8.22.0",
3535
"@typescript-eslint/parser": "^8.22.0",

yarn.lock

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@
705705
dependencies:
706706
eslint-visitor-keys "^3.4.3"
707707

708-
"@eslint-community/eslint-utils@^4.7.0":
708+
"@eslint-community/eslint-utils@^4.7.0", "@eslint-community/eslint-utils@^4.9.0":
709709
version "4.9.0"
710710
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
711711
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
@@ -1824,16 +1824,17 @@
18241824
ignore "^5.1.8"
18251825
p-map "^4.0.0"
18261826

1827-
"@stylistic/eslint-plugin@^3.0.0":
1828-
version "3.1.0"
1829-
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-3.1.0.tgz#a9f655c518f76bfc5feb46b467d0f06e511b289d"
1830-
integrity sha512-pA6VOrOqk0+S8toJYhQGv2MWpQQR0QpeUo9AhNkC49Y26nxBQ/nH1rta9bUU1rPw2fJ1zZEMV5oCX5AazT7J2g==
1827+
"@stylistic/eslint-plugin@^5.0.0":
1828+
version "5.4.0"
1829+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-5.4.0.tgz#4cd51beb5602a8978a9a956c3568180efffcabe5"
1830+
integrity sha512-UG8hdElzuBDzIbjG1QDwnYH0MQ73YLXDFHgZzB4Zh/YJfnw8XNsloVtytqzx0I2Qky9THSdpTmi8Vjn/pf/Lew==
18311831
dependencies:
1832-
"@typescript-eslint/utils" "^8.13.0"
1833-
eslint-visitor-keys "^4.2.0"
1834-
espree "^10.3.0"
1832+
"@eslint-community/eslint-utils" "^4.9.0"
1833+
"@typescript-eslint/types" "^8.44.0"
1834+
eslint-visitor-keys "^4.2.1"
1835+
espree "^10.4.0"
18351836
estraverse "^5.3.0"
1836-
picomatch "^4.0.2"
1837+
picomatch "^4.0.3"
18371838

18381839
18391840
version "8.0.0"
@@ -2181,7 +2182,7 @@
21812182
semver "^7.6.0"
21822183
ts-api-utils "^2.1.0"
21832184

2184-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.13.0":
2185+
"@typescript-eslint/[email protected]":
21852186
version "8.44.0"
21862187
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.44.0.tgz#2c0650a1e8a832ed15658e7ca3c7bd2818d92c7c"
21872188
integrity sha512-nktOlVcg3ALo0mYlV+L7sWUD58KG4CMj1rb2HUVOO4aL3K/6wcD+NERqd0rrA5Vg06b42YhF6cFxeixsp9Riqg==
@@ -3923,7 +3924,7 @@ eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
39233924
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
39243925
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
39253926

3926-
eslint-visitor-keys@^4.2.0, eslint-visitor-keys@^4.2.1:
3927+
eslint-visitor-keys@^4.2.1:
39273928
version "4.2.1"
39283929
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
39293930
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
@@ -3972,7 +3973,7 @@ eslint@^8.26.0:
39723973
strip-ansi "^6.0.1"
39733974
text-table "^0.2.0"
39743975

3975-
espree@^10.3.0:
3976+
espree@^10.4.0:
39763977
version "10.4.0"
39773978
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
39783979
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==

0 commit comments

Comments
 (0)