Skip to content

Commit 73f47cc

Browse files
Update dependency @stylistic/eslint-plugin to v5
1 parent 5a0e62a commit 73f47cc

File tree

2 files changed

+25
-10
lines changed

2 files changed

+25
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@eslint-react/eslint-plugin": "^1.32.0",
33-
"@stylistic/eslint-plugin": "^4.0.0",
33+
"@stylistic/eslint-plugin": "^5.0.0",
3434
"@testing-library/dom": "^10.4.0",
3535
"@testing-library/jest-dom": "^6.6.3",
3636
"@testing-library/react": "^16.1.0",

yarn.lock

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,14 +1509,15 @@
15091509
dependencies:
15101510
"@sinonjs/commons" "^3.0.0"
15111511

1512-
"@stylistic/eslint-plugin@^4.0.0":
1513-
version "4.4.1"
1514-
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-4.4.1.tgz#410ac332887fb3d61cad1df4e6b55ae35d87c632"
1515-
integrity sha512-CEigAk7eOLyHvdgmpZsKFwtiqS2wFwI1fn4j09IU9GmD4euFM4jEBAViWeCqaNLlbX2k2+A/Fq9cje4HQBXuJQ==
1512+
"@stylistic/eslint-plugin@^5.0.0":
1513+
version "5.1.0"
1514+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-5.1.0.tgz#98769a3e6fc68d92deba20538341b0ea7923b3ce"
1515+
integrity sha512-TJRJul4u/lmry5N/kyCU+7RWWOk0wyXN+BncRlDYBqpLFnzXkd7QGVfN7KewarFIXv0IX0jSF/Ksu7aHWEDeuw==
15161516
dependencies:
1517-
"@typescript-eslint/utils" "^8.32.1"
1518-
eslint-visitor-keys "^4.2.0"
1519-
espree "^10.3.0"
1517+
"@eslint-community/eslint-utils" "^4.7.0"
1518+
"@typescript-eslint/types" "^8.34.1"
1519+
eslint-visitor-keys "^4.2.1"
1520+
espree "^10.4.0"
15201521
estraverse "^5.3.0"
15211522
picomatch "^4.0.2"
15221523

@@ -2089,7 +2090,7 @@
20892090
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.1.tgz#b693111bc2180f8098b68e9958cf63761657a55f"
20902091
integrity sha512-xid1WfizGhy/TKMTwhtVOgalHwPtV8T32MS9MaH50Cwvz6x6YqRIPdD2WvW0XaqOzTV9p5xdLY0h/ZusU5Lokg==
20912092

2092-
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.36.0":
2093+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.34.1", "@typescript-eslint/types@^8.36.0":
20932094
version "8.36.0"
20942095
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.36.0.tgz#d3d184adc2899e2912c13b17c1590486ef37c7ac"
20952096
integrity sha512-xGms6l5cTJKQPZOKM75Dl9yBfNdGeLRsIyufewnxT4vZTrjC0ImQT4fj8QmtJK84F58uSh5HVBSANwcfiXxABQ==
@@ -2126,7 +2127,7 @@
21262127
semver "^7.6.0"
21272128
ts-api-utils "^2.1.0"
21282129

2129-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.32.1", "@typescript-eslint/utils@^8.33.1":
2130+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.33.1":
21302131
version "8.33.1"
21312132
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.33.1.tgz#ea22f40d3553da090f928cf17907e963643d4b96"
21322133
integrity sha512-52HaBiEQUaRYqAXpfzWSR2U3gxk92Kw006+xZpElaPMg3C4PgM+A5LqwoQI1f9E5aZ/qlxAZxzm42WX+vn92SQ==
@@ -2285,6 +2286,11 @@ acorn@^8.14.0:
22852286
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.1.tgz#721d5dc10f7d5b5609a891773d47731796935dfb"
22862287
integrity sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==
22872288

2289+
acorn@^8.15.0:
2290+
version "8.15.0"
2291+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
2292+
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
2293+
22882294
agent-base@6:
22892295
version "6.0.2"
22902296
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
@@ -3359,6 +3365,15 @@ espree@^10.0.1, espree@^10.3.0:
33593365
acorn-jsx "^5.3.2"
33603366
eslint-visitor-keys "^4.2.0"
33613367

3368+
espree@^10.4.0:
3369+
version "10.4.0"
3370+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
3371+
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
3372+
dependencies:
3373+
acorn "^8.15.0"
3374+
acorn-jsx "^5.3.2"
3375+
eslint-visitor-keys "^4.2.1"
3376+
33623377
esprima@^4.0.0, esprima@^4.0.1:
33633378
version "4.0.1"
33643379
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"

0 commit comments

Comments
 (0)