Skip to content

Commit fb5dba1

Browse files
build(deps-dev): Bump typescript-eslint from 8.33.1 to 8.34.0 (#840)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.33.1 to 8.34.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.34.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.34.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 32ebff2 commit fb5dba1

File tree

1 file changed

+68
-68
lines changed

1 file changed

+68
-68
lines changed

yarn.lock

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,101 +1094,101 @@
10941094
dependencies:
10951095
"@types/yargs-parser" "*"
10961096

1097-
"@typescript-eslint/eslint-plugin@8.33.1":
1098-
version "8.33.1"
1099-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.33.1.tgz#532641b416ed2afd5be893cddb2a58e9cd1f7a3e"
1100-
integrity sha512-TDCXj+YxLgtvxvFlAvpoRv9MAncDLBV2oT9Bd7YBGC/b/sEURoOYuIwLI99rjWOfY3QtDzO+mk0n4AmdFExW8A==
1097+
"@typescript-eslint/eslint-plugin@8.34.0":
1098+
version "8.34.0"
1099+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.34.0.tgz#96c9f818782fe24cd5883a5d517ca1826d3fa9c2"
1100+
integrity sha512-QXwAlHlbcAwNlEEMKQS2RCgJsgXrTJdjXT08xEgbPFa2yYQgVjBymxP5DrfrE7X7iodSzd9qBUHUycdyVJTW1w==
11011101
dependencies:
11021102
"@eslint-community/regexpp" "^4.10.0"
1103-
"@typescript-eslint/scope-manager" "8.33.1"
1104-
"@typescript-eslint/type-utils" "8.33.1"
1105-
"@typescript-eslint/utils" "8.33.1"
1106-
"@typescript-eslint/visitor-keys" "8.33.1"
1103+
"@typescript-eslint/scope-manager" "8.34.0"
1104+
"@typescript-eslint/type-utils" "8.34.0"
1105+
"@typescript-eslint/utils" "8.34.0"
1106+
"@typescript-eslint/visitor-keys" "8.34.0"
11071107
graphemer "^1.4.0"
11081108
ignore "^7.0.0"
11091109
natural-compare "^1.4.0"
11101110
ts-api-utils "^2.1.0"
11111111

1112-
"@typescript-eslint/parser@8.33.1":
1113-
version "8.33.1"
1114-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.33.1.tgz#ef9a5ee6aa37a6b4f46cc36d08a14f828238afe2"
1115-
integrity sha512-qwxv6dq682yVvgKKp2qWwLgRbscDAYktPptK4JPojCwwi3R9cwrvIxS4lvBpzmcqzR4bdn54Z0IG1uHFskW4dA==
1112+
"@typescript-eslint/parser@8.34.0":
1113+
version "8.34.0"
1114+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.34.0.tgz#703270426ac529304ae6988482f487c856d9c13f"
1115+
integrity sha512-vxXJV1hVFx3IXz/oy2sICsJukaBrtDEQSBiV48/YIV5KWjX1dO+bcIr/kCPrW6weKXvsaGKFNlwH0v2eYdRRbA==
11161116
dependencies:
1117-
"@typescript-eslint/scope-manager" "8.33.1"
1118-
"@typescript-eslint/types" "8.33.1"
1119-
"@typescript-eslint/typescript-estree" "8.33.1"
1120-
"@typescript-eslint/visitor-keys" "8.33.1"
1117+
"@typescript-eslint/scope-manager" "8.34.0"
1118+
"@typescript-eslint/types" "8.34.0"
1119+
"@typescript-eslint/typescript-estree" "8.34.0"
1120+
"@typescript-eslint/visitor-keys" "8.34.0"
11211121
debug "^4.3.4"
11221122

1123-
"@typescript-eslint/project-service@8.33.1":
1124-
version "8.33.1"
1125-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.33.1.tgz#c85e7d9a44d6a11fe64e73ac1ed47de55dc2bf9f"
1126-
integrity sha512-DZR0efeNklDIHHGRpMpR5gJITQpu6tLr9lDJnKdONTC7vvzOlLAG/wcfxcdxEWrbiZApcoBCzXqU/Z458Za5Iw==
1123+
"@typescript-eslint/project-service@8.34.0":
1124+
version "8.34.0"
1125+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.34.0.tgz#449119b72fe9fae185013a6bdbaf1ffbfee6bcaf"
1126+
integrity sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==
11271127
dependencies:
1128-
"@typescript-eslint/tsconfig-utils" "^8.33.1"
1129-
"@typescript-eslint/types" "^8.33.1"
1128+
"@typescript-eslint/tsconfig-utils" "^8.34.0"
1129+
"@typescript-eslint/types" "^8.34.0"
11301130
debug "^4.3.4"
11311131

1132-
"@typescript-eslint/scope-manager@8.33.1":
1133-
version "8.33.1"
1134-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.33.1.tgz#d1e0efb296da5097d054bc9972e69878a2afea73"
1135-
integrity sha512-dM4UBtgmzHR9bS0Rv09JST0RcHYearoEoo3pG5B6GoTR9XcyeqX87FEhPo+5kTvVfKCvfHaHrcgeJQc6mrDKrA==
1132+
"@typescript-eslint/scope-manager@8.34.0":
1133+
version "8.34.0"
1134+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz#9fedaec02370cf79c018a656ab402eb00dc69e67"
1135+
integrity sha512-9Ac0X8WiLykl0aj1oYQNcLZjHgBojT6cW68yAgZ19letYu+Hxd0rE0veI1XznSSst1X5lwnxhPbVdwjDRIomRw==
11361136
dependencies:
1137-
"@typescript-eslint/types" "8.33.1"
1138-
"@typescript-eslint/visitor-keys" "8.33.1"
1137+
"@typescript-eslint/types" "8.34.0"
1138+
"@typescript-eslint/visitor-keys" "8.34.0"
11391139

1140-
"@typescript-eslint/tsconfig-utils@8.33.1", "@typescript-eslint/tsconfig-utils@^8.33.1":
1141-
version "8.33.1"
1142-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.1.tgz#7836afcc097a4657a5ed56670851a450d8b70ab8"
1143-
integrity sha512-STAQsGYbHCF0/e+ShUQ4EatXQ7ceh3fBCXkNU7/MZVKulrlq1usH7t2FhxvCpuCi5O5oi1vmVaAjrGeL71OK1g==
1140+
"@typescript-eslint/tsconfig-utils@8.34.0", "@typescript-eslint/tsconfig-utils@^8.34.0":
1141+
version "8.34.0"
1142+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.0.tgz#97d0a24e89a355e9308cebc8e23f255669bf0979"
1143+
integrity sha512-+W9VYHKFIzA5cBeooqQxqNriAP0QeQ7xTiDuIOr71hzgffm3EL2hxwWBIIj4GuofIbKxGNarpKqIq6Q6YrShOA==
11441144

1145-
"@typescript-eslint/type-utils@8.33.1":
1146-
version "8.33.1"
1147-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.33.1.tgz#d73ee1a29d8a0abe60d4abbff4f1d040f0de15fa"
1148-
integrity sha512-1cG37d9xOkhlykom55WVwG2QRNC7YXlxMaMzqw2uPeJixBFfKWZgaP/hjAObqMN/u3fr5BrTwTnc31/L9jQ2ww==
1145+
"@typescript-eslint/type-utils@8.34.0":
1146+
version "8.34.0"
1147+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.34.0.tgz#03e7eb3776129dfd751ba1cac0c6ea4b0fab5ec6"
1148+
integrity sha512-n7zSmOcUVhcRYC75W2pnPpbO1iwhJY3NLoHEtbJwJSNlVAZuwqu05zY3f3s2SDWWDSo9FdN5szqc73DCtDObAg==
11491149
dependencies:
1150-
"@typescript-eslint/typescript-estree" "8.33.1"
1151-
"@typescript-eslint/utils" "8.33.1"
1150+
"@typescript-eslint/typescript-estree" "8.34.0"
1151+
"@typescript-eslint/utils" "8.34.0"
11521152
debug "^4.3.4"
11531153
ts-api-utils "^2.1.0"
11541154

1155-
"@typescript-eslint/types@8.33.1", "@typescript-eslint/types@^8.33.1":
1156-
version "8.33.1"
1157-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.1.tgz#b693111bc2180f8098b68e9958cf63761657a55f"
1158-
integrity sha512-xid1WfizGhy/TKMTwhtVOgalHwPtV8T32MS9MaH50Cwvz6x6YqRIPdD2WvW0XaqOzTV9p5xdLY0h/ZusU5Lokg==
1155+
"@typescript-eslint/types@8.34.0", "@typescript-eslint/types@^8.34.0":
1156+
version "8.34.0"
1157+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.0.tgz#18000f205c59c9aff7f371fc5426b764cf2890fb"
1158+
integrity sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==
11591159

1160-
"@typescript-eslint/typescript-estree@8.33.1":
1161-
version "8.33.1"
1162-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.1.tgz#d271beed470bc915b8764e22365d4925c2ea265d"
1163-
integrity sha512-+s9LYcT8LWjdYWu7IWs7FvUxpQ/DGkdjZeE/GGulHvv8rvYwQvVaUZ6DE+j5x/prADUgSbbCWZ2nPI3usuVeOA==
1160+
"@typescript-eslint/typescript-estree@8.34.0":
1161+
version "8.34.0"
1162+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz#c9f3feec511339ef64e9e4884516c3e558f1b048"
1163+
integrity sha512-rOi4KZxI7E0+BMqG7emPSK1bB4RICCpF7QD3KCLXn9ZvWoESsOMlHyZPAHyG04ujVplPaHbmEvs34m+wjgtVtg==
11641164
dependencies:
1165-
"@typescript-eslint/project-service" "8.33.1"
1166-
"@typescript-eslint/tsconfig-utils" "8.33.1"
1167-
"@typescript-eslint/types" "8.33.1"
1168-
"@typescript-eslint/visitor-keys" "8.33.1"
1165+
"@typescript-eslint/project-service" "8.34.0"
1166+
"@typescript-eslint/tsconfig-utils" "8.34.0"
1167+
"@typescript-eslint/types" "8.34.0"
1168+
"@typescript-eslint/visitor-keys" "8.34.0"
11691169
debug "^4.3.4"
11701170
fast-glob "^3.3.2"
11711171
is-glob "^4.0.3"
11721172
minimatch "^9.0.4"
11731173
semver "^7.6.0"
11741174
ts-api-utils "^2.1.0"
11751175

1176-
"@typescript-eslint/utils@8.33.1", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
1177-
version "8.33.1"
1178-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.33.1.tgz#ea22f40d3553da090f928cf17907e963643d4b96"
1179-
integrity sha512-52HaBiEQUaRYqAXpfzWSR2U3gxk92Kw006+xZpElaPMg3C4PgM+A5LqwoQI1f9E5aZ/qlxAZxzm42WX+vn92SQ==
1176+
"@typescript-eslint/utils@8.34.0", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
1177+
version "8.34.0"
1178+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.34.0.tgz#7844beebc1153b4d3ec34135c2da53a91e076f8d"
1179+
integrity sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==
11801180
dependencies:
11811181
"@eslint-community/eslint-utils" "^4.7.0"
1182-
"@typescript-eslint/scope-manager" "8.33.1"
1183-
"@typescript-eslint/types" "8.33.1"
1184-
"@typescript-eslint/typescript-estree" "8.33.1"
1182+
"@typescript-eslint/scope-manager" "8.34.0"
1183+
"@typescript-eslint/types" "8.34.0"
1184+
"@typescript-eslint/typescript-estree" "8.34.0"
11851185

1186-
"@typescript-eslint/visitor-keys@8.33.1":
1187-
version "8.33.1"
1188-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.1.tgz#6c6e002c24d13211df3df851767f24dfdb4f42bc"
1189-
integrity sha512-3i8NrFcZeeDHJ+7ZUuDkGT+UHq+XoFGsymNK2jZCOHcfEzRQ0BdpRtdpSx/Iyf3MHLWIcLS0COuOPibKQboIiQ==
1186+
"@typescript-eslint/visitor-keys@8.34.0":
1187+
version "8.34.0"
1188+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz#c7a149407be31d755dba71980617d638a40ac099"
1189+
integrity sha512-qHV7pW7E85A0x6qyrFn+O+q1k1p3tQCsqIZ1KZ5ESLXY57aTvUd3/a4rdPTeXisvhXn2VQG0VSKUqs8KHF2zcA==
11901190
dependencies:
1191-
"@typescript-eslint/types" "8.33.1"
1191+
"@typescript-eslint/types" "8.34.0"
11921192
eslint-visitor-keys "^4.2.0"
11931193

11941194
acorn-jsx@^5.3.2:
@@ -7092,13 +7092,13 @@ typedarray-to-buffer@^3.1.5:
70927092
is-typedarray "^1.0.0"
70937093

70947094
typescript-eslint@^8.0.0:
7095-
version "8.33.1"
7096-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.33.1.tgz#d2d59c9b24afe1f903a855b02145802e4ae930ff"
7097-
integrity sha512-AgRnV4sKkWOiZ0Kjbnf5ytTJXMUZQ0qhSVdQtDNYLPLnjsATEYhaO94GlRQwi4t4gO8FfjM6NnikHeKjUm8D7A==
7095+
version "8.34.0"
7096+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.34.0.tgz#5bc7e405cd0ed5d6f28d86017519700b77ca1298"
7097+
integrity sha512-MRpfN7uYjTrTGigFCt8sRyNqJFhjN0WwZecldaqhWm+wy0gaRt8Edb/3cuUy0zdq2opJWT6iXINKAtewnDOltQ==
70987098
dependencies:
7099-
"@typescript-eslint/eslint-plugin" "8.33.1"
7100-
"@typescript-eslint/parser" "8.33.1"
7101-
"@typescript-eslint/utils" "8.33.1"
7099+
"@typescript-eslint/eslint-plugin" "8.34.0"
7100+
"@typescript-eslint/parser" "8.34.0"
7101+
"@typescript-eslint/utils" "8.34.0"
71027102

71037103
typescript@^5.0.4:
71047104
version "5.8.3"

0 commit comments

Comments
 (0)