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.46.2 to 8.46.3

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.46.2 to 8.46.3.
<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.46.3</h2>
<h2>8.46.3 (2025-11-03)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-misused-promises] expand union type to retrieve target property (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11706">#11706</a>)</li>
<li><strong>eslint-plugin:</strong> [no-duplicate-enum-values] support signed numbers (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11722">#11722</a>, <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11723">#11723</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Evgeny Stepanovych <a href="https://github.com/undsoft"><code>@​undsoft</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.46.3 (2025-11-03)</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/d9f3497dfb72e90fd7dc977c77d41b0eb9df4909"><code>d9f3497</code></a> chore(release): publish 8.46.3</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.3/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.46.2&new-version=8.46.3)](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
255cf8dc 92b65e31

+115 -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.46.2", 46 - "@typescript-eslint/parser": "^8.46.2", 46 + "@typescript-eslint/parser": "^8.46.3", 47 47 "eslint": "^9.39.0", 48 48 "eslint-config-prettier": "^10.1.8", 49 49 "eslint-plugin-astro": "^1.4.0",
+114 -7
pnpm-lock.yaml
··· 80 80 version: 2.16.0 81 81 '@typescript-eslint/eslint-plugin': 82 82 specifier: ^8.46.2 83 - version: 8.46.2(@typescript-eslint/parser@8.46.2(eslint@9.39.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.0(jiti@2.6.1))(typescript@5.9.3) 83 + version: 8.46.2(@typescript-eslint/parser@8.46.3(eslint@9.39.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.0(jiti@2.6.1))(typescript@5.9.3) 84 84 '@typescript-eslint/parser': 85 - specifier: ^8.46.2 86 - version: 8.46.2(eslint@9.39.0(jiti@2.6.1))(typescript@5.9.3) 85 + specifier: ^8.46.3 86 + version: 8.46.3(eslint@9.39.0(jiti@2.6.1))(typescript@5.9.3) 87 87 eslint: 88 88 specifier: ^9.39.0 89 89 version: 9.39.0(jiti@2.6.1) ··· 1479 1479 eslint: ^8.57.0 || ^9.0.0 1480 1480 typescript: '>=4.8.4 <6.0.0' 1481 1481 1482 + '@typescript-eslint/parser@8.46.3': 1483 + resolution: {integrity: sha512-6m1I5RmHBGTnUGS113G04DMu3CpSdxCAU/UvtjNWL4Nuf3MW9tQhiJqRlHzChIkhy6kZSAQmc+I1bcGjE3yNKg==} 1484 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1485 + peerDependencies: 1486 + eslint: ^8.57.0 || ^9.0.0 1487 + typescript: '>=4.8.4 <6.0.0' 1488 + 1482 1489 '@typescript-eslint/project-service@8.46.2': 1483 1490 resolution: {integrity: sha512-PULOLZ9iqwI7hXcmL4fVfIsBi6AN9YxRc0frbvmg8f+4hQAjQ5GYNKK0DIArNo+rOKmR/iBYwkpBmnIwin4wBg==} 1484 1491 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1485 1492 peerDependencies: 1486 1493 typescript: '>=4.8.4 <6.0.0' 1487 1494 1495 + '@typescript-eslint/project-service@8.46.3': 1496 + resolution: {integrity: sha512-Fz8yFXsp2wDFeUElO88S9n4w1I4CWDTXDqDr9gYvZgUpwXQqmZBr9+NTTql5R3J7+hrJZPdpiWaB9VNhAKYLuQ==} 1497 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1498 + peerDependencies: 1499 + typescript: '>=4.8.4 <6.0.0' 1500 + 1488 1501 '@typescript-eslint/scope-manager@8.46.2': 1489 1502 resolution: {integrity: sha512-LF4b/NmGvdWEHD2H4MsHD8ny6JpiVNDzrSZr3CsckEgCbAGZbYM4Cqxvi9L+WqDMT+51Ozy7lt2M+d0JLEuBqA==} 1490 1503 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1491 1504 1505 + '@typescript-eslint/scope-manager@8.46.3': 1506 + resolution: {integrity: sha512-FCi7Y1zgrmxp3DfWfr+3m9ansUUFoy8dkEdeQSgA9gbm8DaHYvZCdkFRQrtKiedFf3Ha6VmoqoAaP68+i+22kg==} 1507 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1508 + 1492 1509 '@typescript-eslint/tsconfig-utils@8.46.2': 1493 1510 resolution: {integrity: sha512-a7QH6fw4S57+F5y2FIxxSDyi5M4UfGF+Jl1bCGd7+L4KsaUY80GsiF/t0UoRFDHAguKlBaACWJRmdrc6Xfkkag==} 1494 1511 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1495 1512 peerDependencies: 1496 1513 typescript: '>=4.8.4 <6.0.0' 1497 1514 1515 + '@typescript-eslint/tsconfig-utils@8.46.3': 1516 + resolution: {integrity: sha512-GLupljMniHNIROP0zE7nCcybptolcH8QZfXOpCfhQDAdwJ/ZTlcaBOYebSOZotpti/3HrHSw7D3PZm75gYFsOA==} 1517 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1518 + peerDependencies: 1519 + typescript: '>=4.8.4 <6.0.0' 1520 + 1498 1521 '@typescript-eslint/type-utils@8.46.2': 1499 1522 resolution: {integrity: sha512-HbPM4LbaAAt/DjxXaG9yiS9brOOz6fabal4uvUmaUYe6l3K1phQDMQKBRUrr06BQkxkvIZVVHttqiybM9nJsLA==} 1500 1523 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1506 1529 resolution: {integrity: sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==} 1507 1530 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1508 1531 1532 + '@typescript-eslint/types@8.46.3': 1533 + resolution: {integrity: sha512-G7Ok9WN/ggW7e/tOf8TQYMaxgID3Iujn231hfi0Pc7ZheztIJVpO44ekY00b7akqc6nZcvregk0Jpah3kep6hA==} 1534 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1535 + 1509 1536 '@typescript-eslint/typescript-estree@8.46.2': 1510 1537 resolution: {integrity: sha512-f7rW7LJ2b7Uh2EiQ+7sza6RDZnajbNbemn54Ob6fRwQbgcIn+GWfyuHDHRYgRoZu1P4AayVScrRW+YfbTvPQoQ==} 1511 1538 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1512 1539 peerDependencies: 1513 1540 typescript: '>=4.8.4 <6.0.0' 1514 1541 1542 + '@typescript-eslint/typescript-estree@8.46.3': 1543 + resolution: {integrity: sha512-f/NvtRjOm80BtNM5OQtlaBdM5BRFUv7gf381j9wygDNL+qOYSNOgtQ/DCndiYi80iIOv76QqaTmp4fa9hwI0OA==} 1544 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1545 + peerDependencies: 1546 + typescript: '>=4.8.4 <6.0.0' 1547 + 1515 1548 '@typescript-eslint/utils@8.46.2': 1516 1549 resolution: {integrity: sha512-sExxzucx0Tud5tE0XqR0lT0psBQvEpnpiul9XbGUB1QwpWJJAps1O/Z7hJxLGiZLBKMCutjTzDgmd1muEhBnVg==} 1517 1550 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1521 1554 1522 1555 '@typescript-eslint/visitor-keys@8.46.2': 1523 1556 resolution: {integrity: sha512-tUFMXI4gxzzMXt4xpGJEsBsTox0XbNQ1y94EwlD/CuZwFcQP79xfQqMhau9HsRc/J0cAPA/HZt1dZPtGn9V/7w==} 1557 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1558 + 1559 + '@typescript-eslint/visitor-keys@8.46.3': 1560 + resolution: {integrity: sha512-uk574k8IU0rOF/AjniX8qbLSGURJVUCeM5e4MIMKBFFi8weeiLrG1fyQejyLXQpRZbU/1BuQasleV/RfHC3hHg==} 1524 1561 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1525 1562 1526 1563 '@ungap/structured-clone@1.3.0': ··· 5717 5754 transitivePeerDependencies: 5718 5755 - supports-color 5719 5756 5757 + '@typescript-eslint/eslint-plugin@8.46.2(@typescript-eslint/parser@8.46.3(eslint@9.39.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.0(jiti@2.6.1))(typescript@5.9.3)': 5758 + dependencies: 5759 + '@eslint-community/regexpp': 4.12.2 5760 + '@typescript-eslint/parser': 8.46.3(eslint@9.39.0(jiti@2.6.1))(typescript@5.9.3) 5761 + '@typescript-eslint/scope-manager': 8.46.2 5762 + '@typescript-eslint/type-utils': 8.46.2(eslint@9.39.0(jiti@2.6.1))(typescript@5.9.3) 5763 + '@typescript-eslint/utils': 8.46.2(eslint@9.39.0(jiti@2.6.1))(typescript@5.9.3) 5764 + '@typescript-eslint/visitor-keys': 8.46.2 5765 + eslint: 9.39.0(jiti@2.6.1) 5766 + graphemer: 1.4.0 5767 + ignore: 7.0.5 5768 + natural-compare: 1.4.0 5769 + ts-api-utils: 2.1.0(typescript@5.9.3) 5770 + typescript: 5.9.3 5771 + transitivePeerDependencies: 5772 + - supports-color 5773 + 5720 5774 '@typescript-eslint/parser@8.46.2(eslint@9.39.0(jiti@2.6.1))(typescript@5.9.3)': 5721 5775 dependencies: 5722 5776 '@typescript-eslint/scope-manager': 8.46.2 ··· 5729 5783 transitivePeerDependencies: 5730 5784 - supports-color 5731 5785 5786 + '@typescript-eslint/parser@8.46.3(eslint@9.39.0(jiti@2.6.1))(typescript@5.9.3)': 5787 + dependencies: 5788 + '@typescript-eslint/scope-manager': 8.46.3 5789 + '@typescript-eslint/types': 8.46.3 5790 + '@typescript-eslint/typescript-estree': 8.46.3(typescript@5.9.3) 5791 + '@typescript-eslint/visitor-keys': 8.46.3 5792 + debug: 4.4.3 5793 + eslint: 9.39.0(jiti@2.6.1) 5794 + typescript: 5.9.3 5795 + transitivePeerDependencies: 5796 + - supports-color 5797 + 5732 5798 '@typescript-eslint/project-service@8.46.2(typescript@5.9.3)': 5733 5799 dependencies: 5734 - '@typescript-eslint/tsconfig-utils': 8.46.2(typescript@5.9.3) 5735 - '@typescript-eslint/types': 8.46.2 5800 + '@typescript-eslint/tsconfig-utils': 8.46.3(typescript@5.9.3) 5801 + '@typescript-eslint/types': 8.46.3 5802 + debug: 4.4.3 5803 + typescript: 5.9.3 5804 + transitivePeerDependencies: 5805 + - supports-color 5806 + 5807 + '@typescript-eslint/project-service@8.46.3(typescript@5.9.3)': 5808 + dependencies: 5809 + '@typescript-eslint/tsconfig-utils': 8.46.3(typescript@5.9.3) 5810 + '@typescript-eslint/types': 8.46.3 5736 5811 debug: 4.4.3 5737 5812 typescript: 5.9.3 5738 5813 transitivePeerDependencies: ··· 5742 5817 dependencies: 5743 5818 '@typescript-eslint/types': 8.46.2 5744 5819 '@typescript-eslint/visitor-keys': 8.46.2 5820 + 5821 + '@typescript-eslint/scope-manager@8.46.3': 5822 + dependencies: 5823 + '@typescript-eslint/types': 8.46.3 5824 + '@typescript-eslint/visitor-keys': 8.46.3 5745 5825 5746 5826 '@typescript-eslint/tsconfig-utils@8.46.2(typescript@5.9.3)': 5747 5827 dependencies: 5748 5828 typescript: 5.9.3 5749 5829 5830 + '@typescript-eslint/tsconfig-utils@8.46.3(typescript@5.9.3)': 5831 + dependencies: 5832 + typescript: 5.9.3 5833 + 5750 5834 '@typescript-eslint/type-utils@8.46.2(eslint@9.39.0(jiti@2.6.1))(typescript@5.9.3)': 5751 5835 dependencies: 5752 5836 '@typescript-eslint/types': 8.46.2 ··· 5761 5845 5762 5846 '@typescript-eslint/types@8.46.2': {} 5763 5847 5848 + '@typescript-eslint/types@8.46.3': {} 5849 + 5764 5850 '@typescript-eslint/typescript-estree@8.46.2(typescript@5.9.3)': 5765 5851 dependencies: 5766 5852 '@typescript-eslint/project-service': 8.46.2(typescript@5.9.3) ··· 5777 5863 transitivePeerDependencies: 5778 5864 - supports-color 5779 5865 5866 + '@typescript-eslint/typescript-estree@8.46.3(typescript@5.9.3)': 5867 + dependencies: 5868 + '@typescript-eslint/project-service': 8.46.3(typescript@5.9.3) 5869 + '@typescript-eslint/tsconfig-utils': 8.46.3(typescript@5.9.3) 5870 + '@typescript-eslint/types': 8.46.3 5871 + '@typescript-eslint/visitor-keys': 8.46.3 5872 + debug: 4.4.3 5873 + fast-glob: 3.3.3 5874 + is-glob: 4.0.3 5875 + minimatch: 9.0.5 5876 + semver: 7.7.3 5877 + ts-api-utils: 2.1.0(typescript@5.9.3) 5878 + typescript: 5.9.3 5879 + transitivePeerDependencies: 5880 + - supports-color 5881 + 5780 5882 '@typescript-eslint/utils@8.46.2(eslint@9.39.0(jiti@2.6.1))(typescript@5.9.3)': 5781 5883 dependencies: 5782 5884 '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.0(jiti@2.6.1)) ··· 5791 5893 '@typescript-eslint/visitor-keys@8.46.2': 5792 5894 dependencies: 5793 5895 '@typescript-eslint/types': 8.46.2 5896 + eslint-visitor-keys: 4.2.1 5897 + 5898 + '@typescript-eslint/visitor-keys@8.46.3': 5899 + dependencies: 5900 + '@typescript-eslint/types': 8.46.3 5794 5901 eslint-visitor-keys: 4.2.1 5795 5902 5796 5903 '@ungap/structured-clone@1.3.0': {} ··· 5991 6098 astro-eslint-parser@1.2.2: 5992 6099 dependencies: 5993 6100 '@astrojs/compiler': 2.13.0 5994 - '@typescript-eslint/scope-manager': 8.46.2 6101 + '@typescript-eslint/scope-manager': 8.46.3 5995 6102 '@typescript-eslint/types': 8.46.2 5996 6103 astrojs-compiler-sync: 1.1.1(@astrojs/compiler@2.13.0) 5997 6104 debug: 4.4.3 ··· 6443 6550 6444 6551 detective-typescript@14.0.0(typescript@5.9.3): 6445 6552 dependencies: 6446 - '@typescript-eslint/typescript-estree': 8.46.2(typescript@5.9.3) 6553 + '@typescript-eslint/typescript-estree': 8.46.3(typescript@5.9.3) 6447 6554 ast-module-types: 6.0.1 6448 6555 node-source-walk: 7.0.1 6449 6556 typescript: 5.9.3