Skip to content

Commit 4b880a5

Browse files
Update typescript-eslint monorepo to v6.17.0
1 parent 5cb3b31 commit 4b880a5

File tree

2 files changed

+84
-26
lines changed

2 files changed

+84
-26
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"@types/dotenv": "8.2.0",
6262
"@types/node": "20.9.0",
6363
"@types/ramda": "0.29.9",
64-
"@typescript-eslint/eslint-plugin": "6.11.0",
65-
"@typescript-eslint/parser": "6.11.0",
64+
"@typescript-eslint/eslint-plugin": "6.17.0",
65+
"@typescript-eslint/parser": "6.17.0",
6666
"astro": "^3.0.12",
6767
"ava": "5.3.1",
6868
"dotenv": "16.3.1",

yarn.lock

Lines changed: 82 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2062,32 +2062,32 @@
20622062
dependencies:
20632063
"@types/node" "*"
20642064

2065-
"@typescript-eslint/eslint-plugin@6.11.0":
2066-
version "6.11.0"
2067-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz#52aae65174ff526576351f9ccd41cea01001463f"
2068-
integrity sha512-uXnpZDc4VRjY4iuypDBKzW1rz9T5YBBK0snMn8MaTSNd2kMlj50LnLBABELjJiOL5YHk7ZD8hbSpI9ubzqYI0w==
2065+
"@typescript-eslint/eslint-plugin@6.17.0":
2066+
version "6.17.0"
2067+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.17.0.tgz#dfc38f790704ba8a54a1277c51efdb489f6ecf9f"
2068+
integrity sha512-Vih/4xLXmY7V490dGwBQJTpIZxH4ZFH6eCVmQ4RFkB+wmaCTDAx4dtgoWwMNGKLkqRY1L6rPqzEbjorRnDo4rQ==
20692069
dependencies:
20702070
"@eslint-community/regexpp" "^4.5.1"
2071-
"@typescript-eslint/scope-manager" "6.11.0"
2072-
"@typescript-eslint/type-utils" "6.11.0"
2073-
"@typescript-eslint/utils" "6.11.0"
2074-
"@typescript-eslint/visitor-keys" "6.11.0"
2071+
"@typescript-eslint/scope-manager" "6.17.0"
2072+
"@typescript-eslint/type-utils" "6.17.0"
2073+
"@typescript-eslint/utils" "6.17.0"
2074+
"@typescript-eslint/visitor-keys" "6.17.0"
20752075
debug "^4.3.4"
20762076
graphemer "^1.4.0"
20772077
ignore "^5.2.4"
20782078
natural-compare "^1.4.0"
20792079
semver "^7.5.4"
20802080
ts-api-utils "^1.0.1"
20812081

2082-
"@typescript-eslint/parser@6.11.0":
2083-
version "6.11.0"
2084-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.11.0.tgz#9640d9595d905f3be4f278bf515130e6129b202e"
2085-
integrity sha512-+whEdjk+d5do5nxfxx73oanLL9ghKO3EwM9kBCkUtWMRwWuPaFv9ScuqlYfQ6pAD6ZiJhky7TZ2ZYhrMsfMxVQ==
2082+
"@typescript-eslint/parser@6.17.0":
2083+
version "6.17.0"
2084+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.17.0.tgz#8cd7a0599888ca6056082225b2fdf9a635bf32a1"
2085+
integrity sha512-C4bBaX2orvhK+LlwrY8oWGmSl4WolCfYm513gEccdWZj0CwGadbIADb0FtVEcI+WzUyjyoBj2JRP8g25E6IB8A==
20862086
dependencies:
2087-
"@typescript-eslint/scope-manager" "6.11.0"
2088-
"@typescript-eslint/types" "6.11.0"
2089-
"@typescript-eslint/typescript-estree" "6.11.0"
2090-
"@typescript-eslint/visitor-keys" "6.11.0"
2087+
"@typescript-eslint/scope-manager" "6.17.0"
2088+
"@typescript-eslint/types" "6.17.0"
2089+
"@typescript-eslint/typescript-estree" "6.17.0"
2090+
"@typescript-eslint/visitor-keys" "6.17.0"
20912091
debug "^4.3.4"
20922092

20932093
"@typescript-eslint/[email protected]":
@@ -2098,7 +2098,25 @@
20982098
"@typescript-eslint/types" "6.11.0"
20992099
"@typescript-eslint/visitor-keys" "6.11.0"
21002100

2101-
"@typescript-eslint/[email protected]", "@typescript-eslint/type-utils@^6.0.0":
2101+
"@typescript-eslint/[email protected]":
2102+
version "6.17.0"
2103+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.17.0.tgz#70e6c1334d0d76562dfa61aed9009c140a7601b4"
2104+
integrity sha512-RX7a8lwgOi7am0k17NUO0+ZmMOX4PpjLtLRgLmT1d3lBYdWH4ssBUbwdmc5pdRX8rXon8v9x8vaoOSpkHfcXGA==
2105+
dependencies:
2106+
"@typescript-eslint/types" "6.17.0"
2107+
"@typescript-eslint/visitor-keys" "6.17.0"
2108+
2109+
"@typescript-eslint/[email protected]":
2110+
version "6.17.0"
2111+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.17.0.tgz#5febad3f523e393006614cbda28b826925b728d5"
2112+
integrity sha512-hDXcWmnbtn4P2B37ka3nil3yi3VCQO2QEB9gBiHJmQp5wmyQWqnjA85+ZcE8c4FqnaB6lBwMrPkgd4aBYz3iNg==
2113+
dependencies:
2114+
"@typescript-eslint/typescript-estree" "6.17.0"
2115+
"@typescript-eslint/utils" "6.17.0"
2116+
debug "^4.3.4"
2117+
ts-api-utils "^1.0.1"
2118+
2119+
"@typescript-eslint/type-utils@^6.0.0":
21022120
version "6.11.0"
21032121
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.11.0.tgz#d0b8b1ab6c26b974dbf91de1ebc5b11fea24e0d1"
21042122
integrity sha512-nA4IOXwZtqBjIoYrJcYxLRO+F9ri+leVGoJcMW1uqr4r1Hq7vW5cyWrA43lFbpRvQ9XgNrnfLpIkO3i1emDBIA==
@@ -2113,6 +2131,11 @@
21132131
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.11.0.tgz#8ad3aa000cbf4bdc4dcceed96e9b577f15e0bf53"
21142132
integrity sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==
21152133

2134+
"@typescript-eslint/[email protected]":
2135+
version "6.17.0"
2136+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.17.0.tgz#844a92eb7c527110bf9a7d177e3f22bd5a2f40cb"
2137+
integrity sha512-qRKs9tvc3a4RBcL/9PXtKSehI/q8wuU9xYJxe97WFxnzH8NWWtcW3ffNS+EWg8uPvIerhjsEZ+rHtDqOCiH57A==
2138+
21162139
"@typescript-eslint/[email protected]":
21172140
version "6.11.0"
21182141
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.11.0.tgz#7b52c12a623bf7f8ec7f8a79901b9f98eb5c7990"
@@ -2126,6 +2149,20 @@
21262149
semver "^7.5.4"
21272150
ts-api-utils "^1.0.1"
21282151

2152+
"@typescript-eslint/[email protected]":
2153+
version "6.17.0"
2154+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.17.0.tgz#b913d19886c52d8dc3db856903a36c6c64fd62aa"
2155+
integrity sha512-gVQe+SLdNPfjlJn5VNGhlOhrXz4cajwFd5kAgWtZ9dCZf4XJf8xmgCTLIqec7aha3JwgLI2CK6GY1043FRxZwg==
2156+
dependencies:
2157+
"@typescript-eslint/types" "6.17.0"
2158+
"@typescript-eslint/visitor-keys" "6.17.0"
2159+
debug "^4.3.4"
2160+
globby "^11.1.0"
2161+
is-glob "^4.0.3"
2162+
minimatch "9.0.3"
2163+
semver "^7.5.4"
2164+
ts-api-utils "^1.0.1"
2165+
21292166
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.2.0":
21302167
version "6.11.0"
21312168
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.11.0.tgz#11374f59ef4cea50857b1303477c08aafa2ca604"
@@ -2139,6 +2176,19 @@
21392176
"@typescript-eslint/typescript-estree" "6.11.0"
21402177
semver "^7.5.4"
21412178

2179+
"@typescript-eslint/[email protected]":
2180+
version "6.17.0"
2181+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.17.0.tgz#f2b16d4c9984474656c420438cdede7eccd4079e"
2182+
integrity sha512-LofsSPjN/ITNkzV47hxas2JCsNCEnGhVvocfyOcLzT9c/tSZE7SfhS/iWtzP1lKNOEfLhRTZz6xqI8N2RzweSQ==
2183+
dependencies:
2184+
"@eslint-community/eslint-utils" "^4.4.0"
2185+
"@types/json-schema" "^7.0.12"
2186+
"@types/semver" "^7.5.0"
2187+
"@typescript-eslint/scope-manager" "6.17.0"
2188+
"@typescript-eslint/types" "6.17.0"
2189+
"@typescript-eslint/typescript-estree" "6.17.0"
2190+
semver "^7.5.4"
2191+
21422192
"@typescript-eslint/[email protected]":
21432193
version "6.11.0"
21442194
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.11.0.tgz#d991538788923f92ec40d44389e7075b359f3458"
@@ -2147,6 +2197,14 @@
21472197
"@typescript-eslint/types" "6.11.0"
21482198
eslint-visitor-keys "^3.4.1"
21492199

2200+
"@typescript-eslint/[email protected]":
2201+
version "6.17.0"
2202+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.17.0.tgz#3ed043709c39b43ec1e58694f329e0b0430c26b6"
2203+
integrity sha512-H6VwB/k3IuIeQOyYczyyKN8wH6ed8EwliaYHLxOIhyF0dYEIsN8+Bk3GE19qafeMKyZJJHP8+O1HiFhFLUNKSg==
2204+
dependencies:
2205+
"@typescript-eslint/types" "6.17.0"
2206+
eslint-visitor-keys "^3.4.1"
2207+
21502208
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
21512209
version "1.2.0"
21522210
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -6624,20 +6682,20 @@ minimalistic-crypto-utils@^1.0.1:
66246682
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
66256683
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
66266684

6685+
[email protected], minimatch@^9.0.1, minimatch@^9.0.3:
6686+
version "9.0.3"
6687+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
6688+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
6689+
dependencies:
6690+
brace-expansion "^2.0.1"
6691+
66276692
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
66286693
version "3.1.2"
66296694
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
66306695
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
66316696
dependencies:
66326697
brace-expansion "^1.1.7"
66336698

6634-
minimatch@^9.0.1, minimatch@^9.0.3:
6635-
version "9.0.3"
6636-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
6637-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
6638-
dependencies:
6639-
brace-expansion "^2.0.1"
6640-
66416699
minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.6:
66426700
version "1.2.8"
66436701
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"

0 commit comments

Comments
 (0)