Skip to content

Commit 667a9b1

Browse files
chore(deps-dev): bump the dependencies group with 3 updates (#4478)
Bumps the dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@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 `@types/node` from 22.15.31 to 22.15.32 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.34.0 to 8.34.1 - [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.34.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.34.0 to 8.34.1 - [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.34.1/packages/parser) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 22.15.32 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.34.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.34.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a37ec9 commit 667a9b1

File tree

1 file changed

+69
-69
lines changed

1 file changed

+69
-69
lines changed

yarn.lock

Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -2791,9 +2791,9 @@
27912791
"@types/node" "*"
27922792

27932793
"@types/node@*", "@types/node@^22.5.5":
2794-
version "22.15.31"
2795-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.31.tgz#454f11e2061150135c8353d7f3b3b1823fca9f3f"
2796-
integrity sha512-jnVe5ULKl6tijxUhvQeNbQG/84fHfg+yMak02cT8QVhBx/F05rAVxCGBYYTh2EKz22D6JF5ktXuNwdx7b9iEGw==
2794+
version "22.15.32"
2795+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.32.tgz#c301cc2275b535a5e54bb81d516b1d2e9afe06e5"
2796+
integrity sha512-3jigKqgSjsH6gYZv2nEsqdXfZqIFGAV36XYYjf9KGZ3PSG+IhLecqPnI310RvjutyMwifE2hhhNEklOUrvx/wA==
27972797
dependencies:
27982798
undici-types "~6.21.0"
27992799

@@ -2887,101 +2887,101 @@
28872887
"@types/yargs-parser" "*"
28882888

28892889
"@typescript-eslint/eslint-plugin@^8.6.0":
2890-
version "8.34.0"
2891-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.34.0.tgz#96c9f818782fe24cd5883a5d517ca1826d3fa9c2"
2892-
integrity sha512-QXwAlHlbcAwNlEEMKQS2RCgJsgXrTJdjXT08xEgbPFa2yYQgVjBymxP5DrfrE7X7iodSzd9qBUHUycdyVJTW1w==
2890+
version "8.34.1"
2891+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.34.1.tgz#56cf35b89383eaf2bdcf602f5bbdac6dbb11e51b"
2892+
integrity sha512-STXcN6ebF6li4PxwNeFnqF8/2BNDvBupf2OPx2yWNzr6mKNGF7q49VM00Pz5FaomJyqvbXpY6PhO+T9w139YEQ==
28932893
dependencies:
28942894
"@eslint-community/regexpp" "^4.10.0"
2895-
"@typescript-eslint/scope-manager" "8.34.0"
2896-
"@typescript-eslint/type-utils" "8.34.0"
2897-
"@typescript-eslint/utils" "8.34.0"
2898-
"@typescript-eslint/visitor-keys" "8.34.0"
2895+
"@typescript-eslint/scope-manager" "8.34.1"
2896+
"@typescript-eslint/type-utils" "8.34.1"
2897+
"@typescript-eslint/utils" "8.34.1"
2898+
"@typescript-eslint/visitor-keys" "8.34.1"
28992899
graphemer "^1.4.0"
29002900
ignore "^7.0.0"
29012901
natural-compare "^1.4.0"
29022902
ts-api-utils "^2.1.0"
29032903

29042904
"@typescript-eslint/parser@^8.6.0":
2905-
version "8.34.0"
2906-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.34.0.tgz#703270426ac529304ae6988482f487c856d9c13f"
2907-
integrity sha512-vxXJV1hVFx3IXz/oy2sICsJukaBrtDEQSBiV48/YIV5KWjX1dO+bcIr/kCPrW6weKXvsaGKFNlwH0v2eYdRRbA==
2908-
dependencies:
2909-
"@typescript-eslint/scope-manager" "8.34.0"
2910-
"@typescript-eslint/types" "8.34.0"
2911-
"@typescript-eslint/typescript-estree" "8.34.0"
2912-
"@typescript-eslint/visitor-keys" "8.34.0"
2905+
version "8.34.1"
2906+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.34.1.tgz#f102357ab3a02d5b8aa789655905662cc5093067"
2907+
integrity sha512-4O3idHxhyzjClSMJ0a29AcoK0+YwnEqzI6oz3vlRf3xw0zbzt15MzXwItOlnr5nIth6zlY2RENLsOPvhyrKAQA==
2908+
dependencies:
2909+
"@typescript-eslint/scope-manager" "8.34.1"
2910+
"@typescript-eslint/types" "8.34.1"
2911+
"@typescript-eslint/typescript-estree" "8.34.1"
2912+
"@typescript-eslint/visitor-keys" "8.34.1"
29132913
debug "^4.3.4"
29142914

2915-
"@typescript-eslint/[email protected].0":
2916-
version "8.34.0"
2917-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.34.0.tgz#449119b72fe9fae185013a6bdbaf1ffbfee6bcaf"
2918-
integrity sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==
2915+
"@typescript-eslint/[email protected].1":
2916+
version "8.34.1"
2917+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.34.1.tgz#20501f8b87202c45f5e70a5b24dcdcb8fe12d460"
2918+
integrity sha512-nuHlOmFZfuRwLJKDGQOVc0xnQrAmuq1Mj/ISou5044y1ajGNp2BNliIqp7F2LPQ5sForz8lempMFCovfeS1XoA==
29192919
dependencies:
2920-
"@typescript-eslint/tsconfig-utils" "^8.34.0"
2921-
"@typescript-eslint/types" "^8.34.0"
2920+
"@typescript-eslint/tsconfig-utils" "^8.34.1"
2921+
"@typescript-eslint/types" "^8.34.1"
29222922
debug "^4.3.4"
29232923

2924-
"@typescript-eslint/[email protected].0":
2925-
version "8.34.0"
2926-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz#9fedaec02370cf79c018a656ab402eb00dc69e67"
2927-
integrity sha512-9Ac0X8WiLykl0aj1oYQNcLZjHgBojT6cW68yAgZ19letYu+Hxd0rE0veI1XznSSst1X5lwnxhPbVdwjDRIomRw==
2924+
"@typescript-eslint/[email protected].1":
2925+
version "8.34.1"
2926+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.34.1.tgz#727ea43441f4d23d5c73d34195427d85042e5117"
2927+
integrity sha512-beu6o6QY4hJAgL1E8RaXNC071G4Kso2MGmJskCFQhRhg8VOH/FDbC8soP8NHN7e/Hdphwp8G8cE6OBzC8o41ZA==
29282928
dependencies:
2929-
"@typescript-eslint/types" "8.34.0"
2930-
"@typescript-eslint/visitor-keys" "8.34.0"
2929+
"@typescript-eslint/types" "8.34.1"
2930+
"@typescript-eslint/visitor-keys" "8.34.1"
29312931

2932-
"@typescript-eslint/[email protected].0", "@typescript-eslint/tsconfig-utils@^8.34.0":
2933-
version "8.34.0"
2934-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.0.tgz#97d0a24e89a355e9308cebc8e23f255669bf0979"
2935-
integrity sha512-+W9VYHKFIzA5cBeooqQxqNriAP0QeQ7xTiDuIOr71hzgffm3EL2hxwWBIIj4GuofIbKxGNarpKqIq6Q6YrShOA==
2932+
"@typescript-eslint/[email protected].1", "@typescript-eslint/tsconfig-utils@^8.34.1":
2933+
version "8.34.1"
2934+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.1.tgz#d6abb1b1e9f1f1c83ac92051c8fbf2dbc4dc9f5e"
2935+
integrity sha512-K4Sjdo4/xF9NEeA2khOb7Y5nY6NSXBnod87uniVYW9kHP+hNlDV8trUSFeynA2uxWam4gIWgWoygPrv9VMWrYg==
29362936

2937-
"@typescript-eslint/[email protected].0":
2938-
version "8.34.0"
2939-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.34.0.tgz#03e7eb3776129dfd751ba1cac0c6ea4b0fab5ec6"
2940-
integrity sha512-n7zSmOcUVhcRYC75W2pnPpbO1iwhJY3NLoHEtbJwJSNlVAZuwqu05zY3f3s2SDWWDSo9FdN5szqc73DCtDObAg==
2937+
"@typescript-eslint/[email protected].1":
2938+
version "8.34.1"
2939+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.34.1.tgz#df860d8edefbfe142473ea4defb7408edb0c379e"
2940+
integrity sha512-Tv7tCCr6e5m8hP4+xFugcrwTOucB8lshffJ6zf1mF1TbU67R+ntCc6DzLNKM+s/uzDyv8gLq7tufaAhIBYeV8g==
29412941
dependencies:
2942-
"@typescript-eslint/typescript-estree" "8.34.0"
2943-
"@typescript-eslint/utils" "8.34.0"
2942+
"@typescript-eslint/typescript-estree" "8.34.1"
2943+
"@typescript-eslint/utils" "8.34.1"
29442944
debug "^4.3.4"
29452945
ts-api-utils "^2.1.0"
29462946

2947-
"@typescript-eslint/[email protected].0", "@typescript-eslint/types@^8.34.0":
2948-
version "8.34.0"
2949-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.0.tgz#18000f205c59c9aff7f371fc5426b764cf2890fb"
2950-
integrity sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==
2947+
"@typescript-eslint/[email protected].1", "@typescript-eslint/types@^8.34.1":
2948+
version "8.34.1"
2949+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.1.tgz#565a46a251580dae674dac5aafa8eb14b8322a35"
2950+
integrity sha512-rjLVbmE7HR18kDsjNIZQHxmv9RZwlgzavryL5Lnj2ujIRTeXlKtILHgRNmQ3j4daw7zd+mQgy+uyt6Zo6I0IGA==
29512951

2952-
"@typescript-eslint/[email protected].0":
2953-
version "8.34.0"
2954-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz#c9f3feec511339ef64e9e4884516c3e558f1b048"
2955-
integrity sha512-rOi4KZxI7E0+BMqG7emPSK1bB4RICCpF7QD3KCLXn9ZvWoESsOMlHyZPAHyG04ujVplPaHbmEvs34m+wjgtVtg==
2952+
"@typescript-eslint/[email protected].1":
2953+
version "8.34.1"
2954+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.1.tgz#befdb042a6bc44fdad27429b2d3b679c80daad71"
2955+
integrity sha512-rjCNqqYPuMUF5ODD+hWBNmOitjBWghkGKJg6hiCHzUvXRy6rK22Jd3rwbP2Xi+R7oYVvIKhokHVhH41BxPV5mA==
29562956
dependencies:
2957-
"@typescript-eslint/project-service" "8.34.0"
2958-
"@typescript-eslint/tsconfig-utils" "8.34.0"
2959-
"@typescript-eslint/types" "8.34.0"
2960-
"@typescript-eslint/visitor-keys" "8.34.0"
2957+
"@typescript-eslint/project-service" "8.34.1"
2958+
"@typescript-eslint/tsconfig-utils" "8.34.1"
2959+
"@typescript-eslint/types" "8.34.1"
2960+
"@typescript-eslint/visitor-keys" "8.34.1"
29612961
debug "^4.3.4"
29622962
fast-glob "^3.3.2"
29632963
is-glob "^4.0.3"
29642964
minimatch "^9.0.4"
29652965
semver "^7.6.0"
29662966
ts-api-utils "^2.1.0"
29672967

2968-
"@typescript-eslint/[email protected].0", "@typescript-eslint/utils@^8.26.1":
2969-
version "8.34.0"
2970-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.34.0.tgz#7844beebc1153b4d3ec34135c2da53a91e076f8d"
2971-
integrity sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==
2968+
"@typescript-eslint/[email protected].1", "@typescript-eslint/utils@^8.26.1":
2969+
version "8.34.1"
2970+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.34.1.tgz#f98c9b0c5cae407e34f5131cac0f3a74347a398e"
2971+
integrity sha512-mqOwUdZ3KjtGk7xJJnLbHxTuWVn3GO2WZZuM+Slhkun4+qthLdXx32C8xIXbO1kfCECb3jIs3eoxK3eryk7aoQ==
29722972
dependencies:
29732973
"@eslint-community/eslint-utils" "^4.7.0"
2974-
"@typescript-eslint/scope-manager" "8.34.0"
2975-
"@typescript-eslint/types" "8.34.0"
2976-
"@typescript-eslint/typescript-estree" "8.34.0"
2974+
"@typescript-eslint/scope-manager" "8.34.1"
2975+
"@typescript-eslint/types" "8.34.1"
2976+
"@typescript-eslint/typescript-estree" "8.34.1"
29772977

2978-
"@typescript-eslint/[email protected].0":
2979-
version "8.34.0"
2980-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz#c7a149407be31d755dba71980617d638a40ac099"
2981-
integrity sha512-qHV7pW7E85A0x6qyrFn+O+q1k1p3tQCsqIZ1KZ5ESLXY57aTvUd3/a4rdPTeXisvhXn2VQG0VSKUqs8KHF2zcA==
2978+
"@typescript-eslint/[email protected].1":
2979+
version "8.34.1"
2980+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.1.tgz#28a1987ea3542ccafb92aa792726a304b39531cf"
2981+
integrity sha512-xoh5rJ+tgsRKoXnkBPFRLZ7rjKM0AfVbC68UZ/ECXoDbfggb9RbEySN359acY1vS3qZ0jVTVWzbtfapwm5ztxw==
29822982
dependencies:
2983-
"@typescript-eslint/types" "8.34.0"
2984-
eslint-visitor-keys "^4.2.0"
2983+
"@typescript-eslint/types" "8.34.1"
2984+
eslint-visitor-keys "^4.2.1"
29852985

29862986
"@ungap/structured-clone@^1.2.0":
29872987
version "1.3.0"
@@ -4912,10 +4912,10 @@ eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
49124912
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
49134913
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
49144914

4915-
eslint-visitor-keys@^4.2.0:
4916-
version "4.2.0"
4917-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
4918-
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
4915+
eslint-visitor-keys@^4.2.1:
4916+
version "4.2.1"
4917+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
4918+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
49194919

49204920
eslint@^8.57.1:
49214921
version "8.57.1"

0 commit comments

Comments
 (0)