Yet another Astro.js template. No default pages and no components, only DX config.
Bumps the all group with 3 updates: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `astro` from 4.16.9 to 4.16.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/releases">astro's releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12311">#12311</a> <a href="https://github.com/withastro/astro/commit/bf2723e83140099914b29c6d51eb147a065be460"><code>bf2723e</code></a> Thanks <a href="https://github.com/dinesh-58"><code>@dinesh-58</code></a>! - Adds <code>checked</code> to the list of boolean attributes.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12363">#12363</a> <a href="https://github.com/withastro/astro/commit/222f71894cc7118319ce83b3b29fa61a9dbebb75"><code>222f718</code></a> Thanks <a href="https://github.com/Fryuni"><code>@Fryuni</code></a>! - Fixes code generated by <code>astro add</code> command when adding a version of an integration other than the default <code>latest</code>.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12368">#12368</a> <a href="https://github.com/withastro/astro/commit/493fe43cd3ef94b087b8958031ecc964ae73463b"><code>493fe43</code></a> Thanks <a href="https://github.com/bluwy"><code>@bluwy</code></a>! - Improves error logs when executing commands</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12355">#12355</a> <a href="https://github.com/withastro/astro/commit/c4726d7ba8cc93157390ce64d5c8b718ed5cac29"><code>c4726d7</code></a> Thanks <a href="https://github.com/apatel369"><code>@apatel369</code></a>! - Improves error reporting for invalid frontmatter in MDX files during the <code>astro build</code> command. The error message now includes the file path where the frontmatter parsing failed.</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md">astro's changelog</a>.</em></p> <blockquote> <h2>4.16.10</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12311">#12311</a> <a href="https://github.com/withastro/astro/commit/bf2723e83140099914b29c6d51eb147a065be460"><code>bf2723e</code></a> Thanks <a href="https://github.com/dinesh-58"><code>@dinesh-58</code></a>! - Adds <code>checked</code> to the list of boolean attributes.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12363">#12363</a> <a href="https://github.com/withastro/astro/commit/222f71894cc7118319ce83b3b29fa61a9dbebb75"><code>222f718</code></a> Thanks <a href="https://github.com/Fryuni"><code>@Fryuni</code></a>! - Fixes code generated by <code>astro add</code> command when adding a version of an integration other than the default <code>latest</code>.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12368">#12368</a> <a href="https://github.com/withastro/astro/commit/493fe43cd3ef94b087b8958031ecc964ae73463b"><code>493fe43</code></a> Thanks <a href="https://github.com/bluwy"><code>@bluwy</code></a>! - Improves error logs when executing commands</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12355">#12355</a> <a href="https://github.com/withastro/astro/commit/c4726d7ba8cc93157390ce64d5c8b718ed5cac29"><code>c4726d7</code></a> Thanks <a href="https://github.com/apatel369"><code>@apatel369</code></a>! - Improves error reporting for invalid frontmatter in MDX files during the <code>astro build</code> command. The error message now includes the file path where the frontmatter parsing failed.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/astro/commit/e10b03e88c22592fbb42d7245b65c4f486ab736d"><code>e10b03e</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12369">#12369</a>)</li> <li><a href="https://github.com/withastro/astro/commit/b7e46910fb90b78c0754c65d572375cd27646c29"><code>b7e4691</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12366">#12366</a>)</li> <li><a href="https://github.com/withastro/astro/commit/bf2723e83140099914b29c6d51eb147a065be460"><code>bf2723e</code></a> add <code>checked</code> to htmlBooleanAttributes (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12311">#12311</a>)</li> <li><a href="https://github.com/withastro/astro/commit/c4726d7ba8cc93157390ce64d5c8b718ed5cac29"><code>c4726d7</code></a> fix: show file name with invalid frontmatter errors for MDX (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12355">#12355</a>)</li> <li><a href="https://github.com/withastro/astro/commit/222f71894cc7118319ce83b3b29fa61a9dbebb75"><code>222f718</code></a> Fix <code>astro add</code> generated import identifier (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12363">#12363</a>)</li> <li><a href="https://github.com/withastro/astro/commit/493fe43cd3ef94b087b8958031ecc964ae73463b"><code>493fe43</code></a> Improve tinyexec errors (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12368">#12368</a>)</li> <li>See full diff in <a href="https://github.com/withastro/astro/commits/[email protected]/packages/astro">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-astro` from 1.3.0 to 1.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ota-meshi/eslint-plugin-astro/releases">eslint-plugin-astro's releases</a>.</em></p> <blockquote> <h2>v1.3.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/pull/445">#445</a> <a href="https://github.com/ota-meshi/eslint-plugin-astro/commit/11339627950f183fdf29b772477386b290445d6e"><code>1133962</code></a> Thanks <a href="https://github.com/stefanprobst"><code>@stefanprobst</code></a>! - fix: preserve whitespace between attributes in sort-attributes rule</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md">eslint-plugin-astro's changelog</a>.</em></p> <blockquote> <h2>1.3.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/pull/445">#445</a> <a href="https://github.com/ota-meshi/eslint-plugin-astro/commit/11339627950f183fdf29b772477386b290445d6e"><code>1133962</code></a> Thanks <a href="https://github.com/stefanprobst"><code>@stefanprobst</code></a>! - fix: preserve whitespace between attributes in sort-attributes rule</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ota-meshi/eslint-plugin-astro/commit/37a77ef36745ab410963e90ac2c9b6b4da167aad"><code>37a77ef</code></a> chore: release eslint-plugin-astro (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/issues/446">#446</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-astro/commit/11339627950f183fdf29b772477386b290445d6e"><code>1133962</code></a> fix: preserve whitespace between attributes in sort-attributes rule (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/issues/445">#445</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-astro/commit/6ffa048f4e7a6d6853029a8299eb5c22372ca60d"><code>6ffa048</code></a> fix(deps): update dependency eslint-compat-utils to ^0.6.0 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/issues/443">#443</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-astro/commit/db90a412381f7c6c3f316e7b39dfb88bbf7b17a0"><code>db90a41</code></a> chore: add doc-renderer for generating & updating detailed rule docs (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/issues/442">#442</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-astro/commit/ae7c6a4d7ce0500fcf61d86bcc4db6f11309449f"><code>ae7c6a4</code></a> chore(deps): update dependency postcss-nested to v7 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/issues/441">#441</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-astro/commit/6579f49c28a81618b0d2c41118c893e0943764bc"><code>6579f49</code></a> chore(deps): update dependency <code>@types/node</code> to v22 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/issues/440">#440</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-astro/commit/b525f44feb897e686982256079e91a2f39e4bc64"><code>b525f44</code></a> fix(deps): update dependency postcss-selector-parser to v7 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/issues/435">#435</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-astro/commit/5db7673c04e73d1fc22a6807ab9a74afd0d718cc"><code>5db7673</code></a> chore(deps): update coverallsapp/github-action action to v2.3.4 (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/issues/436">#436</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-astro/commit/8d9e0a2a158a80ddc780fd05b39e31673096d2c3"><code>8d9e0a2</code></a> chore: move 'utils/rules.ts' to 'rules/index.ts' (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/issues/439">#439</a>)</li> <li><a href="https://github.com/ota-meshi/eslint-plugin-astro/commit/fd8bc14d123933445f45313f52e99eebe8ae428b"><code>fd8bc14</code></a> chore: remove redundant assignments & use "createRequire" (<a href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/issues/437">#437</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ota-meshi/eslint-plugin-astro/compare/v1.3.0...v1.3.1">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.13.0 to 8.14.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.14.0</h2> <h2>8.14.0 (2024-11-11)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-confusing-void-expression] add an option to ignore void<!-- raw HTML omitted -->void (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10067">#10067</a>)</li> <li><strong>eslint-plugin:</strong> [await-thenable] report unnecessary <code>await using</code> statements (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10209">#10209</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>deps:</strong> update dependency eslint to v9.14.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10309">#10309</a>)</li> <li><strong>deps:</strong> update docusaurus monorepo to v3.6.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10319">#10319</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] improve error message for literal comparisons (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10194">#10194</a>)</li> <li><strong>eslint-plugin:</strong> [no-misused-promises] improve report loc for methods (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10216">#10216</a>)</li> <li><strong>scope-manager:</strong> fix asserted increments not being marked as write references (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10271">#10271</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Gyumong <a href="https://github.com/Gyumong"><code>@Gyumong</code></a></li> <li>Jan Ochwat <a href="https://github.com/janek515"><code>@janek515</code></a></li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>Ronen Amiel</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/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/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h2>8.14.0 (2024-11-11)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/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/16fba0aff86652d6190302d8b29b7f3fb9c64664"><code>16fba0a</code></a> chore(release): publish 8.14.0</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.14.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dependabot[bot] and has received 0 comments.