Skip to content

Commit 8c63054

Browse files
feat(deps): update typescript-eslint to v8.19.1
1 parent 7751daa commit 8c63054

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
@@ -36,8 +36,8 @@
3636
"@softwareventures/semantic-release-config": "5.1.0",
3737
"@softwareventures/tsconfig": "8.1.0",
3838
"@types/node": "17.0.45",
39-
"@typescript-eslint/eslint-plugin": "8.19.0",
40-
"@typescript-eslint/parser": "8.19.0",
39+
"@typescript-eslint/eslint-plugin": "8.19.1",
40+
"@typescript-eslint/parser": "8.19.1",
4141
"ava": "6.2.0",
4242
"commitizen": "4.3.1",
4343
"conventional-changelog-conventionalcommits": "7.0.2",

yarn.lock

Lines changed: 64 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2539,8 +2539,8 @@ __metadata:
25392539
"@softwareventures/semantic-release-config": "npm:5.1.0"
25402540
"@softwareventures/tsconfig": "npm:8.1.0"
25412541
"@types/node": "npm:17.0.45"
2542-
"@typescript-eslint/eslint-plugin": "npm:8.19.0"
2543-
"@typescript-eslint/parser": "npm:8.19.0"
2542+
"@typescript-eslint/eslint-plugin": "npm:8.19.1"
2543+
"@typescript-eslint/parser": "npm:8.19.1"
25442544
ava: "npm:6.2.0"
25452545
commitizen: "npm:4.3.1"
25462546
conventional-changelog-conventionalcommits: "npm:7.0.2"
@@ -2685,40 +2685,40 @@ __metadata:
26852685
languageName: node
26862686
linkType: hard
26872687

2688-
"@typescript-eslint/eslint-plugin@npm:8.19.0":
2689-
version: 8.19.0
2690-
resolution: "@typescript-eslint/eslint-plugin@npm:8.19.0"
2688+
"@typescript-eslint/eslint-plugin@npm:8.19.1":
2689+
version: 8.19.1
2690+
resolution: "@typescript-eslint/eslint-plugin@npm:8.19.1"
26912691
dependencies:
26922692
"@eslint-community/regexpp": "npm:^4.10.0"
2693-
"@typescript-eslint/scope-manager": "npm:8.19.0"
2694-
"@typescript-eslint/type-utils": "npm:8.19.0"
2695-
"@typescript-eslint/utils": "npm:8.19.0"
2696-
"@typescript-eslint/visitor-keys": "npm:8.19.0"
2693+
"@typescript-eslint/scope-manager": "npm:8.19.1"
2694+
"@typescript-eslint/type-utils": "npm:8.19.1"
2695+
"@typescript-eslint/utils": "npm:8.19.1"
2696+
"@typescript-eslint/visitor-keys": "npm:8.19.1"
26972697
graphemer: "npm:^1.4.0"
26982698
ignore: "npm:^5.3.1"
26992699
natural-compare: "npm:^1.4.0"
2700-
ts-api-utils: "npm:^1.3.0"
2700+
ts-api-utils: "npm:^2.0.0"
27012701
peerDependencies:
27022702
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
27032703
eslint: ^8.57.0 || ^9.0.0
27042704
typescript: ">=4.8.4 <5.8.0"
2705-
checksum: 10c0/ceaa5063b68684b5608950b5e69f0caf1eadfc356cba82625240d6aae55f769faff599c38d35252dcb77a40d92e6fbf6d6264bc0c577d5c549da25061c3bd796
2705+
checksum: 10c0/993784b04533b13c3f3919c793cfc3a369fa61692e1a2d72de6fba27df247c275d852cdcbc4e393c310b73fce8d34d210a9b632b66f4d761a1a3b4781f8fa93f
27062706
languageName: node
27072707
linkType: hard
27082708

2709-
"@typescript-eslint/parser@npm:8.19.0":
2710-
version: 8.19.0
2711-
resolution: "@typescript-eslint/parser@npm:8.19.0"
2709+
"@typescript-eslint/parser@npm:8.19.1":
2710+
version: 8.19.1
2711+
resolution: "@typescript-eslint/parser@npm:8.19.1"
27122712
dependencies:
2713-
"@typescript-eslint/scope-manager": "npm:8.19.0"
2714-
"@typescript-eslint/types": "npm:8.19.0"
2715-
"@typescript-eslint/typescript-estree": "npm:8.19.0"
2716-
"@typescript-eslint/visitor-keys": "npm:8.19.0"
2713+
"@typescript-eslint/scope-manager": "npm:8.19.1"
2714+
"@typescript-eslint/types": "npm:8.19.1"
2715+
"@typescript-eslint/typescript-estree": "npm:8.19.1"
2716+
"@typescript-eslint/visitor-keys": "npm:8.19.1"
27172717
debug: "npm:^4.3.4"
27182718
peerDependencies:
27192719
eslint: ^8.57.0 || ^9.0.0
27202720
typescript: ">=4.8.4 <5.8.0"
2721-
checksum: 10c0/064b0997963060490fc3f92c90cebc7c694f47a7657f7882ce9eb314786e0cf3e917bfccfad614d23038439d84e69a978bdc7054515b23201001dd427e524e64
2721+
checksum: 10c0/1afbd2d0a25f439943bdc94637417429574eb3889a2a1ce24bd425721713aca213808a975bb518a6616171783bc04fa973167f05fc6a96cfd88c1d1666077ad4
27222722
languageName: node
27232723
linkType: hard
27242724

@@ -2732,13 +2732,13 @@ __metadata:
27322732
languageName: node
27332733
linkType: hard
27342734

2735-
"@typescript-eslint/scope-manager@npm:8.19.0":
2736-
version: 8.19.0
2737-
resolution: "@typescript-eslint/scope-manager@npm:8.19.0"
2735+
"@typescript-eslint/scope-manager@npm:8.19.1":
2736+
version: 8.19.1
2737+
resolution: "@typescript-eslint/scope-manager@npm:8.19.1"
27382738
dependencies:
2739-
"@typescript-eslint/types": "npm:8.19.0"
2740-
"@typescript-eslint/visitor-keys": "npm:8.19.0"
2741-
checksum: 10c0/5052863d00db7ae939de27e91dc6c92df3c37a877e1ff44015ae9aa754d419b44d97d98b25fbb30a80dc58cf92606dad599e27f32b86d20c13b77ac12b4f2abc
2739+
"@typescript-eslint/types": "npm:8.19.1"
2740+
"@typescript-eslint/visitor-keys": "npm:8.19.1"
2741+
checksum: 10c0/7dca0c28ad27a0c7e26499e0f584f98efdcf34087f46aadc661b36c310484b90655e83818bafd249b5a28c7094a69c54d553f6cd403869bf134f95a9148733f5
27422742
languageName: node
27432743
linkType: hard
27442744

@@ -2759,18 +2759,18 @@ __metadata:
27592759
languageName: node
27602760
linkType: hard
27612761

2762-
"@typescript-eslint/type-utils@npm:8.19.0":
2763-
version: 8.19.0
2764-
resolution: "@typescript-eslint/type-utils@npm:8.19.0"
2762+
"@typescript-eslint/type-utils@npm:8.19.1":
2763+
version: 8.19.1
2764+
resolution: "@typescript-eslint/type-utils@npm:8.19.1"
27652765
dependencies:
2766-
"@typescript-eslint/typescript-estree": "npm:8.19.0"
2767-
"@typescript-eslint/utils": "npm:8.19.0"
2766+
"@typescript-eslint/typescript-estree": "npm:8.19.1"
2767+
"@typescript-eslint/utils": "npm:8.19.1"
27682768
debug: "npm:^4.3.4"
2769-
ts-api-utils: "npm:^1.3.0"
2769+
ts-api-utils: "npm:^2.0.0"
27702770
peerDependencies:
27712771
eslint: ^8.57.0 || ^9.0.0
27722772
typescript: ">=4.8.4 <5.8.0"
2773-
checksum: 10c0/5a460b4d26fd68ded3567390cbac310500e94e9c69583fda3fb9930877663719e6831699bb6d85de6b940bcb7951a51ab1ef67c5fea8b76a13ea3a3783bbae28
2773+
checksum: 10c0/757592b515beec58c079c605aa648ba94d985ae48ba40460034e849c7bc2b603b1da6113e59688e284608c9d5ccaa27adf0a14fb032cb1782200c6acae51ddd2
27742774
languageName: node
27752775
linkType: hard
27762776

@@ -2781,10 +2781,10 @@ __metadata:
27812781
languageName: node
27822782
linkType: hard
27832783

2784-
"@typescript-eslint/types@npm:8.19.0":
2785-
version: 8.19.0
2786-
resolution: "@typescript-eslint/types@npm:8.19.0"
2787-
checksum: 10c0/0062e7dce5f374e293c97f1f50fe450187f6b0eaf4971c818e18ef2f6baf4e9aa4e8605fba8d8fc464a504ee1130527b71ecb39d31687c31825942b9f569d902
2784+
"@typescript-eslint/types@npm:8.19.1":
2785+
version: 8.19.1
2786+
resolution: "@typescript-eslint/types@npm:8.19.1"
2787+
checksum: 10c0/e907bf096d5ed7a812a1e537a98dd881ab5d2d47e072225bfffaa218c1433115a148b27a15744db8374b46dac721617c6d13a1da255fdeb369cf193416533f6e
27882788
languageName: node
27892789
linkType: hard
27902790

@@ -2807,21 +2807,21 @@ __metadata:
28072807
languageName: node
28082808
linkType: hard
28092809

2810-
"@typescript-eslint/typescript-estree@npm:8.19.0":
2811-
version: 8.19.0
2812-
resolution: "@typescript-eslint/typescript-estree@npm:8.19.0"
2810+
"@typescript-eslint/typescript-estree@npm:8.19.1":
2811+
version: 8.19.1
2812+
resolution: "@typescript-eslint/typescript-estree@npm:8.19.1"
28132813
dependencies:
2814-
"@typescript-eslint/types": "npm:8.19.0"
2815-
"@typescript-eslint/visitor-keys": "npm:8.19.0"
2814+
"@typescript-eslint/types": "npm:8.19.1"
2815+
"@typescript-eslint/visitor-keys": "npm:8.19.1"
28162816
debug: "npm:^4.3.4"
28172817
fast-glob: "npm:^3.3.2"
28182818
is-glob: "npm:^4.0.3"
28192819
minimatch: "npm:^9.0.4"
28202820
semver: "npm:^7.6.0"
2821-
ts-api-utils: "npm:^1.3.0"
2821+
ts-api-utils: "npm:^2.0.0"
28222822
peerDependencies:
28232823
typescript: ">=4.8.4 <5.8.0"
2824-
checksum: 10c0/ff47004588e8ff585af740b3e0bda07dc52310dbfeb2317eb4a723935740cf0c1953fc9ba57f14cf192bcfe373c46be833ba29d3303df8b501181bb852c7b822
2824+
checksum: 10c0/549d9d565a58a25fc8397a555506f2e8d29a740f5b6ed9105479e22de5aab89d9d535959034a8e9d4115adb435de09ee6987d28e8922052eea577842ddce1a7a
28252825
languageName: node
28262826
linkType: hard
28272827

@@ -2839,18 +2839,18 @@ __metadata:
28392839
languageName: node
28402840
linkType: hard
28412841

2842-
"@typescript-eslint/utils@npm:8.19.0":
2843-
version: 8.19.0
2844-
resolution: "@typescript-eslint/utils@npm:8.19.0"
2842+
"@typescript-eslint/utils@npm:8.19.1":
2843+
version: 8.19.1
2844+
resolution: "@typescript-eslint/utils@npm:8.19.1"
28452845
dependencies:
28462846
"@eslint-community/eslint-utils": "npm:^4.4.0"
2847-
"@typescript-eslint/scope-manager": "npm:8.19.0"
2848-
"@typescript-eslint/types": "npm:8.19.0"
2849-
"@typescript-eslint/typescript-estree": "npm:8.19.0"
2847+
"@typescript-eslint/scope-manager": "npm:8.19.1"
2848+
"@typescript-eslint/types": "npm:8.19.1"
2849+
"@typescript-eslint/typescript-estree": "npm:8.19.1"
28502850
peerDependencies:
28512851
eslint: ^8.57.0 || ^9.0.0
28522852
typescript: ">=4.8.4 <5.8.0"
2853-
checksum: 10c0/7731f7fb66d54491769ca68fd04728138ceb6b785778ad491f8e9b2147802fa0ff480e520f6ea5fb73c8484d13a2ed3e35d44635f5bf4cfbdb04c313154097a9
2853+
checksum: 10c0/f7d2fe9a2bd8cb3ae6fafe5e465882a6784b2acf81d43d194c579381b92651c2ffc0fca69d2a35eee119f539622752a0e9ec063aaec7576d5d2bfe68b441980d
28542854
languageName: node
28552855
linkType: hard
28562856

@@ -2864,13 +2864,13 @@ __metadata:
28642864
languageName: node
28652865
linkType: hard
28662866

2867-
"@typescript-eslint/visitor-keys@npm:8.19.0":
2868-
version: 8.19.0
2869-
resolution: "@typescript-eslint/visitor-keys@npm:8.19.0"
2867+
"@typescript-eslint/visitor-keys@npm:8.19.1":
2868+
version: 8.19.1
2869+
resolution: "@typescript-eslint/visitor-keys@npm:8.19.1"
28702870
dependencies:
2871-
"@typescript-eslint/types": "npm:8.19.0"
2871+
"@typescript-eslint/types": "npm:8.19.1"
28722872
eslint-visitor-keys: "npm:^4.2.0"
2873-
checksum: 10c0/a293def05018bb2259506e23cd8f14349f4386d0e51231893fbddf96ef73c219d5f9fe17b82e3c104f5c23956dbd9b87af3cff5e84b887af243139a3b4bbbe0d
2873+
checksum: 10c0/117537450a099f51f3f0d39186f248ae370bdc1b7f6975dbdbffcfc89e6e1aa47c1870db790d4f778a48f2c1f6cd9c269b63867c12afaa424367c63dabee8fd0
28742874
languageName: node
28752875
linkType: hard
28762876

@@ -10041,6 +10041,15 @@ __metadata:
1004110041
languageName: node
1004210042
linkType: hard
1004310043

10044+
"ts-api-utils@npm:^2.0.0":
10045+
version: 2.0.0
10046+
resolution: "ts-api-utils@npm:2.0.0"
10047+
peerDependencies:
10048+
typescript: ">=4.8.4"
10049+
checksum: 10c0/6165e29a5b75bd0218e3cb0f9ee31aa893dbd819c2e46dbb086c841121eb0436ed47c2c18a20cb3463d74fd1fb5af62e2604ba5971cc48e5b38ebbdc56746dfc
10050+
languageName: node
10051+
linkType: hard
10052+
1004410053
"ts-node@npm:10.9.2":
1004510054
version: 10.9.2
1004610055
resolution: "ts-node@npm:10.9.2"

0 commit comments

Comments
 (0)