Skip to content

Commit 3395ddd

Browse files
Update typescript-eslint monorepo to v6.12.0
1 parent 59acc64 commit 3395ddd

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
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.12.0",
44+
"@typescript-eslint/parser": "6.12.0",
4545
"chai": "4.3.10",
4646
"dotenv": "16.3.1",
4747
"eslint": "8.53.0",

yarn.lock

Lines changed: 50 additions & 50 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.12.0":
1590+
version "6.12.0"
1591+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.12.0.tgz#2a647d278bb48bf397fef07ba0507612ff9dd812"
1592+
integrity sha512-XOpZ3IyJUIV1b15M7HVOpgQxPPF7lGXgsfcEIu3yDxFPaf/xZKt7s9QO/pbk7vpWQyVulpJbu4E5LwpZiQo4kA==
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.12.0"
1596+
"@typescript-eslint/type-utils" "6.12.0"
1597+
"@typescript-eslint/utils" "6.12.0"
1598+
"@typescript-eslint/visitor-keys" "6.12.0"
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.12.0":
1607+
version "6.12.0"
1608+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.12.0.tgz#9fb21ed7d88065a4a2ee21eb80b8578debb8217c"
1609+
integrity sha512-s8/jNFPKPNRmXEnNXfuo1gemBdVmpQsK1pcu+QIvuNJuhFzGrpD7WjOcvDc/+uEdfzSYpNu7U/+MmbScjoQ6vg==
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.12.0"
1612+
"@typescript-eslint/types" "6.12.0"
1613+
"@typescript-eslint/typescript-estree" "6.12.0"
1614+
"@typescript-eslint/visitor-keys" "6.12.0"
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.12.0":
1626+
version "6.12.0"
1627+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.12.0.tgz#5833a16dbe19cfbad639d4d33bcca5e755c7044b"
1628+
integrity sha512-5gUvjg+XdSj8pcetdL9eXJzQNTl3RD7LgUiYTl8Aabdi8hFkaGSYnaS6BLc0BGNaDH+tVzVwmKtWvu0jLgWVbw==
16291629
dependencies:
1630-
"@typescript-eslint/types" "6.10.0"
1631-
"@typescript-eslint/visitor-keys" "6.10.0"
1630+
"@typescript-eslint/types" "6.12.0"
1631+
"@typescript-eslint/visitor-keys" "6.12.0"
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.12.0":
1634+
version "6.12.0"
1635+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.12.0.tgz#968f7c95162808d69950ab5dff710ad730e58287"
1636+
integrity sha512-WWmRXxhm1X8Wlquj+MhsAG4dU/Blvf1xDgGaYCzfvStP2NwPQh6KBvCDbiOEvaE0filhranjIlK/2fSTVwtBng==
16371637
dependencies:
1638-
"@typescript-eslint/typescript-estree" "6.10.0"
1639-
"@typescript-eslint/utils" "6.10.0"
1638+
"@typescript-eslint/typescript-estree" "6.12.0"
1639+
"@typescript-eslint/utils" "6.12.0"
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.12.0":
1649+
version "6.12.0"
1650+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.12.0.tgz#ffc5297bcfe77003c8b7b545b51c2505748314ac"
1651+
integrity sha512-MA16p/+WxM5JG/F3RTpRIcuOghWO30//VEOvzubM8zuOOBYXsP+IfjoCXXiIfy2Ta8FRh9+IO9QLlaFQUU+10Q==
16521652

16531653
"@typescript-eslint/[email protected]":
16541654
version "5.44.0"
@@ -1663,30 +1663,30 @@
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.12.0":
1667+
version "6.12.0"
1668+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.12.0.tgz#764ccc32598549e5b48ec99e3b85f89b1385310c"
1669+
integrity sha512-vw9E2P9+3UUWzhgjyyVczLWxZ3GuQNT7QpnIY3o5OMeLO/c8oHljGc8ZpryBMIyympiAAaKgw9e5Hl9dCWFOYw==
16701670
dependencies:
1671-
"@typescript-eslint/types" "6.10.0"
1672-
"@typescript-eslint/visitor-keys" "6.10.0"
1671+
"@typescript-eslint/types" "6.12.0"
1672+
"@typescript-eslint/visitor-keys" "6.12.0"
16731673
debug "^4.3.4"
16741674
globby "^11.1.0"
16751675
is-glob "^4.0.3"
16761676
semver "^7.5.4"
16771677
ts-api-utils "^1.0.1"
16781678

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==
1679+
"@typescript-eslint/utils@6.12.0":
1680+
version "6.12.0"
1681+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.12.0.tgz#c6ce8c06fe9b0212620e5674a2036f6f8f611754"
1682+
integrity sha512-LywPm8h3tGEbgfyjYnu3dauZ0U7R60m+miXgKcZS8c7QALO9uWJdvNoP+duKTk2XMWc7/Q3d/QiCuLN9X6SWyQ==
16831683
dependencies:
16841684
"@eslint-community/eslint-utils" "^4.4.0"
16851685
"@types/json-schema" "^7.0.12"
16861686
"@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"
1687+
"@typescript-eslint/scope-manager" "6.12.0"
1688+
"@typescript-eslint/types" "6.12.0"
1689+
"@typescript-eslint/typescript-estree" "6.12.0"
16901690
semver "^7.5.4"
16911691

16921692
"@typescript-eslint/utils@^5.10.2":
@@ -1711,12 +1711,12 @@
17111711
"@typescript-eslint/types" "5.44.0"
17121712
eslint-visitor-keys "^3.3.0"
17131713

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==
1714+
"@typescript-eslint/visitor-keys@6.12.0":
1715+
version "6.12.0"
1716+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.12.0.tgz#5877950de42a0f3344261b7a1eee15417306d7e9"
1717+
integrity sha512-rg3BizTZHF1k3ipn8gfrzDXXSFKyOEB5zxYXInQ6z0hUvmQlhaZQzK+YmHmNViMA9HzW5Q9+bPPt90bU6GQwyw==
17181718
dependencies:
1719-
"@typescript-eslint/types" "6.10.0"
1719+
"@typescript-eslint/types" "6.12.0"
17201720
eslint-visitor-keys "^3.4.1"
17211721

17221722
"@ungap/structured-clone@^1.2.0":

0 commit comments

Comments
 (0)