Skip to content

Commit b5c8915

Browse files
feat(deps): update typescript-eslint to v8.19.1
1 parent d5901b8 commit b5c8915

File tree

2 files changed

+66
-57
lines changed

2 files changed

+66
-57
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"@softwareventures/semantic-release-config": "5.1.0",
3939
"@softwareventures/tsconfig": "8.1.0",
4040
"@types/node": "17.0.45",
41-
"@typescript-eslint/eslint-plugin": "8.19.0",
42-
"@typescript-eslint/parser": "8.19.0",
41+
"@typescript-eslint/eslint-plugin": "8.19.1",
42+
"@typescript-eslint/parser": "8.19.1",
4343
"ava": "6.2.0",
4444
"commitizen": "4.3.1",
4545
"conventional-changelog-conventionalcommits": "7.0.2",

yarn.lock

Lines changed: 64 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2536,8 +2536,8 @@ __metadata:
25362536
"@softwareventures/semantic-release-config": "npm:5.1.0"
25372537
"@softwareventures/tsconfig": "npm:8.1.0"
25382538
"@types/node": "npm:17.0.45"
2539-
"@typescript-eslint/eslint-plugin": "npm:8.19.0"
2540-
"@typescript-eslint/parser": "npm:8.19.0"
2539+
"@typescript-eslint/eslint-plugin": "npm:8.19.1"
2540+
"@typescript-eslint/parser": "npm:8.19.1"
25412541
ava: "npm:6.2.0"
25422542
commitizen: "npm:4.3.1"
25432543
conventional-changelog-conventionalcommits: "npm:7.0.2"
@@ -2654,40 +2654,40 @@ __metadata:
26542654
languageName: node
26552655
linkType: hard
26562656

2657-
"@typescript-eslint/eslint-plugin@npm:8.19.0":
2658-
version: 8.19.0
2659-
resolution: "@typescript-eslint/eslint-plugin@npm:8.19.0"
2657+
"@typescript-eslint/eslint-plugin@npm:8.19.1":
2658+
version: 8.19.1
2659+
resolution: "@typescript-eslint/eslint-plugin@npm:8.19.1"
26602660
dependencies:
26612661
"@eslint-community/regexpp": "npm:^4.10.0"
2662-
"@typescript-eslint/scope-manager": "npm:8.19.0"
2663-
"@typescript-eslint/type-utils": "npm:8.19.0"
2664-
"@typescript-eslint/utils": "npm:8.19.0"
2665-
"@typescript-eslint/visitor-keys": "npm:8.19.0"
2662+
"@typescript-eslint/scope-manager": "npm:8.19.1"
2663+
"@typescript-eslint/type-utils": "npm:8.19.1"
2664+
"@typescript-eslint/utils": "npm:8.19.1"
2665+
"@typescript-eslint/visitor-keys": "npm:8.19.1"
26662666
graphemer: "npm:^1.4.0"
26672667
ignore: "npm:^5.3.1"
26682668
natural-compare: "npm:^1.4.0"
2669-
ts-api-utils: "npm:^1.3.0"
2669+
ts-api-utils: "npm:^2.0.0"
26702670
peerDependencies:
26712671
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
26722672
eslint: ^8.57.0 || ^9.0.0
26732673
typescript: ">=4.8.4 <5.8.0"
2674-
checksum: 10c0/ceaa5063b68684b5608950b5e69f0caf1eadfc356cba82625240d6aae55f769faff599c38d35252dcb77a40d92e6fbf6d6264bc0c577d5c549da25061c3bd796
2674+
checksum: 10c0/993784b04533b13c3f3919c793cfc3a369fa61692e1a2d72de6fba27df247c275d852cdcbc4e393c310b73fce8d34d210a9b632b66f4d761a1a3b4781f8fa93f
26752675
languageName: node
26762676
linkType: hard
26772677

2678-
"@typescript-eslint/parser@npm:8.19.0":
2679-
version: 8.19.0
2680-
resolution: "@typescript-eslint/parser@npm:8.19.0"
2678+
"@typescript-eslint/parser@npm:8.19.1":
2679+
version: 8.19.1
2680+
resolution: "@typescript-eslint/parser@npm:8.19.1"
26812681
dependencies:
2682-
"@typescript-eslint/scope-manager": "npm:8.19.0"
2683-
"@typescript-eslint/types": "npm:8.19.0"
2684-
"@typescript-eslint/typescript-estree": "npm:8.19.0"
2685-
"@typescript-eslint/visitor-keys": "npm:8.19.0"
2682+
"@typescript-eslint/scope-manager": "npm:8.19.1"
2683+
"@typescript-eslint/types": "npm:8.19.1"
2684+
"@typescript-eslint/typescript-estree": "npm:8.19.1"
2685+
"@typescript-eslint/visitor-keys": "npm:8.19.1"
26862686
debug: "npm:^4.3.4"
26872687
peerDependencies:
26882688
eslint: ^8.57.0 || ^9.0.0
26892689
typescript: ">=4.8.4 <5.8.0"
2690-
checksum: 10c0/064b0997963060490fc3f92c90cebc7c694f47a7657f7882ce9eb314786e0cf3e917bfccfad614d23038439d84e69a978bdc7054515b23201001dd427e524e64
2690+
checksum: 10c0/1afbd2d0a25f439943bdc94637417429574eb3889a2a1ce24bd425721713aca213808a975bb518a6616171783bc04fa973167f05fc6a96cfd88c1d1666077ad4
26912691
languageName: node
26922692
linkType: hard
26932693

@@ -2701,13 +2701,13 @@ __metadata:
27012701
languageName: node
27022702
linkType: hard
27032703

2704-
"@typescript-eslint/scope-manager@npm:8.19.0":
2705-
version: 8.19.0
2706-
resolution: "@typescript-eslint/scope-manager@npm:8.19.0"
2704+
"@typescript-eslint/scope-manager@npm:8.19.1":
2705+
version: 8.19.1
2706+
resolution: "@typescript-eslint/scope-manager@npm:8.19.1"
27072707
dependencies:
2708-
"@typescript-eslint/types": "npm:8.19.0"
2709-
"@typescript-eslint/visitor-keys": "npm:8.19.0"
2710-
checksum: 10c0/5052863d00db7ae939de27e91dc6c92df3c37a877e1ff44015ae9aa754d419b44d97d98b25fbb30a80dc58cf92606dad599e27f32b86d20c13b77ac12b4f2abc
2708+
"@typescript-eslint/types": "npm:8.19.1"
2709+
"@typescript-eslint/visitor-keys": "npm:8.19.1"
2710+
checksum: 10c0/7dca0c28ad27a0c7e26499e0f584f98efdcf34087f46aadc661b36c310484b90655e83818bafd249b5a28c7094a69c54d553f6cd403869bf134f95a9148733f5
27112711
languageName: node
27122712
linkType: hard
27132713

@@ -2728,18 +2728,18 @@ __metadata:
27282728
languageName: node
27292729
linkType: hard
27302730

2731-
"@typescript-eslint/type-utils@npm:8.19.0":
2732-
version: 8.19.0
2733-
resolution: "@typescript-eslint/type-utils@npm:8.19.0"
2731+
"@typescript-eslint/type-utils@npm:8.19.1":
2732+
version: 8.19.1
2733+
resolution: "@typescript-eslint/type-utils@npm:8.19.1"
27342734
dependencies:
2735-
"@typescript-eslint/typescript-estree": "npm:8.19.0"
2736-
"@typescript-eslint/utils": "npm:8.19.0"
2735+
"@typescript-eslint/typescript-estree": "npm:8.19.1"
2736+
"@typescript-eslint/utils": "npm:8.19.1"
27372737
debug: "npm:^4.3.4"
2738-
ts-api-utils: "npm:^1.3.0"
2738+
ts-api-utils: "npm:^2.0.0"
27392739
peerDependencies:
27402740
eslint: ^8.57.0 || ^9.0.0
27412741
typescript: ">=4.8.4 <5.8.0"
2742-
checksum: 10c0/5a460b4d26fd68ded3567390cbac310500e94e9c69583fda3fb9930877663719e6831699bb6d85de6b940bcb7951a51ab1ef67c5fea8b76a13ea3a3783bbae28
2742+
checksum: 10c0/757592b515beec58c079c605aa648ba94d985ae48ba40460034e849c7bc2b603b1da6113e59688e284608c9d5ccaa27adf0a14fb032cb1782200c6acae51ddd2
27432743
languageName: node
27442744
linkType: hard
27452745

@@ -2750,10 +2750,10 @@ __metadata:
27502750
languageName: node
27512751
linkType: hard
27522752

2753-
"@typescript-eslint/types@npm:8.19.0":
2754-
version: 8.19.0
2755-
resolution: "@typescript-eslint/types@npm:8.19.0"
2756-
checksum: 10c0/0062e7dce5f374e293c97f1f50fe450187f6b0eaf4971c818e18ef2f6baf4e9aa4e8605fba8d8fc464a504ee1130527b71ecb39d31687c31825942b9f569d902
2753+
"@typescript-eslint/types@npm:8.19.1":
2754+
version: 8.19.1
2755+
resolution: "@typescript-eslint/types@npm:8.19.1"
2756+
checksum: 10c0/e907bf096d5ed7a812a1e537a98dd881ab5d2d47e072225bfffaa218c1433115a148b27a15744db8374b46dac721617c6d13a1da255fdeb369cf193416533f6e
27572757
languageName: node
27582758
linkType: hard
27592759

@@ -2776,21 +2776,21 @@ __metadata:
27762776
languageName: node
27772777
linkType: hard
27782778

2779-
"@typescript-eslint/typescript-estree@npm:8.19.0":
2780-
version: 8.19.0
2781-
resolution: "@typescript-eslint/typescript-estree@npm:8.19.0"
2779+
"@typescript-eslint/typescript-estree@npm:8.19.1":
2780+
version: 8.19.1
2781+
resolution: "@typescript-eslint/typescript-estree@npm:8.19.1"
27822782
dependencies:
2783-
"@typescript-eslint/types": "npm:8.19.0"
2784-
"@typescript-eslint/visitor-keys": "npm:8.19.0"
2783+
"@typescript-eslint/types": "npm:8.19.1"
2784+
"@typescript-eslint/visitor-keys": "npm:8.19.1"
27852785
debug: "npm:^4.3.4"
27862786
fast-glob: "npm:^3.3.2"
27872787
is-glob: "npm:^4.0.3"
27882788
minimatch: "npm:^9.0.4"
27892789
semver: "npm:^7.6.0"
2790-
ts-api-utils: "npm:^1.3.0"
2790+
ts-api-utils: "npm:^2.0.0"
27912791
peerDependencies:
27922792
typescript: ">=4.8.4 <5.8.0"
2793-
checksum: 10c0/ff47004588e8ff585af740b3e0bda07dc52310dbfeb2317eb4a723935740cf0c1953fc9ba57f14cf192bcfe373c46be833ba29d3303df8b501181bb852c7b822
2793+
checksum: 10c0/549d9d565a58a25fc8397a555506f2e8d29a740f5b6ed9105479e22de5aab89d9d535959034a8e9d4115adb435de09ee6987d28e8922052eea577842ddce1a7a
27942794
languageName: node
27952795
linkType: hard
27962796

@@ -2808,18 +2808,18 @@ __metadata:
28082808
languageName: node
28092809
linkType: hard
28102810

2811-
"@typescript-eslint/utils@npm:8.19.0":
2812-
version: 8.19.0
2813-
resolution: "@typescript-eslint/utils@npm:8.19.0"
2811+
"@typescript-eslint/utils@npm:8.19.1":
2812+
version: 8.19.1
2813+
resolution: "@typescript-eslint/utils@npm:8.19.1"
28142814
dependencies:
28152815
"@eslint-community/eslint-utils": "npm:^4.4.0"
2816-
"@typescript-eslint/scope-manager": "npm:8.19.0"
2817-
"@typescript-eslint/types": "npm:8.19.0"
2818-
"@typescript-eslint/typescript-estree": "npm:8.19.0"
2816+
"@typescript-eslint/scope-manager": "npm:8.19.1"
2817+
"@typescript-eslint/types": "npm:8.19.1"
2818+
"@typescript-eslint/typescript-estree": "npm:8.19.1"
28192819
peerDependencies:
28202820
eslint: ^8.57.0 || ^9.0.0
28212821
typescript: ">=4.8.4 <5.8.0"
2822-
checksum: 10c0/7731f7fb66d54491769ca68fd04728138ceb6b785778ad491f8e9b2147802fa0ff480e520f6ea5fb73c8484d13a2ed3e35d44635f5bf4cfbdb04c313154097a9
2822+
checksum: 10c0/f7d2fe9a2bd8cb3ae6fafe5e465882a6784b2acf81d43d194c579381b92651c2ffc0fca69d2a35eee119f539622752a0e9ec063aaec7576d5d2bfe68b441980d
28232823
languageName: node
28242824
linkType: hard
28252825

@@ -2833,13 +2833,13 @@ __metadata:
28332833
languageName: node
28342834
linkType: hard
28352835

2836-
"@typescript-eslint/visitor-keys@npm:8.19.0":
2837-
version: 8.19.0
2838-
resolution: "@typescript-eslint/visitor-keys@npm:8.19.0"
2836+
"@typescript-eslint/visitor-keys@npm:8.19.1":
2837+
version: 8.19.1
2838+
resolution: "@typescript-eslint/visitor-keys@npm:8.19.1"
28392839
dependencies:
2840-
"@typescript-eslint/types": "npm:8.19.0"
2840+
"@typescript-eslint/types": "npm:8.19.1"
28412841
eslint-visitor-keys: "npm:^4.2.0"
2842-
checksum: 10c0/a293def05018bb2259506e23cd8f14349f4386d0e51231893fbddf96ef73c219d5f9fe17b82e3c104f5c23956dbd9b87af3cff5e84b887af243139a3b4bbbe0d
2842+
checksum: 10c0/117537450a099f51f3f0d39186f248ae370bdc1b7f6975dbdbffcfc89e6e1aa47c1870db790d4f778a48f2c1f6cd9c269b63867c12afaa424367c63dabee8fd0
28432843
languageName: node
28442844
linkType: hard
28452845

@@ -10061,6 +10061,15 @@ __metadata:
1006110061
languageName: node
1006210062
linkType: hard
1006310063

10064+
"ts-api-utils@npm:^2.0.0":
10065+
version: 2.0.0
10066+
resolution: "ts-api-utils@npm:2.0.0"
10067+
peerDependencies:
10068+
typescript: ">=4.8.4"
10069+
checksum: 10c0/6165e29a5b75bd0218e3cb0f9ee31aa893dbd819c2e46dbb086c841121eb0436ed47c2c18a20cb3463d74fd1fb5af62e2604ba5971cc48e5b38ebbdc56746dfc
10070+
languageName: node
10071+
linkType: hard
10072+
1006410073
"tsconfig-paths@npm:^3.15.0":
1006510074
version: 3.15.0
1006610075
resolution: "tsconfig-paths@npm:3.15.0"

0 commit comments

Comments
 (0)