Skip to content

Commit f0627fd

Browse files
Update typescript-eslint monorepo to v6.19.1
1 parent 59acc64 commit f0627fd

File tree

2 files changed

+60
-59
lines changed

2 files changed

+60
-59
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@types/dotenv": "8.2.0",
4141
"@types/mocha": "10.0.4",
4242
"@types/ramda": "0.29.8",
43-
"@typescript-eslint/eslint-plugin": "6.10.0",
44-
"@typescript-eslint/parser": "6.10.0",
43+
"@typescript-eslint/eslint-plugin": "6.19.1",
44+
"@typescript-eslint/parser": "6.19.1",
4545
"chai": "4.3.10",
4646
"dotenv": "16.3.1",
4747
"eslint": "8.53.0",

yarn.lock

Lines changed: 58 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1586,32 +1586,32 @@
15861586
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz#b49c2c70150141a15e0fa7e79cf1f92a72934ce3"
15871587
integrity sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==
15881588

1589-
"@typescript-eslint/eslint-plugin@6.10.0":
1590-
version "6.10.0"
1591-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.10.0.tgz#cfe2bd34e26d2289212946b96ab19dcad64b661a"
1592-
integrity sha512-uoLj4g2OTL8rfUQVx2AFO1hp/zja1wABJq77P6IclQs6I/m9GLrm7jCdgzZkvWdDCQf1uEvoa8s8CupsgWQgVg==
1589+
"@typescript-eslint/eslint-plugin@6.19.1":
1590+
version "6.19.1"
1591+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.19.1.tgz#bb0676af940bc23bf299ca58dbdc6589c2548c2e"
1592+
integrity sha512-roQScUGFruWod9CEyoV5KlCYrubC/fvG8/1zXuT0WTcxX87GnMMmnksMwSg99lo1xiKrBzw2icsJPMAw1OtKxg==
15931593
dependencies:
15941594
"@eslint-community/regexpp" "^4.5.1"
1595-
"@typescript-eslint/scope-manager" "6.10.0"
1596-
"@typescript-eslint/type-utils" "6.10.0"
1597-
"@typescript-eslint/utils" "6.10.0"
1598-
"@typescript-eslint/visitor-keys" "6.10.0"
1595+
"@typescript-eslint/scope-manager" "6.19.1"
1596+
"@typescript-eslint/type-utils" "6.19.1"
1597+
"@typescript-eslint/utils" "6.19.1"
1598+
"@typescript-eslint/visitor-keys" "6.19.1"
15991599
debug "^4.3.4"
16001600
graphemer "^1.4.0"
16011601
ignore "^5.2.4"
16021602
natural-compare "^1.4.0"
16031603
semver "^7.5.4"
16041604
ts-api-utils "^1.0.1"
16051605

1606-
"@typescript-eslint/parser@6.10.0":
1607-
version "6.10.0"
1608-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.10.0.tgz#578af79ae7273193b0b6b61a742a2bc8e02f875a"
1609-
integrity sha512-+sZwIj+s+io9ozSxIWbNB5873OSdfeBEH/FR0re14WLI6BaKuSOnnwCJ2foUiu8uXf4dRp1UqHP0vrZ1zXGrog==
1606+
"@typescript-eslint/parser@6.19.1":
1607+
version "6.19.1"
1608+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.19.1.tgz#68a87bb21afaf0b1689e9cdce0e6e75bc91ada78"
1609+
integrity sha512-WEfX22ziAh6pRE9jnbkkLGp/4RhTpffr2ZK5bJ18M8mIfA8A+k97U9ZyaXCEJRlmMHh7R9MJZWXp/r73DzINVQ==
16101610
dependencies:
1611-
"@typescript-eslint/scope-manager" "6.10.0"
1612-
"@typescript-eslint/types" "6.10.0"
1613-
"@typescript-eslint/typescript-estree" "6.10.0"
1614-
"@typescript-eslint/visitor-keys" "6.10.0"
1611+
"@typescript-eslint/scope-manager" "6.19.1"
1612+
"@typescript-eslint/types" "6.19.1"
1613+
"@typescript-eslint/typescript-estree" "6.19.1"
1614+
"@typescript-eslint/visitor-keys" "6.19.1"
16151615
debug "^4.3.4"
16161616

16171617
"@typescript-eslint/[email protected]":
@@ -1622,21 +1622,21 @@
16221622
"@typescript-eslint/types" "5.44.0"
16231623
"@typescript-eslint/visitor-keys" "5.44.0"
16241624

1625-
"@typescript-eslint/scope-manager@6.10.0":
1626-
version "6.10.0"
1627-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.10.0.tgz#b0276118b13d16f72809e3cecc86a72c93708540"
1628-
integrity sha512-TN/plV7dzqqC2iPNf1KrxozDgZs53Gfgg5ZHyw8erd6jd5Ta/JIEcdCheXFt9b1NYb93a1wmIIVW/2gLkombDg==
1625+
"@typescript-eslint/scope-manager@6.19.1":
1626+
version "6.19.1"
1627+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.19.1.tgz#2f527ee30703a6169a52b31d42a1103d80acd51b"
1628+
integrity sha512-4CdXYjKf6/6aKNMSly/BP4iCSOpvMmqtDzRtqFyyAae3z5kkqEjKndR5vDHL8rSuMIIWP8u4Mw4VxLyxZW6D5w==
16291629
dependencies:
1630-
"@typescript-eslint/types" "6.10.0"
1631-
"@typescript-eslint/visitor-keys" "6.10.0"
1630+
"@typescript-eslint/types" "6.19.1"
1631+
"@typescript-eslint/visitor-keys" "6.19.1"
16321632

1633-
"@typescript-eslint/type-utils@6.10.0":
1634-
version "6.10.0"
1635-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.10.0.tgz#1007faede067c78bdbcef2e8abb31437e163e2e1"
1636-
integrity sha512-wYpPs3hgTFblMYwbYWPT3eZtaDOjbLyIYuqpwuLBBqhLiuvJ+9sEp2gNRJEtR5N/c9G1uTtQQL5AhV0fEPJYcg==
1633+
"@typescript-eslint/type-utils@6.19.1":
1634+
version "6.19.1"
1635+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.19.1.tgz#6a130e3afe605a4898e043fa9f72e96309b54935"
1636+
integrity sha512-0vdyld3ecfxJuddDjACUvlAeYNrHP/pDeQk2pWBR2ESeEzQhg52DF53AbI9QCBkYE23lgkhLCZNkHn2hEXXYIg==
16371637
dependencies:
1638-
"@typescript-eslint/typescript-estree" "6.10.0"
1639-
"@typescript-eslint/utils" "6.10.0"
1638+
"@typescript-eslint/typescript-estree" "6.19.1"
1639+
"@typescript-eslint/utils" "6.19.1"
16401640
debug "^4.3.4"
16411641
ts-api-utils "^1.0.1"
16421642

@@ -1645,10 +1645,10 @@
16451645
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.44.0.tgz#f3f0b89aaff78f097a2927fe5688c07e786a0241"
16461646
integrity sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ==
16471647

1648-
"@typescript-eslint/types@6.10.0":
1649-
version "6.10.0"
1650-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.10.0.tgz#f4f0a84aeb2ac546f21a66c6e0da92420e921367"
1651-
integrity sha512-36Fq1PWh9dusgo3vH7qmQAj5/AZqARky1Wi6WpINxB6SkQdY5vQoT2/7rW7uBIsPDcvvGCLi4r10p0OJ7ITAeg==
1648+
"@typescript-eslint/types@6.19.1":
1649+
version "6.19.1"
1650+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.19.1.tgz#2d4c9d492a63ede15e7ba7d129bdf7714b77f771"
1651+
integrity sha512-6+bk6FEtBhvfYvpHsDgAL3uo4BfvnTnoge5LrrCj2eJN8g3IJdLTD4B/jK3Q6vo4Ql/Hoip9I8aB6fF+6RfDqg==
16521652

16531653
"@typescript-eslint/[email protected]":
16541654
version "5.44.0"
@@ -1663,30 +1663,31 @@
16631663
semver "^7.3.7"
16641664
tsutils "^3.21.0"
16651665

1666-
"@typescript-eslint/typescript-estree@6.10.0":
1667-
version "6.10.0"
1668-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.10.0.tgz#667381eed6f723a1a8ad7590a31f312e31e07697"
1669-
integrity sha512-ek0Eyuy6P15LJVeghbWhSrBCj/vJpPXXR+EpaRZqou7achUWL8IdYnMSC5WHAeTWswYQuP2hAZgij/bC9fanBg==
1666+
"@typescript-eslint/typescript-estree@6.19.1":
1667+
version "6.19.1"
1668+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.19.1.tgz#796d88d88882f12e85bb33d6d82d39e1aea54ed1"
1669+
integrity sha512-aFdAxuhzBFRWhy+H20nYu19+Km+gFfwNO4TEqyszkMcgBDYQjmPJ61erHxuT2ESJXhlhrO7I5EFIlZ+qGR8oVA==
16701670
dependencies:
1671-
"@typescript-eslint/types" "6.10.0"
1672-
"@typescript-eslint/visitor-keys" "6.10.0"
1671+
"@typescript-eslint/types" "6.19.1"
1672+
"@typescript-eslint/visitor-keys" "6.19.1"
16731673
debug "^4.3.4"
16741674
globby "^11.1.0"
16751675
is-glob "^4.0.3"
1676+
minimatch "9.0.3"
16761677
semver "^7.5.4"
16771678
ts-api-utils "^1.0.1"
16781679

1679-
"@typescript-eslint/utils@6.10.0":
1680-
version "6.10.0"
1681-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.10.0.tgz#4d76062d94413c30e402c9b0df8c14aef8d77336"
1682-
integrity sha512-v+pJ1/RcVyRc0o4wAGux9x42RHmAjIGzPRo538Z8M1tVx6HOnoQBCX/NoadHQlZeC+QO2yr4nNSFWOoraZCAyg==
1680+
"@typescript-eslint/utils@6.19.1":
1681+
version "6.19.1"
1682+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.19.1.tgz#df93497f9cfddde2bcc2a591da80536e68acd151"
1683+
integrity sha512-JvjfEZuP5WoMqwh9SPAPDSHSg9FBHHGhjPugSRxu5jMfjvBpq5/sGTD+9M9aQ5sh6iJ8AY/Kk/oUYVEMAPwi7w==
16831684
dependencies:
16841685
"@eslint-community/eslint-utils" "^4.4.0"
16851686
"@types/json-schema" "^7.0.12"
16861687
"@types/semver" "^7.5.0"
1687-
"@typescript-eslint/scope-manager" "6.10.0"
1688-
"@typescript-eslint/types" "6.10.0"
1689-
"@typescript-eslint/typescript-estree" "6.10.0"
1688+
"@typescript-eslint/scope-manager" "6.19.1"
1689+
"@typescript-eslint/types" "6.19.1"
1690+
"@typescript-eslint/typescript-estree" "6.19.1"
16901691
semver "^7.5.4"
16911692

16921693
"@typescript-eslint/utils@^5.10.2":
@@ -1711,12 +1712,12 @@
17111712
"@typescript-eslint/types" "5.44.0"
17121713
eslint-visitor-keys "^3.3.0"
17131714

1714-
"@typescript-eslint/visitor-keys@6.10.0":
1715-
version "6.10.0"
1716-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.10.0.tgz#b9eaf855a1ac7e95633ae1073af43d451e8f84e3"
1717-
integrity sha512-xMGluxQIEtOM7bqFCo+rCMh5fqI+ZxV5RUUOa29iVPz1OgCZrtc7rFnz5cLUazlkPKYqX+75iuDq7m0HQ48nCg==
1715+
"@typescript-eslint/visitor-keys@6.19.1":
1716+
version "6.19.1"
1717+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.19.1.tgz#2164073ed4fc34a5ff3b5e25bb5a442100454c4c"
1718+
integrity sha512-gkdtIO+xSO/SmI0W68DBg4u1KElmIUo3vXzgHyGPs6cxgB0sa3TlptRAAE0hUY1hM6FcDKEv7aIwiTGm76cXfQ==
17181719
dependencies:
1719-
"@typescript-eslint/types" "6.10.0"
1720+
"@typescript-eslint/types" "6.19.1"
17201721
eslint-visitor-keys "^3.4.1"
17211722

17221723
"@ungap/structured-clone@^1.2.0":
@@ -6806,6 +6807,13 @@ [email protected]:
68066807
dependencies:
68076808
brace-expansion "^2.0.1"
68086809

6810+
[email protected], minimatch@^9.0.1:
6811+
version "9.0.3"
6812+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
6813+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
6814+
dependencies:
6815+
brace-expansion "^2.0.1"
6816+
68096817
minimatch@^3.0.4:
68106818
version "3.0.4"
68116819
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -6827,13 +6835,6 @@ minimatch@^5.0.1:
68276835
dependencies:
68286836
brace-expansion "^2.0.1"
68296837

6830-
minimatch@^9.0.1:
6831-
version "9.0.3"
6832-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
6833-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
6834-
dependencies:
6835-
brace-expansion "^2.0.1"
6836-
68376838
minimist@^1.2.0, minimist@^1.2.5, minimist@~1.2.5:
68386839
version "1.2.5"
68396840
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"

0 commit comments

Comments
 (0)