Skip to content

Commit 0106f2a

Browse files
committed
Update typescript-eslint monorepo to v5.60.0
1 parent 383a79e commit 0106f2a

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"@types/graphlib": "^2.1.8",
5454
"@types/jest": "29.5.2",
5555
"@types/node": "^20.1.3",
56-
"@typescript-eslint/eslint-plugin": "5.59.11",
57-
"@typescript-eslint/parser": "5.59.11",
56+
"@typescript-eslint/eslint-plugin": "5.60.0",
57+
"@typescript-eslint/parser": "5.60.0",
5858
"eslint": "8.43.0",
5959
"eslint-plugin-import": "^2.27.5",
6060
"eslint-plugin-simple-import-sort": "^10.0.0",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1946,88 +1946,88 @@
19461946
dependencies:
19471947
"@types/yargs-parser" "*"
19481948

1949-
"@typescript-eslint/eslint-plugin@5.59.11":
1950-
version "5.59.11"
1951-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.11.tgz#8d466aa21abea4c3f37129997b198d141f09e76f"
1952-
integrity sha512-XxuOfTkCUiOSyBWIvHlUraLw/JT/6Io1365RO6ZuI88STKMavJZPNMU0lFcUTeQXEhHiv64CbxYxBNoDVSmghg==
1949+
"@typescript-eslint/eslint-plugin@5.60.0":
1950+
version "5.60.0"
1951+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.60.0.tgz#2f4bea6a3718bed2ba52905358d0f45cd3620d31"
1952+
integrity sha512-78B+anHLF1TI8Jn/cD0Q00TBYdMgjdOn980JfAVa9yw5sop8nyTfVOQAv6LWywkOGLclDBtv5z3oxN4w7jxyNg==
19531953
dependencies:
19541954
"@eslint-community/regexpp" "^4.4.0"
1955-
"@typescript-eslint/scope-manager" "5.59.11"
1956-
"@typescript-eslint/type-utils" "5.59.11"
1957-
"@typescript-eslint/utils" "5.59.11"
1955+
"@typescript-eslint/scope-manager" "5.60.0"
1956+
"@typescript-eslint/type-utils" "5.60.0"
1957+
"@typescript-eslint/utils" "5.60.0"
19581958
debug "^4.3.4"
19591959
grapheme-splitter "^1.0.4"
19601960
ignore "^5.2.0"
19611961
natural-compare-lite "^1.4.0"
19621962
semver "^7.3.7"
19631963
tsutils "^3.21.0"
19641964

1965-
"@typescript-eslint/parser@5.59.11":
1966-
version "5.59.11"
1967-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.11.tgz#af7d4b7110e3068ce0b97550736de455e4250103"
1968-
integrity sha512-s9ZF3M+Nym6CAZEkJJeO2TFHHDsKAM3ecNkLuH4i4s8/RCPnF5JRip2GyviYkeEAcwGMJxkqG9h2dAsnA1nZpA==
1965+
"@typescript-eslint/parser@5.60.0":
1966+
version "5.60.0"
1967+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.60.0.tgz#08f4daf5fc6548784513524f4f2f359cebb4068a"
1968+
integrity sha512-jBONcBsDJ9UoTWrARkRRCgDz6wUggmH5RpQVlt7BimSwaTkTjwypGzKORXbR4/2Hqjk9hgwlon2rVQAjWNpkyQ==
19691969
dependencies:
1970-
"@typescript-eslint/scope-manager" "5.59.11"
1971-
"@typescript-eslint/types" "5.59.11"
1972-
"@typescript-eslint/typescript-estree" "5.59.11"
1970+
"@typescript-eslint/scope-manager" "5.60.0"
1971+
"@typescript-eslint/types" "5.60.0"
1972+
"@typescript-eslint/typescript-estree" "5.60.0"
19731973
debug "^4.3.4"
19741974

1975-
"@typescript-eslint/scope-manager@5.59.11":
1976-
version "5.59.11"
1977-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.11.tgz#5d131a67a19189c42598af9fb2ea1165252001ce"
1978-
integrity sha512-dHFOsxoLFtrIcSj5h0QoBT/89hxQONwmn3FOQ0GOQcLOOXm+MIrS8zEAhs4tWl5MraxCY3ZJpaXQQdFMc2Tu+Q==
1975+
"@typescript-eslint/scope-manager@5.60.0":
1976+
version "5.60.0"
1977+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.60.0.tgz#ae511967b4bd84f1d5e179bb2c82857334941c1c"
1978+
integrity sha512-hakuzcxPwXi2ihf9WQu1BbRj1e/Pd8ZZwVTG9kfbxAMZstKz8/9OoexIwnmLzShtsdap5U/CoQGRCWlSuPbYxQ==
19791979
dependencies:
1980-
"@typescript-eslint/types" "5.59.11"
1981-
"@typescript-eslint/visitor-keys" "5.59.11"
1980+
"@typescript-eslint/types" "5.60.0"
1981+
"@typescript-eslint/visitor-keys" "5.60.0"
19821982

1983-
"@typescript-eslint/type-utils@5.59.11":
1984-
version "5.59.11"
1985-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.11.tgz#5eb67121808a84cb57d65a15f48f5bdda25f2346"
1986-
integrity sha512-LZqVY8hMiVRF2a7/swmkStMYSoXMFlzL6sXV6U/2gL5cwnLWQgLEG8tjWPpaE4rMIdZ6VKWwcffPlo1jPfk43g==
1983+
"@typescript-eslint/type-utils@5.60.0":
1984+
version "5.60.0"
1985+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.60.0.tgz#69b09087eb12d7513d5b07747e7d47f5533aa228"
1986+
integrity sha512-X7NsRQddORMYRFH7FWo6sA9Y/zbJ8s1x1RIAtnlj6YprbToTiQnM6vxcMu7iYhdunmoC0rUWlca13D5DVHkK2g==
19871987
dependencies:
1988-
"@typescript-eslint/typescript-estree" "5.59.11"
1989-
"@typescript-eslint/utils" "5.59.11"
1988+
"@typescript-eslint/typescript-estree" "5.60.0"
1989+
"@typescript-eslint/utils" "5.60.0"
19901990
debug "^4.3.4"
19911991
tsutils "^3.21.0"
19921992

1993-
"@typescript-eslint/types@5.59.11":
1994-
version "5.59.11"
1995-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.11.tgz#1a9018fe3c565ba6969561f2a49f330cf1fe8db1"
1996-
integrity sha512-epoN6R6tkvBYSc+cllrz+c2sOFWkbisJZWkOE+y3xHtvYaOE6Wk6B8e114McRJwFRjGvYdJwLXQH5c9osME/AA==
1993+
"@typescript-eslint/types@5.60.0":
1994+
version "5.60.0"
1995+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.60.0.tgz#3179962b28b4790de70e2344465ec97582ce2558"
1996+
integrity sha512-ascOuoCpNZBccFVNJRSC6rPq4EmJ2NkuoKnd6LDNyAQmdDnziAtxbCGWCbefG1CNzmDvd05zO36AmB7H8RzKPA==
19971997

1998-
"@typescript-eslint/typescript-estree@5.59.11":
1999-
version "5.59.11"
2000-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.11.tgz#b2caaa31725e17c33970c1197bcd54e3c5f42b9f"
2001-
integrity sha512-YupOpot5hJO0maupJXixi6l5ETdrITxeo5eBOeuV7RSKgYdU3G5cxO49/9WRnJq9EMrB7AuTSLH/bqOsXi7wPA==
1998+
"@typescript-eslint/typescript-estree@5.60.0":
1999+
version "5.60.0"
2000+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.0.tgz#4ddf1a81d32a850de66642d9b3ad1e3254fb1600"
2001+
integrity sha512-R43thAuwarC99SnvrBmh26tc7F6sPa2B3evkXp/8q954kYL6Ro56AwASYWtEEi+4j09GbiNAHqYwNNZuNlARGQ==
20022002
dependencies:
2003-
"@typescript-eslint/types" "5.59.11"
2004-
"@typescript-eslint/visitor-keys" "5.59.11"
2003+
"@typescript-eslint/types" "5.60.0"
2004+
"@typescript-eslint/visitor-keys" "5.60.0"
20052005
debug "^4.3.4"
20062006
globby "^11.1.0"
20072007
is-glob "^4.0.3"
20082008
semver "^7.3.7"
20092009
tsutils "^3.21.0"
20102010

2011-
"@typescript-eslint/utils@5.59.11":
2012-
version "5.59.11"
2013-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.11.tgz#9dbff49dc80bfdd9289f9f33548f2e8db3c59ba1"
2014-
integrity sha512-didu2rHSOMUdJThLk4aZ1Or8IcO3HzCw/ZvEjTTIfjIrcdd5cvSIwwDy2AOlE7htSNp7QIZ10fLMyRCveesMLg==
2011+
"@typescript-eslint/utils@5.60.0":
2012+
version "5.60.0"
2013+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.60.0.tgz#4667c5aece82f9d4f24a667602f0f300864b554c"
2014+
integrity sha512-ba51uMqDtfLQ5+xHtwlO84vkdjrqNzOnqrnwbMHMRY8Tqeme8C2Q8Fc7LajfGR+e3/4LoYiWXUM6BpIIbHJ4hQ==
20152015
dependencies:
20162016
"@eslint-community/eslint-utils" "^4.2.0"
20172017
"@types/json-schema" "^7.0.9"
20182018
"@types/semver" "^7.3.12"
2019-
"@typescript-eslint/scope-manager" "5.59.11"
2020-
"@typescript-eslint/types" "5.59.11"
2021-
"@typescript-eslint/typescript-estree" "5.59.11"
2019+
"@typescript-eslint/scope-manager" "5.60.0"
2020+
"@typescript-eslint/types" "5.60.0"
2021+
"@typescript-eslint/typescript-estree" "5.60.0"
20222022
eslint-scope "^5.1.1"
20232023
semver "^7.3.7"
20242024

2025-
"@typescript-eslint/visitor-keys@5.59.11":
2026-
version "5.59.11"
2027-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.11.tgz#dca561ddad169dc27d62396d64f45b2d2c3ecc56"
2028-
integrity sha512-KGYniTGG3AMTuKF9QBD7EIrvufkB6O6uX3knP73xbKLMpH+QRPcgnCxjWXSHjMRuOxFLovljqQgQpR0c7GvjoA==
2025+
"@typescript-eslint/visitor-keys@5.60.0":
2026+
version "5.60.0"
2027+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.0.tgz#b48b29da3f5f31dd1656281727004589d2722a66"
2028+
integrity sha512-wm9Uz71SbCyhUKgcaPRauBdTegUyY/ZWl8gLwD/i/ybJqscrrdVSFImpvUz16BLPChIeKBK5Fa9s6KDQjsjyWw==
20292029
dependencies:
2030-
"@typescript-eslint/types" "5.59.11"
2030+
"@typescript-eslint/types" "5.60.0"
20312031
eslint-visitor-keys "^3.3.0"
20322032

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

0 commit comments

Comments
 (0)