Skip to content

Commit 8a6787d

Browse files
chore(deps-dev): bump typescript-eslint from 8.11.0 to 8.12.2 (#2103)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.11.0 to 8.12.2. - [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.12.2/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint 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 ee8d7a5 commit 8a6787d

File tree

1 file changed

+56
-56
lines changed

1 file changed

+56
-56
lines changed

yarn.lock

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -2090,85 +2090,85 @@
20902090
dependencies:
20912091
"@types/yargs-parser" "*"
20922092

2093-
"@typescript-eslint/eslint-plugin@8.11.0":
2094-
version "8.11.0"
2095-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.11.0.tgz#c3f087d20715fa94310b30666c08b3349e0ab084"
2096-
integrity sha512-KhGn2LjW1PJT2A/GfDpiyOfS4a8xHQv2myUagTM5+zsormOmBlYsnQ6pobJ8XxJmh6hnHwa2Mbe3fPrDJoDhbA==
2093+
"@typescript-eslint/eslint-plugin@8.12.2":
2094+
version "8.12.2"
2095+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.12.2.tgz#c2ef660bb83fd1432368319312a2581fc92ccac1"
2096+
integrity sha512-gQxbxM8mcxBwaEmWdtLCIGLfixBMHhQjBqR8sVWNTPpcj45WlYL2IObS/DNMLH1DBP0n8qz+aiiLTGfopPEebw==
20972097
dependencies:
20982098
"@eslint-community/regexpp" "^4.10.0"
2099-
"@typescript-eslint/scope-manager" "8.11.0"
2100-
"@typescript-eslint/type-utils" "8.11.0"
2101-
"@typescript-eslint/utils" "8.11.0"
2102-
"@typescript-eslint/visitor-keys" "8.11.0"
2099+
"@typescript-eslint/scope-manager" "8.12.2"
2100+
"@typescript-eslint/type-utils" "8.12.2"
2101+
"@typescript-eslint/utils" "8.12.2"
2102+
"@typescript-eslint/visitor-keys" "8.12.2"
21032103
graphemer "^1.4.0"
21042104
ignore "^5.3.1"
21052105
natural-compare "^1.4.0"
21062106
ts-api-utils "^1.3.0"
21072107

2108-
"@typescript-eslint/parser@8.11.0":
2109-
version "8.11.0"
2110-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.11.0.tgz#2ad1481388dc1c937f50b2d138c9ca57cc6c5cce"
2111-
integrity sha512-lmt73NeHdy1Q/2ul295Qy3uninSqi6wQI18XwSpm8w0ZbQXUpjCAWP1Vlv/obudoBiIjJVjlztjQ+d/Md98Yxg==
2108+
"@typescript-eslint/parser@8.12.2":
2109+
version "8.12.2"
2110+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.12.2.tgz#2e8173b34e1685e918b2d571c16c906d3747bad2"
2111+
integrity sha512-MrvlXNfGPLH3Z+r7Tk+Z5moZAc0dzdVjTgUgwsdGweH7lydysQsnSww3nAmsq8blFuRD5VRlAr9YdEFw3e6PBw==
21122112
dependencies:
2113-
"@typescript-eslint/scope-manager" "8.11.0"
2114-
"@typescript-eslint/types" "8.11.0"
2115-
"@typescript-eslint/typescript-estree" "8.11.0"
2116-
"@typescript-eslint/visitor-keys" "8.11.0"
2113+
"@typescript-eslint/scope-manager" "8.12.2"
2114+
"@typescript-eslint/types" "8.12.2"
2115+
"@typescript-eslint/typescript-estree" "8.12.2"
2116+
"@typescript-eslint/visitor-keys" "8.12.2"
21172117
debug "^4.3.4"
21182118

2119-
"@typescript-eslint/scope-manager@8.11.0":
2120-
version "8.11.0"
2121-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.11.0.tgz#9d399ce624118966732824878bc9a83593a30405"
2122-
integrity sha512-Uholz7tWhXmA4r6epo+vaeV7yjdKy5QFCERMjs1kMVsLRKIrSdM6o21W2He9ftp5PP6aWOVpD5zvrvuHZC0bMQ==
2119+
"@typescript-eslint/scope-manager@8.12.2":
2120+
version "8.12.2"
2121+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.12.2.tgz#6db0213745e6392c8e90fe9af5915e6da32eb94a"
2122+
integrity sha512-gPLpLtrj9aMHOvxJkSbDBmbRuYdtiEbnvO25bCMza3DhMjTQw0u7Y1M+YR5JPbMsXXnSPuCf5hfq0nEkQDL/JQ==
21232123
dependencies:
2124-
"@typescript-eslint/types" "8.11.0"
2125-
"@typescript-eslint/visitor-keys" "8.11.0"
2124+
"@typescript-eslint/types" "8.12.2"
2125+
"@typescript-eslint/visitor-keys" "8.12.2"
21262126

2127-
"@typescript-eslint/type-utils@8.11.0":
2128-
version "8.11.0"
2129-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.11.0.tgz#b7f9e6120c1ddee8a1a07615646642ad85fc91b5"
2130-
integrity sha512-ItiMfJS6pQU0NIKAaybBKkuVzo6IdnAhPFZA/2Mba/uBjuPQPet/8+zh5GtLHwmuFRShZx+8lhIs7/QeDHflOg==
2127+
"@typescript-eslint/type-utils@8.12.2":
2128+
version "8.12.2"
2129+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.12.2.tgz#132b0c52d45f6814e6f2e32416c7951ed480b016"
2130+
integrity sha512-bwuU4TAogPI+1q/IJSKuD4shBLc/d2vGcRT588q+jzayQyjVK2X6v/fbR4InY2U2sgf8MEvVCqEWUzYzgBNcGQ==
21312131
dependencies:
2132-
"@typescript-eslint/typescript-estree" "8.11.0"
2133-
"@typescript-eslint/utils" "8.11.0"
2132+
"@typescript-eslint/typescript-estree" "8.12.2"
2133+
"@typescript-eslint/utils" "8.12.2"
21342134
debug "^4.3.4"
21352135
ts-api-utils "^1.3.0"
21362136

2137-
"@typescript-eslint/types@8.11.0":
2138-
version "8.11.0"
2139-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.11.0.tgz#7c766250502097f49bbc2e651132e6bf489e20b8"
2140-
integrity sha512-tn6sNMHf6EBAYMvmPUaKaVeYvhUsrE6x+bXQTxjQRp360h1giATU0WvgeEys1spbvb5R+VpNOZ+XJmjD8wOUHw==
2137+
"@typescript-eslint/types@8.12.2":
2138+
version "8.12.2"
2139+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.12.2.tgz#8d70098c0e90442495b53d0296acdca6d0f3f73c"
2140+
integrity sha512-VwDwMF1SZ7wPBUZwmMdnDJ6sIFk4K4s+ALKLP6aIQsISkPv8jhiw65sAK6SuWODN/ix+m+HgbYDkH+zLjrzvOA==
21412141

2142-
"@typescript-eslint/typescript-estree@8.11.0":
2143-
version "8.11.0"
2144-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.11.0.tgz#35fe5d3636fc5727c52429393415412e552e222b"
2145-
integrity sha512-yHC3s1z1RCHoCz5t06gf7jH24rr3vns08XXhfEqzYpd6Hll3z/3g23JRi0jM8A47UFKNc3u/y5KIMx8Ynbjohg==
2142+
"@typescript-eslint/typescript-estree@8.12.2":
2143+
version "8.12.2"
2144+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.12.2.tgz#206df9b1cbff212aaa9401985ef99f04daa84da5"
2145+
integrity sha512-mME5MDwGe30Pq9zKPvyduyU86PH7aixwqYR2grTglAdB+AN8xXQ1vFGpYaUSJ5o5P/5znsSBeNcs5g5/2aQwow==
21462146
dependencies:
2147-
"@typescript-eslint/types" "8.11.0"
2148-
"@typescript-eslint/visitor-keys" "8.11.0"
2147+
"@typescript-eslint/types" "8.12.2"
2148+
"@typescript-eslint/visitor-keys" "8.12.2"
21492149
debug "^4.3.4"
21502150
fast-glob "^3.3.2"
21512151
is-glob "^4.0.3"
21522152
minimatch "^9.0.4"
21532153
semver "^7.6.0"
21542154
ts-api-utils "^1.3.0"
21552155

2156-
"@typescript-eslint/utils@8.11.0":
2157-
version "8.11.0"
2158-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.11.0.tgz#4480d1e9f2bb18ea3510c79f870a1aefc118103d"
2159-
integrity sha512-CYiX6WZcbXNJV7UNB4PLDIBtSdRmRI/nb0FMyqHPTQD1rMjA0foPLaPUV39C/MxkTd/QKSeX+Gb34PPsDVC35g==
2156+
"@typescript-eslint/utils@8.12.2":
2157+
version "8.12.2"
2158+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.12.2.tgz#726cc9f49f5866605bd15bbc1768ffc15637930e"
2159+
integrity sha512-UTTuDIX3fkfAz6iSVa5rTuSfWIYZ6ATtEocQ/umkRSyC9O919lbZ8dcH7mysshrCdrAM03skJOEYaBugxN+M6A==
21602160
dependencies:
21612161
"@eslint-community/eslint-utils" "^4.4.0"
2162-
"@typescript-eslint/scope-manager" "8.11.0"
2163-
"@typescript-eslint/types" "8.11.0"
2164-
"@typescript-eslint/typescript-estree" "8.11.0"
2162+
"@typescript-eslint/scope-manager" "8.12.2"
2163+
"@typescript-eslint/types" "8.12.2"
2164+
"@typescript-eslint/typescript-estree" "8.12.2"
21652165

2166-
"@typescript-eslint/visitor-keys@8.11.0":
2167-
version "8.11.0"
2168-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.11.0.tgz#273de1cbffe63d9f9cd7dfc20b5a5af66310cb92"
2169-
integrity sha512-EaewX6lxSjRJnc+99+dqzTeoDZUfyrA52d2/HRrkI830kgovWsmIiTfmr0NZorzqic7ga+1bS60lRBUgR3n/Bw==
2166+
"@typescript-eslint/visitor-keys@8.12.2":
2167+
version "8.12.2"
2168+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.12.2.tgz#94d7410f78eb6d134b9fcabaf1eeedb910ba8c38"
2169+
integrity sha512-PChz8UaKQAVNHghsHcPyx1OMHoFRUEA7rJSK/mDhdq85bk+PLsUHUBqTQTFt18VJZbmxBovM65fezlheQRsSDA==
21702170
dependencies:
2171-
"@typescript-eslint/types" "8.11.0"
2171+
"@typescript-eslint/types" "8.12.2"
21722172
eslint-visitor-keys "^3.4.3"
21732173

21742174
JSONStream@^1.0.4:
@@ -6303,13 +6303,13 @@ typed-array-length@^1.0.6:
63036303
possible-typed-array-names "^1.0.0"
63046304

63056305
typescript-eslint@^8.7.0:
6306-
version "8.11.0"
6307-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.11.0.tgz#74a0551972d675b4141672cec3acc5139b7399c0"
6308-
integrity sha512-cBRGnW3FSlxaYwU8KfAewxFK5uzeOAp0l2KebIlPDOT5olVi65KDG/yjBooPBG0kGW/HLkoz1c/iuBFehcS3IA==
6306+
version "8.12.2"
6307+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.12.2.tgz#e273d69af30b478b1c410f4159d675ce7925f9a7"
6308+
integrity sha512-UbuVUWSrHVR03q9CWx+JDHeO6B/Hr9p4U5lRH++5tq/EbFq1faYZe50ZSBePptgfIKLEti0aPQ3hFgnPVcd8ZQ==
63096309
dependencies:
6310-
"@typescript-eslint/eslint-plugin" "8.11.0"
6311-
"@typescript-eslint/parser" "8.11.0"
6312-
"@typescript-eslint/utils" "8.11.0"
6310+
"@typescript-eslint/eslint-plugin" "8.12.2"
6311+
"@typescript-eslint/parser" "8.12.2"
6312+
"@typescript-eslint/utils" "8.12.2"
63136313

63146314
typescript-memoize@^1.0.0-alpha.3:
63156315
version "1.1.1"

0 commit comments

Comments
 (0)