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.0 to 8.50.1

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.50.0 to 8.50.1.
<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.50.1</h2>
<h2>8.50.1 (2025-12-22)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [method-signature-style] ignore methods that return <code>this</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11813">#11813</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] correct handling of undefined vs. void (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11826">#11826</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Josh Goldberg ✨</li>
<li>Tamashoo <a href="https://github.com/Tamashoo"><code>@​Tamashoo</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.50.1 (2025-12-22)</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/d520b88990e1b20674dcfa3db3b0461c1d6d9aa2"><code>d520b88</code></a> chore(release): publish 8.50.1</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/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.0&new-version=8.50.1)](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
b24dcbae 76634993

+123 -8
+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.0", 46 - "@typescript-eslint/parser": "^8.50.0", 46 + "@typescript-eslint/parser": "^8.50.1", 47 47 "eslint": "^9.39.2", 48 48 "eslint-config-prettier": "^10.1.8", 49 49 "eslint-plugin-astro": "^1.5.0",
+122 -7
pnpm-lock.yaml
··· 80 80 version: 2.16.0 81 81 '@typescript-eslint/eslint-plugin': 82 82 specifier: ^8.50.0 83 - version: 8.50.0(@typescript-eslint/parser@8.50.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) 83 + version: 8.50.0(@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) 84 84 '@typescript-eslint/parser': 85 - specifier: ^8.50.0 86 - version: 8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 85 + specifier: ^8.50.1 86 + version: 8.50.1(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.50.1': 1265 + resolution: {integrity: sha512-hM5faZwg7aVNa819m/5r7D0h0c9yC4DUlWAOvHAtISdFTc8xB86VmX5Xqabrama3wIPJ/q9RbGS1worb6JfnMg==} 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.0': 1265 1272 resolution: {integrity: sha512-Cg/nQcL1BcoTijEWyx4mkVC56r8dj44bFDvBdygifuS20f3OZCHmFbjF34DPSi07kwlFvqfv/xOLnJ5DquxSGQ==} 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.50.1': 1278 + resolution: {integrity: sha512-E1ur1MCVf+YiP89+o4Les/oBAVzmSbeRB0MQLfSlYtbWU17HPxZ6Bhs5iYmKZRALvEuBoXIZMOIRRc/P++Ortg==} 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.0': 1271 1284 resolution: {integrity: sha512-xCwfuCZjhIqy7+HKxBLrDVT5q/iq7XBVBXLn57RTIIpelLtEIZHXAF/Upa3+gaCpeV1NNS5Z9A+ID6jn50VD4A==} 1272 1285 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1273 1286 1287 + '@typescript-eslint/scope-manager@8.50.1': 1288 + resolution: {integrity: sha512-mfRx06Myt3T4vuoHaKi8ZWNTPdzKPNBhiblze5N50//TSHOAQQevl/aolqA/BcqqbJ88GUnLqjjcBc8EWdBcVw==} 1289 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1290 + 1274 1291 '@typescript-eslint/tsconfig-utils@8.50.0': 1275 1292 resolution: {integrity: sha512-vxd3G/ybKTSlm31MOA96gqvrRGv9RJ7LGtZCn2Vrc5htA0zCDvcMqUkifcjrWNNKXHUU3WCkYOzzVSFBd0wa2w==} 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.50.1': 1298 + resolution: {integrity: sha512-ooHmotT/lCWLXi55G4mvaUF60aJa012QzvLK0Y+Mp4WdSt17QhMhWOaBWeGTFVkb2gDgBe19Cxy1elPXylslDw==} 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.0': 1281 1304 resolution: {integrity: sha512-7OciHT2lKCewR0mFoBrvZJ4AXTMe/sYOe87289WAViOocEmDjjv8MvIOT2XESuKj9jp8u3SZYUSh89QA4S1kQw==} 1282 1305 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1286 1309 1287 1310 '@typescript-eslint/types@8.50.0': 1288 1311 resolution: {integrity: sha512-iX1mgmGrXdANhhITbpp2QQM2fGehBse9LbTf0sidWK6yg/NE+uhV5dfU1g6EYPlcReYmkE9QLPq/2irKAmtS9w==} 1312 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1313 + 1314 + '@typescript-eslint/types@8.50.1': 1315 + resolution: {integrity: sha512-v5lFIS2feTkNyMhd7AucE/9j/4V9v5iIbpVRncjk/K0sQ6Sb+Np9fgYS/63n6nwqahHQvbmujeBL7mp07Q9mlA==} 1289 1316 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1290 1317 1291 1318 '@typescript-eslint/typescript-estree@8.50.0': ··· 1294 1321 peerDependencies: 1295 1322 typescript: '>=4.8.4 <6.0.0' 1296 1323 1324 + '@typescript-eslint/typescript-estree@8.50.1': 1325 + resolution: {integrity: sha512-woHPdW+0gj53aM+cxchymJCrh0cyS7BTIdcDxWUNsclr9VDkOSbqC13juHzxOmQ22dDkMZEpZB+3X1WpUvzgVQ==} 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.0': 1298 1331 resolution: {integrity: sha512-87KgUXET09CRjGCi2Ejxy3PULXna63/bMYv72tCAlDJC3Yqwln0HiFJ3VJMst2+mEtNtZu5oFvX4qJGjKsnAgg==} 1299 1332 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1303 1336 1304 1337 '@typescript-eslint/visitor-keys@8.50.0': 1305 1338 resolution: {integrity: sha512-Xzmnb58+Db78gT/CCj/PVCvK+zxbnsw6F+O1oheYszJbBSdEjVhQi3C/Xttzxgi/GLmpvOggRs1RFpiJ8+c34Q==} 1339 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1340 + 1341 + '@typescript-eslint/visitor-keys@8.50.1': 1342 + resolution: {integrity: sha512-IrDKrw7pCRUR94zeuCSUWQ+w8JEf5ZX5jl/e6AHGSLi1/zIr0lgutfn/7JpfCey+urpgQEdrZVYzCaVVKiTwhQ==} 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.3.0: 3698 + resolution: {integrity: sha512-6eg3Y9SF7SsAvGzRHQvvc1skDAhwI4YQ32ui1scxD1Ccr0G5qIIbUBT3pFTKX8kmWIQClHobtUdNuaBgwdfdWg==} 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} ··· 5324 5367 dependencies: 5325 5368 '@eslint-community/regexpp': 4.12.2 5326 5369 '@typescript-eslint/parser': 8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5370 + '@typescript-eslint/scope-manager': 8.50.0 5371 + '@typescript-eslint/type-utils': 8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5372 + '@typescript-eslint/utils': 8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5373 + '@typescript-eslint/visitor-keys': 8.50.0 5374 + eslint: 9.39.2(jiti@2.6.1) 5375 + ignore: 7.0.5 5376 + natural-compare: 1.4.0 5377 + ts-api-utils: 2.1.0(typescript@5.9.3) 5378 + typescript: 5.9.3 5379 + transitivePeerDependencies: 5380 + - supports-color 5381 + 5382 + '@typescript-eslint/eslint-plugin@8.50.0(@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)': 5383 + dependencies: 5384 + '@eslint-community/regexpp': 4.12.2 5385 + '@typescript-eslint/parser': 8.50.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5327 5386 '@typescript-eslint/scope-manager': 8.50.0 5328 5387 '@typescript-eslint/type-utils': 8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5329 5388 '@typescript-eslint/utils': 8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) ··· 5348 5407 transitivePeerDependencies: 5349 5408 - supports-color 5350 5409 5410 + '@typescript-eslint/parser@8.50.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5411 + dependencies: 5412 + '@typescript-eslint/scope-manager': 8.50.1 5413 + '@typescript-eslint/types': 8.50.1 5414 + '@typescript-eslint/typescript-estree': 8.50.1(typescript@5.9.3) 5415 + '@typescript-eslint/visitor-keys': 8.50.1 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.0(typescript@5.9.3)': 5352 5423 dependencies: 5353 - '@typescript-eslint/tsconfig-utils': 8.50.0(typescript@5.9.3) 5354 - '@typescript-eslint/types': 8.50.0 5424 + '@typescript-eslint/tsconfig-utils': 8.50.1(typescript@5.9.3) 5425 + '@typescript-eslint/types': 8.50.1 5426 + debug: 4.4.3 5427 + typescript: 5.9.3 5428 + transitivePeerDependencies: 5429 + - supports-color 5430 + 5431 + '@typescript-eslint/project-service@8.50.1(typescript@5.9.3)': 5432 + dependencies: 5433 + '@typescript-eslint/tsconfig-utils': 8.50.1(typescript@5.9.3) 5434 + '@typescript-eslint/types': 8.50.1 5355 5435 debug: 4.4.3 5356 5436 typescript: 5.9.3 5357 5437 transitivePeerDependencies: ··· 5362 5442 '@typescript-eslint/types': 8.50.0 5363 5443 '@typescript-eslint/visitor-keys': 8.50.0 5364 5444 5445 + '@typescript-eslint/scope-manager@8.50.1': 5446 + dependencies: 5447 + '@typescript-eslint/types': 8.50.1 5448 + '@typescript-eslint/visitor-keys': 8.50.1 5449 + 5365 5450 '@typescript-eslint/tsconfig-utils@8.50.0(typescript@5.9.3)': 5451 + dependencies: 5452 + typescript: 5.9.3 5453 + 5454 + '@typescript-eslint/tsconfig-utils@8.50.1(typescript@5.9.3)': 5366 5455 dependencies: 5367 5456 typescript: 5.9.3 5368 5457 ··· 5380 5469 5381 5470 '@typescript-eslint/types@8.50.0': {} 5382 5471 5472 + '@typescript-eslint/types@8.50.1': {} 5473 + 5383 5474 '@typescript-eslint/typescript-estree@8.50.0(typescript@5.9.3)': 5384 5475 dependencies: 5385 5476 '@typescript-eslint/project-service': 8.50.0(typescript@5.9.3) ··· 5395 5486 transitivePeerDependencies: 5396 5487 - supports-color 5397 5488 5489 + '@typescript-eslint/typescript-estree@8.50.1(typescript@5.9.3)': 5490 + dependencies: 5491 + '@typescript-eslint/project-service': 8.50.1(typescript@5.9.3) 5492 + '@typescript-eslint/tsconfig-utils': 8.50.1(typescript@5.9.3) 5493 + '@typescript-eslint/types': 8.50.1 5494 + '@typescript-eslint/visitor-keys': 8.50.1 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.3.0(typescript@5.9.3) 5500 + typescript: 5.9.3 5501 + transitivePeerDependencies: 5502 + - supports-color 5503 + 5398 5504 '@typescript-eslint/utils@8.50.0(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.0': 5410 5516 dependencies: 5411 5517 '@typescript-eslint/types': 8.50.0 5518 + eslint-visitor-keys: 4.2.1 5519 + 5520 + '@typescript-eslint/visitor-keys@8.50.1': 5521 + dependencies: 5522 + '@typescript-eslint/types': 8.50.1 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.0 5723 + '@typescript-eslint/scope-manager': 8.50.1 5613 5724 '@typescript-eslint/types': 8.50.0 5614 5725 astrojs-compiler-sync: 1.1.1(@astrojs/compiler@2.13.0) 5615 5726 debug: 4.4.3 ··· 6062 6173 6063 6174 detective-typescript@14.0.0(typescript@5.9.3): 6064 6175 dependencies: 6065 - '@typescript-eslint/typescript-estree': 8.50.0(typescript@5.9.3) 6176 + '@typescript-eslint/typescript-estree': 8.50.1(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.1.0(typescript@5.9.3): 8623 + dependencies: 8624 + typescript: 5.9.3 8625 + 8626 + ts-api-utils@2.3.0(typescript@5.9.3): 8512 8627 dependencies: 8513 8628 typescript: 5.9.3 8514 8629