Yet another Astro.js template. No default pages and no components, only DX config.
Bumps the all group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) | `5.1.5` | `6.0.0` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.1.8` | `5.2.2` | | [astro-font](https://github.com/rishi-raj-jain/astro-font) | `0.1.81` | `1.0.0` | | [eslint](https://github.com/eslint/eslint) | `9.18.0` | `9.19.0` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `15.4.1` | `15.4.3` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.21.0` | `8.22.0` | Updates `@astrojs/tailwind` from 5.1.5 to 6.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/releases"><code>@astrojs/tailwind</code>'s releases</a>.</em></p> <blockquote> <h2><code>@astrojs/tailwind</code><a href="https://github.com/6"><code>@6</code></a>.0.0</h2> <h3>Major Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13049">#13049</a> <a href="https://github.com/withastro/astro/commit/2ed4bd90f25a3e5a183d0bc862e3b359b8289b93"><code>2ed4bd9</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - Deprecates the integration</p> <p>Tailwind CSS now offers a Vite plugin which is the preferred way to use Tailwind 4 in Astro. Please uninstall <code>@astrojs/tailwind</code> and follow the <a href="https://tailwindcss.com/docs/installation/framework-guides/astro">Tailwind documentation for manual installation</a>.</p> <p>This updated major version is only provided as a convenience for existing projects until they are able to migrate to the new plugin. It offers no additional functionality and is no longer recommended, but may continue to be used in your projects until it is removed entirely.</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/blob/main/packages/integrations/tailwind/CHANGELOG.md"><code>@astrojs/tailwind</code>'s changelog</a>.</em></p> <blockquote> <h2>6.0.0</h2> <h3>Major Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13049">#13049</a> <a href="https://github.com/withastro/astro/commit/2ed4bd90f25a3e5a183d0bc862e3b359b8289b93"><code>2ed4bd9</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - Deprecates the integration</p> <p>Tailwind CSS now offers a Vite plugin which is the preferred way to use Tailwind 4 in Astro. Please uninstall <code>@astrojs/tailwind</code> and follow the <a href="https://tailwindcss.com/docs/installation/framework-guides/astro">Tailwind documentation for manual installation</a>.</p> <p>This updated major version is only provided as a convenience for existing projects until they are able to migrate to the new plugin. It offers no additional functionality and is no longer recommended, but may continue to be used in your projects until it is removed entirely.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/astro/commit/f6b7839411233c95af529eb0eee098c24e1d9d80"><code>f6b7839</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind/issues/13086">#13086</a>)</li> <li><a href="https://github.com/withastro/astro/commit/61ef2d9179f543cc932f98e3e0e91586f7341510"><code>61ef2d9</code></a> chore: upgrade Vite and update tests (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind/issues/13076">#13076</a>)</li> <li>See full diff in <a href="https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/tailwind">compare view</a></li> </ul> </details> <br /> Updates `astro` from 5.1.8 to 5.2.2 <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><a href="https://redirect.github.com/withastro/astro/pull/13106">#13106</a> <a href="https://github.com/withastro/astro/commit/187c4d3244a27c9b4e7e3cbe6307b01161140ca1"><code>187c4d3</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes a bug that caused peer dependency errors when running <code>astro add tailwind</code></li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/13095">#13095</a> <a href="https://github.com/withastro/astro/commit/740eb6019f405781a3918941d3bfb34a7bda1a3d"><code>740eb60</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes a bug that caused some dev server asset requests to return 404 when trailingSlash was set to "always"</li> </ul> <h2>[email protected]</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12994">#12994</a> <a href="https://github.com/withastro/astro/commit/536175528dbbe75aa978d615ba2517b64bad7879"><code>5361755</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Redirects trailing slashes for on-demand pages</p> <p>When the <code>trailingSlash</code> option is set to <code>always</code> or <code>never</code>, on-demand rendered pages will now redirect to the correct URL when the trailing slash doesn't match the configuration option. This was previously the case for static pages, but now works for on-demand pages as well.</p> <p>Now, it doesn't matter whether your visitor navigates to <code>/about/</code>, <code>/about</code>, or even <code>/about///</code>. In production, they'll always end up on the correct page. For GET requests, the redirect will be a 301 (permanent) redirect, and for all other request methods, it will be a 308 (permanent, and preserve the request method) redirect.</p> <p>In development, you'll see a helpful 404 page to alert you of a trailing slash mismatch so you can troubleshoot routes.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12979">#12979</a> <a href="https://github.com/withastro/astro/commit/e621712109b79313b24924ec4f0ba4f8ab6201c2"><code>e621712</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Adds support for redirecting to external sites with the <a href="https://docs.astro.build/en/reference/configuration-reference/#redirects"><code>redirects</code></a> configuration option.</p> <p>Now, you can redirect routes either internally to another path or externally by providing a URL beginning with <code>http</code> or <code>https</code>:</p> <pre lang="js"><code>// astro.config.mjs import { defineConfig } from 'astro/config'; <p>export default defineConfig({ redirects: { '/blog': '<a href="https://example.com/blog">https://example.com/blog</a>', '/news': { status: 302, destination: '<a href="https://example.com/news">https://example.com/news</a>', }, }, }); </code></pre></p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13084">#13084</a> <a href="https://github.com/withastro/astro/commit/0f3be3104e62d5b50dabfb15023f97954a160b8e"><code>0f3be31</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Adds a new experimental virtual module <code>astro:config</code> that exposes a type-safe subset of your <code>astro.config.mjs</code> configuration</p> <p>The virtual module exposes two sub-paths for controlled access to your configuration:</p> <ul> <li><code>astro:config/client</code>: exposes config information that is safe to expose to the client.</li> <li><code>astro:config/server</code>: exposes additional information that is safe to expose to the server, such as file/dir paths.</li> </ul> <p>To enable this new virtual module, add the <code>experimental.serializeManifest</code> feature flag to your Astro config:</p> <pre lang="js"><code></code></pre> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.2.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/13106">#13106</a> <a href="https://github.com/withastro/astro/commit/187c4d3244a27c9b4e7e3cbe6307b01161140ca1"><code>187c4d3</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes a bug that caused peer dependency errors when running <code>astro add tailwind</code></li> </ul> <h2>5.2.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/13095">#13095</a> <a href="https://github.com/withastro/astro/commit/740eb6019f405781a3918941d3bfb34a7bda1a3d"><code>740eb60</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes a bug that caused some dev server asset requests to return 404 when trailingSlash was set to "always"</li> </ul> <h2>5.2.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12994">#12994</a> <a href="https://github.com/withastro/astro/commit/536175528dbbe75aa978d615ba2517b64bad7879"><code>5361755</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Redirects trailing slashes for on-demand pages</p> <p>When the <code>trailingSlash</code> option is set to <code>always</code> or <code>never</code>, on-demand rendered pages will now redirect to the correct URL when the trailing slash doesn't match the configuration option. This was previously the case for static pages, but now works for on-demand pages as well.</p> <p>Now, it doesn't matter whether your visitor navigates to <code>/about/</code>, <code>/about</code>, or even <code>/about///</code>. In production, they'll always end up on the correct page. For GET requests, the redirect will be a 301 (permanent) redirect, and for all other request methods, it will be a 308 (permanent, and preserve the request method) redirect.</p> <p>In development, you'll see a helpful 404 page to alert you of a trailing slash mismatch so you can troubleshoot routes.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12979">#12979</a> <a href="https://github.com/withastro/astro/commit/e621712109b79313b24924ec4f0ba4f8ab6201c2"><code>e621712</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Adds support for redirecting to external sites with the <a href="https://docs.astro.build/en/reference/configuration-reference/#redirects"><code>redirects</code></a> configuration option.</p> <p>Now, you can redirect routes either internally to another path or externally by providing a URL beginning with <code>http</code> or <code>https</code>:</p> <pre lang="js"><code>// astro.config.mjs import { defineConfig } from 'astro/config'; <p>export default defineConfig({ redirects: { '/blog': '<a href="https://example.com/blog">https://example.com/blog</a>', '/news': { status: 302, destination: '<a href="https://example.com/news">https://example.com/news</a>', }, }, }); </code></pre></p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13084">#13084</a> <a href="https://github.com/withastro/astro/commit/0f3be3104e62d5b50dabfb15023f97954a160b8e"><code>0f3be31</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Adds a new experimental virtual module <code>astro:config</code> that exposes a type-safe subset of your <code>astro.config.mjs</code> configuration</p> <p>The virtual module exposes two sub-paths for controlled access to your configuration:</p> <ul> <li><code>astro:config/client</code>: exposes config information that is safe to expose to the client.</li> <li><code>astro:config/server</code>: exposes additional information that is safe to expose to the server, such as file/dir paths.</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/astro/commit/6430aee5c79767036c7970af92a09bd8665a4836"><code>6430aee</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/13108">#13108</a>)</li> <li><a href="https://github.com/withastro/astro/commit/187c4d3244a27c9b4e7e3cbe6307b01161140ca1"><code>187c4d3</code></a> fix: exclude tailwind package when installing integration (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/13106">#13106</a>)</li> <li><a href="https://github.com/withastro/astro/commit/3b10b97a4fecd1dfd959b160a07b5b8427fe40a7"><code>3b10b97</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/13096">#13096</a>)</li> <li><a href="https://github.com/withastro/astro/commit/23e631c3ddb2e65e700e2a69e51f4112fced6e08"><code>23e631c</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/740eb6019f405781a3918941d3bfb34a7bda1a3d"><code>740eb60</code></a> fix: exclude Vite requests from trailing slash handling (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/13095">#13095</a>)</li> <li><a href="https://github.com/withastro/astro/commit/f6b7839411233c95af529eb0eee098c24e1d9d80"><code>f6b7839</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/13086">#13086</a>)</li> <li><a href="https://github.com/withastro/astro/commit/0f10384d0338dcd9993963e7538f008bcda38bdb"><code>0f10384</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/037495d437d2328bf10ffadc22cc114ccf474c65"><code>037495d</code></a> feat: content layer typings (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12666">#12666</a>)</li> <li><a href="https://github.com/withastro/astro/commit/23881e716457c358c8adf929a62f52237cef27cd"><code>23881e7</code></a> docs: update <code>integrations</code> JSDoc to replace Tailwind integration (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/13089">#13089</a>)</li> <li><a href="https://github.com/withastro/astro/commit/61ef2d9179f543cc932f98e3e0e91586f7341510"><code>61ef2d9</code></a> chore: upgrade Vite and update tests (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/13076">#13076</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 `astro-font` from 0.1.81 to 1.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rishi-raj-jain/astro-font/releases">astro-font's releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <p>With <code>astro-font@^1.0.0</code>, the library now ensures that the <code>basePath</code> specified in the font configuration exists, and the font name specified is enclosed under quotes which allows whitespaces in the name of the font.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rishi-raj-jain/astro-font/commit/e567d89067bc00b2c570f0215e9bf16060119b0f"><code>e567d89</code></a> update version</li> <li><a href="https://github.com/rishi-raj-jain/astro-font/commit/9483727c86d575f8edae90cd60fa99c8a9727074"><code>9483727</code></a> latest dependencies using pnpm</li> <li><a href="https://github.com/rishi-raj-jain/astro-font/commit/ccb7a15a1e48a35e9f950028f373060426ad5bf7"><code>ccb7a15</code></a> fix <a href="https://redirect.github.com/rishi-raj-jain/astro-font/issues/26">#26</a></li> <li><a href="https://github.com/rishi-raj-jain/astro-font/commit/4c993a84283265bf9c66b120e7cc13ad5c6d5822"><code>4c993a8</code></a> fix <a href="https://redirect.github.com/rishi-raj-jain/astro-font/issues/28">#28</a></li> <li>See full diff in <a href="https://github.com/rishi-raj-jain/astro-font/compare/0.1.81...1.0.0">compare view</a></li> </ul> </details> <br /> Updates `eslint` from 9.18.0 to 9.19.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v9.19.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/1637b8e87df5c7f58ab71e0e159f4b96c998e070"><code>1637b8e</code></a> feat: add <code>--report-unused-inline-configs</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19201">#19201</a>) (Josh Goldberg ✨)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/aae67172ab9631b4267fc03f64d3c3d6d1fcda73"><code>aae6717</code></a> fix: sync rule type header comments automatically (<a href="https://redirect.github.com/eslint/eslint/issues/19276">#19276</a>) (Francesco Trotta)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/cfea9abe0e27cf2ce1d27232b8c70555397e141b"><code>cfea9ab</code></a> docs: Clarify overrideConfig option (<a href="https://redirect.github.com/eslint/eslint/issues/19370">#19370</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/2b84f666cd7474bb061e2f12205af57f5dbb89d6"><code>2b84f66</code></a> docs: Update README (<a href="https://redirect.github.com/eslint/eslint/issues/19362">#19362</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/044f93cbbe71a45130156004509083814e2b9669"><code>044f93c</code></a> docs: clarify frozen rule description (<a href="https://redirect.github.com/eslint/eslint/issues/19351">#19351</a>) (Pavel)</li> <li><a href="https://github.com/eslint/eslint/commit/797ee7c0d669678b90c5d5742228bc7b24353f79"><code>797ee7c</code></a> docs: fix Bluesky links (<a href="https://redirect.github.com/eslint/eslint/issues/19368">#19368</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/81a9c0ebc33dd33765711296f827c4448c80163d"><code>81a9c0e</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/093fb3d40286588c2c425b738426ebfe5d142a63"><code>093fb3d</code></a> docs: replace <code>var</code> with <code>let</code> and <code>const</code> in rule examples (<a href="https://redirect.github.com/eslint/eslint/issues/19365">#19365</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/417de3298527e4f257e1ae7b02e1df9db3c9ed33"><code>417de32</code></a> docs: replace var with const in rule examples (<a href="https://redirect.github.com/eslint/eslint/issues/19352">#19352</a>) (jj)</li> <li><a href="https://github.com/eslint/eslint/commit/17f2aaec16d5afbb0d219bce6ae01d7b15d74828"><code>17f2aae</code></a> docs: update getting-started config to match default generated config (<a href="https://redirect.github.com/eslint/eslint/issues/19308">#19308</a>) (0xDev)</li> <li><a href="https://github.com/eslint/eslint/commit/8a0a5a8851f72982327c2aa3a41403963f025771"><code>8a0a5a8</code></a> docs: better <code>global ignores</code> instruction (<a href="https://redirect.github.com/eslint/eslint/issues/19297">#19297</a>) (Jacopo Marrone)</li> <li><a href="https://github.com/eslint/eslint/commit/6671a2cd8ccc710fefbccad9a813c3bea5f76c68"><code>6671a2c</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/e39d3f22ff793db42e1f1fc3808cbb12fc513118"><code>e39d3f2</code></a> docs: fix divider for rule category (<a href="https://redirect.github.com/eslint/eslint/issues/19264">#19264</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/e0cf53f80a4b127524e0badc8999d5d1a247143f"><code>e0cf53f</code></a> docs: fix search result box position for small screens (<a href="https://redirect.github.com/eslint/eslint/issues/19328">#19328</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/f92a6803a10c66cf77408b2bf29c17bcd63b1049"><code>f92a680</code></a> docs: replace var with let or const in rule examples (<a href="https://redirect.github.com/eslint/eslint/issues/19331">#19331</a>) (Ravi Teja Kolla)</li> <li><a href="https://github.com/eslint/eslint/commit/b04b84bc17d4aaaea1326cb08196593624db02a2"><code>b04b84b</code></a> docs: revert accidental changes in TS config files docs (<a href="https://redirect.github.com/eslint/eslint/issues/19336">#19336</a>) (Francesco Trotta)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/9b9cb0584867916d50aa2e9590b132e2ef8ca59c"><code>9b9cb05</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.19.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19371">#19371</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/58560e70bb4dcb305343fcd7c893ac56a404f674"><code>58560e7</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/20897070913418078d8f1ea9a877d223650dff73"><code>2089707</code></a> test: fix failing test in Node.js v22.13.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19345">#19345</a>) (Francesco Trotta)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p> <blockquote> <p>v9.19.0 - January 24, 2025</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/9b9cb0584867916d50aa2e9590b132e2ef8ca59c"><code>9b9cb05</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.19.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19371">#19371</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/58560e70bb4dcb305343fcd7c893ac56a404f674"><code>58560e7</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/cfea9abe0e27cf2ce1d27232b8c70555397e141b"><code>cfea9ab</code></a> docs: Clarify overrideConfig option (<a href="https://redirect.github.com/eslint/eslint/issues/19370">#19370</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/2b84f666cd7474bb061e2f12205af57f5dbb89d6"><code>2b84f66</code></a> docs: Update README (<a href="https://redirect.github.com/eslint/eslint/issues/19362">#19362</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/044f93cbbe71a45130156004509083814e2b9669"><code>044f93c</code></a> docs: clarify frozen rule description (<a href="https://redirect.github.com/eslint/eslint/issues/19351">#19351</a>) (Pavel)</li> <li><a href="https://github.com/eslint/eslint/commit/797ee7c0d669678b90c5d5742228bc7b24353f79"><code>797ee7c</code></a> docs: fix Bluesky links (<a href="https://redirect.github.com/eslint/eslint/issues/19368">#19368</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/81a9c0ebc33dd33765711296f827c4448c80163d"><code>81a9c0e</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/093fb3d40286588c2c425b738426ebfe5d142a63"><code>093fb3d</code></a> docs: replace <code>var</code> with <code>let</code> and <code>const</code> in rule examples (<a href="https://redirect.github.com/eslint/eslint/issues/19365">#19365</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/417de3298527e4f257e1ae7b02e1df9db3c9ed33"><code>417de32</code></a> docs: replace var with const in rule examples (<a href="https://redirect.github.com/eslint/eslint/issues/19352">#19352</a>) (jj)</li> <li><a href="https://github.com/eslint/eslint/commit/17f2aaec16d5afbb0d219bce6ae01d7b15d74828"><code>17f2aae</code></a> docs: update getting-started config to match default generated config (<a href="https://redirect.github.com/eslint/eslint/issues/19308">#19308</a>) (0xDev)</li> <li><a href="https://github.com/eslint/eslint/commit/aae67172ab9631b4267fc03f64d3c3d6d1fcda73"><code>aae6717</code></a> fix: sync rule type header comments automatically (<a href="https://redirect.github.com/eslint/eslint/issues/19276">#19276</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/8a0a5a8851f72982327c2aa3a41403963f025771"><code>8a0a5a8</code></a> docs: better <code>global ignores</code> instruction (<a href="https://redirect.github.com/eslint/eslint/issues/19297">#19297</a>) (Jacopo Marrone)</li> <li><a href="https://github.com/eslint/eslint/commit/20897070913418078d8f1ea9a877d223650dff73"><code>2089707</code></a> test: fix failing test in Node.js v22.13.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19345">#19345</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/6671a2cd8ccc710fefbccad9a813c3bea5f76c68"><code>6671a2c</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/1637b8e87df5c7f58ab71e0e159f4b96c998e070"><code>1637b8e</code></a> feat: add <code>--report-unused-inline-configs</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19201">#19201</a>) (Josh Goldberg ✨)</li> <li><a href="https://github.com/eslint/eslint/commit/e39d3f22ff793db42e1f1fc3808cbb12fc513118"><code>e39d3f2</code></a> docs: fix divider for rule category (<a href="https://redirect.github.com/eslint/eslint/issues/19264">#19264</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/e0cf53f80a4b127524e0badc8999d5d1a247143f"><code>e0cf53f</code></a> docs: fix search result box position for small screens (<a href="https://redirect.github.com/eslint/eslint/issues/19328">#19328</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/f92a6803a10c66cf77408b2bf29c17bcd63b1049"><code>f92a680</code></a> docs: replace var with let or const in rule examples (<a href="https://redirect.github.com/eslint/eslint/issues/19331">#19331</a>) (Ravi Teja Kolla)</li> <li><a href="https://github.com/eslint/eslint/commit/b04b84bc17d4aaaea1326cb08196593624db02a2"><code>b04b84b</code></a> docs: revert accidental changes in TS config files docs (<a href="https://redirect.github.com/eslint/eslint/issues/19336">#19336</a>) (Francesco Trotta)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/208e0b199f5d5f9dd173e58e3f5db19c1f0c38ed"><code>208e0b1</code></a> 9.19.0</li> <li><a href="https://github.com/eslint/eslint/commit/196dfdace64d095f2facb3d8ebed1be9cb2ccab3"><code>196dfda</code></a> Build: changelog update for 9.19.0</li> <li><a href="https://github.com/eslint/eslint/commit/9b9cb0584867916d50aa2e9590b132e2ef8ca59c"><code>9b9cb05</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.19.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19371">#19371</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/58560e70bb4dcb305343fcd7c893ac56a404f674"><code>58560e7</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/cfea9abe0e27cf2ce1d27232b8c70555397e141b"><code>cfea9ab</code></a> docs: Clarify overrideConfig option (<a href="https://redirect.github.com/eslint/eslint/issues/19370">#19370</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/2b84f666cd7474bb061e2f12205af57f5dbb89d6"><code>2b84f66</code></a> docs: Update README (<a href="https://redirect.github.com/eslint/eslint/issues/19362">#19362</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/044f93cbbe71a45130156004509083814e2b9669"><code>044f93c</code></a> docs: clarify frozen rule description (<a href="https://redirect.github.com/eslint/eslint/issues/19351">#19351</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/797ee7c0d669678b90c5d5742228bc7b24353f79"><code>797ee7c</code></a> docs: fix Bluesky links (<a href="https://redirect.github.com/eslint/eslint/issues/19368">#19368</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/81a9c0ebc33dd33765711296f827c4448c80163d"><code>81a9c0e</code></a> docs: Update README</li> <li><a href="https://github.com/eslint/eslint/commit/093fb3d40286588c2c425b738426ebfe5d142a63"><code>093fb3d</code></a> docs: replace <code>var</code> with <code>let</code> and <code>const</code> in rule examples (<a href="https://redirect.github.com/eslint/eslint/issues/19365">#19365</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.18.0...v9.19.0">compare view</a></li> </ul> </details> <br /> Updates `lint-staged` from 15.4.1 to 15.4.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lint-staged/lint-staged/releases">lint-staged's releases</a>.</em></p> <blockquote> <h2>v15.4.3</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1512">#1512</a> <a href="https://github.com/lint-staged/lint-staged/commit/cbfed1dfd2465c4198c692955281f0836600bea1"><code>cbfed1d</code></a> Thanks <a href="https://github.com/tarik02"><code>@tarik02</code></a>! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.</li> </ul> <h2>v15.4.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1509">#1509</a> <a href="https://github.com/lint-staged/lint-staged/commit/8827ebf29dc8f25149a36450b4a0023425202e18"><code>8827ebf</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - Change <em>lint-staged</em>'s dependencies to use <a href="https://docs.npmjs.com/cli/v6/using-npm/semver#caret-ranges-123-025-004">caret (<code>^</code>) ranges</a> instead of <a href="https://docs.npmjs.com/cli/v6/using-npm/semver#tilde-ranges-123-12-1">tilde (<code>~</code>)</a>. This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md">lint-staged's changelog</a>.</em></p> <blockquote> <h2>15.4.3</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1512">#1512</a> <a href="https://github.com/lint-staged/lint-staged/commit/cbfed1dfd2465c4198c692955281f0836600bea1"><code>cbfed1d</code></a> Thanks <a href="https://github.com/tarik02"><code>@tarik02</code></a>! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.</li> </ul> <h2>15.4.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1509">#1509</a> <a href="https://github.com/lint-staged/lint-staged/commit/8827ebf29dc8f25149a36450b4a0023425202e18"><code>8827ebf</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - Change <em>lint-staged</em>'s dependencies to use <a href="https://docs.npmjs.com/cli/v6/using-npm/semver#caret-ranges-123-025-004">caret (<code>^</code>) ranges</a> instead of <a href="https://docs.npmjs.com/cli/v6/using-npm/semver#tilde-ranges-123-12-1">tilde (<code>~</code>)</a>. This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lint-staged/lint-staged/commit/e53f950dd74255226f8ecdcfe0aa0a9ebd820277"><code>e53f950</code></a> chore(changeset): release</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/089da567b48af34a70a35552a1f27c4706bbd1b4"><code>089da56</code></a> test: fail Jest when coverage is under 100%</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/19aa461358ecf194fdd22366b3b94026656e033b"><code>19aa461</code></a> ci: remove code coverage action since it's not working in PRs from forks</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/cbfed1dfd2465c4198c692955281f0836600bea1"><code>cbfed1d</code></a> fix: update types.d.ts (<a href="https://redirect.github.com/lint-staged/lint-staged/issues/1512">#1512</a>)</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/aef9e5c83473505665f1d27c350cad1abc831a17"><code>aef9e5c</code></a> chore(changeset): release (<a href="https://redirect.github.com/lint-staged/lint-staged/issues/1510">#1510</a>)</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/8827ebf29dc8f25149a36450b4a0023425202e18"><code>8827ebf</code></a> build(dependencies): update dependencies and switch to caret ranges (<a href="https://redirect.github.com/lint-staged/lint-staged/issues/1509">#1509</a>)</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/7f69b3f5058d88050dbcef94218a15cc82e28600"><code>7f69b3f</code></a> docs: generalize description from 'linting' to 'tasks' (<a href="https://redirect.github.com/lint-staged/lint-staged/issues/1507">#1507</a>)</li> <li>See full diff in <a href="https://github.com/lint-staged/lint-staged/compare/v15.4.1...v15.4.3">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.21.0 to 8.22.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.22.0</h2> <h2>8.22.0 (2025-01-27)</h2> <h3>🚀 Features</h3> <ul> <li><strong>parser:</strong> add standalone isolatedDeclarations option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10499">#10499</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10517">#10517</a>)</li> <li><strong>eslint-plugin:</strong> [no-duplicate-type-constituents] handle nested types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10638">#10638</a>)</li> <li><strong>eslint-plugin:</strong> [no-shadow] don't report unnecessarily on valid ways of using module augmentation (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10616">#10616</a>)</li> <li><strong>eslint-plugin:</strong> [no-extraneous-class] handle accessor keyword (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10678">#10678</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10552">#10552</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-template-expression] handle template literal type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10612">#10612</a>)</li> <li><strong>type-utils:</strong> support matching intersection types in <code>TypeOrValueSpecifier</code> with a <code>PackageSpecifier</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10667">#10667</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</li> <li>mdm317</li> <li>Olivier Zalmanski <a href="https://github.com/OlivierZal"><code>@OlivierZal</code></a></li> <li>Ronen Amiel</li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@yeonjuan</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.22.0 (2025-01-27)</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/94e809808a445dde05ab6f284dec010269482eb5"><code>94e8098</code></a> chore(release): publish 8.22.0</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.22.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.