Yet another Astro.js template. No default pages and no components, only DX config.
Bumps the all group with 2 updates: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `astro` from 5.1.1 to 5.1.3 <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/12877">#12877</a> <a href="https://github.com/withastro/astro/commit/73a078835eb92a05c3f681ee025c93d6db85b907"><code>73a0788</code></a> Thanks <a href="https://github.com/bluwy"><code>@bluwy</code></a>! - Fixes sourcemap warning generated by the <code>astro:server-islands</code> Vite plugin</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12906">#12906</a> <a href="https://github.com/withastro/astro/commit/2d89492d73142ed5c7cea9448d841a9892e66598"><code>2d89492</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes a bug that caused pages that return an empty array from getStaticPath to match every path</p> </li> <li> <p><a href="https://github.com/withastro/astro/commit/011fa0f00ce457cb6b582d36b6b5b17aa89f0a70"><code>011fa0f</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - Fixes a case where <code>astro:content</code> types would be erased when restarting the dev server</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12907">#12907</a> <a href="https://github.com/withastro/astro/commit/dbf1275987d4d9724eab471f1600fba9a50aefb8"><code>dbf1275</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - Fixes a regression around the server islands route, which was not passed to the adapters <code>astro:build:done</code> hook</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12818">#12818</a> <a href="https://github.com/withastro/astro/commit/579bd93794b787485479aa3b16554409a0504ed2"><code>579bd93</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes race condition where dev server would attempt to load collections before the content had loaded</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12883">#12883</a> <a href="https://github.com/withastro/astro/commit/fbac92f8bdbb5ee1312726b2a535a81271b3f7d6"><code>fbac92f</code></a> Thanks <a href="https://github.com/kaytwo"><code>@kaytwo</code></a>! - Fixes a bug where responses can be returned before session data is saved</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12815">#12815</a> <a href="https://github.com/withastro/astro/commit/3acc65444c27d87b6f2d61bdfa7df0e0db4e2686"><code>3acc654</code></a> Thanks <a href="https://github.com/ericswpark"><code>@ericswpark</code></a>! - Some non-index files that were incorrectly being treated as index files are now excluded</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12884">#12884</a> <a href="https://github.com/withastro/astro/commit/d7e97a775dda7a851bfc10b06161f9a1d3631ed3"><code>d7e97a7</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Adds <code>render()</code> to stub content types</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12883">#12883</a> <a href="https://github.com/withastro/astro/commit/fbac92f8bdbb5ee1312726b2a535a81271b3f7d6"><code>fbac92f</code></a> Thanks <a href="https://github.com/kaytwo"><code>@kaytwo</code></a>! - Fixes a bug where session data could be corrupted if it is changed after calling .set()</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12827">#12827</a> <a href="https://github.com/withastro/astro/commit/7b5dc6f0f1fbb825f52cd587aa1f7d21d731b3de"><code>7b5dc6f</code></a> Thanks <a href="https://github.com/sinskiy"><code>@sinskiy</code></a>! - Fixes an issue when crawlers try to index Server Islands thinking that Server Islands are pages</p> </li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12798">#12798</a> <a href="https://github.com/withastro/astro/commit/7b0cb852f6336c0f9cc65bd044864004e759d810"><code>7b0cb85</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Improves warning logs for invalid content collection configuration</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12781">#12781</a> <a href="https://github.com/withastro/astro/commit/96c4b925333fede1a53d19657d15e0052da90780"><code>96c4b92</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes a regression that caused <code>default()</code> to not work with <code>reference()</code></p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12820">#12820</a> <a href="https://github.com/withastro/astro/commit/892dd9f6cd3935ce1d4f4dec523b248c2d15da12"><code>892dd9f</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes a bug that caused cookies to not be deleted when destroying a session</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12864">#12864</a> <a href="https://github.com/withastro/astro/commit/440d8a54f7b3d75dd16decb7d9d29e3724bff394"><code>440d8a5</code></a> Thanks <a href="https://github.com/kaytwo"><code>@kaytwo</code></a>! - Fixes a bug where the session ID wasn't correctly regenerated</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12768">#12768</a> <a href="https://github.com/withastro/astro/commit/524c855075bb75696500445fdc31cb2c69b09627"><code>524c855</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes an issue where Astro didn't print error logs when Astro Islands were used in incorrect cases.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12814">#12814</a> <a href="https://github.com/withastro/astro/commit/f12f1118bc4687cc807a4495ffcaafcb0861b7a2"><code>f12f111</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes an issue where Astro didn't log anything in case a file isn't created during the build.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12875">#12875</a> <a href="https://github.com/withastro/astro/commit/e109002c3d5980362788360211e61f11f4394837"><code>e109002</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes a bug in emulated legacy collections where the entry passed to the getCollection filter function did not include the legacy entry fields.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12768">#12768</a> <a href="https://github.com/withastro/astro/commit/524c855075bb75696500445fdc31cb2c69b09627"><code>524c855</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes an issue where Astro was printing the incorrect output format when running the <code>astro build</code> command</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12810">#12810</a> <a href="https://github.com/withastro/astro/commit/70a9f0b984638c21a4da1d83b7d5a5c9940bb693"><code>70a9f0b</code></a> Thanks <a href="https://github.com/louisescher"><code>@louisescher</code></a>! - Fixes server islands failing to check content-type header under certain circumstances</p> <p>Sometimes a reverse proxy or similar service might modify the content-type header to include the charset or other parameters in the media type of the response. This previously wasn't handled by the client-side server island script and thus removed the script without actually placing the requested content in the DOM. This fix makes it so the script checks if the header starts with the proper content type instead of exactly matching <code>text/html</code>, so the following will still be considered a valid header: <code>text/html; charset=utf-8</code></p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12816">#12816</a> <a href="https://github.com/withastro/astro/commit/7fb21844dff893c90dc0a07fd13cefdba61d0a45"><code>7fb2184</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes an issue where an injected route entrypoint wasn't correctly marked because the resolved file path contained a query parameter.</p> <p>This fixes some edge case where some injected entrypoint were not resolved when using an adapter.</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>5.1.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12877">#12877</a> <a href="https://github.com/withastro/astro/commit/73a078835eb92a05c3f681ee025c93d6db85b907"><code>73a0788</code></a> Thanks <a href="https://github.com/bluwy"><code>@bluwy</code></a>! - Fixes sourcemap warning generated by the <code>astro:server-islands</code> Vite plugin</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12906">#12906</a> <a href="https://github.com/withastro/astro/commit/2d89492d73142ed5c7cea9448d841a9892e66598"><code>2d89492</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes a bug that caused pages that return an empty array from getStaticPath to match every path</p> </li> <li> <p><a href="https://github.com/withastro/astro/commit/011fa0f00ce457cb6b582d36b6b5b17aa89f0a70"><code>011fa0f</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - Fixes a case where <code>astro:content</code> types would be erased when restarting the dev server</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12907">#12907</a> <a href="https://github.com/withastro/astro/commit/dbf1275987d4d9724eab471f1600fba9a50aefb8"><code>dbf1275</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - Fixes a regression around the server islands route, which was not passed to the adapters <code>astro:build:done</code> hook</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12818">#12818</a> <a href="https://github.com/withastro/astro/commit/579bd93794b787485479aa3b16554409a0504ed2"><code>579bd93</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes race condition where dev server would attempt to load collections before the content had loaded</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12883">#12883</a> <a href="https://github.com/withastro/astro/commit/fbac92f8bdbb5ee1312726b2a535a81271b3f7d6"><code>fbac92f</code></a> Thanks <a href="https://github.com/kaytwo"><code>@kaytwo</code></a>! - Fixes a bug where responses can be returned before session data is saved</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12815">#12815</a> <a href="https://github.com/withastro/astro/commit/3acc65444c27d87b6f2d61bdfa7df0e0db4e2686"><code>3acc654</code></a> Thanks <a href="https://github.com/ericswpark"><code>@ericswpark</code></a>! - Some non-index files that were incorrectly being treated as index files are now excluded</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12884">#12884</a> <a href="https://github.com/withastro/astro/commit/d7e97a775dda7a851bfc10b06161f9a1d3631ed3"><code>d7e97a7</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Adds <code>render()</code> to stub content types</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12883">#12883</a> <a href="https://github.com/withastro/astro/commit/fbac92f8bdbb5ee1312726b2a535a81271b3f7d6"><code>fbac92f</code></a> Thanks <a href="https://github.com/kaytwo"><code>@kaytwo</code></a>! - Fixes a bug where session data could be corrupted if it is changed after calling .set()</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12827">#12827</a> <a href="https://github.com/withastro/astro/commit/7b5dc6f0f1fbb825f52cd587aa1f7d21d731b3de"><code>7b5dc6f</code></a> Thanks <a href="https://github.com/sinskiy"><code>@sinskiy</code></a>! - Fixes an issue when crawlers try to index Server Islands thinking that Server Islands are pages</p> </li> </ul> <h2>5.1.2</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12798">#12798</a> <a href="https://github.com/withastro/astro/commit/7b0cb852f6336c0f9cc65bd044864004e759d810"><code>7b0cb85</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Improves warning logs for invalid content collection configuration</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12781">#12781</a> <a href="https://github.com/withastro/astro/commit/96c4b925333fede1a53d19657d15e0052da90780"><code>96c4b92</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes a regression that caused <code>default()</code> to not work with <code>reference()</code></p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12820">#12820</a> <a href="https://github.com/withastro/astro/commit/892dd9f6cd3935ce1d4f4dec523b248c2d15da12"><code>892dd9f</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes a bug that caused cookies to not be deleted when destroying a session</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12864">#12864</a> <a href="https://github.com/withastro/astro/commit/440d8a54f7b3d75dd16decb7d9d29e3724bff394"><code>440d8a5</code></a> Thanks <a href="https://github.com/kaytwo"><code>@kaytwo</code></a>! - Fixes a bug where the session ID wasn't correctly regenerated</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12768">#12768</a> <a href="https://github.com/withastro/astro/commit/524c855075bb75696500445fdc31cb2c69b09627"><code>524c855</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes an issue where Astro didn't print error logs when Astro Islands were used in incorrect cases.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12814">#12814</a> <a href="https://github.com/withastro/astro/commit/f12f1118bc4687cc807a4495ffcaafcb0861b7a2"><code>f12f111</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes an issue where Astro didn't log anything in case a file isn't created during the build.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12875">#12875</a> <a href="https://github.com/withastro/astro/commit/e109002c3d5980362788360211e61f11f4394837"><code>e109002</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes a bug in emulated legacy collections where the entry passed to the getCollection filter function did not include the legacy entry fields.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12768">#12768</a> <a href="https://github.com/withastro/astro/commit/524c855075bb75696500445fdc31cb2c69b09627"><code>524c855</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes an issue where Astro was printing the incorrect output format when running the <code>astro build</code> command</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12810">#12810</a> <a href="https://github.com/withastro/astro/commit/70a9f0b984638c21a4da1d83b7d5a5c9940bb693"><code>70a9f0b</code></a> Thanks <a href="https://github.com/louisescher"><code>@louisescher</code></a>! - Fixes server islands failing to check content-type header under certain circumstances</p> <p>Sometimes a reverse proxy or similar service might modify the content-type header to include the charset or other parameters in the media type of the response. This previously wasn't handled by the client-side server island script and thus removed the script without actually placing the requested content in the DOM. This fix makes it so the script checks if the header starts with the proper content type instead of exactly matching <code>text/html</code>, so the following will still be considered a valid header: <code>text/html; charset=utf-8</code></p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12816">#12816</a> <a href="https://github.com/withastro/astro/commit/7fb21844dff893c90dc0a07fd13cefdba61d0a45"><code>7fb2184</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes an issue where an injected route entrypoint wasn't correctly marked because the resolved file path contained a query parameter.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/astro/commit/84b07969ddc3a471a71cbea561483c29ad9fb339"><code>84b0796</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12878">#12878</a>)</li> <li><a href="https://github.com/withastro/astro/commit/011fa0f00ce457cb6b582d36b6b5b17aa89f0a70"><code>011fa0f</code></a> fix: do not generate a stub for content types (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12909">#12909</a>)</li> <li><a href="https://github.com/withastro/astro/commit/96dade6778f940e2f7888a9954176240be5a0889"><code>96dade6</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/dbf1275987d4d9724eab471f1600fba9a50aefb8"><code>dbf1275</code></a> fix: pass server island route to astro:build:done routes (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12907">#12907</a>)</li> <li><a href="https://github.com/withastro/astro/commit/2d89492d73142ed5c7cea9448d841a9892e66598"><code>2d89492</code></a> fix: don't match all paths when returning empty array from getStaticPaths (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/1">#1</a>...</li> <li><a href="https://github.com/withastro/astro/commit/694e4cd83575c3188daedb752d088becc1978940"><code>694e4cd</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/3acc65444c27d87b6f2d61bdfa7df0e0db4e2686"><code>3acc654</code></a> fix: match index files only by using entire basename (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12815">#12815</a>)</li> <li><a href="https://github.com/withastro/astro/commit/fbac92f8bdbb5ee1312726b2a535a81271b3f7d6"><code>fbac92f</code></a> fix: clone session data on .set() (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12883">#12883</a>)</li> <li><a href="https://github.com/withastro/astro/commit/73a078835eb92a05c3f681ee025c93d6db85b907"><code>73a0788</code></a> Fix sourcemap warning in server islands plugin (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12877">#12877</a>)</li> <li><a href="https://github.com/withastro/astro/commit/cbd9bab89ff7e62b4518b9b755526c7dc1a55e08"><code>cbd9bab</code></a> fix(deps): update dependency <code>@preact/signals</code> to v2 (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12811">#12811</a>)</li> <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/[email protected]/packages/astro">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.19.0 to 8.19.1 <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.19.1</h2> <h2>8.19.1 (2025-01-06)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-base-to-string] check array generic type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10437">#10437</a>)</li> <li><strong>eslint-plugin:</strong> [no-shadow] report correctly on parameters of functions declared with the <code>declare</code> keyword (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10543">#10543</a>)</li> <li><strong>eslint-plugin:</strong> [strict-boolean-expressions] remove remaining (unsafe) autofixes (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10548">#10548</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] doesn't report on shorthand property in an object expression (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10550">#10550</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger</li> <li>mdm317</li> <li>Ronen Amiel</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://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.19.1 (2025-01-06)</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/328b7dfe255b2a9c8226db472b21d070f19193af"><code>328b7df</code></a> chore(release): publish 8.19.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4f50f642ece25de4053db1f0785d00a815a491bf"><code>4f50f64</code></a> docs: [return-await] make the rule no longer an extension of ESLint no-return...</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.1/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.