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.44.1 to 8.45.0

[//]: # (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 [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.44.1 to 8.45.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.45.0</h2>
<h2>8.45.0 (2025-09-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/11616">#11616</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>disable generating declaration maps (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11627">#11627</a>)</li>
<li><strong>ast-spec:</strong> narrow ArrowFunctionExpression.generator to false (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11636">#11636</a>)</li>
<li><strong>eslint-plugin:</strong> [no-base-to-string] check if superclass is ignored (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11617">#11617</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11614">#11614</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Bjorn Lu</li>
<li>Josh Goldberg ✨</li>
<li>mdm317</li>
<li>Moses Odutusin <a href="https://github.com/thebolarin"><code>@​thebolarin</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.45.0 (2025-09-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/255e9e274b24f86f3179146c20c156506312c92c"><code>255e9e2</code></a> chore(release): publish 8.45.0</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.45.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.44.1&new-version=8.45.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
51db5aca dbafbe7e

+9 -34
+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.44.1", 46 - "@typescript-eslint/parser": "^8.44.1", 46 + "@typescript-eslint/parser": "^8.45.0", 47 47 "eslint": "^9.37.0", 48 48 "eslint-config-prettier": "^10.1.8", 49 49 "eslint-plugin-astro": "^1.3.1",
+8 -33
pnpm-lock.yaml
··· 80 80 version: 2.16.0 81 81 '@typescript-eslint/eslint-plugin': 82 82 specifier: ^8.44.1 83 - version: 8.44.1(@typescript-eslint/parser@8.44.1(eslint@9.37.0(jiti@2.6.0))(typescript@5.9.2))(eslint@9.37.0(jiti@2.6.0))(typescript@5.9.2) 83 + version: 8.44.1(@typescript-eslint/parser@8.45.0(eslint@9.37.0(jiti@2.6.0))(typescript@5.9.2))(eslint@9.37.0(jiti@2.6.0))(typescript@5.9.2) 84 84 '@typescript-eslint/parser': 85 - specifier: ^8.44.1 86 - version: 8.44.1(eslint@9.37.0(jiti@2.6.0))(typescript@5.9.2) 85 + specifier: ^8.45.0 86 + version: 8.45.0(eslint@9.37.0(jiti@2.6.0))(typescript@5.9.2) 87 87 eslint: 88 88 specifier: ^9.37.0 89 89 version: 9.37.0(jiti@2.6.0) ··· 373 373 374 374 '@eslint/eslintrc@3.3.1': 375 375 resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==} 376 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 377 - 378 - '@eslint/js@9.36.0': 379 - resolution: {integrity: sha512-uhCbYtYynH30iZErszX78U+nR3pJU3RHGQ57NXy5QupD4SBVwDeU8TNBy+MjMngc1UyIW9noKqsRqfjQTBU2dw==} 380 376 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 381 377 382 378 '@eslint/js@9.37.0': ··· 1014 1010 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1015 1011 peerDependencies: 1016 1012 '@typescript-eslint/parser': ^8.45.0 1017 - eslint: ^8.57.0 || ^9.0.0 1018 - typescript: '>=4.8.4 <6.0.0' 1019 - 1020 - '@typescript-eslint/parser@8.44.1': 1021 - resolution: {integrity: sha512-EHrrEsyhOhxYt8MTg4zTF+DJMuNBzWwgvvOYNj/zm1vnaD/IC5zCXFehZv94Piqa2cRFfXrTFxIvO95L7Qc/cw==} 1022 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1023 - peerDependencies: 1024 1013 eslint: ^8.57.0 || ^9.0.0 1025 1014 typescript: '>=4.8.4 <6.0.0' 1026 1015 ··· 4145 4134 transitivePeerDependencies: 4146 4135 - supports-color 4147 4136 4148 - '@eslint/js@9.36.0': {} 4149 - 4150 4137 '@eslint/js@9.37.0': {} 4151 4138 4152 4139 '@eslint/object-schema@2.1.6': {} ··· 4938 4925 '@types/node': 24.5.2 4939 4926 optional: true 4940 4927 4941 - '@typescript-eslint/eslint-plugin@8.44.1(@typescript-eslint/parser@8.44.1(eslint@9.37.0(jiti@2.6.0))(typescript@5.9.2))(eslint@9.37.0(jiti@2.6.0))(typescript@5.9.2)': 4928 + '@typescript-eslint/eslint-plugin@8.44.1(@typescript-eslint/parser@8.45.0(eslint@9.37.0(jiti@2.6.0))(typescript@5.9.2))(eslint@9.37.0(jiti@2.6.0))(typescript@5.9.2)': 4942 4929 dependencies: 4943 4930 '@eslint-community/regexpp': 4.12.1 4944 - '@typescript-eslint/parser': 8.44.1(eslint@9.37.0(jiti@2.6.0))(typescript@5.9.2) 4931 + '@typescript-eslint/parser': 8.45.0(eslint@9.37.0(jiti@2.6.0))(typescript@5.9.2) 4945 4932 '@typescript-eslint/scope-manager': 8.44.1 4946 4933 '@typescript-eslint/type-utils': 8.44.1(eslint@9.37.0(jiti@2.6.0))(typescript@5.9.2) 4947 4934 '@typescript-eslint/utils': 8.44.1(eslint@9.37.0(jiti@2.6.0))(typescript@5.9.2) ··· 4972 4959 transitivePeerDependencies: 4973 4960 - supports-color 4974 4961 4975 - '@typescript-eslint/parser@8.44.1(eslint@9.37.0(jiti@2.6.0))(typescript@5.9.2)': 4976 - dependencies: 4977 - '@typescript-eslint/scope-manager': 8.44.1 4978 - '@typescript-eslint/types': 8.44.1 4979 - '@typescript-eslint/typescript-estree': 8.44.1(typescript@5.9.2) 4980 - '@typescript-eslint/visitor-keys': 8.44.1 4981 - debug: 4.4.3 4982 - eslint: 9.37.0(jiti@2.6.0) 4983 - typescript: 5.9.2 4984 - transitivePeerDependencies: 4985 - - supports-color 4986 - 4987 4962 '@typescript-eslint/parser@8.45.0(eslint@9.37.0(jiti@2.6.0))(typescript@5.9.2)': 4988 4963 dependencies: 4989 4964 '@typescript-eslint/scope-manager': 8.45.0 ··· 4998 4973 4999 4974 '@typescript-eslint/project-service@8.44.1(typescript@5.9.2)': 5000 4975 dependencies: 5001 - '@typescript-eslint/tsconfig-utils': 8.44.1(typescript@5.9.2) 5002 - '@typescript-eslint/types': 8.44.1 4976 + '@typescript-eslint/tsconfig-utils': 8.45.0(typescript@5.9.2) 4977 + '@typescript-eslint/types': 8.45.0 5003 4978 debug: 4.4.3 5004 4979 typescript: 5.9.2 5005 4980 transitivePeerDependencies: ··· 5321 5296 astro-eslint-parser@1.2.2: 5322 5297 dependencies: 5323 5298 '@astrojs/compiler': 2.13.0 5324 - '@typescript-eslint/scope-manager': 8.44.1 5299 + '@typescript-eslint/scope-manager': 8.45.0 5325 5300 '@typescript-eslint/types': 8.44.1 5326 5301 astrojs-compiler-sync: 1.1.1(@astrojs/compiler@2.13.0) 5327 5302 debug: 4.4.3