Skip to content

Commit bd4902e

Browse files
committed
Update typescript-eslint monorepo to v5.61.0
1 parent 0ee2d0a commit bd4902e

File tree

2 files changed

+51
-56
lines changed

2 files changed

+51
-56
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.2",
5555
"@types/node": "^20.1.3",
56-
"@typescript-eslint/eslint-plugin": "5.60.1",
57-
"@typescript-eslint/parser": "5.60.1",
56+
"@typescript-eslint/eslint-plugin": "5.61.0",
57+
"@typescript-eslint/parser": "5.61.0",
5858
"eslint": "8.44.0",
5959
"eslint-plugin-import": "^2.27.5",
6060
"eslint-plugin-simple-import-sort": "^10.0.0",

yarn.lock

+49-54
Original file line numberDiff line numberDiff line change
@@ -1952,88 +1952,88 @@
19521952
dependencies:
19531953
"@types/yargs-parser" "*"
19541954

1955-
"@typescript-eslint/eslint-plugin@5.60.1":
1956-
version "5.60.1"
1957-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.60.1.tgz#81382d6ecb92b8dda70e91f9035611cb2fecd1c3"
1958-
integrity sha512-KSWsVvsJsLJv3c4e73y/Bzt7OpqMCADUO846bHcuWYSYM19bldbAeDv7dYyV0jwkbMfJ2XdlzwjhXtuD7OY6bw==
1955+
"@typescript-eslint/eslint-plugin@5.61.0":
1956+
version "5.61.0"
1957+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.61.0.tgz#a1a5290cf33863b4db3fb79350b3c5275a7b1223"
1958+
integrity sha512-A5l/eUAug103qtkwccSCxn8ZRwT+7RXWkFECdA4Cvl1dOlDUgTpAOfSEElZn2uSUxhdDpnCdetrf0jvU4qrL+g==
19591959
dependencies:
19601960
"@eslint-community/regexpp" "^4.4.0"
1961-
"@typescript-eslint/scope-manager" "5.60.1"
1962-
"@typescript-eslint/type-utils" "5.60.1"
1963-
"@typescript-eslint/utils" "5.60.1"
1961+
"@typescript-eslint/scope-manager" "5.61.0"
1962+
"@typescript-eslint/type-utils" "5.61.0"
1963+
"@typescript-eslint/utils" "5.61.0"
19641964
debug "^4.3.4"
1965-
grapheme-splitter "^1.0.4"
1965+
graphemer "^1.4.0"
19661966
ignore "^5.2.0"
19671967
natural-compare-lite "^1.4.0"
19681968
semver "^7.3.7"
19691969
tsutils "^3.21.0"
19701970

1971-
"@typescript-eslint/parser@5.60.1":
1972-
version "5.60.1"
1973-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.60.1.tgz#0f2f58209c0862a73e3d5a56099abfdfa21d0fd3"
1974-
integrity sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==
1971+
"@typescript-eslint/parser@5.61.0":
1972+
version "5.61.0"
1973+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.61.0.tgz#7fbe3e2951904bb843f8932ebedd6e0635bffb70"
1974+
integrity sha512-yGr4Sgyh8uO6fSi9hw3jAFXNBHbCtKKFMdX2IkT3ZqpKmtAq3lHS4ixB/COFuAIJpwl9/AqF7j72ZDWYKmIfvg==
19751975
dependencies:
1976-
"@typescript-eslint/scope-manager" "5.60.1"
1977-
"@typescript-eslint/types" "5.60.1"
1978-
"@typescript-eslint/typescript-estree" "5.60.1"
1976+
"@typescript-eslint/scope-manager" "5.61.0"
1977+
"@typescript-eslint/types" "5.61.0"
1978+
"@typescript-eslint/typescript-estree" "5.61.0"
19791979
debug "^4.3.4"
19801980

1981-
"@typescript-eslint/scope-manager@5.60.1":
1982-
version "5.60.1"
1983-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.60.1.tgz#35abdb47f500c68c08f2f2b4f22c7c79472854bb"
1984-
integrity sha512-Dn/LnN7fEoRD+KspEOV0xDMynEmR3iSHdgNsarlXNLGGtcUok8L4N71dxUgt3YvlO8si7E+BJ5Fe3wb5yUw7DQ==
1981+
"@typescript-eslint/scope-manager@5.61.0":
1982+
version "5.61.0"
1983+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.61.0.tgz#b670006d069c9abe6415c41f754b1b5d949ef2b2"
1984+
integrity sha512-W8VoMjoSg7f7nqAROEmTt6LoBpn81AegP7uKhhW5KzYlehs8VV0ZW0fIDVbcZRcaP3aPSW+JZFua+ysQN+m/Nw==
19851985
dependencies:
1986-
"@typescript-eslint/types" "5.60.1"
1987-
"@typescript-eslint/visitor-keys" "5.60.1"
1986+
"@typescript-eslint/types" "5.61.0"
1987+
"@typescript-eslint/visitor-keys" "5.61.0"
19881988

1989-
"@typescript-eslint/type-utils@5.60.1":
1990-
version "5.60.1"
1991-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.60.1.tgz#17770540e98d65ab4730c7aac618003f702893f4"
1992-
integrity sha512-vN6UztYqIu05nu7JqwQGzQKUJctzs3/Hg7E2Yx8rz9J+4LgtIDFWjjl1gm3pycH0P3mHAcEUBd23LVgfrsTR8A==
1989+
"@typescript-eslint/type-utils@5.61.0":
1990+
version "5.61.0"
1991+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.61.0.tgz#e90799eb2045c4435ea8378cb31cd8a9fddca47a"
1992+
integrity sha512-kk8u//r+oVK2Aj3ph/26XdH0pbAkC2RiSjUYhKD+PExemG4XSjpGFeyZ/QM8lBOa7O8aGOU+/yEbMJgQv/DnCg==
19931993
dependencies:
1994-
"@typescript-eslint/typescript-estree" "5.60.1"
1995-
"@typescript-eslint/utils" "5.60.1"
1994+
"@typescript-eslint/typescript-estree" "5.61.0"
1995+
"@typescript-eslint/utils" "5.61.0"
19961996
debug "^4.3.4"
19971997
tsutils "^3.21.0"
19981998

1999-
"@typescript-eslint/types@5.60.1":
2000-
version "5.60.1"
2001-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.60.1.tgz#a17473910f6b8d388ea83c9d7051af89c4eb7561"
2002-
integrity sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==
1999+
"@typescript-eslint/types@5.61.0":
2000+
version "5.61.0"
2001+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.61.0.tgz#e99ff11b5792d791554abab0f0370936d8ca50c0"
2002+
integrity sha512-ldyueo58KjngXpzloHUog/h9REmHl59G1b3a5Sng1GfBo14BkS3ZbMEb3693gnP1k//97lh7bKsp6/V/0v1veQ==
20032003

2004-
"@typescript-eslint/typescript-estree@5.60.1":
2005-
version "5.60.1"
2006-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.1.tgz#8c71824b7165b64d5ebd7aa42968899525959834"
2007-
integrity sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==
2004+
"@typescript-eslint/typescript-estree@5.61.0":
2005+
version "5.61.0"
2006+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.61.0.tgz#4c7caca84ce95bb41aa585d46a764bcc050b92f3"
2007+
integrity sha512-Fud90PxONnnLZ36oR5ClJBLTLfU4pIWBmnvGwTbEa2cXIqj70AEDEmOmpkFComjBZ/037ueKrOdHuYmSFVD7Rw==
20082008
dependencies:
2009-
"@typescript-eslint/types" "5.60.1"
2010-
"@typescript-eslint/visitor-keys" "5.60.1"
2009+
"@typescript-eslint/types" "5.61.0"
2010+
"@typescript-eslint/visitor-keys" "5.61.0"
20112011
debug "^4.3.4"
20122012
globby "^11.1.0"
20132013
is-glob "^4.0.3"
20142014
semver "^7.3.7"
20152015
tsutils "^3.21.0"
20162016

2017-
"@typescript-eslint/utils@5.60.1":
2018-
version "5.60.1"
2019-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.60.1.tgz#6861ebedbefba1ac85482d2bdef6f2ff1eb65b80"
2020-
integrity sha512-tiJ7FFdFQOWssFa3gqb94Ilexyw0JVxj6vBzaSpfN/8IhoKkDuSAenUKvsSHw2A/TMpJb26izIszTXaqygkvpQ==
2017+
"@typescript-eslint/utils@5.61.0":
2018+
version "5.61.0"
2019+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.61.0.tgz#5064838a53e91c754fffbddd306adcca3fe0af36"
2020+
integrity sha512-mV6O+6VgQmVE6+xzlA91xifndPW9ElFW8vbSF0xCT/czPXVhwDewKila1jOyRwa9AE19zKnrr7Cg5S3pJVrTWQ==
20212021
dependencies:
20222022
"@eslint-community/eslint-utils" "^4.2.0"
20232023
"@types/json-schema" "^7.0.9"
20242024
"@types/semver" "^7.3.12"
2025-
"@typescript-eslint/scope-manager" "5.60.1"
2026-
"@typescript-eslint/types" "5.60.1"
2027-
"@typescript-eslint/typescript-estree" "5.60.1"
2025+
"@typescript-eslint/scope-manager" "5.61.0"
2026+
"@typescript-eslint/types" "5.61.0"
2027+
"@typescript-eslint/typescript-estree" "5.61.0"
20282028
eslint-scope "^5.1.1"
20292029
semver "^7.3.7"
20302030

2031-
"@typescript-eslint/visitor-keys@5.60.1":
2032-
version "5.60.1"
2033-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.1.tgz#19a877358bf96318ec35d90bfe6bd1445cce9434"
2034-
integrity sha512-xEYIxKcultP6E/RMKqube11pGjXH1DCo60mQoWhVYyKfLkwbIVVjYxmOenNMxILx0TjCujPTjjnTIVzm09TXIw==
2031+
"@typescript-eslint/visitor-keys@5.61.0":
2032+
version "5.61.0"
2033+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.61.0.tgz#c79414fa42158fd23bd2bb70952dc5cdbb298140"
2034+
integrity sha512-50XQ5VdbWrX06mQXhy93WywSFZZGsv3EOjq+lqp6WC2t+j3mb6A9xYVdrRxafvK88vg9k9u+CT4l6D8PEatjKg==
20352035
dependencies:
2036-
"@typescript-eslint/types" "5.60.1"
2036+
"@typescript-eslint/types" "5.61.0"
20372037
eslint-visitor-keys "^3.3.0"
20382038

20392039
"@whatwg-node/events@^0.0.2":
@@ -3500,11 +3500,6 @@ graceful-fs@^4.1.2, graceful-fs@^4.2.9:
35003500
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96"
35013501
integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==
35023502

3503-
grapheme-splitter@^1.0.4:
3504-
version "1.0.4"
3505-
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
3506-
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
3507-
35083503
graphemer@^1.4.0:
35093504
version "1.4.0"
35103505
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"

0 commit comments

Comments
 (0)