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/parser from 8.50.1 to 8.51.0

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.50.1 to 8.51.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.51.0</h2>
<h2>8.51.0 (2025-12-29)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> expose rule name via RuleModule interface (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11719">#11719</a>)</li>
<li><strong>eslint-plugin:</strong> [no-useless-default-assignment] fix some cases to optional syntax (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11871">#11871</a>)</li>
<li><strong>eslint-plugin:</strong> add namespace to plugin meta (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11885">#11885</a>)</li>
<li><strong>tsconfig-utils:</strong> more informative error on parsing failures (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11888">#11888</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> fix crash and false positives in <code>no-useless-default-assignment</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11845">#11845</a>)</li>
<li><strong>eslint-plugin:</strong> remove fixable from no-dynamic-delete rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11876">#11876</a>)</li>
<li><strong>eslint-plugin:</strong> bump ts-api-utils to 2.2.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11881">#11881</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-optional-chain] handle MemberExpression in final chain position (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11835">#11835</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Josh Goldberg ✨</li>
<li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
<li>mdm317</li>
<li>Ulrich Stark</li>
<li>Yannick Decat <a href="https://github.com/mho22"><code>@​mho22</code></a></li>
<li>Yukihiro Hasegawa <a href="https://github.com/y-hsgw"><code>@​y-hsgw</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.51.0 (2025-12-29)</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/e4c57f5996a9a3aed8a8c2b02712a9ce37db4928"><code>e4c57f5</code></a> chore(release): publish 8.51.0</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.51.0/packages/parser">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=8.50.1&new-version=8.51.0)](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
f179ad29 2abd7981

+124 -9
+1 -1
package.json
··· 43 43 "@types/markdown-it": "^14.1.2", 44 44 "@types/sanitize-html": "^2.16.0", 45 45 "@typescript-eslint/eslint-plugin": "^8.50.1", 46 - "@typescript-eslint/parser": "^8.50.1", 46 + "@typescript-eslint/parser": "^8.51.0", 47 47 "eslint": "^9.39.2", 48 48 "eslint-config-prettier": "^10.1.8", 49 49 "eslint-plugin-astro": "^1.5.0",
+123 -8
pnpm-lock.yaml
··· 80 80 version: 2.16.0 81 81 '@typescript-eslint/eslint-plugin': 82 82 specifier: ^8.50.1 83 - version: 8.50.1(@typescript-eslint/parser@8.50.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 83 + version: 8.50.1(@typescript-eslint/parser@8.51.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.50.1 86 - version: 8.50.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 85 + specifier: ^8.51.0 86 + version: 8.51.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) ··· 1261 1261 eslint: ^8.57.0 || ^9.0.0 1262 1262 typescript: '>=4.8.4 <6.0.0' 1263 1263 1264 + '@typescript-eslint/parser@8.51.0': 1265 + resolution: {integrity: sha512-3xP4XzzDNQOIqBMWogftkwxhg5oMKApqY0BAflmLZiFYHqyhSOxv/cd/zPQLTcCXr4AkaKb25joocY0BD1WC6A==} 1266 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1267 + peerDependencies: 1268 + eslint: ^8.57.0 || ^9.0.0 1269 + typescript: '>=4.8.4 <6.0.0' 1270 + 1264 1271 '@typescript-eslint/project-service@8.50.1': 1265 1272 resolution: {integrity: sha512-E1ur1MCVf+YiP89+o4Les/oBAVzmSbeRB0MQLfSlYtbWU17HPxZ6Bhs5iYmKZRALvEuBoXIZMOIRRc/P++Ortg==} 1266 1273 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1267 1274 peerDependencies: 1268 1275 typescript: '>=4.8.4 <6.0.0' 1269 1276 1277 + '@typescript-eslint/project-service@8.51.0': 1278 + resolution: {integrity: sha512-Luv/GafO07Z7HpiI7qeEW5NW8HUtZI/fo/kE0YbtQEFpJRUuR0ajcWfCE5bnMvL7QQFrmT/odMe8QZww8X2nfQ==} 1279 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1280 + peerDependencies: 1281 + typescript: '>=4.8.4 <6.0.0' 1282 + 1270 1283 '@typescript-eslint/scope-manager@8.50.1': 1271 1284 resolution: {integrity: sha512-mfRx06Myt3T4vuoHaKi8ZWNTPdzKPNBhiblze5N50//TSHOAQQevl/aolqA/BcqqbJ88GUnLqjjcBc8EWdBcVw==} 1272 1285 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1273 1286 1287 + '@typescript-eslint/scope-manager@8.51.0': 1288 + resolution: {integrity: sha512-JhhJDVwsSx4hiOEQPeajGhCWgBMBwVkxC/Pet53EpBVs7zHHtayKefw1jtPaNRXpI9RA2uocdmpdfE7T+NrizA==} 1289 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1290 + 1274 1291 '@typescript-eslint/tsconfig-utils@8.50.1': 1275 1292 resolution: {integrity: sha512-ooHmotT/lCWLXi55G4mvaUF60aJa012QzvLK0Y+Mp4WdSt17QhMhWOaBWeGTFVkb2gDgBe19Cxy1elPXylslDw==} 1276 1293 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1277 1294 peerDependencies: 1278 1295 typescript: '>=4.8.4 <6.0.0' 1279 1296 1297 + '@typescript-eslint/tsconfig-utils@8.51.0': 1298 + resolution: {integrity: sha512-Qi5bSy/vuHeWyir2C8u/uqGMIlIDu8fuiYWv48ZGlZ/k+PRPHtaAu7erpc7p5bzw2WNNSniuxoMSO4Ar6V9OXw==} 1299 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1300 + peerDependencies: 1301 + typescript: '>=4.8.4 <6.0.0' 1302 + 1280 1303 '@typescript-eslint/type-utils@8.50.1': 1281 1304 resolution: {integrity: sha512-7J3bf022QZE42tYMO6SL+6lTPKFk/WphhRPe9Tw/el+cEwzLz1Jjz2PX3GtGQVxooLDKeMVmMt7fWpYRdG5Etg==} 1282 1305 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1286 1309 1287 1310 '@typescript-eslint/types@8.50.1': 1288 1311 resolution: {integrity: sha512-v5lFIS2feTkNyMhd7AucE/9j/4V9v5iIbpVRncjk/K0sQ6Sb+Np9fgYS/63n6nwqahHQvbmujeBL7mp07Q9mlA==} 1312 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1313 + 1314 + '@typescript-eslint/types@8.51.0': 1315 + resolution: {integrity: sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==} 1289 1316 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1290 1317 1291 1318 '@typescript-eslint/typescript-estree@8.50.1': ··· 1294 1321 peerDependencies: 1295 1322 typescript: '>=4.8.4 <6.0.0' 1296 1323 1324 + '@typescript-eslint/typescript-estree@8.51.0': 1325 + resolution: {integrity: sha512-1qNjGqFRmlq0VW5iVlcyHBbCjPB7y6SxpBkrbhNWMy/65ZoncXCEPJxkRZL8McrseNH6lFhaxCIaX+vBuFnRng==} 1326 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1327 + peerDependencies: 1328 + typescript: '>=4.8.4 <6.0.0' 1329 + 1297 1330 '@typescript-eslint/utils@8.50.1': 1298 1331 resolution: {integrity: sha512-lCLp8H1T9T7gPbEuJSnHwnSuO9mDf8mfK/Nion5mZmiEaQD9sWf9W4dfeFqRyqRjF06/kBuTmAqcs9sewM2NbQ==} 1299 1332 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1303 1336 1304 1337 '@typescript-eslint/visitor-keys@8.50.1': 1305 1338 resolution: {integrity: sha512-IrDKrw7pCRUR94zeuCSUWQ+w8JEf5ZX5jl/e6AHGSLi1/zIr0lgutfn/7JpfCey+urpgQEdrZVYzCaVVKiTwhQ==} 1339 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1340 + 1341 + '@typescript-eslint/visitor-keys@8.51.0': 1342 + resolution: {integrity: sha512-mM/JRQOzhVN1ykejrvwnBRV3+7yTKK8tVANVN3o1O0t0v7o+jqdVu9crPy5Y9dov15TJk/FTIgoUGHrTOVL3Zg==} 1306 1343 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1307 1344 1308 1345 '@ungap/structured-clone@1.3.0': ··· 3657 3694 peerDependencies: 3658 3695 typescript: '>=4.8.4' 3659 3696 3697 + ts-api-utils@2.4.0: 3698 + resolution: {integrity: sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==} 3699 + engines: {node: '>=18.12'} 3700 + peerDependencies: 3701 + typescript: '>=4.8.4' 3702 + 3660 3703 tsconfck@3.1.6: 3661 3704 resolution: {integrity: sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==} 3662 3705 engines: {node: ^18 || >=20} ··· 5336 5379 transitivePeerDependencies: 5337 5380 - supports-color 5338 5381 5382 + '@typescript-eslint/eslint-plugin@8.50.1(@typescript-eslint/parser@8.51.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)': 5383 + dependencies: 5384 + '@eslint-community/regexpp': 4.12.2 5385 + '@typescript-eslint/parser': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5386 + '@typescript-eslint/scope-manager': 8.50.1 5387 + '@typescript-eslint/type-utils': 8.50.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5388 + '@typescript-eslint/utils': 8.50.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5389 + '@typescript-eslint/visitor-keys': 8.50.1 5390 + eslint: 9.39.2(jiti@2.6.1) 5391 + ignore: 7.0.5 5392 + natural-compare: 1.4.0 5393 + ts-api-utils: 2.3.0(typescript@5.9.3) 5394 + typescript: 5.9.3 5395 + transitivePeerDependencies: 5396 + - supports-color 5397 + 5339 5398 '@typescript-eslint/parser@8.50.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5340 5399 dependencies: 5341 5400 '@typescript-eslint/scope-manager': 8.50.1 ··· 5348 5407 transitivePeerDependencies: 5349 5408 - supports-color 5350 5409 5410 + '@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5411 + dependencies: 5412 + '@typescript-eslint/scope-manager': 8.51.0 5413 + '@typescript-eslint/types': 8.51.0 5414 + '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3) 5415 + '@typescript-eslint/visitor-keys': 8.51.0 5416 + debug: 4.4.3 5417 + eslint: 9.39.2(jiti@2.6.1) 5418 + typescript: 5.9.3 5419 + transitivePeerDependencies: 5420 + - supports-color 5421 + 5351 5422 '@typescript-eslint/project-service@8.50.1(typescript@5.9.3)': 5352 5423 dependencies: 5353 - '@typescript-eslint/tsconfig-utils': 8.50.1(typescript@5.9.3) 5354 - '@typescript-eslint/types': 8.50.1 5424 + '@typescript-eslint/tsconfig-utils': 8.51.0(typescript@5.9.3) 5425 + '@typescript-eslint/types': 8.51.0 5426 + debug: 4.4.3 5427 + typescript: 5.9.3 5428 + transitivePeerDependencies: 5429 + - supports-color 5430 + 5431 + '@typescript-eslint/project-service@8.51.0(typescript@5.9.3)': 5432 + dependencies: 5433 + '@typescript-eslint/tsconfig-utils': 8.51.0(typescript@5.9.3) 5434 + '@typescript-eslint/types': 8.51.0 5355 5435 debug: 4.4.3 5356 5436 typescript: 5.9.3 5357 5437 transitivePeerDependencies: ··· 5362 5442 '@typescript-eslint/types': 8.50.1 5363 5443 '@typescript-eslint/visitor-keys': 8.50.1 5364 5444 5445 + '@typescript-eslint/scope-manager@8.51.0': 5446 + dependencies: 5447 + '@typescript-eslint/types': 8.51.0 5448 + '@typescript-eslint/visitor-keys': 8.51.0 5449 + 5365 5450 '@typescript-eslint/tsconfig-utils@8.50.1(typescript@5.9.3)': 5451 + dependencies: 5452 + typescript: 5.9.3 5453 + 5454 + '@typescript-eslint/tsconfig-utils@8.51.0(typescript@5.9.3)': 5366 5455 dependencies: 5367 5456 typescript: 5.9.3 5368 5457 ··· 5379 5468 - supports-color 5380 5469 5381 5470 '@typescript-eslint/types@8.50.1': {} 5471 + 5472 + '@typescript-eslint/types@8.51.0': {} 5382 5473 5383 5474 '@typescript-eslint/typescript-estree@8.50.1(typescript@5.9.3)': 5384 5475 dependencies: ··· 5395 5486 transitivePeerDependencies: 5396 5487 - supports-color 5397 5488 5489 + '@typescript-eslint/typescript-estree@8.51.0(typescript@5.9.3)': 5490 + dependencies: 5491 + '@typescript-eslint/project-service': 8.51.0(typescript@5.9.3) 5492 + '@typescript-eslint/tsconfig-utils': 8.51.0(typescript@5.9.3) 5493 + '@typescript-eslint/types': 8.51.0 5494 + '@typescript-eslint/visitor-keys': 8.51.0 5495 + debug: 4.4.3 5496 + minimatch: 9.0.5 5497 + semver: 7.7.3 5498 + tinyglobby: 0.2.15 5499 + ts-api-utils: 2.4.0(typescript@5.9.3) 5500 + typescript: 5.9.3 5501 + transitivePeerDependencies: 5502 + - supports-color 5503 + 5398 5504 '@typescript-eslint/utils@8.50.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5399 5505 dependencies: 5400 5506 '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2(jiti@2.6.1)) ··· 5409 5515 '@typescript-eslint/visitor-keys@8.50.1': 5410 5516 dependencies: 5411 5517 '@typescript-eslint/types': 8.50.1 5518 + eslint-visitor-keys: 4.2.1 5519 + 5520 + '@typescript-eslint/visitor-keys@8.51.0': 5521 + dependencies: 5522 + '@typescript-eslint/types': 8.51.0 5412 5523 eslint-visitor-keys: 4.2.1 5413 5524 5414 5525 '@ungap/structured-clone@1.3.0': {} ··· 5609 5720 astro-eslint-parser@1.2.2: 5610 5721 dependencies: 5611 5722 '@astrojs/compiler': 2.13.0 5612 - '@typescript-eslint/scope-manager': 8.50.1 5613 - '@typescript-eslint/types': 8.50.1 5723 + '@typescript-eslint/scope-manager': 8.51.0 5724 + '@typescript-eslint/types': 8.51.0 5614 5725 astrojs-compiler-sync: 1.1.1(@astrojs/compiler@2.13.0) 5615 5726 debug: 4.4.3 5616 5727 entities: 6.0.1 ··· 6062 6173 6063 6174 detective-typescript@14.0.0(typescript@5.9.3): 6064 6175 dependencies: 6065 - '@typescript-eslint/typescript-estree': 8.50.1(typescript@5.9.3) 6176 + '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3) 6066 6177 ast-module-types: 6.0.1 6067 6178 node-source-walk: 7.0.1 6068 6179 typescript: 5.9.3 ··· 8509 8620 trough@2.2.0: {} 8510 8621 8511 8622 ts-api-utils@2.3.0(typescript@5.9.3): 8623 + dependencies: 8624 + typescript: 5.9.3 8625 + 8626 + ts-api-utils@2.4.0(typescript@5.9.3): 8512 8627 dependencies: 8513 8628 typescript: 5.9.3 8514 8629