Skip to content

Commit 1746ecd

Browse files
Update typescript-eslint monorepo to v6.13.1
1 parent 5cb3b31 commit 1746ecd

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.1",
65+
"@typescript-eslint/parser": "6.13.1",
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.1":
2066+
version "6.13.1"
2067+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.13.1.tgz#f98bd887bf95551203c917e734d113bf8d527a0c"
2068+
integrity sha512-5bQDGkXaxD46bPvQt08BUz9YSaO4S0fB1LB5JHQuXTfkGPI3+UUeS387C/e9jRie5GqT8u5kFTrMvAjtX4O5kA==
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.1"
2072+
"@typescript-eslint/type-utils" "6.13.1"
2073+
"@typescript-eslint/utils" "6.13.1"
2074+
"@typescript-eslint/visitor-keys" "6.13.1"
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.1":
2083+
version "6.13.1"
2084+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.13.1.tgz#29d6d4e5fab4669e58bc15f6904b67da65567487"
2085+
integrity sha512-fs2XOhWCzRhqMmQf0eicLa/CWSaYss2feXsy7xBD/pLyWke/jCIVc2s1ikEAtSW7ina1HNhv7kONoEfVNEcdDQ==
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.1"
2088+
"@typescript-eslint/types" "6.13.1"
2089+
"@typescript-eslint/typescript-estree" "6.13.1"
2090+
"@typescript-eslint/visitor-keys" "6.13.1"
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.1"
2103+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.13.1.tgz#58c7c37c6a957d3d9f59bc4f64c2888e0cac1d70"
2104+
integrity sha512-BW0kJ7ceiKi56GbT2KKzZzN+nDxzQK2DS6x0PiSMPjciPgd/JRQGMibyaN2cPt2cAvuoH0oNvn2fwonHI+4QUQ==
2105+
dependencies:
2106+
"@typescript-eslint/types" "6.13.1"
2107+
"@typescript-eslint/visitor-keys" "6.13.1"
2108+
2109+
"@typescript-eslint/[email protected]":
2110+
version "6.13.1"
2111+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.13.1.tgz#e6e5885e387841cae9c38fc0638fd8b7561973d6"
2112+
integrity sha512-A2qPlgpxx2v//3meMqQyB1qqTg1h1dJvzca7TugM3Yc2USDY+fsRBiojAEo92HO7f5hW5mjAUF6qobOPzlBCBQ==
2113+
dependencies:
2114+
"@typescript-eslint/typescript-estree" "6.13.1"
2115+
"@typescript-eslint/utils" "6.13.1"
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.1"
2136+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.13.1.tgz#b56f26130e7eb8fa1e429c75fb969cae6ad7bb5c"
2137+
integrity sha512-gjeEskSmiEKKFIbnhDXUyiqVma1gRCQNbVZ1C8q7Zjcxh3WZMbzWVfGE9rHfWd1msQtPS0BVD9Jz9jded44eKg==
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.1"
2154+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.1.tgz#d01dda78d2487434d1c503853fa00291c566efa4"
2155+
integrity sha512-sBLQsvOC0Q7LGcUHO5qpG1HxRgePbT6wwqOiGLpR8uOJvPJbfs0mW3jPA3ujsDvfiVwVlWUDESNXv44KtINkUQ==
2156+
dependencies:
2157+
"@typescript-eslint/types" "6.13.1"
2158+
"@typescript-eslint/visitor-keys" "6.13.1"
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.1"
2180+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.13.1.tgz#925b3a2453a71ada914ae329b7bb7e7d96634b2f"
2181+
integrity sha512-ouPn/zVoan92JgAegesTXDB/oUp6BP1v8WpfYcqh649ejNc9Qv+B4FF2Ff626kO1xg0wWwwG48lAJ4JuesgdOw==
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.1"
2187+
"@typescript-eslint/types" "6.13.1"
2188+
"@typescript-eslint/typescript-estree" "6.13.1"
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.1"
2201+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.13.1.tgz#c4b692dcc23a4fc60685b718f10fde789d65a540"
2202+
integrity sha512-NDhQUy2tg6XGNBGDRm1XybOHSia8mcXmlbKWoQP+nm1BIIMxa55shyJfZkHpEBN62KNPLrocSM2PdPcaLgDKMQ==
2203+
dependencies:
2204+
"@typescript-eslint/types" "6.13.1"
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)