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.41.0 to 8.42.0

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.41.0 to 8.42.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.42.0</h2>
<h2>8.42.0 (2025-09-02)</h2>
<h3>🚀 Features</h3>
<ul>
<li>deprecate tseslint.config() (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11531">#11531</a>) -- see <a href="https://typescript-eslint.io/packages/typescript-eslint#migrating-to-defineconfig">https://typescript-eslint.io/packages/typescript-eslint#migrating-to-defineconfig</a></li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>deps:</strong> update eslint monorepo to v9.33.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11482">#11482</a>)</li>
<li><strong>typescript-eslint:</strong> handle non-normalized windows paths produced by jiti (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11546">#11546</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</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.42.0 (2025-09-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/d13590979dc4130525d7b321230298dcdebc176f"><code>d135909</code></a> chore(release): publish 8.42.0</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.42.0/packages/parser">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@​typescript-eslint/parser</code> since your current version.</p>
</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.41.0&new-version=8.42.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
aef538c7 6b2c8d2a

+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.41.0", 46 - "@typescript-eslint/parser": "^8.41.0", 46 + "@typescript-eslint/parser": "^8.42.0", 47 47 "eslint": "^9.34.0", 48 48 "eslint-config-prettier": "^10.1.8", 49 49 "eslint-plugin-astro": "^1.3.1",
+114 -7
pnpm-lock.yaml
··· 80 80 version: 2.16.0 81 81 '@typescript-eslint/eslint-plugin': 82 82 specifier: ^8.41.0 83 - version: 8.41.0(@typescript-eslint/parser@8.41.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2) 83 + version: 8.41.0(@typescript-eslint/parser@8.42.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2) 84 84 '@typescript-eslint/parser': 85 - specifier: ^8.41.0 86 - version: 8.41.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2) 85 + specifier: ^8.42.0 86 + version: 8.42.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2) 87 87 eslint: 88 88 specifier: ^9.34.0 89 89 version: 9.34.0(jiti@2.5.1) ··· 1116 1116 eslint: ^8.57.0 || ^9.0.0 1117 1117 typescript: '>=4.8.4 <6.0.0' 1118 1118 1119 + '@typescript-eslint/parser@8.42.0': 1120 + resolution: {integrity: sha512-r1XG74QgShUgXph1BYseJ+KZd17bKQib/yF3SR+demvytiRXrwd12Blnz5eYGm8tXaeRdd4x88MlfwldHoudGg==} 1121 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1122 + peerDependencies: 1123 + eslint: ^8.57.0 || ^9.0.0 1124 + typescript: '>=4.8.4 <6.0.0' 1125 + 1119 1126 '@typescript-eslint/project-service@8.41.0': 1120 1127 resolution: {integrity: sha512-b8V9SdGBQzQdjJ/IO3eDifGpDBJfvrNTp2QD9P2BeqWTGrRibgfgIlBSw6z3b6R7dPzg752tOs4u/7yCLxksSQ==} 1121 1128 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1122 1129 peerDependencies: 1123 1130 typescript: '>=4.8.4 <6.0.0' 1124 1131 1132 + '@typescript-eslint/project-service@8.42.0': 1133 + resolution: {integrity: sha512-vfVpLHAhbPjilrabtOSNcUDmBboQNrJUiNAGoImkZKnMjs2TIcWG33s4Ds0wY3/50aZmTMqJa6PiwkwezaAklg==} 1134 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1135 + peerDependencies: 1136 + typescript: '>=4.8.4 <6.0.0' 1137 + 1125 1138 '@typescript-eslint/scope-manager@8.41.0': 1126 1139 resolution: {integrity: sha512-n6m05bXn/Cd6DZDGyrpXrELCPVaTnLdPToyhBoFkLIMznRUQUEQdSp96s/pcWSQdqOhrgR1mzJ+yItK7T+WPMQ==} 1127 1140 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1128 1141 1142 + '@typescript-eslint/scope-manager@8.42.0': 1143 + resolution: {integrity: sha512-51+x9o78NBAVgQzOPd17DkNTnIzJ8T/O2dmMBLoK9qbY0Gm52XJcdJcCl18ExBMiHo6jPMErUQWUv5RLE51zJw==} 1144 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1145 + 1129 1146 '@typescript-eslint/tsconfig-utils@8.41.0': 1130 1147 resolution: {integrity: sha512-TDhxYFPUYRFxFhuU5hTIJk+auzM/wKvWgoNYOPcOf6i4ReYlOoYN8q1dV5kOTjNQNJgzWN3TUUQMtlLOcUgdUw==} 1131 1148 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1132 1149 peerDependencies: 1133 1150 typescript: '>=4.8.4 <6.0.0' 1134 1151 1152 + '@typescript-eslint/tsconfig-utils@8.42.0': 1153 + resolution: {integrity: sha512-kHeFUOdwAJfUmYKjR3CLgZSglGHjbNTi1H8sTYRYV2xX6eNz4RyJ2LIgsDLKf8Yi0/GL1WZAC/DgZBeBft8QAQ==} 1154 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1155 + peerDependencies: 1156 + typescript: '>=4.8.4 <6.0.0' 1157 + 1135 1158 '@typescript-eslint/type-utils@8.41.0': 1136 1159 resolution: {integrity: sha512-63qt1h91vg3KsjVVonFJWjgSK7pZHSQFKH6uwqxAH9bBrsyRhO6ONoKyXxyVBzG1lJnFAJcKAcxLS54N1ee1OQ==} 1137 1160 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1143 1166 resolution: {integrity: sha512-9EwxsWdVqh42afLbHP90n2VdHaWU/oWgbH2P0CfcNfdKL7CuKpwMQGjwev56vWu9cSKU7FWSu6r9zck6CVfnag==} 1144 1167 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1145 1168 1169 + '@typescript-eslint/types@8.42.0': 1170 + resolution: {integrity: sha512-LdtAWMiFmbRLNP7JNeY0SqEtJvGMYSzfiWBSmx+VSZ1CH+1zyl8Mmw1TT39OrtsRvIYShjJWzTDMPWZJCpwBlw==} 1171 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1172 + 1146 1173 '@typescript-eslint/typescript-estree@8.41.0': 1147 1174 resolution: {integrity: sha512-D43UwUYJmGhuwHfY7MtNKRZMmfd8+p/eNSfFe6tH5mbVDto+VQCayeAt35rOx3Cs6wxD16DQtIKw/YXxt5E0UQ==} 1148 1175 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1149 1176 peerDependencies: 1150 1177 typescript: '>=4.8.4 <6.0.0' 1151 1178 1179 + '@typescript-eslint/typescript-estree@8.42.0': 1180 + resolution: {integrity: sha512-ku/uYtT4QXY8sl9EDJETD27o3Ewdi72hcXg1ah/kkUgBvAYHLwj2ofswFFNXS+FL5G+AGkxBtvGt8pFBHKlHsQ==} 1181 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1182 + peerDependencies: 1183 + typescript: '>=4.8.4 <6.0.0' 1184 + 1152 1185 '@typescript-eslint/utils@8.41.0': 1153 1186 resolution: {integrity: sha512-udbCVstxZ5jiPIXrdH+BZWnPatjlYwJuJkDA4Tbo3WyYLh8NvB+h/bKeSZHDOFKfphsZYJQqaFtLeXEqurQn1A==} 1154 1187 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1158 1191 1159 1192 '@typescript-eslint/visitor-keys@8.41.0': 1160 1193 resolution: {integrity: sha512-+GeGMebMCy0elMNg67LRNoVnUFPIm37iu5CmHESVx56/9Jsfdpsvbv605DQ81Pi/x11IdKUsS5nzgTYbCQU9fg==} 1194 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1195 + 1196 + '@typescript-eslint/visitor-keys@8.42.0': 1197 + resolution: {integrity: sha512-3WbiuzoEowaEn8RSnhJBrxSwX8ULYE9CXaPepS2C2W3NSA5NNIvBaslpBSBElPq0UGr0xVJlXFWOAKIkyylydQ==} 1161 1198 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1162 1199 1163 1200 '@ungap/structured-clone@1.3.0': ··· 5053 5090 transitivePeerDependencies: 5054 5091 - supports-color 5055 5092 5093 + '@typescript-eslint/eslint-plugin@8.41.0(@typescript-eslint/parser@8.42.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2)': 5094 + dependencies: 5095 + '@eslint-community/regexpp': 4.12.1 5096 + '@typescript-eslint/parser': 8.42.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2) 5097 + '@typescript-eslint/scope-manager': 8.41.0 5098 + '@typescript-eslint/type-utils': 8.41.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2) 5099 + '@typescript-eslint/utils': 8.41.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2) 5100 + '@typescript-eslint/visitor-keys': 8.41.0 5101 + eslint: 9.34.0(jiti@2.5.1) 5102 + graphemer: 1.4.0 5103 + ignore: 7.0.5 5104 + natural-compare: 1.4.0 5105 + ts-api-utils: 2.1.0(typescript@5.9.2) 5106 + typescript: 5.9.2 5107 + transitivePeerDependencies: 5108 + - supports-color 5109 + 5056 5110 '@typescript-eslint/parser@8.41.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2)': 5057 5111 dependencies: 5058 5112 '@typescript-eslint/scope-manager': 8.41.0 ··· 5065 5119 transitivePeerDependencies: 5066 5120 - supports-color 5067 5121 5122 + '@typescript-eslint/parser@8.42.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2)': 5123 + dependencies: 5124 + '@typescript-eslint/scope-manager': 8.42.0 5125 + '@typescript-eslint/types': 8.42.0 5126 + '@typescript-eslint/typescript-estree': 8.42.0(typescript@5.9.2) 5127 + '@typescript-eslint/visitor-keys': 8.42.0 5128 + debug: 4.4.1 5129 + eslint: 9.34.0(jiti@2.5.1) 5130 + typescript: 5.9.2 5131 + transitivePeerDependencies: 5132 + - supports-color 5133 + 5068 5134 '@typescript-eslint/project-service@8.41.0(typescript@5.9.2)': 5069 5135 dependencies: 5070 - '@typescript-eslint/tsconfig-utils': 8.41.0(typescript@5.9.2) 5071 - '@typescript-eslint/types': 8.41.0 5136 + '@typescript-eslint/tsconfig-utils': 8.42.0(typescript@5.9.2) 5137 + '@typescript-eslint/types': 8.42.0 5138 + debug: 4.4.1 5139 + typescript: 5.9.2 5140 + transitivePeerDependencies: 5141 + - supports-color 5142 + 5143 + '@typescript-eslint/project-service@8.42.0(typescript@5.9.2)': 5144 + dependencies: 5145 + '@typescript-eslint/tsconfig-utils': 8.42.0(typescript@5.9.2) 5146 + '@typescript-eslint/types': 8.42.0 5072 5147 debug: 4.4.1 5073 5148 typescript: 5.9.2 5074 5149 transitivePeerDependencies: ··· 5078 5153 dependencies: 5079 5154 '@typescript-eslint/types': 8.41.0 5080 5155 '@typescript-eslint/visitor-keys': 8.41.0 5156 + 5157 + '@typescript-eslint/scope-manager@8.42.0': 5158 + dependencies: 5159 + '@typescript-eslint/types': 8.42.0 5160 + '@typescript-eslint/visitor-keys': 8.42.0 5081 5161 5082 5162 '@typescript-eslint/tsconfig-utils@8.41.0(typescript@5.9.2)': 5083 5163 dependencies: 5084 5164 typescript: 5.9.2 5085 5165 5166 + '@typescript-eslint/tsconfig-utils@8.42.0(typescript@5.9.2)': 5167 + dependencies: 5168 + typescript: 5.9.2 5169 + 5086 5170 '@typescript-eslint/type-utils@8.41.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2)': 5087 5171 dependencies: 5088 5172 '@typescript-eslint/types': 8.41.0 ··· 5097 5181 5098 5182 '@typescript-eslint/types@8.41.0': {} 5099 5183 5184 + '@typescript-eslint/types@8.42.0': {} 5185 + 5100 5186 '@typescript-eslint/typescript-estree@8.41.0(typescript@5.9.2)': 5101 5187 dependencies: 5102 5188 '@typescript-eslint/project-service': 8.41.0(typescript@5.9.2) ··· 5113 5199 transitivePeerDependencies: 5114 5200 - supports-color 5115 5201 5202 + '@typescript-eslint/typescript-estree@8.42.0(typescript@5.9.2)': 5203 + dependencies: 5204 + '@typescript-eslint/project-service': 8.42.0(typescript@5.9.2) 5205 + '@typescript-eslint/tsconfig-utils': 8.42.0(typescript@5.9.2) 5206 + '@typescript-eslint/types': 8.42.0 5207 + '@typescript-eslint/visitor-keys': 8.42.0 5208 + debug: 4.4.1 5209 + fast-glob: 3.3.3 5210 + is-glob: 4.0.3 5211 + minimatch: 9.0.5 5212 + semver: 7.7.2 5213 + ts-api-utils: 2.1.0(typescript@5.9.2) 5214 + typescript: 5.9.2 5215 + transitivePeerDependencies: 5216 + - supports-color 5217 + 5116 5218 '@typescript-eslint/utils@8.41.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2)': 5117 5219 dependencies: 5118 5220 '@eslint-community/eslint-utils': 4.7.0(eslint@9.34.0(jiti@2.5.1)) ··· 5127 5229 '@typescript-eslint/visitor-keys@8.41.0': 5128 5230 dependencies: 5129 5231 '@typescript-eslint/types': 8.41.0 5232 + eslint-visitor-keys: 4.2.1 5233 + 5234 + '@typescript-eslint/visitor-keys@8.42.0': 5235 + dependencies: 5236 + '@typescript-eslint/types': 8.42.0 5130 5237 eslint-visitor-keys: 4.2.1 5131 5238 5132 5239 '@ungap/structured-clone@1.3.0': {} ··· 5305 5412 astro-eslint-parser@1.2.2: 5306 5413 dependencies: 5307 5414 '@astrojs/compiler': 2.12.2 5308 - '@typescript-eslint/scope-manager': 8.41.0 5415 + '@typescript-eslint/scope-manager': 8.42.0 5309 5416 '@typescript-eslint/types': 8.41.0 5310 5417 astrojs-compiler-sync: 1.1.1(@astrojs/compiler@2.12.2) 5311 5418 debug: 4.4.1 ··· 5778 5885 5779 5886 detective-typescript@14.0.0(typescript@5.9.2): 5780 5887 dependencies: 5781 - '@typescript-eslint/typescript-estree': 8.41.0(typescript@5.9.2) 5888 + '@typescript-eslint/typescript-estree': 8.42.0(typescript@5.9.2) 5782 5889 ast-module-types: 6.0.1 5783 5890 node-source-walk: 7.0.1 5784 5891 typescript: 5.9.2