Skip to content

Commit 8ba9fcb

Browse files
fix(deps): update dependency @stylistic/eslint-plugin to ~2.8.0 (#155)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c5a4f65 commit 8ba9fcb

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"license": "MIT",
1414
"dependencies": {
1515
"@next/eslint-plugin-next": "~14.2.2",
16-
"@stylistic/eslint-plugin": "~2.7.0",
16+
"@stylistic/eslint-plugin": "~2.8.0",
1717
"eslint-import-resolver-typescript": "~3.6.1",
1818
"eslint-plugin-cypress": "~3.5.0",
1919
"eslint-plugin-import-x": "~4.2.0",

yarn.lock

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -718,13 +718,12 @@
718718
dependencies:
719719
"@sinonjs/commons" "^3.0.0"
720720

721-
"@stylistic/eslint-plugin@~2.7.0":
722-
version "2.7.2"
723-
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-2.7.2.tgz#627dc1383214dab01150c9bd114d66335c2c2f5c"
724-
integrity sha512-3DVLU5HEuk2pQoBmXJlzvrxbKNpu2mJ0SRqz5O/CJjyNCr12ZiPcYMEtuArTyPOk5i7bsAU44nywh1rGfe3gKQ==
721+
"@stylistic/eslint-plugin@~2.8.0":
722+
version "2.8.0"
723+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-2.8.0.tgz#9fcbcf8b4b27cc3867eedce37b8c8fded1010107"
724+
integrity sha512-Ufvk7hP+bf+pD35R/QfunF793XlSRIC7USr3/EdgduK9j13i2JjmsM0LUz3/foS+jDYp2fzyWZA9N44CPur0Ow==
725725
dependencies:
726-
"@types/eslint" "^9.6.1"
727-
"@typescript-eslint/utils" "^8.3.0"
726+
"@typescript-eslint/utils" "^8.4.0"
728727
eslint-visitor-keys "^4.0.0"
729728
espree "^10.1.0"
730729
estraverse "^5.3.0"
@@ -812,14 +811,6 @@
812811
"@types/estree" "*"
813812
"@types/json-schema" "*"
814813

815-
"@types/eslint@^9.6.1":
816-
version "9.6.1"
817-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-9.6.1.tgz#d5795ad732ce81715f27f75da913004a56751584"
818-
integrity sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==
819-
dependencies:
820-
"@types/estree" "*"
821-
"@types/json-schema" "*"
822-
823814
"@types/estree-jsx@^1.0.0":
824815
version "1.0.5"
825816
resolved "https://registry.yarnpkg.com/@types/estree-jsx/-/estree-jsx-1.0.5.tgz#858a88ea20f34fe65111f005a689fa1ebf70dc18"
@@ -1045,7 +1036,7 @@
10451036
semver "^7.6.0"
10461037
ts-api-utils "^1.3.0"
10471038

1048-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.1.0", "@typescript-eslint/utils@^8.3.0":
1039+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.1.0", "@typescript-eslint/utils@^8.4.0":
10491040
version "8.5.0"
10501041
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.5.0.tgz#4d4ffed96d0654546a37faa5b84bdce16d951634"
10511042
integrity sha512-6yyGYVL0e+VzGYp60wvkBHiqDWOpT63pdMV2CVG4LVDd5uR6q1qQN/7LafBZtAtNIn/mqXjsSeS5ggv/P0iECw==

0 commit comments

Comments
 (0)