Skip to content

Commit 621ed08

Browse files
committed
Update typescript-eslint monorepo to v6.2.0
1 parent e113caa commit 621ed08

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"@types/graphlib": "^2.1.8",
5454
"@types/jest": "29.5.3",
5555
"@types/node": "^20.1.3",
56-
"@typescript-eslint/eslint-plugin": "6.1.0",
57-
"@typescript-eslint/parser": "6.1.0",
56+
"@typescript-eslint/eslint-plugin": "6.2.0",
57+
"@typescript-eslint/parser": "6.2.0",
5858
"eslint": "8.45.0",
5959
"eslint-plugin-import": "^2.27.5",
6060
"eslint-plugin-simple-import-sort": "^10.0.0",

yarn.lock

+50-50
Original file line numberDiff line numberDiff line change
@@ -1956,16 +1956,16 @@
19561956
dependencies:
19571957
"@types/yargs-parser" "*"
19581958

1959-
"@typescript-eslint/eslint-plugin@6.1.0":
1960-
version "6.1.0"
1961-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.1.0.tgz#96f3ca6615717659d06c9f7161a1d14ab0c49c66"
1962-
integrity sha512-qg7Bm5TyP/I7iilGyp6DRqqkt8na00lI6HbjWZObgk3FFSzH5ypRwAHXJhJkwiRtTcfn+xYQIMOR5kJgpo6upw==
1959+
"@typescript-eslint/eslint-plugin@6.2.0":
1960+
version "6.2.0"
1961+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.2.0.tgz#57047c400be0632d4797ac081af8d399db3ebc3b"
1962+
integrity sha512-rClGrMuyS/3j0ETa1Ui7s6GkLhfZGKZL3ZrChLeAiACBE/tRc1wq8SNZESUuluxhLj9FkUefRs2l6bCIArWBiQ==
19631963
dependencies:
19641964
"@eslint-community/regexpp" "^4.5.1"
1965-
"@typescript-eslint/scope-manager" "6.1.0"
1966-
"@typescript-eslint/type-utils" "6.1.0"
1967-
"@typescript-eslint/utils" "6.1.0"
1968-
"@typescript-eslint/visitor-keys" "6.1.0"
1965+
"@typescript-eslint/scope-manager" "6.2.0"
1966+
"@typescript-eslint/type-utils" "6.2.0"
1967+
"@typescript-eslint/utils" "6.2.0"
1968+
"@typescript-eslint/visitor-keys" "6.2.0"
19691969
debug "^4.3.4"
19701970
graphemer "^1.4.0"
19711971
ignore "^5.2.4"
@@ -1974,72 +1974,72 @@
19741974
semver "^7.5.4"
19751975
ts-api-utils "^1.0.1"
19761976

1977-
"@typescript-eslint/parser@6.1.0":
1978-
version "6.1.0"
1979-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.1.0.tgz#3135bf65dca5340d8650703eb8cb83113e156ee5"
1980-
integrity sha512-hIzCPvX4vDs4qL07SYzyomamcs2/tQYXg5DtdAfj35AyJ5PIUqhsLf4YrEIFzZcND7R2E8tpQIZKayxg8/6Wbw==
1977+
"@typescript-eslint/parser@6.2.0":
1978+
version "6.2.0"
1979+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.2.0.tgz#d37c30b0f459c6f39455335d8f4f085919a1c644"
1980+
integrity sha512-igVYOqtiK/UsvKAmmloQAruAdUHihsOCvplJpplPZ+3h4aDkC/UKZZNKgB6h93ayuYLuEymU3h8nF1xMRbh37g==
19811981
dependencies:
1982-
"@typescript-eslint/scope-manager" "6.1.0"
1983-
"@typescript-eslint/types" "6.1.0"
1984-
"@typescript-eslint/typescript-estree" "6.1.0"
1985-
"@typescript-eslint/visitor-keys" "6.1.0"
1982+
"@typescript-eslint/scope-manager" "6.2.0"
1983+
"@typescript-eslint/types" "6.2.0"
1984+
"@typescript-eslint/typescript-estree" "6.2.0"
1985+
"@typescript-eslint/visitor-keys" "6.2.0"
19861986
debug "^4.3.4"
19871987

1988-
"@typescript-eslint/scope-manager@6.1.0":
1989-
version "6.1.0"
1990-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.1.0.tgz#a6cdbe11630614f8c04867858a42dd56590796ed"
1991-
integrity sha512-AxjgxDn27hgPpe2rQe19k0tXw84YCOsjDJ2r61cIebq1t+AIxbgiXKvD4999Wk49GVaAcdJ/d49FYel+Pp3jjw==
1988+
"@typescript-eslint/scope-manager@6.2.0":
1989+
version "6.2.0"
1990+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.2.0.tgz#412a710d8fa20bc045533b3b19f423810b24f87a"
1991+
integrity sha512-1ZMNVgm5nnHURU8ZSJ3snsHzpFeNK84rdZjluEVBGNu7jDymfqceB3kdIZ6A4xCfEFFhRIB6rF8q/JIqJd2R0Q==
19921992
dependencies:
1993-
"@typescript-eslint/types" "6.1.0"
1994-
"@typescript-eslint/visitor-keys" "6.1.0"
1993+
"@typescript-eslint/types" "6.2.0"
1994+
"@typescript-eslint/visitor-keys" "6.2.0"
19951995

1996-
"@typescript-eslint/type-utils@6.1.0":
1997-
version "6.1.0"
1998-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.1.0.tgz#21cc6c3bc1980b03f9eb4e64580d0c5be6f08215"
1999-
integrity sha512-kFXBx6QWS1ZZ5Ni89TyT1X9Ag6RXVIVhqDs0vZE/jUeWlBv/ixq2diua6G7ece6+fXw3TvNRxP77/5mOMusx2w==
1996+
"@typescript-eslint/type-utils@6.2.0":
1997+
version "6.2.0"
1998+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.2.0.tgz#02b27a3eeb41aa5460d6275d12cce5dd72e1c9fc"
1999+
integrity sha512-DnGZuNU2JN3AYwddYIqrVkYW0uUQdv0AY+kz2M25euVNlujcN2u+rJgfJsBFlUEzBB6OQkUqSZPyuTLf2bP5mw==
20002000
dependencies:
2001-
"@typescript-eslint/typescript-estree" "6.1.0"
2002-
"@typescript-eslint/utils" "6.1.0"
2001+
"@typescript-eslint/typescript-estree" "6.2.0"
2002+
"@typescript-eslint/utils" "6.2.0"
20032003
debug "^4.3.4"
20042004
ts-api-utils "^1.0.1"
20052005

2006-
"@typescript-eslint/types@6.1.0":
2007-
version "6.1.0"
2008-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.1.0.tgz#2d607c62827bb416ada5c96ebfa2ef84e45a8dfa"
2009-
integrity sha512-+Gfd5NHCpDoHDOaU/yIF3WWRI2PcBRKKpP91ZcVbL0t5tQpqYWBs3z/GGhvU+EV1D0262g9XCnyqQh19prU0JQ==
2006+
"@typescript-eslint/types@6.2.0":
2007+
version "6.2.0"
2008+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.2.0.tgz#b341a4e6d5f609267306b07afc6f62bcf92b1495"
2009+
integrity sha512-1nRRaDlp/XYJQLvkQJG5F3uBTno5SHPT7XVcJ5n1/k2WfNI28nJsvLakxwZRNY5spuatEKO7d5nZWsQpkqXwBA==
20102010

2011-
"@typescript-eslint/typescript-estree@6.1.0":
2012-
version "6.1.0"
2013-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.1.0.tgz#ea382f6482ba698d7e993a88ce5391ea7a66c33d"
2014-
integrity sha512-nUKAPWOaP/tQjU1IQw9sOPCDavs/iU5iYLiY/6u7gxS7oKQoi4aUxXS1nrrVGTyBBaGesjkcwwHkbkiD5eBvcg==
2011+
"@typescript-eslint/typescript-estree@6.2.0":
2012+
version "6.2.0"
2013+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.2.0.tgz#4969944b831b481996aa4fbd73c7164ca683b8ef"
2014+
integrity sha512-Mts6+3HQMSM+LZCglsc2yMIny37IhUgp1Qe8yJUYVyO6rHP7/vN0vajKu3JvHCBIy8TSiKddJ/Zwu80jhnGj1w==
20152015
dependencies:
2016-
"@typescript-eslint/types" "6.1.0"
2017-
"@typescript-eslint/visitor-keys" "6.1.0"
2016+
"@typescript-eslint/types" "6.2.0"
2017+
"@typescript-eslint/visitor-keys" "6.2.0"
20182018
debug "^4.3.4"
20192019
globby "^11.1.0"
20202020
is-glob "^4.0.3"
20212021
semver "^7.5.4"
20222022
ts-api-utils "^1.0.1"
20232023

2024-
"@typescript-eslint/utils@6.1.0":
2025-
version "6.1.0"
2026-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.1.0.tgz#1641843792b4e3451cc692e2c73055df8b26f453"
2027-
integrity sha512-wp652EogZlKmQoMS5hAvWqRKplXvkuOnNzZSE0PVvsKjpexd/XznRVHAtrfHFYmqaJz0DFkjlDsGYC9OXw+OhQ==
2024+
"@typescript-eslint/utils@6.2.0":
2025+
version "6.2.0"
2026+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.2.0.tgz#606a20e5c13883c2d2bd0538ddc4b96b8d410979"
2027+
integrity sha512-RCFrC1lXiX1qEZN8LmLrxYRhOkElEsPKTVSNout8DMzf8PeWoQG7Rxz2SadpJa3VSh5oYKGwt7j7X/VRg+Y3OQ==
20282028
dependencies:
20292029
"@eslint-community/eslint-utils" "^4.4.0"
20302030
"@types/json-schema" "^7.0.12"
20312031
"@types/semver" "^7.5.0"
2032-
"@typescript-eslint/scope-manager" "6.1.0"
2033-
"@typescript-eslint/types" "6.1.0"
2034-
"@typescript-eslint/typescript-estree" "6.1.0"
2032+
"@typescript-eslint/scope-manager" "6.2.0"
2033+
"@typescript-eslint/types" "6.2.0"
2034+
"@typescript-eslint/typescript-estree" "6.2.0"
20352035
semver "^7.5.4"
20362036

2037-
"@typescript-eslint/visitor-keys@6.1.0":
2038-
version "6.1.0"
2039-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.1.0.tgz#d2b84dff6b58944d3257ea03687e269a788c73be"
2040-
integrity sha512-yQeh+EXhquh119Eis4k0kYhj9vmFzNpbhM3LftWQVwqVjipCkwHBQOZutcYW+JVkjtTG9k8nrZU1UoNedPDd1A==
2037+
"@typescript-eslint/visitor-keys@6.2.0":
2038+
version "6.2.0"
2039+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.2.0.tgz#71943f42fdaa2ec86dc3222091f41761a49ae71a"
2040+
integrity sha512-QbaYUQVKKo9bgCzpjz45llCfwakyoxHetIy8CAvYCtd16Zu1KrpzNHofwF8kGkpPOxZB2o6kz+0nqH8ZkIzuoQ==
20412041
dependencies:
2042-
"@typescript-eslint/types" "6.1.0"
2042+
"@typescript-eslint/types" "6.2.0"
20432043
eslint-visitor-keys "^3.4.1"
20442044

20452045
"@whatwg-node/events@^0.0.2":

0 commit comments

Comments
 (0)