Skip to content

Commit 5bf6f93

Browse files
Update typescript-eslint monorepo to v6.18.0
1 parent 5cb3b31 commit 5bf6f93

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.18.0",
65+
"@typescript-eslint/parser": "6.18.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.18.0":
2066+
version "6.18.0"
2067+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.18.0.tgz#94b86f3c25b468c714a04bd490017ecec2fd3746"
2068+
integrity sha512-3lqEvQUdCozi6d1mddWqd+kf8KxmGq2Plzx36BlkjuQe3rSTm/O98cLf0A4uDO+a5N1KD2SeEEl6fW97YHY+6w==
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.18.0"
2072+
"@typescript-eslint/type-utils" "6.18.0"
2073+
"@typescript-eslint/utils" "6.18.0"
2074+
"@typescript-eslint/visitor-keys" "6.18.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.18.0":
2083+
version "6.18.0"
2084+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.18.0.tgz#d494161d64832e869f0a6acc6000a2cdff858383"
2085+
integrity sha512-v6uR68SFvqhNQT41frCMCQpsP+5vySy6IdgjlzUWoo7ALCnpaWYcz/Ij2k4L8cEsL0wkvOviCMpjmtRtHNOKzA==
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.18.0"
2088+
"@typescript-eslint/types" "6.18.0"
2089+
"@typescript-eslint/typescript-estree" "6.18.0"
2090+
"@typescript-eslint/visitor-keys" "6.18.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.18.0"
2103+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.18.0.tgz#24ca6fc1f4a2afa71122dcfca9282878687d9997"
2104+
integrity sha512-o/UoDT2NgOJ2VfHpfr+KBY2ErWvCySNUIX/X7O9g8Zzt/tXdpfEU43qbNk8LVuWUT2E0ptzTWXh79i74PP0twA==
2105+
dependencies:
2106+
"@typescript-eslint/types" "6.18.0"
2107+
"@typescript-eslint/visitor-keys" "6.18.0"
2108+
2109+
"@typescript-eslint/[email protected]":
2110+
version "6.18.0"
2111+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.18.0.tgz#a492da599da5c38c70aa9ff9bfb473961b8ae663"
2112+
integrity sha512-ZeMtrXnGmTcHciJN1+u2CigWEEXgy1ufoxtWcHORt5kGvpjjIlK9MUhzHm4RM8iVy6dqSaZA/6PVkX6+r+ChjQ==
2113+
dependencies:
2114+
"@typescript-eslint/typescript-estree" "6.18.0"
2115+
"@typescript-eslint/utils" "6.18.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.18.0"
2136+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.18.0.tgz#ffce610a1540c17cf7d8ecf2bb34b8b0e2e77101"
2137+
integrity sha512-/RFVIccwkwSdW/1zeMx3hADShWbgBxBnV/qSrex6607isYjj05t36P6LyONgqdUrNLl5TYU8NIKdHUYpFvExkA==
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.18.0"
2154+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.18.0.tgz#1c357c3ca435c3cfa2af6b9daf45ca0bc2bb059a"
2155+
integrity sha512-klNvl+Ql4NsBNGB4W9TZ2Od03lm7aGvTbs0wYaFYsplVPhr+oeXjlPZCDI4U9jgJIDK38W1FKhacCFzCC+nbIg==
2156+
dependencies:
2157+
"@typescript-eslint/types" "6.18.0"
2158+
"@typescript-eslint/visitor-keys" "6.18.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.18.0"
2181+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.18.0.tgz#4d07c9c08f84b9939a1aca7aef98c8f378936142"
2182+
integrity sha512-wiKKCbUeDPGaYEYQh1S580dGxJ/V9HI7K5sbGAVklyf+o5g3O+adnS4UNJajplF4e7z2q0uVBaTdT/yLb4XAVA==
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.18.0"
2188+
"@typescript-eslint/types" "6.18.0"
2189+
"@typescript-eslint/typescript-estree" "6.18.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.18.0"
2202+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.18.0.tgz#3c8733737786fa6c78a347b4fa306ae7155b560f"
2203+
integrity sha512-1wetAlSZpewRDb2h9p/Q8kRjdGuqdTAQbkJIOUMLug2LBLG+QOjiWoSj6/3B/hA9/tVTFFdtiKvAYoYnSRW/RA==
2204+
dependencies:
2205+
"@typescript-eslint/types" "6.18.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)