Skip to content

Commit e05beb3

Browse files
committed
Update typescript-eslint monorepo to v6.2.1
1 parent 29bf749 commit e05beb3

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.2.0",
57-
"@typescript-eslint/parser": "6.2.0",
56+
"@typescript-eslint/eslint-plugin": "6.2.1",
57+
"@typescript-eslint/parser": "6.2.1",
5858
"eslint": "8.46.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
@@ -1940,16 +1940,16 @@
19401940
dependencies:
19411941
"@types/yargs-parser" "*"
19421942

1943-
"@typescript-eslint/eslint-plugin@6.2.0":
1944-
version "6.2.0"
1945-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.2.0.tgz#57047c400be0632d4797ac081af8d399db3ebc3b"
1946-
integrity sha512-rClGrMuyS/3j0ETa1Ui7s6GkLhfZGKZL3ZrChLeAiACBE/tRc1wq8SNZESUuluxhLj9FkUefRs2l6bCIArWBiQ==
1943+
"@typescript-eslint/eslint-plugin@6.2.1":
1944+
version "6.2.1"
1945+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.2.1.tgz#41b79923fee46a745a3a50cba1c33c622aa3c79a"
1946+
integrity sha512-iZVM/ALid9kO0+I81pnp1xmYiFyqibAHzrqX4q5YvvVEyJqY+e6rfTXSCsc2jUxGNqJqTfFSSij/NFkZBiBzLw==
19471947
dependencies:
19481948
"@eslint-community/regexpp" "^4.5.1"
1949-
"@typescript-eslint/scope-manager" "6.2.0"
1950-
"@typescript-eslint/type-utils" "6.2.0"
1951-
"@typescript-eslint/utils" "6.2.0"
1952-
"@typescript-eslint/visitor-keys" "6.2.0"
1949+
"@typescript-eslint/scope-manager" "6.2.1"
1950+
"@typescript-eslint/type-utils" "6.2.1"
1951+
"@typescript-eslint/utils" "6.2.1"
1952+
"@typescript-eslint/visitor-keys" "6.2.1"
19531953
debug "^4.3.4"
19541954
graphemer "^1.4.0"
19551955
ignore "^5.2.4"
@@ -1958,72 +1958,72 @@
19581958
semver "^7.5.4"
19591959
ts-api-utils "^1.0.1"
19601960

1961-
"@typescript-eslint/parser@6.2.0":
1962-
version "6.2.0"
1963-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.2.0.tgz#d37c30b0f459c6f39455335d8f4f085919a1c644"
1964-
integrity sha512-igVYOqtiK/UsvKAmmloQAruAdUHihsOCvplJpplPZ+3h4aDkC/UKZZNKgB6h93ayuYLuEymU3h8nF1xMRbh37g==
1961+
"@typescript-eslint/parser@6.2.1":
1962+
version "6.2.1"
1963+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.2.1.tgz#e18a31eea1cca8841a565f1701960c8123ed07f9"
1964+
integrity sha512-Ld+uL1kYFU8e6btqBFpsHkwQ35rw30IWpdQxgOqOh4NfxSDH6uCkah1ks8R/RgQqI5hHPXMaLy9fbFseIe+dIg==
19651965
dependencies:
1966-
"@typescript-eslint/scope-manager" "6.2.0"
1967-
"@typescript-eslint/types" "6.2.0"
1968-
"@typescript-eslint/typescript-estree" "6.2.0"
1969-
"@typescript-eslint/visitor-keys" "6.2.0"
1966+
"@typescript-eslint/scope-manager" "6.2.1"
1967+
"@typescript-eslint/types" "6.2.1"
1968+
"@typescript-eslint/typescript-estree" "6.2.1"
1969+
"@typescript-eslint/visitor-keys" "6.2.1"
19701970
debug "^4.3.4"
19711971

1972-
"@typescript-eslint/scope-manager@6.2.0":
1973-
version "6.2.0"
1974-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.2.0.tgz#412a710d8fa20bc045533b3b19f423810b24f87a"
1975-
integrity sha512-1ZMNVgm5nnHURU8ZSJ3snsHzpFeNK84rdZjluEVBGNu7jDymfqceB3kdIZ6A4xCfEFFhRIB6rF8q/JIqJd2R0Q==
1972+
"@typescript-eslint/scope-manager@6.2.1":
1973+
version "6.2.1"
1974+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.2.1.tgz#b6f43a867b84e5671fe531f2b762e0b68f7cf0c4"
1975+
integrity sha512-UCqBF9WFqv64xNsIEPfBtenbfodPXsJ3nPAr55mGPkQIkiQvgoWNo+astj9ZUfJfVKiYgAZDMnM6dIpsxUMp3Q==
19761976
dependencies:
1977-
"@typescript-eslint/types" "6.2.0"
1978-
"@typescript-eslint/visitor-keys" "6.2.0"
1977+
"@typescript-eslint/types" "6.2.1"
1978+
"@typescript-eslint/visitor-keys" "6.2.1"
19791979

1980-
"@typescript-eslint/type-utils@6.2.0":
1981-
version "6.2.0"
1982-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.2.0.tgz#02b27a3eeb41aa5460d6275d12cce5dd72e1c9fc"
1983-
integrity sha512-DnGZuNU2JN3AYwddYIqrVkYW0uUQdv0AY+kz2M25euVNlujcN2u+rJgfJsBFlUEzBB6OQkUqSZPyuTLf2bP5mw==
1980+
"@typescript-eslint/type-utils@6.2.1":
1981+
version "6.2.1"
1982+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.2.1.tgz#8eb8a2cccdf39cd7cf93e02bd2c3782dc90b0525"
1983+
integrity sha512-fTfCgomBMIgu2Dh2Or3gMYgoNAnQm3RLtRp+jP7A8fY+LJ2+9PNpi5p6QB5C4RSP+U3cjI0vDlI3mspAkpPVbQ==
19841984
dependencies:
1985-
"@typescript-eslint/typescript-estree" "6.2.0"
1986-
"@typescript-eslint/utils" "6.2.0"
1985+
"@typescript-eslint/typescript-estree" "6.2.1"
1986+
"@typescript-eslint/utils" "6.2.1"
19871987
debug "^4.3.4"
19881988
ts-api-utils "^1.0.1"
19891989

1990-
"@typescript-eslint/types@6.2.0":
1991-
version "6.2.0"
1992-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.2.0.tgz#b341a4e6d5f609267306b07afc6f62bcf92b1495"
1993-
integrity sha512-1nRRaDlp/XYJQLvkQJG5F3uBTno5SHPT7XVcJ5n1/k2WfNI28nJsvLakxwZRNY5spuatEKO7d5nZWsQpkqXwBA==
1990+
"@typescript-eslint/types@6.2.1":
1991+
version "6.2.1"
1992+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.2.1.tgz#7fcdeceb503aab601274bf5e210207050d88c8ab"
1993+
integrity sha512-528bGcoelrpw+sETlyM91k51Arl2ajbNT9L4JwoXE2dvRe1yd8Q64E4OL7vHYw31mlnVsf+BeeLyAZUEQtqahQ==
19941994

1995-
"@typescript-eslint/typescript-estree@6.2.0":
1996-
version "6.2.0"
1997-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.2.0.tgz#4969944b831b481996aa4fbd73c7164ca683b8ef"
1998-
integrity sha512-Mts6+3HQMSM+LZCglsc2yMIny37IhUgp1Qe8yJUYVyO6rHP7/vN0vajKu3JvHCBIy8TSiKddJ/Zwu80jhnGj1w==
1995+
"@typescript-eslint/typescript-estree@6.2.1":
1996+
version "6.2.1"
1997+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.2.1.tgz#2af6e90c1e91cb725a5fe1682841a3f74549389e"
1998+
integrity sha512-G+UJeQx9AKBHRQBpmvr8T/3K5bJa485eu+4tQBxFq0KoT22+jJyzo1B50JDT9QdC1DEmWQfdKsa8ybiNWYsi0Q==
19991999
dependencies:
2000-
"@typescript-eslint/types" "6.2.0"
2001-
"@typescript-eslint/visitor-keys" "6.2.0"
2000+
"@typescript-eslint/types" "6.2.1"
2001+
"@typescript-eslint/visitor-keys" "6.2.1"
20022002
debug "^4.3.4"
20032003
globby "^11.1.0"
20042004
is-glob "^4.0.3"
20052005
semver "^7.5.4"
20062006
ts-api-utils "^1.0.1"
20072007

2008-
"@typescript-eslint/utils@6.2.0":
2009-
version "6.2.0"
2010-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.2.0.tgz#606a20e5c13883c2d2bd0538ddc4b96b8d410979"
2011-
integrity sha512-RCFrC1lXiX1qEZN8LmLrxYRhOkElEsPKTVSNout8DMzf8PeWoQG7Rxz2SadpJa3VSh5oYKGwt7j7X/VRg+Y3OQ==
2008+
"@typescript-eslint/utils@6.2.1":
2009+
version "6.2.1"
2010+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.2.1.tgz#2aa4279ec13053d05615bcbde2398e1e8f08c334"
2011+
integrity sha512-eBIXQeupYmxVB6S7x+B9SdBeB6qIdXKjgQBge2J+Ouv8h9Cxm5dHf/gfAZA6dkMaag+03HdbVInuXMmqFB/lKQ==
20122012
dependencies:
20132013
"@eslint-community/eslint-utils" "^4.4.0"
20142014
"@types/json-schema" "^7.0.12"
20152015
"@types/semver" "^7.5.0"
2016-
"@typescript-eslint/scope-manager" "6.2.0"
2017-
"@typescript-eslint/types" "6.2.0"
2018-
"@typescript-eslint/typescript-estree" "6.2.0"
2016+
"@typescript-eslint/scope-manager" "6.2.1"
2017+
"@typescript-eslint/types" "6.2.1"
2018+
"@typescript-eslint/typescript-estree" "6.2.1"
20192019
semver "^7.5.4"
20202020

2021-
"@typescript-eslint/visitor-keys@6.2.0":
2022-
version "6.2.0"
2023-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.2.0.tgz#71943f42fdaa2ec86dc3222091f41761a49ae71a"
2024-
integrity sha512-QbaYUQVKKo9bgCzpjz45llCfwakyoxHetIy8CAvYCtd16Zu1KrpzNHofwF8kGkpPOxZB2o6kz+0nqH8ZkIzuoQ==
2021+
"@typescript-eslint/visitor-keys@6.2.1":
2022+
version "6.2.1"
2023+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.2.1.tgz#442e7c09fe94b715a54ebe30e967987c3c41fbf4"
2024+
integrity sha512-iTN6w3k2JEZ7cyVdZJTVJx2Lv7t6zFA8DCrJEHD2mwfc16AEvvBWVhbFh34XyG2NORCd0viIgQY1+u7kPI0WpA==
20252025
dependencies:
2026-
"@typescript-eslint/types" "6.2.0"
2026+
"@typescript-eslint/types" "6.2.1"
20272027
eslint-visitor-keys "^3.4.1"
20282028

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

0 commit comments

Comments
 (0)