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 the eslint group with 2 updates

[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps the eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).

Updates `@typescript-eslint/eslint-plugin` from 8.52.0 to 8.53.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
<blockquote>
<h2>v8.53.0</h2>
<h2>8.53.0 (2026-01-12)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unused-vars] add a fixer to remove unused imports (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11922">#11922</a>)</li>
<li><strong>eslint-plugin:</strong> add rule [strict-void-return] (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9707">#9707</a>)</li>
<li><strong>project-service:</strong> allow passing <code>Partial&lt;ts.server.ServerHost&gt;</code> to project service (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11932">#11932</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> replace unclear &quot;<code>error</code> typed&quot; with more helpful description (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11704">#11704</a>)</li>
<li><strong>eslint-plugin:</strong> [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11916">#11916</a>)</li>
<li><strong>typescript-estree:</strong> forbid type-only import with both default and named specifiers (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11930">#11930</a>)</li>
<li><strong>typescript-estree:</strong> fix syntax check for <code>using</code> declaration (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11910">#11910</a>)</li>
<li><strong>typescript-estree:</strong> forbid invalid class implements (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11934">#11934</a>)</li>
<li><strong>typescript-estree:</strong> forbid invalid &quot;import equals&quot; declaration (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11936">#11936</a>)</li>
<li><strong>typescript-estree:</strong> forbid invalid <code>extends</code> and <code>implements</code> in interface declaration (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11935">#11935</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>auvred <a href="https://github.com/auvred"><code>@​auvred</code></a></li>
<li>Brad Zacher <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a></li>
<li>fisker Cheung <a href="https://github.com/fisker"><code>@​fisker</code></a></li>
<li>Josh Goldberg</li>
<li>Josh Goldberg ✨</li>
<li>Kirk Waiblinger</li>
<li>Niki <a href="https://github.com/phaux"><code>@​phaux</code></a></li>
<li>Nikita</li>
<li>SungHyun627 <a href="https://github.com/SungHyun627"><code>@​SungHyun627</code></a></li>
<li>Will Harney <a href="https://github.com/wjhsf"><code>@​wjhsf</code></a></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/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
<blockquote>
<h2>8.53.0 (2026-01-12)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> add rule [strict-void-return] (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9707">#9707</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unused-vars] add a fixer to remove unused imports (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11922">#11922</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11916">#11916</a>)</li>
<li><strong>eslint-plugin:</strong> replace unclear &quot;<code>error</code> typed&quot; with more helpful description (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11704">#11704</a>)</li>
<li><strong>typescript-estree:</strong> forbid invalid <code>extends</code> and <code>implements</code> in interface declaration (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11935">#11935</a>)</li>
<li><strong>typescript-estree:</strong> forbid invalid class implements (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11934">#11934</a>)</li>
<li><strong>typescript-estree:</strong> forbid type-only import with both default and named specifiers (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11930">#11930</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Brad Zacher <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a></li>
<li>fisker Cheung <a href="https://github.com/fisker"><code>@​fisker</code></a></li>
<li>Josh Goldberg</li>
<li>Josh Goldberg ✨</li>
<li>Kirk Waiblinger</li>
<li>Niki <a href="https://github.com/phaux"><code>@​phaux</code></a></li>
<li>Nikita</li>
<li>SungHyun627 <a href="https://github.com/SungHyun627"><code>@​SungHyun627</code></a></li>
<li>Will Harney <a href="https://github.com/wjhsf"><code>@​wjhsf</code></a></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>Commits</summary>
<ul>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3021ede961732e66b1daca804759aa0cf4143b97"><code>3021ede</code></a> chore(release): publish 8.53.0</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/722ab62547213f9521377c3003629317403075b1"><code>722ab62</code></a> fix(eslint-plugin): [no-useless-default-assignment] fix false positive for pa...</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/92fcf3ee719f4ec0903c4fe1bc86ed7a837b98b3"><code>92fcf3e</code></a> feat(eslint-plugin): add rule [strict-void-return] (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9707">#9707</a>)</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3fb03817d66e274560a4ed115e53fb2d770bf6a1"><code>3fb0381</code></a> docs(eslint-plugin): [no-useless-default-assignment] fix misformatted link (#...</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/62ee26ead99bf23c16e819dbcae6eb4c24c67175"><code>62ee26e</code></a> feat(eslint-plugin): [no-unused-vars] add a fixer to remove unused imports (#...</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c4d5a56925e588d0e84e18f6f2d7756d0248d3be"><code>c4d5a56</code></a> fix(eslint-plugin): replace unclear &quot;<code>error</code> typed&quot; with more helpful descrip...</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3ac77355112f5c4150f5a9e2f97fd6aa9812ab4e"><code>3ac7735</code></a> fix(typescript-estree): forbid invalid <code>extends</code> and <code>implements</code> in interfac...</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a8b924b3cd736068216c2036832ee4f0338c670a"><code>a8b924b</code></a> fix(typescript-estree): forbid invalid class implements (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/11934">#11934</a>)</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a98ec1f3931cd38226ce358d644154a696a280a2"><code>a98ec1f</code></a> fix(typescript-estree): forbid type-only import with both default and named s...</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.0/packages/eslint-plugin">compare view</a></li>
</ul>
</details>
<br />

Updates `@typescript-eslint/parser` from 8.52.0 to 8.53.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p>
<blockquote>
<h2>v8.53.0</h2>
<h2>8.53.0 (2026-01-12)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unused-vars] add a fixer to remove unused imports (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11922">#11922</a>)</li>
<li><strong>eslint-plugin:</strong> add rule [strict-void-return] (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9707">#9707</a>)</li>
<li><strong>project-service:</strong> allow passing <code>Partial&lt;ts.server.ServerHost&gt;</code> to project service (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11932">#11932</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> replace unclear &quot;<code>error</code> typed&quot; with more helpful description (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11704">#11704</a>)</li>
<li><strong>eslint-plugin:</strong> [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11916">#11916</a>)</li>
<li><strong>typescript-estree:</strong> forbid type-only import with both default and named specifiers (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11930">#11930</a>)</li>
<li><strong>typescript-estree:</strong> fix syntax check for <code>using</code> declaration (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11910">#11910</a>)</li>
<li><strong>typescript-estree:</strong> forbid invalid class implements (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11934">#11934</a>)</li>
<li><strong>typescript-estree:</strong> forbid invalid &quot;import equals&quot; declaration (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11936">#11936</a>)</li>
<li><strong>typescript-estree:</strong> forbid invalid <code>extends</code> and <code>implements</code> in interface declaration (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11935">#11935</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>auvred <a href="https://github.com/auvred"><code>@​auvred</code></a></li>
<li>Brad Zacher <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a></li>
<li>fisker Cheung <a href="https://github.com/fisker"><code>@​fisker</code></a></li>
<li>Josh Goldberg</li>
<li>Josh Goldberg ✨</li>
<li>Kirk Waiblinger</li>
<li>Niki <a href="https://github.com/phaux"><code>@​phaux</code></a></li>
<li>Nikita</li>
<li>SungHyun627 <a href="https://github.com/SungHyun627"><code>@​SungHyun627</code></a></li>
<li>Will Harney <a href="https://github.com/wjhsf"><code>@​wjhsf</code></a></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/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p>
<blockquote>
<h2>8.53.0 (2026-01-12)</h2>
<p>This was a version bump only for parser 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/3021ede961732e66b1daca804759aa0cf4143b97"><code>3021ede</code></a> chore(release): publish 8.53.0</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.0/packages/parser">compare view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions


</details>

authored by

dependabot[bot] and committed by
GitHub
6f3cb830 35b82059

+96 -7
+2 -2
package.json
··· 42 42 "@eslint/js": "^9.39.2", 43 43 "@types/markdown-it": "^14.1.2", 44 44 "@types/sanitize-html": "^2.16.0", 45 - "@typescript-eslint/eslint-plugin": "^8.52.0", 46 - "@typescript-eslint/parser": "^8.52.0", 45 + "@typescript-eslint/eslint-plugin": "^8.53.0", 46 + "@typescript-eslint/parser": "^8.53.0", 47 47 "eslint": "^9.39.2", 48 48 "eslint-config-prettier": "^10.1.8", 49 49 "eslint-plugin-astro": "^1.5.0",
+94 -5
pnpm-lock.yaml
··· 79 79 specifier: ^2.16.0 80 80 version: 2.16.0 81 81 '@typescript-eslint/eslint-plugin': 82 - specifier: ^8.52.0 83 - version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 82 + specifier: ^8.53.0 83 + version: 8.53.0(@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 84 84 '@typescript-eslint/parser': 85 - specifier: ^8.52.0 86 - version: 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 85 + specifier: ^8.53.0 86 + version: 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 87 87 eslint: 88 88 specifier: ^9.39.2 89 89 version: 9.39.2(jiti@2.6.1) ··· 1263 1263 eslint: ^8.57.0 || ^9.0.0 1264 1264 typescript: '>=4.8.4 <6.0.0' 1265 1265 1266 + '@typescript-eslint/eslint-plugin@8.53.0': 1267 + resolution: {integrity: sha512-eEXsVvLPu8Z4PkFibtuFJLJOTAV/nPdgtSjkGoPpddpFk3/ym2oy97jynY6ic2m6+nc5M8SE1e9v/mHKsulcJg==} 1268 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1269 + peerDependencies: 1270 + '@typescript-eslint/parser': ^8.53.0 1271 + eslint: ^8.57.0 || ^9.0.0 1272 + typescript: '>=4.8.4 <6.0.0' 1273 + 1266 1274 '@typescript-eslint/parser@8.52.0': 1267 1275 resolution: {integrity: sha512-iIACsx8pxRnguSYhHiMn2PvhvfpopO9FXHyn1mG5txZIsAaB6F0KwbFnUQN3KCiG3Jcuad/Cao2FAs1Wp7vAyg==} 1276 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1277 + peerDependencies: 1278 + eslint: ^8.57.0 || ^9.0.0 1279 + typescript: '>=4.8.4 <6.0.0' 1280 + 1281 + '@typescript-eslint/parser@8.53.0': 1282 + resolution: {integrity: sha512-npiaib8XzbjtzS2N4HlqPvlpxpmZ14FjSJrteZpPxGUaYPlvhzlzUZ4mZyABo0EFrOWnvyd0Xxroq//hKhtAWg==} 1268 1283 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1269 1284 peerDependencies: 1270 1285 eslint: ^8.57.0 || ^9.0.0 ··· 1286 1301 resolution: {integrity: sha512-ixxqmmCcc1Nf8S0mS0TkJ/3LKcC8mruYJPOU6Ia2F/zUUR4pApW7LzrpU3JmtePbRUTes9bEqRc1Gg4iyRnDzA==} 1287 1302 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1288 1303 1304 + '@typescript-eslint/scope-manager@8.53.0': 1305 + resolution: {integrity: sha512-kWNj3l01eOGSdVBnfAF2K1BTh06WS0Yet6JUgb9Cmkqaz3Jlu0fdVUjj9UI8gPidBWSMqDIglmEXifSgDT/D0g==} 1306 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1307 + 1289 1308 '@typescript-eslint/tsconfig-utils@8.52.0': 1290 1309 resolution: {integrity: sha512-jl+8fzr/SdzdxWJznq5nvoI7qn2tNYV/ZBAEcaFMVXf+K6jmXvAFrgo/+5rxgnL152f//pDEAYAhhBAZGrVfwg==} 1291 1310 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1305 1324 eslint: ^8.57.0 || ^9.0.0 1306 1325 typescript: '>=4.8.4 <6.0.0' 1307 1326 1327 + '@typescript-eslint/type-utils@8.53.0': 1328 + resolution: {integrity: sha512-BBAUhlx7g4SmcLhn8cnbxoxtmS7hcq39xKCgiutL3oNx1TaIp+cny51s8ewnKMpVUKQUGb41RAUWZ9kxYdovuw==} 1329 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1330 + peerDependencies: 1331 + eslint: ^8.57.0 || ^9.0.0 1332 + typescript: '>=4.8.4 <6.0.0' 1333 + 1308 1334 '@typescript-eslint/types@8.52.0': 1309 1335 resolution: {integrity: sha512-LWQV1V4q9V4cT4H5JCIx3481iIFxH1UkVk+ZkGGAV1ZGcjGI9IoFOfg3O6ywz8QqCDEp7Inlg6kovMofsNRaGg==} 1310 1336 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1327 1353 1328 1354 '@typescript-eslint/utils@8.52.0': 1329 1355 resolution: {integrity: sha512-wYndVMWkweqHpEpwPhwqE2lnD2DxC6WVLupU/DOt/0/v+/+iQbbzO3jOHjmBMnhu0DgLULvOaU4h4pwHYi2oRQ==} 1356 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1357 + peerDependencies: 1358 + eslint: ^8.57.0 || ^9.0.0 1359 + typescript: '>=4.8.4 <6.0.0' 1360 + 1361 + '@typescript-eslint/utils@8.53.0': 1362 + resolution: {integrity: sha512-XDY4mXTez3Z1iRDI5mbRhH4DFSt46oaIFsLg+Zn97+sYrXACziXSQcSelMybnVZ5pa1P6xYkPr5cMJyunM1ZDA==} 1330 1363 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1331 1364 peerDependencies: 1332 1365 eslint: ^8.57.0 || ^9.0.0 ··· 5363 5396 transitivePeerDependencies: 5364 5397 - supports-color 5365 5398 5399 + '@typescript-eslint/eslint-plugin@8.53.0(@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5400 + dependencies: 5401 + '@eslint-community/regexpp': 4.12.2 5402 + '@typescript-eslint/parser': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5403 + '@typescript-eslint/scope-manager': 8.53.0 5404 + '@typescript-eslint/type-utils': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5405 + '@typescript-eslint/utils': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5406 + '@typescript-eslint/visitor-keys': 8.53.0 5407 + eslint: 9.39.2(jiti@2.6.1) 5408 + ignore: 7.0.5 5409 + natural-compare: 1.4.0 5410 + ts-api-utils: 2.4.0(typescript@5.9.3) 5411 + typescript: 5.9.3 5412 + transitivePeerDependencies: 5413 + - supports-color 5414 + 5366 5415 '@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5367 5416 dependencies: 5368 5417 '@typescript-eslint/scope-manager': 8.52.0 5369 5418 '@typescript-eslint/types': 8.52.0 5370 5419 '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.9.3) 5371 5420 '@typescript-eslint/visitor-keys': 8.52.0 5421 + debug: 4.4.3 5422 + eslint: 9.39.2(jiti@2.6.1) 5423 + typescript: 5.9.3 5424 + transitivePeerDependencies: 5425 + - supports-color 5426 + 5427 + '@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5428 + dependencies: 5429 + '@typescript-eslint/scope-manager': 8.53.0 5430 + '@typescript-eslint/types': 8.53.0 5431 + '@typescript-eslint/typescript-estree': 8.53.0(typescript@5.9.3) 5432 + '@typescript-eslint/visitor-keys': 8.53.0 5372 5433 debug: 4.4.3 5373 5434 eslint: 9.39.2(jiti@2.6.1) 5374 5435 typescript: 5.9.3 ··· 5398 5459 '@typescript-eslint/types': 8.52.0 5399 5460 '@typescript-eslint/visitor-keys': 8.52.0 5400 5461 5462 + '@typescript-eslint/scope-manager@8.53.0': 5463 + dependencies: 5464 + '@typescript-eslint/types': 8.53.0 5465 + '@typescript-eslint/visitor-keys': 8.53.0 5466 + 5401 5467 '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.9.3)': 5402 5468 dependencies: 5403 5469 typescript: 5.9.3 ··· 5411 5477 '@typescript-eslint/types': 8.52.0 5412 5478 '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.9.3) 5413 5479 '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5480 + debug: 4.4.3 5481 + eslint: 9.39.2(jiti@2.6.1) 5482 + ts-api-utils: 2.4.0(typescript@5.9.3) 5483 + typescript: 5.9.3 5484 + transitivePeerDependencies: 5485 + - supports-color 5486 + 5487 + '@typescript-eslint/type-utils@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5488 + dependencies: 5489 + '@typescript-eslint/types': 8.53.0 5490 + '@typescript-eslint/typescript-estree': 8.53.0(typescript@5.9.3) 5491 + '@typescript-eslint/utils': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5414 5492 debug: 4.4.3 5415 5493 eslint: 9.39.2(jiti@2.6.1) 5416 5494 ts-api-utils: 2.4.0(typescript@5.9.3) ··· 5458 5536 '@typescript-eslint/scope-manager': 8.52.0 5459 5537 '@typescript-eslint/types': 8.52.0 5460 5538 '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.9.3) 5539 + eslint: 9.39.2(jiti@2.6.1) 5540 + typescript: 5.9.3 5541 + transitivePeerDependencies: 5542 + - supports-color 5543 + 5544 + '@typescript-eslint/utils@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5545 + dependencies: 5546 + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) 5547 + '@typescript-eslint/scope-manager': 8.53.0 5548 + '@typescript-eslint/types': 8.53.0 5549 + '@typescript-eslint/typescript-estree': 8.53.0(typescript@5.9.3) 5461 5550 eslint: 9.39.2(jiti@2.6.1) 5462 5551 typescript: 5.9.3 5463 5552 transitivePeerDependencies: ··· 5671 5760 astro-eslint-parser@1.2.2: 5672 5761 dependencies: 5673 5762 '@astrojs/compiler': 2.13.0 5674 - '@typescript-eslint/scope-manager': 8.52.0 5763 + '@typescript-eslint/scope-manager': 8.53.0 5675 5764 '@typescript-eslint/types': 8.52.0 5676 5765 astrojs-compiler-sync: 1.1.1(@astrojs/compiler@2.13.0) 5677 5766 debug: 4.4.3