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.48.0 to 8.48.1

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.48.0 to 8.48.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.48.1</h2>
<h2>8.48.1 (2025-12-02)</h2>
<h3>⏪ Reverts</h3>
<ul>
<li><strong>eslint-plugin:</strong> revert &quot;[no-redundant-type-constituents] use assignability checking for redundancy checks (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10744">#10744</a>)&quot; (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11812">#11812</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [consistent-type-exports] check value flag before resolving alias (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11769">#11769</a>)</li>
<li><strong>eslint-plugin:</strong> honor ignored base types on generic classes (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11767">#11767</a>)</li>
<li><strong>eslint-plugin:</strong> [restrict-template-expressions] check base types in allow list (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11764">#11764</a>, <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11759">#11759</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Josh Goldberg</li>
<li>OleksandraKordonets</li>
<li>SangheeSon <a href="https://github.com/Higangssh"><code>@​Higangssh</code></a></li>
<li>tao</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.48.1 (2025-12-02)</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/8fe34456f75c1d1e8a4dc518306d5ab93422efec"><code>8fe3445</code></a> chore(release): publish 8.48.1</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.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.48.0&new-version=8.48.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
17c1ba41 a70e9e69

+114 -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.48.0", 46 - "@typescript-eslint/parser": "^8.48.0", 46 + "@typescript-eslint/parser": "^8.48.1", 47 47 "eslint": "^9.39.1", 48 48 "eslint-config-prettier": "^10.1.8", 49 49 "eslint-plugin-astro": "^1.5.0",
+113 -7
pnpm-lock.yaml
··· 80 80 version: 2.16.0 81 81 '@typescript-eslint/eslint-plugin': 82 82 specifier: ^8.48.0 83 - version: 8.48.0(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 83 + version: 8.48.0(@typescript-eslint/parser@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 84 84 '@typescript-eslint/parser': 85 - specifier: ^8.48.0 86 - version: 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 85 + specifier: ^8.48.1 86 + version: 8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 87 87 eslint: 88 88 specifier: ^9.39.1 89 89 version: 9.39.1(jiti@2.6.1) ··· 1417 1417 eslint: ^8.57.0 || ^9.0.0 1418 1418 typescript: '>=4.8.4 <6.0.0' 1419 1419 1420 + '@typescript-eslint/parser@8.48.1': 1421 + resolution: {integrity: sha512-PC0PDZfJg8sP7cmKe6L3QIL8GZwU5aRvUFedqSIpw3B+QjRSUZeeITC2M5XKeMXEzL6wccN196iy3JLwKNvDVA==} 1422 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1423 + peerDependencies: 1424 + eslint: ^8.57.0 || ^9.0.0 1425 + typescript: '>=4.8.4 <6.0.0' 1426 + 1420 1427 '@typescript-eslint/project-service@8.48.0': 1421 1428 resolution: {integrity: sha512-Ne4CTZyRh1BecBf84siv42wv5vQvVmgtk8AuiEffKTUo3DrBaGYZueJSxxBZ8fjk/N3DrgChH4TOdIOwOwiqqw==} 1422 1429 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1423 1430 peerDependencies: 1424 1431 typescript: '>=4.8.4 <6.0.0' 1425 1432 1433 + '@typescript-eslint/project-service@8.48.1': 1434 + resolution: {integrity: sha512-HQWSicah4s9z2/HifRPQ6b6R7G+SBx64JlFQpgSSHWPKdvCZX57XCbszg/bapbRsOEv42q5tayTYcEFpACcX1w==} 1435 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1436 + peerDependencies: 1437 + typescript: '>=4.8.4 <6.0.0' 1438 + 1426 1439 '@typescript-eslint/scope-manager@8.48.0': 1427 1440 resolution: {integrity: sha512-uGSSsbrtJrLduti0Q1Q9+BF1/iFKaxGoQwjWOIVNJv0o6omrdyR8ct37m4xIl5Zzpkp69Kkmvom7QFTtue89YQ==} 1428 1441 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1429 1442 1443 + '@typescript-eslint/scope-manager@8.48.1': 1444 + resolution: {integrity: sha512-rj4vWQsytQbLxC5Bf4XwZ0/CKd362DkWMUkviT7DCS057SK64D5lH74sSGzhI6PDD2HCEq02xAP9cX68dYyg1w==} 1445 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1446 + 1430 1447 '@typescript-eslint/tsconfig-utils@8.48.0': 1431 1448 resolution: {integrity: sha512-WNebjBdFdyu10sR1M4OXTt2OkMd5KWIL+LLfeH9KhgP+jzfDV/LI3eXzwJ1s9+Yc0Kzo2fQCdY/OpdusCMmh6w==} 1432 1449 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1433 1450 peerDependencies: 1434 1451 typescript: '>=4.8.4 <6.0.0' 1435 1452 1453 + '@typescript-eslint/tsconfig-utils@8.48.1': 1454 + resolution: {integrity: sha512-k0Jhs4CpEffIBm6wPaCXBAD7jxBtrHjrSgtfCjUvPp9AZ78lXKdTR8fxyZO5y4vWNlOvYXRtngSZNSn+H53Jkw==} 1455 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1456 + peerDependencies: 1457 + typescript: '>=4.8.4 <6.0.0' 1458 + 1436 1459 '@typescript-eslint/type-utils@8.48.0': 1437 1460 resolution: {integrity: sha512-zbeVaVqeXhhab6QNEKfK96Xyc7UQuoFWERhEnj3mLVnUWrQnv15cJNseUni7f3g557gm0e46LZ6IJ4NJVOgOpw==} 1438 1461 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1444 1467 resolution: {integrity: sha512-cQMcGQQH7kwKoVswD1xdOytxQR60MWKM1di26xSUtxehaDs/32Zpqsu5WJlXTtTTqyAVK8R7hvsUnIXRS+bjvA==} 1445 1468 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1446 1469 1470 + '@typescript-eslint/types@8.48.1': 1471 + resolution: {integrity: sha512-+fZ3LZNeiELGmimrujsDCT4CRIbq5oXdHe7chLiW8qzqyPMnn1puNstCrMNVAqwcl2FdIxkuJ4tOs/RFDBVc/Q==} 1472 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1473 + 1447 1474 '@typescript-eslint/typescript-estree@8.48.0': 1448 1475 resolution: {integrity: sha512-ljHab1CSO4rGrQIAyizUS6UGHHCiAYhbfcIZ1zVJr5nMryxlXMVWS3duFPSKvSUbFPwkXMFk1k0EMIjub4sRRQ==} 1449 1476 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1450 1477 peerDependencies: 1451 1478 typescript: '>=4.8.4 <6.0.0' 1452 1479 1480 + '@typescript-eslint/typescript-estree@8.48.1': 1481 + resolution: {integrity: sha512-/9wQ4PqaefTK6POVTjJaYS0bynCgzh6ClJHGSBj06XEHjkfylzB+A3qvyaXnErEZSaxhIo4YdyBgq6j4RysxDg==} 1482 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1483 + peerDependencies: 1484 + typescript: '>=4.8.4 <6.0.0' 1485 + 1453 1486 '@typescript-eslint/utils@8.48.0': 1454 1487 resolution: {integrity: sha512-yTJO1XuGxCsSfIVt1+1UrLHtue8xz16V8apzPYI06W0HbEbEWHxHXgZaAgavIkoh+GeV6hKKd5jm0sS6OYxWXQ==} 1455 1488 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1459 1492 1460 1493 '@typescript-eslint/visitor-keys@8.48.0': 1461 1494 resolution: {integrity: sha512-T0XJMaRPOH3+LBbAfzR2jalckP1MSG/L9eUtY0DEzUyVaXJ/t6zN0nR7co5kz0Jko/nkSYCBRkz1djvjajVTTg==} 1495 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1496 + 1497 + '@typescript-eslint/visitor-keys@8.48.1': 1498 + resolution: {integrity: sha512-BmxxndzEWhE4TIEEMBs8lP3MBWN3jFPs/p6gPm/wkv02o41hI6cq9AuSmGAaTTHPtA1FTi2jBre4A9rm5ZmX+Q==} 1462 1499 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1463 1500 1464 1501 '@ungap/structured-clone@1.3.0': ··· 5578 5615 transitivePeerDependencies: 5579 5616 - supports-color 5580 5617 5618 + '@typescript-eslint/eslint-plugin@8.48.0(@typescript-eslint/parser@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 5619 + dependencies: 5620 + '@eslint-community/regexpp': 4.12.2 5621 + '@typescript-eslint/parser': 8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 5622 + '@typescript-eslint/scope-manager': 8.48.0 5623 + '@typescript-eslint/type-utils': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 5624 + '@typescript-eslint/utils': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 5625 + '@typescript-eslint/visitor-keys': 8.48.0 5626 + eslint: 9.39.1(jiti@2.6.1) 5627 + graphemer: 1.4.0 5628 + ignore: 7.0.5 5629 + natural-compare: 1.4.0 5630 + ts-api-utils: 2.1.0(typescript@5.9.3) 5631 + typescript: 5.9.3 5632 + transitivePeerDependencies: 5633 + - supports-color 5634 + 5581 5635 '@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 5582 5636 dependencies: 5583 5637 '@typescript-eslint/scope-manager': 8.48.0 ··· 5590 5644 transitivePeerDependencies: 5591 5645 - supports-color 5592 5646 5647 + '@typescript-eslint/parser@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 5648 + dependencies: 5649 + '@typescript-eslint/scope-manager': 8.48.1 5650 + '@typescript-eslint/types': 8.48.1 5651 + '@typescript-eslint/typescript-estree': 8.48.1(typescript@5.9.3) 5652 + '@typescript-eslint/visitor-keys': 8.48.1 5653 + debug: 4.4.3 5654 + eslint: 9.39.1(jiti@2.6.1) 5655 + typescript: 5.9.3 5656 + transitivePeerDependencies: 5657 + - supports-color 5658 + 5593 5659 '@typescript-eslint/project-service@8.48.0(typescript@5.9.3)': 5594 5660 dependencies: 5595 - '@typescript-eslint/tsconfig-utils': 8.48.0(typescript@5.9.3) 5596 - '@typescript-eslint/types': 8.48.0 5661 + '@typescript-eslint/tsconfig-utils': 8.48.1(typescript@5.9.3) 5662 + '@typescript-eslint/types': 8.48.1 5663 + debug: 4.4.3 5664 + typescript: 5.9.3 5665 + transitivePeerDependencies: 5666 + - supports-color 5667 + 5668 + '@typescript-eslint/project-service@8.48.1(typescript@5.9.3)': 5669 + dependencies: 5670 + '@typescript-eslint/tsconfig-utils': 8.48.1(typescript@5.9.3) 5671 + '@typescript-eslint/types': 8.48.1 5597 5672 debug: 4.4.3 5598 5673 typescript: 5.9.3 5599 5674 transitivePeerDependencies: ··· 5604 5679 '@typescript-eslint/types': 8.48.0 5605 5680 '@typescript-eslint/visitor-keys': 8.48.0 5606 5681 5682 + '@typescript-eslint/scope-manager@8.48.1': 5683 + dependencies: 5684 + '@typescript-eslint/types': 8.48.1 5685 + '@typescript-eslint/visitor-keys': 8.48.1 5686 + 5607 5687 '@typescript-eslint/tsconfig-utils@8.48.0(typescript@5.9.3)': 5688 + dependencies: 5689 + typescript: 5.9.3 5690 + 5691 + '@typescript-eslint/tsconfig-utils@8.48.1(typescript@5.9.3)': 5608 5692 dependencies: 5609 5693 typescript: 5.9.3 5610 5694 ··· 5622 5706 5623 5707 '@typescript-eslint/types@8.48.0': {} 5624 5708 5709 + '@typescript-eslint/types@8.48.1': {} 5710 + 5625 5711 '@typescript-eslint/typescript-estree@8.48.0(typescript@5.9.3)': 5626 5712 dependencies: 5627 5713 '@typescript-eslint/project-service': 8.48.0(typescript@5.9.3) ··· 5637 5723 transitivePeerDependencies: 5638 5724 - supports-color 5639 5725 5726 + '@typescript-eslint/typescript-estree@8.48.1(typescript@5.9.3)': 5727 + dependencies: 5728 + '@typescript-eslint/project-service': 8.48.1(typescript@5.9.3) 5729 + '@typescript-eslint/tsconfig-utils': 8.48.1(typescript@5.9.3) 5730 + '@typescript-eslint/types': 8.48.1 5731 + '@typescript-eslint/visitor-keys': 8.48.1 5732 + debug: 4.4.3 5733 + minimatch: 9.0.5 5734 + semver: 7.7.3 5735 + tinyglobby: 0.2.15 5736 + ts-api-utils: 2.1.0(typescript@5.9.3) 5737 + typescript: 5.9.3 5738 + transitivePeerDependencies: 5739 + - supports-color 5740 + 5640 5741 '@typescript-eslint/utils@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 5641 5742 dependencies: 5642 5743 '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1(jiti@2.6.1)) ··· 5651 5752 '@typescript-eslint/visitor-keys@8.48.0': 5652 5753 dependencies: 5653 5754 '@typescript-eslint/types': 8.48.0 5755 + eslint-visitor-keys: 4.2.1 5756 + 5757 + '@typescript-eslint/visitor-keys@8.48.1': 5758 + dependencies: 5759 + '@typescript-eslint/types': 8.48.1 5654 5760 eslint-visitor-keys: 4.2.1 5655 5761 5656 5762 '@ungap/structured-clone@1.3.0': {} ··· 5851 5957 astro-eslint-parser@1.2.2: 5852 5958 dependencies: 5853 5959 '@astrojs/compiler': 2.13.0 5854 - '@typescript-eslint/scope-manager': 8.48.0 5960 + '@typescript-eslint/scope-manager': 8.48.1 5855 5961 '@typescript-eslint/types': 8.48.0 5856 5962 astrojs-compiler-sync: 1.1.1(@astrojs/compiler@2.13.0) 5857 5963 debug: 4.4.3 ··· 6304 6410 6305 6411 detective-typescript@14.0.0(typescript@5.9.3): 6306 6412 dependencies: 6307 - '@typescript-eslint/typescript-estree': 8.48.0(typescript@5.9.3) 6413 + '@typescript-eslint/typescript-estree': 8.48.1(typescript@5.9.3) 6308 6414 ast-module-types: 6.0.1 6309 6415 node-source-walk: 7.0.1 6310 6416 typescript: 5.9.3