Skip to content

Commit c0034ad

Browse files
Update typescript-eslint monorepo to v6.13.2
1 parent 5cb3b31 commit c0034ad

File tree

2 files changed

+76
-19
lines changed

2 files changed

+76
-19
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.13.2",
65+
"@typescript-eslint/parser": "6.13.2",
6666
"astro": "^3.0.12",
6767
"ava": "5.3.1",
6868
"dotenv": "16.3.1",

yarn.lock

Lines changed: 74 additions & 17 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.13.2":
2066+
version "6.13.2"
2067+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.13.2.tgz#2e03506c5362a65e43cb132c37c9ce2d3cb51470"
2068+
integrity sha512-3+9OGAWHhk4O1LlcwLBONbdXsAhLjyCFogJY/cWy2lxdVJ2JrcTF2pTGMaLl2AE7U1l31n8Py4a8bx5DLf/0dQ==
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.13.2"
2072+
"@typescript-eslint/type-utils" "6.13.2"
2073+
"@typescript-eslint/utils" "6.13.2"
2074+
"@typescript-eslint/visitor-keys" "6.13.2"
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.13.2":
2083+
version "6.13.2"
2084+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.13.2.tgz#390b79cc9a57a5f904d197a201cc4b6bc4f9afb9"
2085+
integrity sha512-MUkcC+7Wt/QOGeVlM8aGGJZy1XV5YKjTpq9jK6r6/iLsGXhBVaGP5N0UYvFsu9BFlSpwY9kMretzdBH01rkRXg==
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.13.2"
2088+
"@typescript-eslint/types" "6.13.2"
2089+
"@typescript-eslint/typescript-estree" "6.13.2"
2090+
"@typescript-eslint/visitor-keys" "6.13.2"
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.13.2"
2103+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.13.2.tgz#5fa4e4adace028dafac212c770640b94e7b61052"
2104+
integrity sha512-CXQA0xo7z6x13FeDYCgBkjWzNqzBn8RXaE3QVQVIUm74fWJLkJkaHmHdKStrxQllGh6Q4eUGyNpMe0b1hMkXFA==
2105+
dependencies:
2106+
"@typescript-eslint/types" "6.13.2"
2107+
"@typescript-eslint/visitor-keys" "6.13.2"
2108+
2109+
"@typescript-eslint/[email protected]":
2110+
version "6.13.2"
2111+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.13.2.tgz#ebec2da14a6bb7122e0fd31eea72a382c39c6102"
2112+
integrity sha512-Qr6ssS1GFongzH2qfnWKkAQmMUyZSyOr0W54nZNU1MDfo+U4Mv3XveeLZzadc/yq8iYhQZHYT+eoXJqnACM1tw==
2113+
dependencies:
2114+
"@typescript-eslint/typescript-estree" "6.13.2"
2115+
"@typescript-eslint/utils" "6.13.2"
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.13.2"
2136+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.13.2.tgz#c044aac24c2f6cefb8e921e397acad5417dd0ae6"
2137+
integrity sha512-7sxbQ+EMRubQc3wTfTsycgYpSujyVbI1xw+3UMRUcrhSy+pN09y/lWzeKDbvhoqcRbHdc+APLs/PWYi/cisLPg==
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,19 @@
21262149
semver "^7.5.4"
21272150
ts-api-utils "^1.0.1"
21282151

2152+
"@typescript-eslint/[email protected]":
2153+
version "6.13.2"
2154+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.2.tgz#ae556ee154c1acf025b48d37c3ef95a1d55da258"
2155+
integrity sha512-SuD8YLQv6WHnOEtKv8D6HZUzOub855cfPnPMKvdM/Bh1plv1f7Q/0iFUDLKKlxHcEstQnaUU4QZskgQq74t+3w==
2156+
dependencies:
2157+
"@typescript-eslint/types" "6.13.2"
2158+
"@typescript-eslint/visitor-keys" "6.13.2"
2159+
debug "^4.3.4"
2160+
globby "^11.1.0"
2161+
is-glob "^4.0.3"
2162+
semver "^7.5.4"
2163+
ts-api-utils "^1.0.1"
2164+
21292165
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.2.0":
21302166
version "6.11.0"
21312167
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.11.0.tgz#11374f59ef4cea50857b1303477c08aafa2ca604"
@@ -2139,6 +2175,19 @@
21392175
"@typescript-eslint/typescript-estree" "6.11.0"
21402176
semver "^7.5.4"
21412177

2178+
"@typescript-eslint/[email protected]":
2179+
version "6.13.2"
2180+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.13.2.tgz#8eb89e53adc6d703a879b131e528807245486f89"
2181+
integrity sha512-b9Ptq4eAZUym4idijCRzl61oPCwwREcfDI8xGk751Vhzig5fFZR9CyzDz4Sp/nxSLBYxUPyh4QdIDqWykFhNmQ==
2182+
dependencies:
2183+
"@eslint-community/eslint-utils" "^4.4.0"
2184+
"@types/json-schema" "^7.0.12"
2185+
"@types/semver" "^7.5.0"
2186+
"@typescript-eslint/scope-manager" "6.13.2"
2187+
"@typescript-eslint/types" "6.13.2"
2188+
"@typescript-eslint/typescript-estree" "6.13.2"
2189+
semver "^7.5.4"
2190+
21422191
"@typescript-eslint/[email protected]":
21432192
version "6.11.0"
21442193
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.11.0.tgz#d991538788923f92ec40d44389e7075b359f3458"
@@ -2147,6 +2196,14 @@
21472196
"@typescript-eslint/types" "6.11.0"
21482197
eslint-visitor-keys "^3.4.1"
21492198

2199+
"@typescript-eslint/[email protected]":
2200+
version "6.13.2"
2201+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.13.2.tgz#e0a4a80cf842bb08e6127b903284166ac4a5594c"
2202+
integrity sha512-OGznFs0eAQXJsp+xSd6k/O1UbFi/K/L7WjqeRoFE7vadjAF9y0uppXhYNQNEqygjou782maGClOoZwPqF0Drlw==
2203+
dependencies:
2204+
"@typescript-eslint/types" "6.13.2"
2205+
eslint-visitor-keys "^3.4.1"
2206+
21502207
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
21512208
version "1.2.0"
21522209
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"

0 commit comments

Comments
 (0)