Skip to content

Commit ad0e7c9

Browse files
chore(deps): update typescript-eslint monorepo to ^6.21.0
1 parent e65030e commit ad0e7c9

File tree

3 files changed

+142
-10
lines changed

3 files changed

+142
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@chyzwar/eslint-config": "^0.2.14",
3030
"@commitlint/cli": "^18.0.0",
3131
"@commitlint/config-conventional": "^18.0.0",
32-
"@typescript-eslint/eslint-plugin": "^6.8.0",
33-
"@typescript-eslint/parser": "^6.8.0",
32+
"@typescript-eslint/eslint-plugin": "^6.21.0",
33+
"@typescript-eslint/parser": "^6.21.0",
3434
"eslint": "^8.52.0",
3535
"husky": "^8.0.3",
3636
"jest": "^29.7.0",

packages/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"devDependencies": {
1717
"@chyzwar/eslint-config": "^0.2.14",
1818
"@chyzwar/tsconfig": "^0.2.14",
19-
"@typescript-eslint/eslint-plugin": "^6.8.0",
20-
"@typescript-eslint/parser": "^6.8.0",
19+
"@typescript-eslint/eslint-plugin": "^6.21.0",
20+
"@typescript-eslint/parser": "^6.21.0",
2121
"eslint": "^8.52.0",
2222
"jest": "^29.7.0",
2323
"typescript": "^5.2.2"

yarn.lock

Lines changed: 138 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1937,8 +1937,8 @@ __metadata:
19371937
dependencies:
19381938
"@chyzwar/eslint-config": ^0.2.14
19391939
"@chyzwar/tsconfig": ^0.2.14
1940-
"@typescript-eslint/eslint-plugin": ^6.8.0
1941-
"@typescript-eslint/parser": ^6.8.0
1940+
"@typescript-eslint/eslint-plugin": ^6.21.0
1941+
"@typescript-eslint/parser": ^6.21.0
19421942
eslint: ^8.52.0
19431943
jest: ^29.7.0
19441944
typescript: ^5.2.2
@@ -1952,8 +1952,8 @@ __metadata:
19521952
"@chyzwar/eslint-config": ^0.2.14
19531953
"@commitlint/cli": ^18.0.0
19541954
"@commitlint/config-conventional": ^18.0.0
1955-
"@typescript-eslint/eslint-plugin": ^6.8.0
1956-
"@typescript-eslint/parser": ^6.8.0
1955+
"@typescript-eslint/eslint-plugin": ^6.21.0
1956+
"@typescript-eslint/parser": ^6.21.0
19571957
eslint: ^8.52.0
19581958
husky: ^8.0.3
19591959
jest: ^29.7.0
@@ -2650,7 +2650,32 @@ __metadata:
26502650
languageName: node
26512651
linkType: hard
26522652

2653-
"@typescript-eslint/eslint-plugin@npm:^6.7.3, @typescript-eslint/eslint-plugin@npm:^6.8.0":
2653+
"@typescript-eslint/eslint-plugin@npm:^6.21.0":
2654+
version: 6.21.0
2655+
resolution: "@typescript-eslint/eslint-plugin@npm:6.21.0"
2656+
dependencies:
2657+
"@eslint-community/regexpp": ^4.5.1
2658+
"@typescript-eslint/scope-manager": 6.21.0
2659+
"@typescript-eslint/type-utils": 6.21.0
2660+
"@typescript-eslint/utils": 6.21.0
2661+
"@typescript-eslint/visitor-keys": 6.21.0
2662+
debug: ^4.3.4
2663+
graphemer: ^1.4.0
2664+
ignore: ^5.2.4
2665+
natural-compare: ^1.4.0
2666+
semver: ^7.5.4
2667+
ts-api-utils: ^1.0.1
2668+
peerDependencies:
2669+
"@typescript-eslint/parser": ^6.0.0 || ^6.0.0-alpha
2670+
eslint: ^7.0.0 || ^8.0.0
2671+
peerDependenciesMeta:
2672+
typescript:
2673+
optional: true
2674+
checksum: 5ef2c502255e643e98051e87eb682c2a257e87afd8ec3b9f6274277615e1c2caf3131b352244cfb1987b8b2c415645eeacb9113fa841fc4c9b2ac46e8aed6efd
2675+
languageName: node
2676+
linkType: hard
2677+
2678+
"@typescript-eslint/eslint-plugin@npm:^6.7.3":
26542679
version: 6.8.0
26552680
resolution: "@typescript-eslint/eslint-plugin@npm:6.8.0"
26562681
dependencies:
@@ -2675,7 +2700,25 @@ __metadata:
26752700
languageName: node
26762701
linkType: hard
26772702

2678-
"@typescript-eslint/parser@npm:^6.7.3, @typescript-eslint/parser@npm:^6.8.0":
2703+
"@typescript-eslint/parser@npm:^6.21.0":
2704+
version: 6.21.0
2705+
resolution: "@typescript-eslint/parser@npm:6.21.0"
2706+
dependencies:
2707+
"@typescript-eslint/scope-manager": 6.21.0
2708+
"@typescript-eslint/types": 6.21.0
2709+
"@typescript-eslint/typescript-estree": 6.21.0
2710+
"@typescript-eslint/visitor-keys": 6.21.0
2711+
debug: ^4.3.4
2712+
peerDependencies:
2713+
eslint: ^7.0.0 || ^8.0.0
2714+
peerDependenciesMeta:
2715+
typescript:
2716+
optional: true
2717+
checksum: 162fe3a867eeeffda7328bce32dae45b52283c68c8cb23258fb9f44971f761991af61f71b8c9fe1aa389e93dfe6386f8509c1273d870736c507d76dd40647b68
2718+
languageName: node
2719+
linkType: hard
2720+
2721+
"@typescript-eslint/parser@npm:^6.7.3":
26792722
version: 6.8.0
26802723
resolution: "@typescript-eslint/parser@npm:6.8.0"
26812724
dependencies:
@@ -2703,6 +2746,16 @@ __metadata:
27032746
languageName: node
27042747
linkType: hard
27052748

2749+
"@typescript-eslint/scope-manager@npm:6.21.0":
2750+
version: 6.21.0
2751+
resolution: "@typescript-eslint/scope-manager@npm:6.21.0"
2752+
dependencies:
2753+
"@typescript-eslint/types": 6.21.0
2754+
"@typescript-eslint/visitor-keys": 6.21.0
2755+
checksum: 71028b757da9694528c4c3294a96cc80bc7d396e383a405eab3bc224cda7341b88e0fc292120b35d3f31f47beac69f7083196c70616434072fbcd3d3e62d3376
2756+
languageName: node
2757+
linkType: hard
2758+
27062759
"@typescript-eslint/scope-manager@npm:6.8.0":
27072760
version: 6.8.0
27082761
resolution: "@typescript-eslint/scope-manager@npm:6.8.0"
@@ -2713,6 +2766,23 @@ __metadata:
27132766
languageName: node
27142767
linkType: hard
27152768

2769+
"@typescript-eslint/type-utils@npm:6.21.0":
2770+
version: 6.21.0
2771+
resolution: "@typescript-eslint/type-utils@npm:6.21.0"
2772+
dependencies:
2773+
"@typescript-eslint/typescript-estree": 6.21.0
2774+
"@typescript-eslint/utils": 6.21.0
2775+
debug: ^4.3.4
2776+
ts-api-utils: ^1.0.1
2777+
peerDependencies:
2778+
eslint: ^7.0.0 || ^8.0.0
2779+
peerDependenciesMeta:
2780+
typescript:
2781+
optional: true
2782+
checksum: 77025473f4d80acf1fafcce99c5c283e557686a61861febeba9c9913331f8a41e930bf5cd8b7a54db502a57b6eb8ea6d155cbd4f41349ed00e3d7aeb1f477ddc
2783+
languageName: node
2784+
linkType: hard
2785+
27162786
"@typescript-eslint/type-utils@npm:6.8.0":
27172787
version: 6.8.0
27182788
resolution: "@typescript-eslint/type-utils@npm:6.8.0"
@@ -2737,6 +2807,13 @@ __metadata:
27372807
languageName: node
27382808
linkType: hard
27392809

2810+
"@typescript-eslint/types@npm:6.21.0":
2811+
version: 6.21.0
2812+
resolution: "@typescript-eslint/types@npm:6.21.0"
2813+
checksum: 9501b47d7403417af95fc1fb72b2038c5ac46feac0e1598a46bcb43e56a606c387e9dcd8a2a0abe174c91b509f2d2a8078b093786219eb9a01ab2fbf9ee7b684
2814+
languageName: node
2815+
linkType: hard
2816+
27402817
"@typescript-eslint/types@npm:6.8.0":
27412818
version: 6.8.0
27422819
resolution: "@typescript-eslint/types@npm:6.8.0"
@@ -2762,6 +2839,25 @@ __metadata:
27622839
languageName: node
27632840
linkType: hard
27642841

2842+
"@typescript-eslint/typescript-estree@npm:6.21.0":
2843+
version: 6.21.0
2844+
resolution: "@typescript-eslint/typescript-estree@npm:6.21.0"
2845+
dependencies:
2846+
"@typescript-eslint/types": 6.21.0
2847+
"@typescript-eslint/visitor-keys": 6.21.0
2848+
debug: ^4.3.4
2849+
globby: ^11.1.0
2850+
is-glob: ^4.0.3
2851+
minimatch: 9.0.3
2852+
semver: ^7.5.4
2853+
ts-api-utils: ^1.0.1
2854+
peerDependenciesMeta:
2855+
typescript:
2856+
optional: true
2857+
checksum: dec02dc107c4a541e14fb0c96148f3764b92117c3b635db3a577b5a56fc48df7a556fa853fb82b07c0663b4bf2c484c9f245c28ba3e17e5cb0918ea4cab2ea21
2858+
languageName: node
2859+
linkType: hard
2860+
27652861
"@typescript-eslint/typescript-estree@npm:6.8.0":
27662862
version: 6.8.0
27672863
resolution: "@typescript-eslint/typescript-estree@npm:6.8.0"
@@ -2780,6 +2876,23 @@ __metadata:
27802876
languageName: node
27812877
linkType: hard
27822878

2879+
"@typescript-eslint/utils@npm:6.21.0":
2880+
version: 6.21.0
2881+
resolution: "@typescript-eslint/utils@npm:6.21.0"
2882+
dependencies:
2883+
"@eslint-community/eslint-utils": ^4.4.0
2884+
"@types/json-schema": ^7.0.12
2885+
"@types/semver": ^7.5.0
2886+
"@typescript-eslint/scope-manager": 6.21.0
2887+
"@typescript-eslint/types": 6.21.0
2888+
"@typescript-eslint/typescript-estree": 6.21.0
2889+
semver: ^7.5.4
2890+
peerDependencies:
2891+
eslint: ^7.0.0 || ^8.0.0
2892+
checksum: b129b3a4aebec8468259f4589985cb59ea808afbfdb9c54f02fad11e17d185e2bf72bb332f7c36ec3c09b31f18fc41368678b076323e6e019d06f74ee93f7bf2
2893+
languageName: node
2894+
linkType: hard
2895+
27832896
"@typescript-eslint/utils@npm:6.8.0":
27842897
version: 6.8.0
27852898
resolution: "@typescript-eslint/utils@npm:6.8.0"
@@ -2825,6 +2938,16 @@ __metadata:
28252938
languageName: node
28262939
linkType: hard
28272940

2941+
"@typescript-eslint/visitor-keys@npm:6.21.0":
2942+
version: 6.21.0
2943+
resolution: "@typescript-eslint/visitor-keys@npm:6.21.0"
2944+
dependencies:
2945+
"@typescript-eslint/types": 6.21.0
2946+
eslint-visitor-keys: ^3.4.1
2947+
checksum: 67c7e6003d5af042d8703d11538fca9d76899f0119130b373402819ae43f0bc90d18656aa7add25a24427ccf1a0efd0804157ba83b0d4e145f06107d7d1b7433
2948+
languageName: node
2949+
linkType: hard
2950+
28282951
"@typescript-eslint/visitor-keys@npm:6.8.0":
28292952
version: 6.8.0
28302953
resolution: "@typescript-eslint/visitor-keys@npm:6.8.0"
@@ -7453,6 +7576,15 @@ __metadata:
74537576
languageName: node
74547577
linkType: hard
74557578

7579+
"minimatch@npm:9.0.3":
7580+
version: 9.0.3
7581+
resolution: "minimatch@npm:9.0.3"
7582+
dependencies:
7583+
brace-expansion: ^2.0.1
7584+
checksum: 253487976bf485b612f16bf57463520a14f512662e592e95c571afdab1442a6a6864b6c88f248ce6fc4ff0b6de04ac7aa6c8bb51e868e99d1d65eb0658a708b5
7585+
languageName: node
7586+
linkType: hard
7587+
74567588
"minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.2":
74577589
version: 3.1.2
74587590
resolution: "minimatch@npm:3.1.2"

0 commit comments

Comments
 (0)