Skip to content

Commit f2b823d

Browse files
build(deps-dev): bump @stylistic/eslint-plugin from 2.8.0 to 2.9.0 (#148)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 004629c commit f2b823d

File tree

2 files changed

+71
-11
lines changed

2 files changed

+71
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@flex-development/pathe": "3.0.0",
9292
"@flex-development/tutils": "6.0.0-alpha.25",
9393
"@flex-development/unist-util-builder": "2.0.0",
94-
"@stylistic/eslint-plugin": "2.8.0",
94+
"@stylistic/eslint-plugin": "2.9.0",
9595
"@types/chai": "4.3.16",
9696
"@types/eslint": "8.56.10",
9797
"@types/eslint__js": "8.42.3",

yarn.lock

+70-10
Original file line numberDiff line numberDiff line change
@@ -1925,7 +1925,7 @@ __metadata:
19251925
"@flex-development/tutils": "npm:6.0.0-alpha.25"
19261926
"@flex-development/unist-util-builder": "npm:2.0.0"
19271927
"@flex-development/unist-util-types": "npm:1.6.1"
1928-
"@stylistic/eslint-plugin": "npm:2.8.0"
1928+
"@stylistic/eslint-plugin": "npm:2.9.0"
19291929
"@types/chai": "npm:4.3.16"
19301930
"@types/eslint": "npm:8.56.10"
19311931
"@types/eslint__js": "npm:8.42.3"
@@ -2413,18 +2413,18 @@ __metadata:
24132413
languageName: node
24142414
linkType: hard
24152415

2416-
"@stylistic/eslint-plugin@npm:2.8.0":
2417-
version: 2.8.0
2418-
resolution: "@stylistic/eslint-plugin@npm:2.8.0"
2416+
"@stylistic/eslint-plugin@npm:2.9.0":
2417+
version: 2.9.0
2418+
resolution: "@stylistic/eslint-plugin@npm:2.9.0"
24192419
dependencies:
2420-
"@typescript-eslint/utils": "npm:^8.4.0"
2421-
eslint-visitor-keys: "npm:^4.0.0"
2422-
espree: "npm:^10.1.0"
2420+
"@typescript-eslint/utils": "npm:^8.8.0"
2421+
eslint-visitor-keys: "npm:^4.1.0"
2422+
espree: "npm:^10.2.0"
24232423
estraverse: "npm:^5.3.0"
24242424
picomatch: "npm:^4.0.2"
24252425
peerDependencies:
24262426
eslint: ">=8.40.0"
2427-
checksum: 10/f28fb30f78fba601ae0a91957ae39b405f56a7d535da9c19a99ac28b80cf9fb915fe0c3cf5dd58e2c4ccae50c264d15459df33aa403891cce73eb609866b97c6
2427+
checksum: 10/fc4e9b91507df8ca40258033854000bda829d54701896cf3398f5bdbf063f26b0e43795dbedc76b2902d1387dc92d8d39eac8644761bb692f98dcf4b8067aca8
24282428
languageName: node
24292429
linkType: hard
24302430

@@ -2755,6 +2755,16 @@ __metadata:
27552755
languageName: node
27562756
linkType: hard
27572757

2758+
"@typescript-eslint/scope-manager@npm:8.8.1":
2759+
version: 8.8.1
2760+
resolution: "@typescript-eslint/scope-manager@npm:8.8.1"
2761+
dependencies:
2762+
"@typescript-eslint/types": "npm:8.8.1"
2763+
"@typescript-eslint/visitor-keys": "npm:8.8.1"
2764+
checksum: 10/ab86b533d0cadaa3f325404ae8cda2c1c8e0b820d7b2265ad376a233bb073aa89783a8d20c2effa77552426f38405edaa71e4aa6a2676613ae8dec0e1f1ba061
2765+
languageName: node
2766+
linkType: hard
2767+
27582768
"@typescript-eslint/type-utils@npm:8.8.0":
27592769
version: 8.8.0
27602770
resolution: "@typescript-eslint/type-utils@npm:8.8.0"
@@ -2777,6 +2787,13 @@ __metadata:
27772787
languageName: node
27782788
linkType: hard
27792789

2790+
"@typescript-eslint/types@npm:8.8.1":
2791+
version: 8.8.1
2792+
resolution: "@typescript-eslint/types@npm:8.8.1"
2793+
checksum: 10/5ac571810f24a266e1d46a8ce2a6665498fddf757a70eeeec959c993991f72d06a2bee7b848a6b27db958f7771034d8169a77117fd6ca7ed2c3166da9d27396b
2794+
languageName: node
2795+
linkType: hard
2796+
27802797
"@typescript-eslint/typescript-estree@npm:8.8.0":
27812798
version: 8.8.0
27822799
resolution: "@typescript-eslint/typescript-estree@npm:8.8.0"
@@ -2796,7 +2813,26 @@ __metadata:
27962813
languageName: node
27972814
linkType: hard
27982815

2799-
"@typescript-eslint/utils@npm:8.8.0, @typescript-eslint/utils@npm:^8.4.0":
2816+
"@typescript-eslint/typescript-estree@npm:8.8.1":
2817+
version: 8.8.1
2818+
resolution: "@typescript-eslint/typescript-estree@npm:8.8.1"
2819+
dependencies:
2820+
"@typescript-eslint/types": "npm:8.8.1"
2821+
"@typescript-eslint/visitor-keys": "npm:8.8.1"
2822+
debug: "npm:^4.3.4"
2823+
fast-glob: "npm:^3.3.2"
2824+
is-glob: "npm:^4.0.3"
2825+
minimatch: "npm:^9.0.4"
2826+
semver: "npm:^7.6.0"
2827+
ts-api-utils: "npm:^1.3.0"
2828+
peerDependenciesMeta:
2829+
typescript:
2830+
optional: true
2831+
checksum: 10/b569cd362c5f68cf0e1ca53a85bf78c989f10fe4b680423d47c6089bef7cb60b3ed10927232f57dd666e457e43259cec9415da54f2c7b2425062d7acd2e7c98e
2832+
languageName: node
2833+
linkType: hard
2834+
2835+
"@typescript-eslint/utils@npm:8.8.0":
28002836
version: 8.8.0
28012837
resolution: "@typescript-eslint/utils@npm:8.8.0"
28022838
dependencies:
@@ -2810,6 +2846,20 @@ __metadata:
28102846
languageName: node
28112847
linkType: hard
28122848

2849+
"@typescript-eslint/utils@npm:^8.8.0":
2850+
version: 8.8.1
2851+
resolution: "@typescript-eslint/utils@npm:8.8.1"
2852+
dependencies:
2853+
"@eslint-community/eslint-utils": "npm:^4.4.0"
2854+
"@typescript-eslint/scope-manager": "npm:8.8.1"
2855+
"@typescript-eslint/types": "npm:8.8.1"
2856+
"@typescript-eslint/typescript-estree": "npm:8.8.1"
2857+
peerDependencies:
2858+
eslint: ^8.57.0 || ^9.0.0
2859+
checksum: 10/8ecd827af49d3c69ebe65283e5a4e6b44b48f24392319ed9336b8eec47e84fcbcc3e1b5f855ed6b782996cfc0cd289a0a14e40dd69234fd60eeee0a29047bde5
2860+
languageName: node
2861+
linkType: hard
2862+
28132863
"@typescript-eslint/visitor-keys@npm:8.8.0":
28142864
version: 8.8.0
28152865
resolution: "@typescript-eslint/visitor-keys@npm:8.8.0"
@@ -2820,6 +2870,16 @@ __metadata:
28202870
languageName: node
28212871
linkType: hard
28222872

2873+
"@typescript-eslint/visitor-keys@npm:8.8.1":
2874+
version: 8.8.1
2875+
resolution: "@typescript-eslint/visitor-keys@npm:8.8.1"
2876+
dependencies:
2877+
"@typescript-eslint/types": "npm:8.8.1"
2878+
eslint-visitor-keys: "npm:^3.4.3"
2879+
checksum: 10/b5bfb4c9a98d3320639abcfd5aae52dd9c8af477743c5e324ceee1a9ea5f101e0ff7da3de08d3ef66e57854a86e155359bafff13f184493db9e0dffaf9e363c7
2880+
languageName: node
2881+
linkType: hard
2882+
28232883
"@ungap/structured-clone@npm:^1.0.0":
28242884
version: 1.2.0
28252885
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -5124,7 +5184,7 @@ __metadata:
51245184
languageName: node
51255185
linkType: hard
51265186

5127-
"eslint-visitor-keys@npm:^4.0.0, eslint-visitor-keys@npm:^4.1.0":
5187+
"eslint-visitor-keys@npm:^4.1.0":
51285188
version: 4.1.0
51295189
resolution: "eslint-visitor-keys@npm:4.1.0"
51305190
checksum: 10/3fb5bd1b2f36db89d0ac57ddd66d36ccd3b1e3cddb2a55a0f9f6f1c85268cfcc1cc32e7eda4990e3423107a120dd254fb6cb52d6154cf81d344d8c3fa671f7c2

0 commit comments

Comments
 (0)