Skip to content

Commit 5af3fba

Browse files
chore(deps-dev):(deps-dev): bump the typescript-eslint group with 2 updates
Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `@typescript-eslint/eslint-plugin` from 8.34.1 to 8.35.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.35.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.34.1 to 8.35.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.35.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.35.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.35.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 73429f3 commit 5af3fba

File tree

3 files changed

+8
-122
lines changed

3 files changed

+8
-122
lines changed

packages/haredo-test-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"devDependencies": {
2121
"@cloudamqp/amqp-client": "^3.2.1",
2222
"@types/mocha": "^10.0.8",
23-
"@typescript-eslint/eslint-plugin": "^8.34.1",
24-
"@typescript-eslint/parser": "^8.34.1",
23+
"@typescript-eslint/eslint-plugin": "^8.37.0",
24+
"@typescript-eslint/parser": "^8.37.0",
2525
"eslint": "^9.31.0",
2626
"eslint-config-hein": "^2.0.0",
2727
"haredo": "^3.0.0-alpha.4",

packages/haredo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"@types/mocha": "^10.0.8",
5555
"@types/node": "^24.0.14",
5656
"@types/sinon": "^17.0.4",
57-
"@typescript-eslint/eslint-plugin": "^8.34.1",
58-
"@typescript-eslint/parser": "^8.34.1",
57+
"@typescript-eslint/eslint-plugin": "^8.37.0",
58+
"@typescript-eslint/parser": "^8.37.0",
5959
"dotenv": "^17.0.0",
6060
"eslint": "^9.31.0",
6161
"eslint-config-hein": "^2.0.0",

yarn.lock

Lines changed: 4 additions & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -286,12 +286,7 @@
286286
dependencies:
287287
eslint-visitor-keys "^3.4.3"
288288

289-
"@eslint-community/regexpp@^4.10.0":
290-
version "4.11.0"
291-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
292-
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
293-
294-
"@eslint-community/regexpp@^4.12.1":
289+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
295290
version "4.12.1"
296291
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
297292
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
@@ -716,7 +711,7 @@
716711
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.3.tgz#acaab0f919ce69cce629c2d4ed2eb4adc1b6c20c"
717712
integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
718713

719-
"@typescript-eslint/[email protected]", "@typescript-eslint/eslint-plugin@^8.35.1":
714+
"@typescript-eslint/[email protected]", "@typescript-eslint/eslint-plugin@^8.35.1", "@typescript-eslint/eslint-plugin@^8.37.0":
720715
version "8.37.0"
721716
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.37.0.tgz#332392883f936137cd6252c8eb236d298e514e70"
722717
integrity sha512-jsuVWeIkb6ggzB+wPCsR4e6loj+rM72ohW6IBn2C+5NCvfUVY8s33iFPySSVXqtm5Hu29Ne/9bnA0JmyLmgenA==
@@ -731,22 +726,7 @@
731726
natural-compare "^1.4.0"
732727
ts-api-utils "^2.1.0"
733728

734-
"@typescript-eslint/eslint-plugin@^8.34.1":
735-
version "8.34.1"
736-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.34.1.tgz#56cf35b89383eaf2bdcf602f5bbdac6dbb11e51b"
737-
integrity sha512-STXcN6ebF6li4PxwNeFnqF8/2BNDvBupf2OPx2yWNzr6mKNGF7q49VM00Pz5FaomJyqvbXpY6PhO+T9w139YEQ==
738-
dependencies:
739-
"@eslint-community/regexpp" "^4.10.0"
740-
"@typescript-eslint/scope-manager" "8.34.1"
741-
"@typescript-eslint/type-utils" "8.34.1"
742-
"@typescript-eslint/utils" "8.34.1"
743-
"@typescript-eslint/visitor-keys" "8.34.1"
744-
graphemer "^1.4.0"
745-
ignore "^7.0.0"
746-
natural-compare "^1.4.0"
747-
ts-api-utils "^2.1.0"
748-
749-
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.35.1":
729+
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.35.1", "@typescript-eslint/parser@^8.37.0":
750730
version "8.37.0"
751731
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.37.0.tgz#b87f6b61e25ad5cc5bbf8baf809b8da889c89804"
752732
integrity sha512-kVIaQE9vrN9RLCQMQ3iyRlVJpTiDUY6woHGb30JDkfJErqrQEmtdWH3gV0PBAfGZgQXoqzXOO0T3K6ioApbbAA==
@@ -757,26 +737,6 @@
757737
"@typescript-eslint/visitor-keys" "8.37.0"
758738
debug "^4.3.4"
759739

760-
"@typescript-eslint/parser@^8.34.1":
761-
version "8.34.1"
762-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.34.1.tgz#f102357ab3a02d5b8aa789655905662cc5093067"
763-
integrity sha512-4O3idHxhyzjClSMJ0a29AcoK0+YwnEqzI6oz3vlRf3xw0zbzt15MzXwItOlnr5nIth6zlY2RENLsOPvhyrKAQA==
764-
dependencies:
765-
"@typescript-eslint/scope-manager" "8.34.1"
766-
"@typescript-eslint/types" "8.34.1"
767-
"@typescript-eslint/typescript-estree" "8.34.1"
768-
"@typescript-eslint/visitor-keys" "8.34.1"
769-
debug "^4.3.4"
770-
771-
"@typescript-eslint/[email protected]":
772-
version "8.34.1"
773-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.34.1.tgz#20501f8b87202c45f5e70a5b24dcdcb8fe12d460"
774-
integrity sha512-nuHlOmFZfuRwLJKDGQOVc0xnQrAmuq1Mj/ISou5044y1ajGNp2BNliIqp7F2LPQ5sForz8lempMFCovfeS1XoA==
775-
dependencies:
776-
"@typescript-eslint/tsconfig-utils" "^8.34.1"
777-
"@typescript-eslint/types" "^8.34.1"
778-
debug "^4.3.4"
779-
780740
"@typescript-eslint/[email protected]":
781741
version "8.37.0"
782742
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.37.0.tgz#0594352e32a4ac9258591b88af77b5653800cdfe"
@@ -786,14 +746,6 @@
786746
"@typescript-eslint/types" "^8.37.0"
787747
debug "^4.3.4"
788748

789-
"@typescript-eslint/[email protected]":
790-
version "8.34.1"
791-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.34.1.tgz#727ea43441f4d23d5c73d34195427d85042e5117"
792-
integrity sha512-beu6o6QY4hJAgL1E8RaXNC071G4Kso2MGmJskCFQhRhg8VOH/FDbC8soP8NHN7e/Hdphwp8G8cE6OBzC8o41ZA==
793-
dependencies:
794-
"@typescript-eslint/types" "8.34.1"
795-
"@typescript-eslint/visitor-keys" "8.34.1"
796-
797749
"@typescript-eslint/[email protected]":
798750
version "8.37.0"
799751
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.37.0.tgz#a31a3c80ca2ef4ed58de13742debb692e7d4c0a4"
@@ -802,26 +754,11 @@
802754
"@typescript-eslint/types" "8.37.0"
803755
"@typescript-eslint/visitor-keys" "8.37.0"
804756

805-
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.34.1":
806-
version "8.34.1"
807-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.1.tgz#d6abb1b1e9f1f1c83ac92051c8fbf2dbc4dc9f5e"
808-
integrity sha512-K4Sjdo4/xF9NEeA2khOb7Y5nY6NSXBnod87uniVYW9kHP+hNlDV8trUSFeynA2uxWam4gIWgWoygPrv9VMWrYg==
809-
810757
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.37.0":
811758
version "8.37.0"
812759
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.37.0.tgz#47a2760d265c6125f8e7864bc5c8537cad2bd053"
813760
integrity sha512-1/YHvAVTimMM9mmlPvTec9NP4bobA1RkDbMydxG8omqwJJLEW/Iy2C4adsAESIXU3WGLXFHSZUU+C9EoFWl4Zg==
814761

815-
"@typescript-eslint/[email protected]":
816-
version "8.34.1"
817-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.34.1.tgz#df860d8edefbfe142473ea4defb7408edb0c379e"
818-
integrity sha512-Tv7tCCr6e5m8hP4+xFugcrwTOucB8lshffJ6zf1mF1TbU67R+ntCc6DzLNKM+s/uzDyv8gLq7tufaAhIBYeV8g==
819-
dependencies:
820-
"@typescript-eslint/typescript-estree" "8.34.1"
821-
"@typescript-eslint/utils" "8.34.1"
822-
debug "^4.3.4"
823-
ts-api-utils "^2.1.0"
824-
825762
"@typescript-eslint/[email protected]":
826763
version "8.37.0"
827764
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.37.0.tgz#2a682e4c6ff5886712dad57e9787b5e417124507"
@@ -833,32 +770,11 @@
833770
debug "^4.3.4"
834771
ts-api-utils "^2.1.0"
835772

836-
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.34.1":
837-
version "8.34.1"
838-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.1.tgz#565a46a251580dae674dac5aafa8eb14b8322a35"
839-
integrity sha512-rjLVbmE7HR18kDsjNIZQHxmv9RZwlgzavryL5Lnj2ujIRTeXlKtILHgRNmQ3j4daw7zd+mQgy+uyt6Zo6I0IGA==
840-
841773
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.11.0", "@typescript-eslint/types@^8.37.0":
842774
version "8.37.0"
843775
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.37.0.tgz#09517aa9625eb3c68941dde3ac8835740587b6ff"
844776
integrity sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ==
845777

846-
"@typescript-eslint/[email protected]":
847-
version "8.34.1"
848-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.1.tgz#befdb042a6bc44fdad27429b2d3b679c80daad71"
849-
integrity sha512-rjCNqqYPuMUF5ODD+hWBNmOitjBWghkGKJg6hiCHzUvXRy6rK22Jd3rwbP2Xi+R7oYVvIKhokHVhH41BxPV5mA==
850-
dependencies:
851-
"@typescript-eslint/project-service" "8.34.1"
852-
"@typescript-eslint/tsconfig-utils" "8.34.1"
853-
"@typescript-eslint/types" "8.34.1"
854-
"@typescript-eslint/visitor-keys" "8.34.1"
855-
debug "^4.3.4"
856-
fast-glob "^3.3.2"
857-
is-glob "^4.0.3"
858-
minimatch "^9.0.4"
859-
semver "^7.6.0"
860-
ts-api-utils "^2.1.0"
861-
862778
"@typescript-eslint/[email protected]":
863779
version "8.37.0"
864780
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.37.0.tgz#a07e4574d8e6e4355a558f61323730c987f5fcbc"
@@ -875,16 +791,6 @@
875791
semver "^7.6.0"
876792
ts-api-utils "^2.1.0"
877793

878-
"@typescript-eslint/[email protected]":
879-
version "8.34.1"
880-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.34.1.tgz#f98c9b0c5cae407e34f5131cac0f3a74347a398e"
881-
integrity sha512-mqOwUdZ3KjtGk7xJJnLbHxTuWVn3GO2WZZuM+Slhkun4+qthLdXx32C8xIXbO1kfCECb3jIs3eoxK3eryk7aoQ==
882-
dependencies:
883-
"@eslint-community/eslint-utils" "^4.7.0"
884-
"@typescript-eslint/scope-manager" "8.34.1"
885-
"@typescript-eslint/types" "8.34.1"
886-
"@typescript-eslint/typescript-estree" "8.34.1"
887-
888794
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.32.1":
889795
version "8.37.0"
890796
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.37.0.tgz#189ea59b2709f5d898614611f091a776751ee335"
@@ -895,14 +801,6 @@
895801
"@typescript-eslint/types" "8.37.0"
896802
"@typescript-eslint/typescript-estree" "8.37.0"
897803

898-
"@typescript-eslint/[email protected]":
899-
version "8.34.1"
900-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.1.tgz#28a1987ea3542ccafb92aa792726a304b39531cf"
901-
integrity sha512-xoh5rJ+tgsRKoXnkBPFRLZ7rjKM0AfVbC68UZ/ECXoDbfggb9RbEySN359acY1vS3qZ0jVTVWzbtfapwm5ztxw==
902-
dependencies:
903-
"@typescript-eslint/types" "8.34.1"
904-
eslint-visitor-keys "^4.2.1"
905-
906804
"@typescript-eslint/[email protected]":
907805
version "8.37.0"
908806
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.37.0.tgz#cdb6a6bd3e8d6dd69bd70c1bdda36e2d18737455"
@@ -1469,14 +1367,7 @@ debug@^3.2.7:
14691367
dependencies:
14701368
ms "^2.1.1"
14711369

1472-
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5:
1473-
version "4.3.6"
1474-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b"
1475-
integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==
1476-
dependencies:
1477-
ms "2.1.2"
1478-
1479-
debug@^4.4.1:
1370+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.4.1:
14801371
version "4.4.1"
14811372
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
14821373
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
@@ -3384,11 +3275,6 @@ mocha@^11.7.1:
33843275
yargs-parser "^21.1.1"
33853276
yargs-unparser "^2.0.0"
33863277

3387-
3388-
version "2.1.2"
3389-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
3390-
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
3391-
33923278
ms@^2.1.1, ms@^2.1.3:
33933279
version "2.1.3"
33943280
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"

0 commit comments

Comments
 (0)