Skip to content

Commit 1735ce7

Browse files
Update typescript-eslint monorepo to v6.16.0
1 parent 5cb3b31 commit 1735ce7

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.16.0",
65+
"@typescript-eslint/parser": "6.16.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.16.0":
2066+
version "6.16.0"
2067+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.16.0.tgz#cc29fbd208ea976de3db7feb07755bba0ce8d8bc"
2068+
integrity sha512-O5f7Kv5o4dLWQtPX4ywPPa+v9G+1q1x8mz0Kr0pXUtKsevo+gIJHLkGc8RxaZWtP8RrhwhSNIWThnW42K9/0rQ==
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.16.0"
2072+
"@typescript-eslint/type-utils" "6.16.0"
2073+
"@typescript-eslint/utils" "6.16.0"
2074+
"@typescript-eslint/visitor-keys" "6.16.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.16.0":
2083+
version "6.16.0"
2084+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.16.0.tgz#36f39f63b126aa25af2ad2df13d9891e9fd5b40c"
2085+
integrity sha512-H2GM3eUo12HpKZU9njig3DF5zJ58ja6ahj1GoHEHOgQvYxzoFJJEvC1MQ7T2l9Ha+69ZSOn7RTxOdpC/y3ikMw==
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.16.0"
2088+
"@typescript-eslint/types" "6.16.0"
2089+
"@typescript-eslint/typescript-estree" "6.16.0"
2090+
"@typescript-eslint/visitor-keys" "6.16.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.16.0"
2103+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.16.0.tgz#f3e9a00fbc1d0701356359cd56489c54d9e37168"
2104+
integrity sha512-0N7Y9DSPdaBQ3sqSCwlrm9zJwkpOuc6HYm7LpzLAPqBL7dmzAUimr4M29dMkOP/tEwvOCC/Cxo//yOfJD3HUiw==
2105+
dependencies:
2106+
"@typescript-eslint/types" "6.16.0"
2107+
"@typescript-eslint/visitor-keys" "6.16.0"
2108+
2109+
"@typescript-eslint/[email protected]":
2110+
version "6.16.0"
2111+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.16.0.tgz#5f21c3e49e540ad132dc87fc99af463c184d5ed1"
2112+
integrity sha512-ThmrEOcARmOnoyQfYkHw/DX2SEYBalVECmoldVuH6qagKROp/jMnfXpAU/pAIWub9c4YTxga+XwgAkoA0pxfmg==
2113+
dependencies:
2114+
"@typescript-eslint/typescript-estree" "6.16.0"
2115+
"@typescript-eslint/utils" "6.16.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.16.0"
2136+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.16.0.tgz#a3abe0045737d44d8234708d5ed8fef5d59dc91e"
2137+
integrity sha512-hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3JoQ==
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.16.0"
2154+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.16.0.tgz#d6e0578e4f593045f0df06c4b3a22bd6f13f2d03"
2155+
integrity sha512-VTWZuixh/vr7nih6CfrdpmFNLEnoVBF1skfjdyGnNwXOH1SLeHItGdZDHhhAIzd3ACazyY2Fg76zuzOVTaknGA==
2156+
dependencies:
2157+
"@typescript-eslint/types" "6.16.0"
2158+
"@typescript-eslint/visitor-keys" "6.16.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.16.0"
2181+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.16.0.tgz#1c291492d34670f9210d2b7fcf6b402bea3134ae"
2182+
integrity sha512-T83QPKrBm6n//q9mv7oiSvy/Xq/7Hyw9SzSEhMHJwznEmQayfBM87+oAlkNAMEO7/MjIwKyOHgBJbxB0s7gx2A==
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.16.0"
2188+
"@typescript-eslint/types" "6.16.0"
2189+
"@typescript-eslint/typescript-estree" "6.16.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.16.0"
2202+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.16.0.tgz#d50da18a05d91318ed3e7e8889bda0edc35f3a10"
2203+
integrity sha512-QSFQLruk7fhs91a/Ep/LqRdbJCZ1Rq03rqBdKT5Ky17Sz8zRLUksqIe9DW0pKtg/Z35/ztbLQ6qpOCN6rOC11A==
2204+
dependencies:
2205+
"@typescript-eslint/types" "6.16.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)