Fork of Chiri for Astro for my blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

dev(deps-dev): bump typescript-eslint from 8.46.1 to 8.46.2

Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.46.1 to 8.46.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p>
<blockquote>
<h2>v8.46.2</h2>
<h2>8.46.2 (2025-10-20)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-optional-chain] skip optional chaining when it could change the result (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11702">#11702</a>)</li>
<li><strong>typescript-estree:</strong> forbid invalid modifiers in object methods (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11689">#11689</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>fisker Cheung <a href="https://github.com/fisker"><code>@​fisker</code></a></li>
<li>mdm317</li>
</ul>
<p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p>
<blockquote>
<h2>8.46.2 (2025-10-20)</h2>
<p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p>
<p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/55ca033ee88cc95cfac4ad6dea2257fbeb1d4657"><code>55ca033</code></a> chore(release): publish 8.46.2</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/packages/typescript-eslint">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript-eslint&package-manager=npm_and_yarn&previous-version=8.46.1&new-version=8.46.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>

authored by

dependabot[bot] and committed by
GitHub
fe24822b cab32a98

+132 -35
+1 -1
package.json
··· 52 52 "prettier-plugin-astro": "^0.14.1", 53 53 "tsx": "^4.20.6", 54 54 "typescript": "^5.9.3", 55 - "typescript-eslint": "^8.46.1" 55 + "typescript-eslint": "^8.46.2" 56 56 } 57 57 }
+131 -34
pnpm-lock.yaml
··· 109 109 specifier: ^5.9.3 110 110 version: 5.9.3 111 111 typescript-eslint: 112 - specifier: ^8.46.1 113 - version: 8.46.1(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3) 112 + specifier: ^8.46.2 113 + version: 8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3) 114 114 115 115 packages: 116 116 ··· 514 514 515 515 '@eslint-community/regexpp@4.12.1': 516 516 resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==} 517 + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} 518 + 519 + '@eslint-community/regexpp@4.12.2': 520 + resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==} 517 521 engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} 518 522 519 523 '@eslint/config-array@0.21.1': ··· 1173 1177 eslint: ^8.57.0 || ^9.0.0 1174 1178 typescript: '>=4.8.4 <6.0.0' 1175 1179 1176 - '@typescript-eslint/eslint-plugin@8.46.1': 1177 - resolution: {integrity: sha512-rUsLh8PXmBjdiPY+Emjz9NX2yHvhS11v0SR6xNJkm5GM1MO9ea/1GoDKlHHZGrOJclL/cZ2i/vRUYVtjRhrHVQ==} 1180 + '@typescript-eslint/eslint-plugin@8.46.2': 1181 + resolution: {integrity: sha512-ZGBMToy857/NIPaaCucIUQgqueOiq7HeAKkhlvqVV4lm089zUFW6ikRySx2v+cAhKeUCPuWVHeimyk6Dw1iY3w==} 1178 1182 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1179 1183 peerDependencies: 1180 - '@typescript-eslint/parser': ^8.46.1 1184 + '@typescript-eslint/parser': ^8.46.2 1181 1185 eslint: ^8.57.0 || ^9.0.0 1182 1186 typescript: '>=4.8.4 <6.0.0' 1183 1187 ··· 1188 1192 eslint: ^8.57.0 || ^9.0.0 1189 1193 typescript: '>=4.8.4 <6.0.0' 1190 1194 1195 + '@typescript-eslint/parser@8.46.2': 1196 + resolution: {integrity: sha512-BnOroVl1SgrPLywqxyqdJ4l3S2MsKVLDVxZvjI1Eoe8ev2r3kGDo+PcMihNmDE+6/KjkTubSJnmqGZZjQSBq/g==} 1197 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1198 + peerDependencies: 1199 + eslint: ^8.57.0 || ^9.0.0 1200 + typescript: '>=4.8.4 <6.0.0' 1201 + 1191 1202 '@typescript-eslint/project-service@8.46.0': 1192 1203 resolution: {integrity: sha512-OEhec0mH+U5Je2NZOeK1AbVCdm0ChyapAyTeXVIYTPXDJ3F07+cu87PPXcGoYqZ7M9YJVvFnfpGg1UmCIqM+QQ==} 1193 1204 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1200 1211 peerDependencies: 1201 1212 typescript: '>=4.8.4 <6.0.0' 1202 1213 1214 + '@typescript-eslint/project-service@8.46.2': 1215 + resolution: {integrity: sha512-PULOLZ9iqwI7hXcmL4fVfIsBi6AN9YxRc0frbvmg8f+4hQAjQ5GYNKK0DIArNo+rOKmR/iBYwkpBmnIwin4wBg==} 1216 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1217 + peerDependencies: 1218 + typescript: '>=4.8.4 <6.0.0' 1219 + 1203 1220 '@typescript-eslint/scope-manager@8.46.0': 1204 1221 resolution: {integrity: sha512-lWETPa9XGcBes4jqAMYD9fW0j4n6hrPtTJwWDmtqgFO/4HF4jmdH/Q6wggTw5qIT5TXjKzbt7GsZUBnWoO3dqw==} 1205 1222 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1208 1225 resolution: {integrity: sha512-weL9Gg3/5F0pVQKiF8eOXFZp8emqWzZsOJuWRUNtHT+UNV2xSJegmpCNQHy37aEQIbToTq7RHKhWvOsmbM680A==} 1209 1226 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1210 1227 1228 + '@typescript-eslint/scope-manager@8.46.2': 1229 + resolution: {integrity: sha512-LF4b/NmGvdWEHD2H4MsHD8ny6JpiVNDzrSZr3CsckEgCbAGZbYM4Cqxvi9L+WqDMT+51Ozy7lt2M+d0JLEuBqA==} 1230 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1231 + 1211 1232 '@typescript-eslint/tsconfig-utils@8.46.0': 1212 1233 resolution: {integrity: sha512-WrYXKGAHY836/N7zoK/kzi6p8tXFhasHh8ocFL9VZSAkvH956gfeRfcnhs3xzRy8qQ/dq3q44v1jvQieMFg2cw==} 1213 1234 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1220 1241 peerDependencies: 1221 1242 typescript: '>=4.8.4 <6.0.0' 1222 1243 1244 + '@typescript-eslint/tsconfig-utils@8.46.2': 1245 + resolution: {integrity: sha512-a7QH6fw4S57+F5y2FIxxSDyi5M4UfGF+Jl1bCGd7+L4KsaUY80GsiF/t0UoRFDHAguKlBaACWJRmdrc6Xfkkag==} 1246 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1247 + peerDependencies: 1248 + typescript: '>=4.8.4 <6.0.0' 1249 + 1223 1250 '@typescript-eslint/type-utils@8.46.0': 1224 1251 resolution: {integrity: sha512-hy+lvYV1lZpVs2jRaEYvgCblZxUoJiPyCemwbQZ+NGulWkQRy0HRPYAoef/CNSzaLt+MLvMptZsHXHlkEilaeg==} 1225 1252 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1227 1254 eslint: ^8.57.0 || ^9.0.0 1228 1255 typescript: '>=4.8.4 <6.0.0' 1229 1256 1230 - '@typescript-eslint/type-utils@8.46.1': 1231 - resolution: {integrity: sha512-+BlmiHIiqufBxkVnOtFwjah/vrkF4MtKKvpXrKSPLCkCtAp8H01/VV43sfqA98Od7nJpDcFnkwgyfQbOG0AMvw==} 1257 + '@typescript-eslint/type-utils@8.46.2': 1258 + resolution: {integrity: sha512-HbPM4LbaAAt/DjxXaG9yiS9brOOz6fabal4uvUmaUYe6l3K1phQDMQKBRUrr06BQkxkvIZVVHttqiybM9nJsLA==} 1232 1259 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1233 1260 peerDependencies: 1234 1261 eslint: ^8.57.0 || ^9.0.0 ··· 1246 1273 resolution: {integrity: sha512-C+soprGBHwWBdkDpbaRC4paGBrkIXxVlNohadL5o0kfhsXqOC6GYH2S/Obmig+I0HTDl8wMaRySwrfrXVP8/pQ==} 1247 1274 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1248 1275 1276 + '@typescript-eslint/types@8.46.2': 1277 + resolution: {integrity: sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==} 1278 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1279 + 1249 1280 '@typescript-eslint/typescript-estree@8.46.0': 1250 1281 resolution: {integrity: sha512-ekDCUfVpAKWJbRfm8T1YRrCot1KFxZn21oV76v5Fj4tr7ELyk84OS+ouvYdcDAwZL89WpEkEj2DKQ+qg//+ucg==} 1251 1282 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1254 1285 1255 1286 '@typescript-eslint/typescript-estree@8.46.1': 1256 1287 resolution: {integrity: sha512-uIifjT4s8cQKFQ8ZBXXyoUODtRoAd7F7+G8MKmtzj17+1UbdzFl52AzRyZRyKqPHhgzvXunnSckVu36flGy8cg==} 1288 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1289 + peerDependencies: 1290 + typescript: '>=4.8.4 <6.0.0' 1291 + 1292 + '@typescript-eslint/typescript-estree@8.46.2': 1293 + resolution: {integrity: sha512-f7rW7LJ2b7Uh2EiQ+7sza6RDZnajbNbemn54Ob6fRwQbgcIn+GWfyuHDHRYgRoZu1P4AayVScrRW+YfbTvPQoQ==} 1257 1294 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1258 1295 peerDependencies: 1259 1296 typescript: '>=4.8.4 <6.0.0' ··· 1265 1302 eslint: ^8.57.0 || ^9.0.0 1266 1303 typescript: '>=4.8.4 <6.0.0' 1267 1304 1268 - '@typescript-eslint/utils@8.46.1': 1269 - resolution: {integrity: sha512-vkYUy6LdZS7q1v/Gxb2Zs7zziuXN0wxqsetJdeZdRe/f5dwJFglmuvZBfTUivCtjH725C1jWCDfpadadD95EDQ==} 1305 + '@typescript-eslint/utils@8.46.2': 1306 + resolution: {integrity: sha512-sExxzucx0Tud5tE0XqR0lT0psBQvEpnpiul9XbGUB1QwpWJJAps1O/Z7hJxLGiZLBKMCutjTzDgmd1muEhBnVg==} 1270 1307 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1271 1308 peerDependencies: 1272 1309 eslint: ^8.57.0 || ^9.0.0 ··· 1278 1315 1279 1316 '@typescript-eslint/visitor-keys@8.46.1': 1280 1317 resolution: {integrity: sha512-ptkmIf2iDkNUjdeu2bQqhFPV1m6qTnFFjg7PPDjxKWaMaP0Z6I9l30Jr3g5QqbZGdw8YdYvLp+XnqnWWZOg/NA==} 1318 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1319 + 1320 + '@typescript-eslint/visitor-keys@8.46.2': 1321 + resolution: {integrity: sha512-tUFMXI4gxzzMXt4xpGJEsBsTox0XbNQ1y94EwlD/CuZwFcQP79xfQqMhau9HsRc/J0cAPA/HZt1dZPtGn9V/7w==} 1281 1322 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1282 1323 1283 1324 '@ungap/structured-clone@1.3.0': ··· 3453 3494 sitemap@8.0.0: 3454 3495 resolution: {integrity: sha512-+AbdxhM9kJsHtruUF39bwS/B0Fytw6Fr1o4ZAIAEqA6cke2xcoO2GleBw9Zw7nRzILVEgz7zBM5GiTJjie1G9A==} 3455 3496 engines: {node: '>=14.0.0', npm: '>=6.0.0'} 3497 + deprecated: 'SECURITY: Multiple vulnerabilities fixed in 8.0.1 (XML injection, path traversal, command injection, protocol injection). Upgrade immediately: npm install sitemap@8.0.1' 3456 3498 hasBin: true 3457 3499 3458 3500 slashes@3.0.12: ··· 3659 3701 resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==} 3660 3702 engines: {node: '>=16'} 3661 3703 3662 - typescript-eslint@8.46.1: 3663 - resolution: {integrity: sha512-VHgijW803JafdSsDO8I761r3SHrgk4T00IdyQ+/UsthtgPRsBWQLqoSxOolxTpxRKi1kGXK0bSz4CoAc9ObqJA==} 3704 + typescript-eslint@8.46.2: 3705 + resolution: {integrity: sha512-vbw8bOmiuYNdzzV3lsiWv6sRwjyuKJMQqWulBOU7M0RrxedXledX8G8kBbQeiOYDnTfiXz0Y4081E1QMNB6iQg==} 3664 3706 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3665 3707 peerDependencies: 3666 3708 eslint: ^8.57.0 || ^9.0.0 ··· 4366 4408 4367 4409 '@eslint-community/regexpp@4.12.1': {} 4368 4410 4411 + '@eslint-community/regexpp@4.12.2': {} 4412 + 4369 4413 '@eslint/config-array@0.21.1': 4370 4414 dependencies: 4371 4415 '@eslint/object-schema': 2.1.7 ··· 5238 5282 transitivePeerDependencies: 5239 5283 - supports-color 5240 5284 5241 - '@typescript-eslint/eslint-plugin@8.46.1(@typescript-eslint/parser@8.46.1(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3)': 5285 + '@typescript-eslint/eslint-plugin@8.46.2(@typescript-eslint/parser@8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3)': 5242 5286 dependencies: 5243 - '@eslint-community/regexpp': 4.12.1 5244 - '@typescript-eslint/parser': 8.46.1(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3) 5245 - '@typescript-eslint/scope-manager': 8.46.1 5246 - '@typescript-eslint/type-utils': 8.46.1(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3) 5247 - '@typescript-eslint/utils': 8.46.1(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3) 5248 - '@typescript-eslint/visitor-keys': 8.46.1 5287 + '@eslint-community/regexpp': 4.12.2 5288 + '@typescript-eslint/parser': 8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3) 5289 + '@typescript-eslint/scope-manager': 8.46.2 5290 + '@typescript-eslint/type-utils': 8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3) 5291 + '@typescript-eslint/utils': 8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3) 5292 + '@typescript-eslint/visitor-keys': 8.46.2 5249 5293 eslint: 9.38.0(jiti@2.6.1) 5250 5294 graphemer: 1.4.0 5251 5295 ignore: 7.0.5 ··· 5267 5311 transitivePeerDependencies: 5268 5312 - supports-color 5269 5313 5314 + '@typescript-eslint/parser@8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3)': 5315 + dependencies: 5316 + '@typescript-eslint/scope-manager': 8.46.2 5317 + '@typescript-eslint/types': 8.46.2 5318 + '@typescript-eslint/typescript-estree': 8.46.2(typescript@5.9.3) 5319 + '@typescript-eslint/visitor-keys': 8.46.2 5320 + debug: 4.4.3 5321 + eslint: 9.38.0(jiti@2.6.1) 5322 + typescript: 5.9.3 5323 + transitivePeerDependencies: 5324 + - supports-color 5325 + 5270 5326 '@typescript-eslint/project-service@8.46.0(typescript@5.9.3)': 5271 5327 dependencies: 5272 - '@typescript-eslint/tsconfig-utils': 8.46.1(typescript@5.9.3) 5273 - '@typescript-eslint/types': 8.46.1 5328 + '@typescript-eslint/tsconfig-utils': 8.46.2(typescript@5.9.3) 5329 + '@typescript-eslint/types': 8.46.2 5274 5330 debug: 4.4.3 5275 5331 typescript: 5.9.3 5276 5332 transitivePeerDependencies: ··· 5285 5341 transitivePeerDependencies: 5286 5342 - supports-color 5287 5343 5344 + '@typescript-eslint/project-service@8.46.2(typescript@5.9.3)': 5345 + dependencies: 5346 + '@typescript-eslint/tsconfig-utils': 8.46.2(typescript@5.9.3) 5347 + '@typescript-eslint/types': 8.46.2 5348 + debug: 4.4.3 5349 + typescript: 5.9.3 5350 + transitivePeerDependencies: 5351 + - supports-color 5352 + 5288 5353 '@typescript-eslint/scope-manager@8.46.0': 5289 5354 dependencies: 5290 5355 '@typescript-eslint/types': 8.46.0 ··· 5294 5359 dependencies: 5295 5360 '@typescript-eslint/types': 8.46.1 5296 5361 '@typescript-eslint/visitor-keys': 8.46.1 5362 + 5363 + '@typescript-eslint/scope-manager@8.46.2': 5364 + dependencies: 5365 + '@typescript-eslint/types': 8.46.2 5366 + '@typescript-eslint/visitor-keys': 8.46.2 5297 5367 5298 5368 '@typescript-eslint/tsconfig-utils@8.46.0(typescript@5.9.3)': 5299 5369 dependencies: ··· 5303 5373 dependencies: 5304 5374 typescript: 5.9.3 5305 5375 5376 + '@typescript-eslint/tsconfig-utils@8.46.2(typescript@5.9.3)': 5377 + dependencies: 5378 + typescript: 5.9.3 5379 + 5306 5380 '@typescript-eslint/type-utils@8.46.0(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3)': 5307 5381 dependencies: 5308 5382 '@typescript-eslint/types': 8.46.0 ··· 5315 5389 transitivePeerDependencies: 5316 5390 - supports-color 5317 5391 5318 - '@typescript-eslint/type-utils@8.46.1(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3)': 5392 + '@typescript-eslint/type-utils@8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3)': 5319 5393 dependencies: 5320 - '@typescript-eslint/types': 8.46.1 5321 - '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.3) 5322 - '@typescript-eslint/utils': 8.46.1(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3) 5394 + '@typescript-eslint/types': 8.46.2 5395 + '@typescript-eslint/typescript-estree': 8.46.2(typescript@5.9.3) 5396 + '@typescript-eslint/utils': 8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3) 5323 5397 debug: 4.4.3 5324 5398 eslint: 9.38.0(jiti@2.6.1) 5325 5399 ts-api-utils: 2.1.0(typescript@5.9.3) ··· 5332 5406 '@typescript-eslint/types@8.46.0': {} 5333 5407 5334 5408 '@typescript-eslint/types@8.46.1': {} 5409 + 5410 + '@typescript-eslint/types@8.46.2': {} 5335 5411 5336 5412 '@typescript-eslint/typescript-estree@8.46.0(typescript@5.9.3)': 5337 5413 dependencies: ··· 5365 5441 transitivePeerDependencies: 5366 5442 - supports-color 5367 5443 5444 + '@typescript-eslint/typescript-estree@8.46.2(typescript@5.9.3)': 5445 + dependencies: 5446 + '@typescript-eslint/project-service': 8.46.2(typescript@5.9.3) 5447 + '@typescript-eslint/tsconfig-utils': 8.46.2(typescript@5.9.3) 5448 + '@typescript-eslint/types': 8.46.2 5449 + '@typescript-eslint/visitor-keys': 8.46.2 5450 + debug: 4.4.3 5451 + fast-glob: 3.3.3 5452 + is-glob: 4.0.3 5453 + minimatch: 9.0.5 5454 + semver: 7.7.3 5455 + ts-api-utils: 2.1.0(typescript@5.9.3) 5456 + typescript: 5.9.3 5457 + transitivePeerDependencies: 5458 + - supports-color 5459 + 5368 5460 '@typescript-eslint/utils@8.46.0(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3)': 5369 5461 dependencies: 5370 5462 '@eslint-community/eslint-utils': 4.9.0(eslint@9.38.0(jiti@2.6.1)) ··· 5376 5468 transitivePeerDependencies: 5377 5469 - supports-color 5378 5470 5379 - '@typescript-eslint/utils@8.46.1(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3)': 5471 + '@typescript-eslint/utils@8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3)': 5380 5472 dependencies: 5381 5473 '@eslint-community/eslint-utils': 4.9.0(eslint@9.38.0(jiti@2.6.1)) 5382 - '@typescript-eslint/scope-manager': 8.46.1 5383 - '@typescript-eslint/types': 8.46.1 5384 - '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.3) 5474 + '@typescript-eslint/scope-manager': 8.46.2 5475 + '@typescript-eslint/types': 8.46.2 5476 + '@typescript-eslint/typescript-estree': 8.46.2(typescript@5.9.3) 5385 5477 eslint: 9.38.0(jiti@2.6.1) 5386 5478 typescript: 5.9.3 5387 5479 transitivePeerDependencies: ··· 5395 5487 '@typescript-eslint/visitor-keys@8.46.1': 5396 5488 dependencies: 5397 5489 '@typescript-eslint/types': 8.46.1 5490 + eslint-visitor-keys: 4.2.1 5491 + 5492 + '@typescript-eslint/visitor-keys@8.46.2': 5493 + dependencies: 5494 + '@typescript-eslint/types': 8.46.2 5398 5495 eslint-visitor-keys: 4.2.1 5399 5496 5400 5497 '@ungap/structured-clone@1.3.0': {} ··· 6047 6144 6048 6145 detective-typescript@14.0.0(typescript@5.9.3): 6049 6146 dependencies: 6050 - '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.3) 6147 + '@typescript-eslint/typescript-estree': 8.46.2(typescript@5.9.3) 6051 6148 ast-module-types: 6.0.1 6052 6149 node-source-walk: 7.0.1 6053 6150 typescript: 5.9.3 ··· 8499 8596 8500 8597 type-fest@4.41.0: {} 8501 8598 8502 - typescript-eslint@8.46.1(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3): 8599 + typescript-eslint@8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3): 8503 8600 dependencies: 8504 - '@typescript-eslint/eslint-plugin': 8.46.1(@typescript-eslint/parser@8.46.1(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3) 8505 - '@typescript-eslint/parser': 8.46.1(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3) 8506 - '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.3) 8507 - '@typescript-eslint/utils': 8.46.1(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3) 8601 + '@typescript-eslint/eslint-plugin': 8.46.2(@typescript-eslint/parser@8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3) 8602 + '@typescript-eslint/parser': 8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3) 8603 + '@typescript-eslint/typescript-estree': 8.46.2(typescript@5.9.3) 8604 + '@typescript-eslint/utils': 8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3) 8508 8605 eslint: 9.38.0(jiti@2.6.1) 8509 8606 typescript: 5.9.3 8510 8607 transitivePeerDependencies: