Skip to content

Commit 67e3804

Browse files
build(deps-dev): Bump @stylistic/eslint-plugin from 2.9.0 to 2.10.0 (#433)
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: flex-development[bot] <148604919+flex-development[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: flex-development[bot] <148604919+flex-development[bot]@users.noreply.github.com>
1 parent dec26e5 commit 67e3804

File tree

2 files changed

+84
-24
lines changed

2 files changed

+84
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"@flex-development/mkbuild": "1.0.0-alpha.23",
110110
"@flex-development/pathe": "2.0.0",
111111
"@flex-development/pkg-types": "4.0.0",
112-
"@stylistic/eslint-plugin": "2.9.0",
112+
"@stylistic/eslint-plugin": "2.10.0",
113113
"@types/eslint": "9.6.0",
114114
"@types/eslint__js": "8.42.3",
115115
"@types/is-ci": "3.0.4",

yarn.lock

Lines changed: 83 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@ __metadata:
15531553
"@flex-development/pathe": "npm:2.0.0"
15541554
"@flex-development/pkg-types": "npm:4.0.0"
15551555
"@flex-development/tutils": "npm:6.0.0-alpha.25"
1556-
"@stylistic/eslint-plugin": "npm:2.9.0"
1556+
"@stylistic/eslint-plugin": "npm:2.10.0"
15571557
"@types/eslint": "npm:9.6.0"
15581558
"@types/eslint__js": "npm:8.42.3"
15591559
"@types/is-ci": "npm:3.0.4"
@@ -2454,18 +2454,18 @@ __metadata:
24542454
languageName: node
24552455
linkType: hard
24562456

2457-
"@stylistic/eslint-plugin@npm:2.9.0":
2458-
version: 2.9.0
2459-
resolution: "@stylistic/eslint-plugin@npm:2.9.0"
2457+
"@stylistic/eslint-plugin@npm:2.10.0":
2458+
version: 2.10.0
2459+
resolution: "@stylistic/eslint-plugin@npm:2.10.0"
24602460
dependencies:
2461-
"@typescript-eslint/utils": "npm:^8.8.0"
2462-
eslint-visitor-keys: "npm:^4.1.0"
2463-
espree: "npm:^10.2.0"
2461+
"@typescript-eslint/utils": "npm:^8.12.2"
2462+
eslint-visitor-keys: "npm:^4.2.0"
2463+
espree: "npm:^10.3.0"
24642464
estraverse: "npm:^5.3.0"
24652465
picomatch: "npm:^4.0.2"
24662466
peerDependencies:
24672467
eslint: ">=8.40.0"
2468-
checksum: 10/fc4e9b91507df8ca40258033854000bda829d54701896cf3398f5bdbf063f26b0e43795dbedc76b2902d1387dc92d8d39eac8644761bb692f98dcf4b8067aca8
2468+
checksum: 10/8a1efc154cd9405e3708058d409cc2839e7225315e024746c5c9f5791ee12babee507e2a6123f85594b3924fa700ea5a2be9578df6d5bfbbfb78cae4caa52f7c
24692469
languageName: node
24702470
linkType: hard
24712471

@@ -2796,6 +2796,16 @@ __metadata:
27962796
languageName: node
27972797
linkType: hard
27982798

2799+
"@typescript-eslint/scope-manager@npm:8.12.2":
2800+
version: 8.12.2
2801+
resolution: "@typescript-eslint/scope-manager@npm:8.12.2"
2802+
dependencies:
2803+
"@typescript-eslint/types": "npm:8.12.2"
2804+
"@typescript-eslint/visitor-keys": "npm:8.12.2"
2805+
checksum: 10/a2cd6ad4b31f4d0ca6f94c4df8a94bdee762abd556686817ab4143d80a27506f43fbf96769b44e698d573784a464bfd78e0cbc17ac61c36a868e02311c754ce1
2806+
languageName: node
2807+
linkType: hard
2808+
27992809
"@typescript-eslint/type-utils@npm:8.12.1":
28002810
version: 8.12.1
28012811
resolution: "@typescript-eslint/type-utils@npm:8.12.1"
@@ -2818,6 +2828,13 @@ __metadata:
28182828
languageName: node
28192829
linkType: hard
28202830

2831+
"@typescript-eslint/types@npm:8.12.2":
2832+
version: 8.12.2
2833+
resolution: "@typescript-eslint/types@npm:8.12.2"
2834+
checksum: 10/57981e5fa45b03a0398ffb82418fdb716f476aa0b9c17d96edeb7fd3e3f4a720466868af7c2a02ddca65c27e70bfaff50c523b2a570582c4645a2702e17dc94a
2835+
languageName: node
2836+
linkType: hard
2837+
28212838
"@typescript-eslint/typescript-estree@npm:8.12.1":
28222839
version: 8.12.1
28232840
resolution: "@typescript-eslint/typescript-estree@npm:8.12.1"
@@ -2837,7 +2854,26 @@ __metadata:
28372854
languageName: node
28382855
linkType: hard
28392856

2840-
"@typescript-eslint/utils@npm:8.12.1, @typescript-eslint/utils@npm:^8.8.0":
2857+
"@typescript-eslint/typescript-estree@npm:8.12.2":
2858+
version: 8.12.2
2859+
resolution: "@typescript-eslint/typescript-estree@npm:8.12.2"
2860+
dependencies:
2861+
"@typescript-eslint/types": "npm:8.12.2"
2862+
"@typescript-eslint/visitor-keys": "npm:8.12.2"
2863+
debug: "npm:^4.3.4"
2864+
fast-glob: "npm:^3.3.2"
2865+
is-glob: "npm:^4.0.3"
2866+
minimatch: "npm:^9.0.4"
2867+
semver: "npm:^7.6.0"
2868+
ts-api-utils: "npm:^1.3.0"
2869+
peerDependenciesMeta:
2870+
typescript:
2871+
optional: true
2872+
checksum: 10/9995929ec4b66afa53d52c16f5cecd7c9aa45994f943c41e9ec91fe178593e83d9049ff056fe2638c3cf7da01476861eff0dc3cb76c314cc130458d3f828930d
2873+
languageName: node
2874+
linkType: hard
2875+
2876+
"@typescript-eslint/utils@npm:8.12.1":
28412877
version: 8.12.1
28422878
resolution: "@typescript-eslint/utils@npm:8.12.1"
28432879
dependencies:
@@ -2851,6 +2887,20 @@ __metadata:
28512887
languageName: node
28522888
linkType: hard
28532889

2890+
"@typescript-eslint/utils@npm:^8.12.2":
2891+
version: 8.12.2
2892+
resolution: "@typescript-eslint/utils@npm:8.12.2"
2893+
dependencies:
2894+
"@eslint-community/eslint-utils": "npm:^4.4.0"
2895+
"@typescript-eslint/scope-manager": "npm:8.12.2"
2896+
"@typescript-eslint/types": "npm:8.12.2"
2897+
"@typescript-eslint/typescript-estree": "npm:8.12.2"
2898+
peerDependencies:
2899+
eslint: ^8.57.0 || ^9.0.0
2900+
checksum: 10/4588866ca43314692a0e685d8936c470dca4e6d119a4a1adefbc2fd54682ff081bc21d60bf4e8077d3668aa680bada851b88566264d09c92a840fe2e4feb331b
2901+
languageName: node
2902+
linkType: hard
2903+
28542904
"@typescript-eslint/visitor-keys@npm:8.12.1":
28552905
version: 8.12.1
28562906
resolution: "@typescript-eslint/visitor-keys@npm:8.12.1"
@@ -2861,6 +2911,16 @@ __metadata:
28612911
languageName: node
28622912
linkType: hard
28632913

2914+
"@typescript-eslint/visitor-keys@npm:8.12.2":
2915+
version: 8.12.2
2916+
resolution: "@typescript-eslint/visitor-keys@npm:8.12.2"
2917+
dependencies:
2918+
"@typescript-eslint/types": "npm:8.12.2"
2919+
eslint-visitor-keys: "npm:^3.4.3"
2920+
checksum: 10/42795ad1c71520a367e2b53c3511b6cf922dcee05d61f6b0ec56b71c0b89a58889e0c3282b1bb13befc69df07204d0e4e053436d0c2b808460ce310b58a2a92e
2921+
languageName: node
2922+
linkType: hard
2923+
28642924
"@ungap/structured-clone@npm:^1.0.0":
28652925
version: 1.2.0
28662926
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -3037,12 +3097,12 @@ __metadata:
30373097
languageName: node
30383098
linkType: hard
30393099

3040-
"acorn@npm:^8.0.0, acorn@npm:^8.11.3, acorn@npm:^8.12.0, acorn@npm:^8.5.0, acorn@npm:^8.9.0":
3041-
version: 8.12.1
3042-
resolution: "acorn@npm:8.12.1"
3100+
"acorn@npm:^8.0.0, acorn@npm:^8.11.3, acorn@npm:^8.14.0, acorn@npm:^8.5.0, acorn@npm:^8.9.0":
3101+
version: 8.14.0
3102+
resolution: "acorn@npm:8.14.0"
30433103
bin:
30443104
acorn: bin/acorn
3045-
checksum: 10/d08c2d122bba32d0861e0aa840b2ee25946c286d5dc5990abca991baf8cdbfbe199b05aacb221b979411a2fea36f83e26b5ac4f6b4e0ce49038c62316c1848f0
3105+
checksum: 10/6df29c35556782ca9e632db461a7f97947772c6c1d5438a81f0c873a3da3a792487e83e404d1c6c25f70513e91aa18745f6eafb1fcc3a43ecd1920b21dd173d2
30463106
languageName: node
30473107
linkType: hard
30483108

@@ -5203,10 +5263,10 @@ __metadata:
52035263
languageName: node
52045264
linkType: hard
52055265

5206-
"eslint-visitor-keys@npm:^4.1.0":
5207-
version: 4.1.0
5208-
resolution: "eslint-visitor-keys@npm:4.1.0"
5209-
checksum: 10/3fb5bd1b2f36db89d0ac57ddd66d36ccd3b1e3cddb2a55a0f9f6f1c85268cfcc1cc32e7eda4990e3423107a120dd254fb6cb52d6154cf81d344d8c3fa671f7c2
5266+
"eslint-visitor-keys@npm:^4.1.0, eslint-visitor-keys@npm:^4.2.0":
5267+
version: 4.2.0
5268+
resolution: "eslint-visitor-keys@npm:4.2.0"
5269+
checksum: 10/9651b3356b01760e586b4c631c5268c0e1a85236e3292bf754f0472f465bf9a856c0ddc261fceace155334118c0151778effafbab981413dbf9288349343fa25
52105270
languageName: node
52115271
linkType: hard
52125272

@@ -5260,14 +5320,14 @@ __metadata:
52605320
languageName: node
52615321
linkType: hard
52625322

5263-
"espree@npm:^10.0.1, espree@npm:^10.1.0, espree@npm:^10.2.0":
5264-
version: 10.2.0
5265-
resolution: "espree@npm:10.2.0"
5323+
"espree@npm:^10.0.1, espree@npm:^10.1.0, espree@npm:^10.2.0, espree@npm:^10.3.0":
5324+
version: 10.3.0
5325+
resolution: "espree@npm:10.3.0"
52665326
dependencies:
5267-
acorn: "npm:^8.12.0"
5327+
acorn: "npm:^8.14.0"
52685328
acorn-jsx: "npm:^5.3.2"
5269-
eslint-visitor-keys: "npm:^4.1.0"
5270-
checksum: 10/365076a963ca84244c1e2d36e4f812362d21cfa7e7df10d67f7b82b759467796df81184721d153c4e235d9ef5eb5b4d044167dd66be3be00f53a21a515b1bfb1
5329+
eslint-visitor-keys: "npm:^4.2.0"
5330+
checksum: 10/3412d44d4204c9e29d6b5dd0277400cfa0cd68495dc09eae1b9ce79d0c8985c1c5cc09cb9ba32a1cd963f48a49b0c46bdb7736afe395a300aa6bb1c0d86837e8
52715331
languageName: node
52725332
linkType: hard
52735333

0 commit comments

Comments
 (0)