Skip to content

Commit

Permalink
chore(deps): bump the all group across 1 directory with 10 updates (#…
Browse files Browse the repository at this point in the history
…1610)

Bumps the all group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
|
[@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx)
| `3.1.9` | `4.0.2` |
|
[@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss)
| `4.0.9` | `4.0.10` |
|
[@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind)
| `5.1.2` | `5.1.3` |
| [@xmldom/xmldom](https://github.com/xmldom/xmldom) | `0.9.5` | `0.9.6`
|
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) |
`4.16.16` | `5.0.5` |
| [htmx.org](https://github.com/bigskysoftware/htmx) | `2.0.3` | `2.0.4`
|
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.15`
| `3.4.16` |
|
[@iconify/tailwind](https://github.com/iconify/iconify/tree/HEAD/plugins/tailwind)
| `1.1.3` | `1.2.0` |
| [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) |
`1.2.13` | `1.2.15` |
| [prettier](https://github.com/prettier/prettier) | `3.4.1` | `3.4.2` |


Updates `@astrojs/mdx` from 3.1.9 to 4.0.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/withastro/astro/releases"><code>@​astrojs/mdx</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​astrojs/mdx</code><a
href="https://github.com/4"><code>@​4</code></a>.0.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a
href="https://github.com/withastro/astro/commit/f13417bfbf73130c224752379e2da33084f89554"><code>f13417b</code></a>,
<a
href="https://github.com/withastro/astro/commit/87231b1168da66bb593f681206c42fa555dfcabc"><code>87231b1</code></a>,
<a
href="https://github.com/withastro/astro/commit/a71e9b93b317edc0ded49d4d50f1b7841c8cd428"><code>a71e9b9</code></a>]:
<ul>
<li><code>@​astrojs/markdown-remark</code><a
href="https://github.com/6"><code>@​6</code></a>.0.1</li>
</ul>
</li>
</ul>
<h2><code>@​astrojs/mdx</code><a
href="https://github.com/4"><code>@​4</code></a>.0.1</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/withastro/astro/pull/12594">#12594</a>
<a
href="https://github.com/withastro/astro/commit/4f2fd0a0d67a748af8b611b9afc7d4c789f7c8cc"><code>4f2fd0a</code></a>
Thanks <a
href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! -
Fixes compatibility with Astro 5</li>
</ul>
<h2><code>@​astrojs/mdx</code><a
href="https://github.com/4"><code>@​4</code></a>.0.0</h2>
<h3>Major Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12231">#12231</a>
<a
href="https://github.com/withastro/astro/commit/90ae100cf482529828febed591172433309bc12e"><code>90ae100</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Handles the breaking change in Astro where content pages (including
<code>.mdx</code> pages located within <code>src/pages/</code>) no
longer respond with <code>charset=utf-8</code> in the
<code>Content-Type</code> header.</p>
<p>For MDX pages without layouts, <code>@astrojs/mdx</code> will
automatically add the <code>&lt;meta
charset=&quot;utf-8&quot;&gt;</code> tag to the page by default. This
reduces the boilerplate needed to write with non-ASCII characters. If
your MDX pages have a layout, the layout component should include the
<code>&lt;meta charset=&quot;utf-8&quot;&gt;</code> tag.</p>
<p>If you require <code>charset=utf-8</code> to render your page
correctly, make sure that your layout components have the <code>&lt;meta
charset=&quot;utf-8&quot;&gt;</code> tag added.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12008">#12008</a>
<a
href="https://github.com/withastro/astro/commit/560833843c6d3ce2b6c6c473ec4ae70e744bf255"><code>5608338</code></a>
Thanks <a
href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! -
Welcome to the Astro 5 beta! This release has no changes from the latest
alpha of this package, but it does bring us one step closer to the
final, stable release.</p>
<p>Starting from this release, no breaking changes will be introduced
unless absolutely necessary.</p>
<p>To learn how to upgrade, check out the <a
href="https://5-0-0-beta.docs.astro.build/en/guides/upgrade-to/v5/">Astro
v5.0 upgrade guide in our beta docs site</a>.</p>
</li>
</ul>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12539">#12539</a>
<a
href="https://github.com/withastro/astro/commit/827093e6175549771f9d93ddf3f2be4c2c60f0b7"><code>827093e</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Drops node 21 support</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/11741">#11741</a>
<a
href="https://github.com/withastro/astro/commit/6617491c3bc2bde87f7867d7dec2580781852cfc"><code>6617491</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Updates adapter server entrypoint to use
<code>@astrojs/mdx/server.js</code></p>
<p>This is an internal change. Handling JSX in your <code>.mdx</code>
files has been moved from Astro internals and is now the responsibility
of this integration. You should not notice a change in your project, and
no update to your code is required.</p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12075">#12075</a>
<a
href="https://github.com/withastro/astro/commit/a19530e377b7d7afad58a33b23c0a5df1c376819"><code>a19530e</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Parses frontmatter ourselves</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/11861">#11861</a>
<a
href="https://github.com/withastro/astro/commit/3ab3b4efbcdd2aabea5f949deedf51a5acefae59"><code>3ab3b4e</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Updates <code>@astrojs/markdown-remark</code> and handle its breaking
changes</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12533">#12533</a>
<a
href="https://github.com/withastro/astro/commit/1b61fdf038d2627c6dad1a7f1426f60a4616ad93"><code>1b61fdf</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes a case where the MDX renderer couldn't be loaded when used as a
direct dependency of an Astro integration.</p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/withastro/astro/commit/3ab3b4efbcdd2aabea5f949deedf51a5acefae59"><code>3ab3b4e</code></a>,
<a
href="https://github.com/withastro/astro/commit/560833843c6d3ce2b6c6c473ec4ae70e744bf255"><code>5608338</code></a>,
<a
href="https://github.com/withastro/astro/commit/560ef15ad23bd137b56ef1048eb2df548b99fdce"><code>560ef15</code></a>,
<a
href="https://github.com/withastro/astro/commit/83a2a648418ad30f4eb781d1c1b5f2d8a8ac846e"><code>83a2a64</code></a>,
<a
href="https://github.com/withastro/astro/commit/3ab3b4efbcdd2aabea5f949deedf51a5acefae59"><code>3ab3b4e</code></a>,
<a
href="https://github.com/withastro/astro/commit/a19530e377b7d7afad58a33b23c0a5df1c376819"><code>a19530e</code></a>]:</p>
<ul>
<li><code>@​astrojs/markdown-remark</code><a
href="https://github.com/6"><code>@​6</code></a>.0.0</li>
</ul>
</li>
</ul>
<h2><code>@​astrojs/mdx</code><a
href="https://github.com/4"><code>@​4</code></a>.0.0-beta.5</h2>
<h3>Minor Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/withastro/astro/pull/12539">#12539</a>
<a
href="https://github.com/withastro/astro/commit/827093e6175549771f9d93ddf3f2be4c2c60f0b7"><code>827093e</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Drops node 21 support</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/integrations/mdx/CHANGELOG.md"><code>@​astrojs/mdx</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>4.0.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a
href="https://github.com/withastro/astro/commit/f13417bfbf73130c224752379e2da33084f89554"><code>f13417b</code></a>,
<a
href="https://github.com/withastro/astro/commit/87231b1168da66bb593f681206c42fa555dfcabc"><code>87231b1</code></a>,
<a
href="https://github.com/withastro/astro/commit/a71e9b93b317edc0ded49d4d50f1b7841c8cd428"><code>a71e9b9</code></a>]:
<ul>
<li><code>@​astrojs/markdown-remark</code><a
href="https://github.com/6"><code>@​6</code></a>.0.1</li>
</ul>
</li>
</ul>
<h2>4.0.1</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/withastro/astro/pull/12594">#12594</a>
<a
href="https://github.com/withastro/astro/commit/4f2fd0a0d67a748af8b611b9afc7d4c789f7c8cc"><code>4f2fd0a</code></a>
Thanks <a
href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! -
Fixes compatibility with Astro 5</li>
</ul>
<h2>4.0.0</h2>
<h3>Major Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12231">#12231</a>
<a
href="https://github.com/withastro/astro/commit/90ae100cf482529828febed591172433309bc12e"><code>90ae100</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Handles the breaking change in Astro where content pages (including
<code>.mdx</code> pages located within <code>src/pages/</code>) no
longer respond with <code>charset=utf-8</code> in the
<code>Content-Type</code> header.</p>
<p>For MDX pages without layouts, <code>@astrojs/mdx</code> will
automatically add the <code>&lt;meta
charset=&quot;utf-8&quot;&gt;</code> tag to the page by default. This
reduces the boilerplate needed to write with non-ASCII characters. If
your MDX pages have a layout, the layout component should include the
<code>&lt;meta charset=&quot;utf-8&quot;&gt;</code> tag.</p>
<p>If you require <code>charset=utf-8</code> to render your page
correctly, make sure that your layout components have the <code>&lt;meta
charset=&quot;utf-8&quot;&gt;</code> tag added.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12008">#12008</a>
<a
href="https://github.com/withastro/astro/commit/560833843c6d3ce2b6c6c473ec4ae70e744bf255"><code>5608338</code></a>
Thanks <a
href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! -
Welcome to the Astro 5 beta! This release has no changes from the latest
alpha of this package, but it does bring us one step closer to the
final, stable release.</p>
<p>Starting from this release, no breaking changes will be introduced
unless absolutely necessary.</p>
<p>To learn how to upgrade, check out the <a
href="https://5-0-0-beta.docs.astro.build/en/guides/upgrade-to/v5/">Astro
v5.0 upgrade guide in our beta docs site</a>.</p>
</li>
</ul>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12539">#12539</a>
<a
href="https://github.com/withastro/astro/commit/827093e6175549771f9d93ddf3f2be4c2c60f0b7"><code>827093e</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Drops node 21 support</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/11741">#11741</a>
<a
href="https://github.com/withastro/astro/commit/6617491c3bc2bde87f7867d7dec2580781852cfc"><code>6617491</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Updates adapter server entrypoint to use
<code>@astrojs/mdx/server.js</code></p>
<p>This is an internal change. Handling JSX in your <code>.mdx</code>
files has been moved from Astro internals and is now the responsibility
of this integration. You should not notice a change in your project, and
no update to your code is required.</p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12075">#12075</a>
<a
href="https://github.com/withastro/astro/commit/a19530e377b7d7afad58a33b23c0a5df1c376819"><code>a19530e</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Parses frontmatter ourselves</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/11861">#11861</a>
<a
href="https://github.com/withastro/astro/commit/3ab3b4efbcdd2aabea5f949deedf51a5acefae59"><code>3ab3b4e</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Updates <code>@astrojs/markdown-remark</code> and handle its breaking
changes</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12533">#12533</a>
<a
href="https://github.com/withastro/astro/commit/1b61fdf038d2627c6dad1a7f1426f60a4616ad93"><code>1b61fdf</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes a case where the MDX renderer couldn't be loaded when used as a
direct dependency of an Astro integration.</p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/withastro/astro/commit/3ab3b4efbcdd2aabea5f949deedf51a5acefae59"><code>3ab3b4e</code></a>,
<a
href="https://github.com/withastro/astro/commit/560833843c6d3ce2b6c6c473ec4ae70e744bf255"><code>5608338</code></a>,
<a
href="https://github.com/withastro/astro/commit/560ef15ad23bd137b56ef1048eb2df548b99fdce"><code>560ef15</code></a>,
<a
href="https://github.com/withastro/astro/commit/83a2a648418ad30f4eb781d1c1b5f2d8a8ac846e"><code>83a2a64</code></a>,
<a
href="https://github.com/withastro/astro/commit/3ab3b4efbcdd2aabea5f949deedf51a5acefae59"><code>3ab3b4e</code></a>,
<a
href="https://github.com/withastro/astro/commit/a19530e377b7d7afad58a33b23c0a5df1c376819"><code>a19530e</code></a>]:</p>
<ul>
<li><code>@​astrojs/markdown-remark</code><a
href="https://github.com/6"><code>@​6</code></a>.0.0</li>
</ul>
</li>
</ul>
<h2>4.0.0-beta.5</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/withastro/astro/commit/163cfd67f5c0faa2cfcbad932e61e25a1bffe0ee"><code>163cfd6</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/12650">#12650</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/7a0298245560270e4dd1ef81c4184230f8181b03"><code>7a02982</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/12595">#12595</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/4f2fd0a0d67a748af8b611b9afc7d4c789f7c8cc"><code>4f2fd0a</code></a>
fix: cleanup peer deps ranges (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/12594">#12594</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/fcdd37f684833eeb00dcecad21d9f4308cd6caa4"><code>fcdd37f</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/12567">#12567</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/218267c0b318fb77736129f657c6c4da53abf64d"><code>218267c</code></a>
[ci] release (beta) (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/12534">#12534</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/2da81e53c31f11b77c57e5ad4861fe3602ab5d7b"><code>2da81e5</code></a>
Merge branch 'main' into next</li>
<li><a
href="https://github.com/withastro/astro/commit/827093e6175549771f9d93ddf3f2be4c2c60f0b7"><code>827093e</code></a>
Drop node 21 support (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/12539">#12539</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/9f440196dc39f36fce0198bf4c97131160e5bcc1"><code>9f44019</code></a>
Update Vite to 6.0.0 (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/12524">#12524</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/6fc29e3c24a23774d2bd960028716a660d3e9b53"><code>6fc29e3</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/12410">#12410</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/a2f90ced77c18757883a4a060d2b321764a0c60f"><code>a2f90ce</code></a>
[ci] release (beta) (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/12503">#12503</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/mdx">compare
view</a></li>
</ul>
</details>
<br />

Updates `@astrojs/rss` from 4.0.9 to 4.0.10
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/withastro/astro/releases"><code>@​astrojs/rss</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​astrojs/rss</code><a
href="https://github.com/4"><code>@​4</code></a>.0.10</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/withastro/astro/pull/12644">#12644</a>
<a
href="https://github.com/withastro/astro/commit/5b9b6181839d8ae0ad0a0d475257b7e09f748950"><code>5b9b618</code></a>
Thanks <a href="https://github.com/kunyan"><code>@​kunyan</code></a>! -
Sends the standard RSS content type response header, with UTF-8
charset</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md"><code>@​astrojs/rss</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>4.0.10</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/withastro/astro/pull/12644">#12644</a>
<a
href="https://github.com/withastro/astro/commit/5b9b6181839d8ae0ad0a0d475257b7e09f748950"><code>5b9b618</code></a>
Thanks <a href="https://github.com/kunyan"><code>@​kunyan</code></a>! -
Sends the standard RSS content type response header, with UTF-8
charset</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/withastro/astro/commit/a5b17359c1d866db481b7b76b7eecbc3ae5790a7"><code>a5b1735</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro-rss/issues/12617">#12617</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/5b9b6181839d8ae0ad0a0d475257b7e09f748950"><code>5b9b618</code></a>
fix(<code>@​astrojs/rss</code>): use standard rss content type, add
utf-8 charset (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro-rss/issues/12644">#12644</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/cec4af8fe59ff895c0ca82aab8b6ed6a81ad1f4d"><code>cec4af8</code></a>
Add publint checks (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro-rss/issues/12445">#12445</a>)</li>
<li>See full diff in <a
href="https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/astro-rss">compare
view</a></li>
</ul>
</details>
<br />

Updates `@astrojs/tailwind` from 5.1.2 to 5.1.3
<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/5"><code>@​5</code></a>.1.3</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/withastro/astro/pull/12594">#12594</a>
<a
href="https://github.com/withastro/astro/commit/4f2fd0a0d67a748af8b611b9afc7d4c789f7c8cc"><code>4f2fd0a</code></a>
Thanks <a
href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! -
Fixes compatibility with Astro 5</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>5.1.3</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/withastro/astro/pull/12594">#12594</a>
<a
href="https://github.com/withastro/astro/commit/4f2fd0a0d67a748af8b611b9afc7d4c789f7c8cc"><code>4f2fd0a</code></a>
Thanks <a
href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! -
Fixes compatibility with Astro 5</li>
</ul>
<h2>6.0.0-alpha.0</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a
href="https://github.com/withastro/astro/commit/b6fbdaa94a9ecec706a99e1938fbf5cd028c72e0"><code>b6fbdaa</code></a>,
<a
href="https://github.com/withastro/astro/commit/89bab1e70786123fbe933a9d7a1b80c9334dcc5f"><code>89bab1e</code></a>,
<a
href="https://github.com/withastro/astro/commit/d74617cbd3278feba05909ec83db2d73d57a153e"><code>d74617c</code></a>,
<a
href="https://github.com/withastro/astro/commit/e90f5593d23043579611452a84b9e18ad2407ef9"><code>e90f559</code></a>,
<a
href="https://github.com/withastro/astro/commit/2df49a6fb4f6d92fe45f7429430abe63defeacd6"><code>2df49a6</code></a>,
<a
href="https://github.com/withastro/astro/commit/8a5351737d6a14fc55f1dafad8f3b04079e81af6"><code>8a53517</code></a>]:
<ul>
<li>[email protected]</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/withastro/astro/commit/7a0298245560270e4dd1ef81c4184230f8181b03"><code>7a02982</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind/issues/12595">#12595</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/4f2fd0a0d67a748af8b611b9afc7d4c789f7c8cc"><code>4f2fd0a</code></a>
fix: cleanup peer deps ranges (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind/issues/12594">#12594</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/9f440196dc39f36fce0198bf4c97131160e5bcc1"><code>9f44019</code></a>
Update Vite to 6.0.0 (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind/issues/12524">#12524</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/285c6e3598eac81632057a37ad74459cc65c357d"><code>285c6e3</code></a>
chore: merge fixes</li>
<li><a
href="https://github.com/withastro/astro/commit/cec4af8fe59ff895c0ca82aab8b6ed6a81ad1f4d"><code>cec4af8</code></a>
Add publint checks (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind/issues/12445">#12445</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/c280655655cc6c22121f32c5f7c76836adf17230"><code>c280655</code></a>
Update to Vite 6.0.0-beta.6 (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind/issues/12323">#12323</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/ecc4402b3a78f0f9856ec1f23da11db1e067673d"><code>ecc4402</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind/issues/12316">#12316</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/57dedbf28d6f6d1376653e113399bd2074fe8832"><code>57dedbf</code></a>
Merge branch 'main' into next</li>
<li><a
href="https://github.com/withastro/astro/commit/2edcad14908a3a2225d660b350f2c56c682beb28"><code>2edcad1</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind/issues/12266">#12266</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/5ab2d980aae8c92e71e01a8bd21c8d771e576085"><code>5ab2d98</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind/issues/12218">#12218</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/tailwind">compare
view</a></li>
</ul>
</details>
<br />

Updates `@xmldom/xmldom` from 0.9.5 to 0.9.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/xmldom/xmldom/releases"><code>@​xmldom/xmldom</code>'s
releases</a>.</em></p>
<blockquote>
<h2>0.9.6</h2>
<h2><a
href="https://github.com/xmldom/xmldom/compare/0.9.5...0.9.6">Commits</a></h2>
<h3>Fixed</h3>
<ul>
<li>lower error level for unicode replacement character <a
href="https://redirect.github.com/xmldom/xmldom/issues/790"><code>[#790](https://github.com/xmldom/xmldom/issues/790)</code></a>
/ <a
href="https://redirect.github.com/xmldom/xmldom/pull/794"><code>[#794](https://github.com/xmldom/xmldom/issues/794)</code></a>
/ <a
href="https://redirect.github.com/xmldom/xmldom/pull/797"><code>[#797](https://github.com/xmldom/xmldom/issues/797)</code></a></li>
</ul>
<h3>Chore</h3>
<ul>
<li>updated devDependencies</li>
<li>migrate renovate config <a
href="https://redirect.github.com/xmldom/xmldom/pull/792"><code>[#792](https://github.com/xmldom/xmldom/issues/792)</code></a></li>
</ul>
<p>Thank you, <a
href="https://github.com/eglitise"><code>@​eglitise</code></a>, for your
contributions.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md"><code>@​xmldom/xmldom</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/xmldom/xmldom/compare/0.9.5...0.9.6">0.9.6</a></h2>
<h3>Fixed</h3>
<ul>
<li>lower error level for unicode replacement character <a
href="https://redirect.github.com/xmldom/xmldom/issues/790"><code>[#790](https://github.com/xmldom/xmldom/issues/790)</code></a>
/ <a
href="https://redirect.github.com/xmldom/xmldom/pull/794"><code>[#794](https://github.com/xmldom/xmldom/issues/794)</code></a>
/ <a
href="https://redirect.github.com/xmldom/xmldom/pull/797"><code>[#797](https://github.com/xmldom/xmldom/issues/797)</code></a></li>
</ul>
<h3>Chore</h3>
<ul>
<li>updated devDependencies</li>
<li>migrate renovate config <a
href="https://redirect.github.com/xmldom/xmldom/pull/792"><code>[#792](https://github.com/xmldom/xmldom/issues/792)</code></a></li>
</ul>
<p>Thank you, <a
href="https://github.com/eglitise"><code>@​eglitise</code></a>, for your
contributions.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/xmldom/xmldom/commit/0a64f48a968fe247aeaaeaa685739cfc611e459e"><code>0a64f48</code></a>
0.9.6</li>
<li><a
href="https://github.com/xmldom/xmldom/commit/cb93058e2335c1ec3e742ff8b1e8ad1b6d743841"><code>cb93058</code></a>
docs: prepare changelog for 0.9.6 (<a
href="https://redirect.github.com/xmldom/xmldom/issues/798">#798</a>)</li>
<li><a
href="https://github.com/xmldom/xmldom/commit/8badb70e65d9f7106bb3fa87c5a2923d87ad192a"><code>8badb70</code></a>
chore: bump xmltest to v2.0.3</li>
<li><a
href="https://github.com/xmldom/xmldom/commit/ebf14f782326aff8c14983939e1b726ca887bda9"><code>ebf14f7</code></a>
test: add unicode replacement character to chars transformed in
snapshots</li>
<li><a
href="https://github.com/xmldom/xmldom/commit/91c2445f110c50251a08feec930cf29bad2c07d4"><code>91c2445</code></a>
chore(deps): update github/codeql-action action to v3.27.6 (<a
href="https://redirect.github.com/xmldom/xmldom/issues/796">#796</a>)</li>
<li><a
href="https://github.com/xmldom/xmldom/commit/2e7f6194153e8641a20ce333718bd7f54cec63d9"><code>2e7f619</code></a>
chore(deps): update dependency prettier to v3.4.1 (<a
href="https://redirect.github.com/xmldom/xmldom/issues/795">#795</a>)</li>
<li><a
href="https://github.com/xmldom/xmldom/commit/1dab19d106f445f4878681fd70e4b5e0f57adc58"><code>1dab19d</code></a>
fix: lower error level for unicode replacement character (<a
href="https://redirect.github.com/xmldom/xmldom/issues/794">#794</a>)</li>
<li><a
href="https://github.com/xmldom/xmldom/commit/6e44838927ba09722ad2c805c6b22a8890c26804"><code>6e44838</code></a>
chore(config): migrate renovate config (<a
href="https://redirect.github.com/xmldom/xmldom/issues/792">#792</a>)</li>
<li><a
href="https://github.com/xmldom/xmldom/commit/9c776fc38ae9a7fe18e9d607bfeb69c8eda50b58"><code>9c776fc</code></a>
chore(deps): update dependency eslint-plugin-n to v17.14.0 (<a
href="https://redirect.github.com/xmldom/xmldom/issues/791">#791</a>)</li>
<li><a
href="https://github.com/xmldom/xmldom/commit/dd8ecb26830125fcbf3eb26d949c8fe3bbe5332e"><code>dd8ecb2</code></a>
chore(deps): update actions/dependency-review-action action to v4.5.0
(<a
href="https://redirect.github.com/xmldom/xmldom/issues/789">#789</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/xmldom/xmldom/compare/0.9.5...0.9.6">compare
view</a></li>
</ul>
</details>
<br />

Updates `astro` from 4.16.16 to 5.0.5
<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/12705">#12705</a>
<a
href="https://github.com/withastro/astro/commit/0d1eab560d56c51c359bbd35e8bfb51e238611ee"><code>0d1eab5</code></a>
Thanks <a
href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Fixes
a bug where MDX files with certain characters in the name would cause
builds to fail</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12707">#12707</a>
<a
href="https://github.com/withastro/astro/commit/2aaed2d2a96ab35461af24e8d12b20f1da33983f"><code>2aaed2d</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes a bug where the middleware was incorrectly imported during the
build</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12697">#12697</a>
<a
href="https://github.com/withastro/astro/commit/1c4a032247747c830be94dbdd0c953511a6bfa53"><code>1c4a032</code></a>
Thanks <a
href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Fix a
bug that caused builds to fail if an image had a quote mark in its
name</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12694">#12694</a>
<a
href="https://github.com/withastro/astro/commit/495f46bca78665732e51c629d93a68fa392b88a4"><code>495f46b</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes a bug where the experimental feature <code>experimental.svg</code>
was incorrectly used when generating ESM images</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12658">#12658</a>
<a
href="https://github.com/withastro/astro/commit/316959355c3d59723ecb3e0f417becf1f03ddd74"><code>3169593</code></a>
Thanks <a
href="https://github.com/jurajkapsz"><code>@​jurajkapsz</code></a>! -
Fixes astro info copy to clipboard process not returning to prompt in
certain cases.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12712">#12712</a>
<a
href="https://github.com/withastro/astro/commit/b01c74aeccc4ec76b64fa75d163df58274b37970"><code>b01c74a</code></a>
Thanks <a
href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Fixes
a bug which misidentified pages as markdown if a query string ended in a
markdown extension</p>
</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12653">#12653</a>
<a
href="https://github.com/withastro/astro/commit/e21c7e67fde1155cf593fd2b40010c5e2c2cd3f2"><code>e21c7e6</code></a>
Thanks <a
href="https://github.com/sarah11918"><code>@​sarah11918</code></a>! -
Updates a reference in an error message</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12585">#12585</a>
<a
href="https://github.com/withastro/astro/commit/a9373c0c9a3c2e1773fc11bb14e156698b0d9d38"><code>a9373c0</code></a>
Thanks <a
href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>!
- Fixes a case where <code>process.env</code> would be frozen despite
changes made to environment variables in development</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12695">#12695</a>
<a
href="https://github.com/withastro/astro/commit/a203d5dd582166674c45e807a5dc9113e26e24f0"><code>a203d5d</code></a>
Thanks <a
href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Throws
a more helpful error when images are missing</p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/withastro/astro/commit/f13417bfbf73130c224752379e2da33084f89554"><code>f13417b</code></a>,
<a
href="https://github.com/withastro/astro/commit/87231b1168da66bb593f681206c42fa555dfcabc"><code>87231b1</code></a>,
<a
href="https://github.com/withastro/astro/commit/a71e9b93b317edc0ded49d4d50f1b7841c8cd428"><code>a71e9b9</code></a>]:</p>
<ul>
<li><code>@​astrojs/markdown-remark</code><a
href="https://github.com/6"><code>@​6</code></a>.0.1</li>
</ul>
</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12645">#12645</a>
<a
href="https://github.com/withastro/astro/commit/8704c5439ccaa4bdcebdebb725f297cdf8d48a5d"><code>8704c54</code></a>
Thanks <a
href="https://github.com/sarah11918"><code>@​sarah11918</code></a>! -
Updates some reference links in error messages for new v5 docs.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12641">#12641</a>
<a
href="https://github.com/withastro/astro/commit/48ca3997888e960c6aaec633ab21160540656656"><code>48ca399</code></a>
Thanks <a
href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Fixes
a bug where <code>astro info --copy</code> wasn't working correctly on
<code>macOS</code> systems.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12461">#12461</a>
<a
href="https://github.com/withastro/astro/commit/62939add0b04b05b64f9b88d85fa5b0d34aae2d4"><code>62939ad</code></a>
Thanks <a href="https://github.com/kyr0"><code>@​kyr0</code></a>! -
Removes the misleading log message telling that a custom renderer is not
recognized while it clearly is and works.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12642">#12642</a>
<a
href="https://github.com/withastro/astro/commit/ff18b9c18558dcfdae581cc1c603a9a53491c7c2"><code>ff18b9c</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Provides more information when logging a warning for accessing
<code>Astro.request.headers</code> in prerendered pages</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12634">#12634</a>
<a
href="https://github.com/withastro/astro/commit/03958d939217e6acef25c0aa1af2de663b04c956"><code>03958d9</code></a>
Thanks <a href="https://github.com/delucis"><code>@​delucis</code></a>!
- Improves error message formatting for user config and content
collection frontmatter</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12547">#12547</a>
<a
href="https://github.com/withastro/astro/commit/6b6e18d7a0f08342eced2a77ddb371810b030868"><code>6b6e18d</code></a>
Thanks <a
href="https://github.com/mtwilliams-code"><code>@​mtwilliams-code</code></a>!
- Fixes a bug where URL search parameters weren't passed when using the
i18n <code>fallback</code> feature.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12449">#12449</a>
<a
href="https://github.com/withastro/astro/commit/e6b80172391d5f9aa5b1de26a8694ba4a28a43f3"><code>e6b8017</code></a>
Thanks <a
href="https://github.com/apatel369"><code>@​apatel369</code></a>! -
Fixes an issue where the custom <code>assetFileNames</code>
configuration caused assets to be incorrectly moved to the server
directory instead of the client directory, resulting in 404 errors when
accessed from the client side.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12518">#12518</a>
<a
href="https://github.com/withastro/astro/commit/e216250146fbff746efd542612ce9bae6db9601f"><code>e216250</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes an issue where SSR error pages would return duplicated custom
headers.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12625">#12625</a>
<a
href="https://github.com/withastro/astro/commit/74bfad07afe70fec40de4db3d32a87af306406db"><code>74bfad0</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes an issue where the <code>experimental.svg</code> had incorrect
type, resulting in some errors in the editors.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12631">#12631</a>
<a
href="https://github.com/withastro/astro/commit/dec0305b7577b431637a129e19fbbe6a28469587"><code>dec0305</code></a>
Thanks <a
href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Fixes
a bug where the class attribute was rendered twice on the image
component</p>
</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.0.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12705">#12705</a>
<a
href="https://github.com/withastro/astro/commit/0d1eab560d56c51c359bbd35e8bfb51e238611ee"><code>0d1eab5</code></a>
Thanks <a
href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Fixes
a bug where MDX files with certain characters in the name would cause
builds to fail</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12707">#12707</a>
<a
href="https://github.com/withastro/astro/commit/2aaed2d2a96ab35461af24e8d12b20f1da33983f"><code>2aaed2d</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes a bug where the middleware was incorrectly imported during the
build</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12697">#12697</a>
<a
href="https://github.com/withastro/astro/commit/1c4a032247747c830be94dbdd0c953511a6bfa53"><code>1c4a032</code></a>
Thanks <a
href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Fix a
bug that caused builds to fail if an image had a quote mark in its
name</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12694">#12694</a>
<a
href="https://github.com/withastro/astro/commit/495f46bca78665732e51c629d93a68fa392b88a4"><code>495f46b</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes a bug where the experimental feature <code>experimental.svg</code>
was incorrectly used when generating ESM images</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12658">#12658</a>
<a
href="https://github.com/withastro/astro/commit/316959355c3d59723ecb3e0f417becf1f03ddd74"><code>3169593</code></a>
Thanks <a
href="https://github.com/jurajkapsz"><code>@​jurajkapsz</code></a>! -
Fixes astro info copy to clipboard process not returning to prompt in
certain cases.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12712">#12712</a>
<a
href="https://github.com/withastro/astro/commit/b01c74aeccc4ec76b64fa75d163df58274b37970"><code>b01c74a</code></a>
Thanks <a
href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Fixes
a bug which misidentified pages as markdown if a query string ended in a
markdown extension</p>
</li>
</ul>
<h2>5.0.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12653">#12653</a>
<a
href="https://github.com/withastro/astro/commit/e21c7e67fde1155cf593fd2b40010c5e2c2cd3f2"><code>e21c7e6</code></a>
Thanks <a
href="https://github.com/sarah11918"><code>@​sarah11918</code></a>! -
Updates a reference in an error message</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12585">#12585</a>
<a
href="https://github.com/withastro/astro/commit/a9373c0c9a3c2e1773fc11bb14e156698b0d9d38"><code>a9373c0</code></a>
Thanks <a
href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>!
- Fixes a case where <code>process.env</code> would be frozen despite
changes made to environment variables in development</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12695">#12695</a>
<a
href="https://github.com/withastro/astro/commit/a203d5dd582166674c45e807a5dc9113e26e24f0"><code>a203d5d</code></a>
Thanks <a
href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Throws
a more helpful error when images are missing</p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/withastro/astro/commit/f13417bfbf73130c224752379e2da33084f89554"><code>f13417b</code></a>,
<a
href="https://github.com/withastro/astro/commit/87231b1168da66bb593f681206c42fa555dfcabc"><code>87231b1</code></a>,
<a
href="https://github.com/withastro/astro/commit/a71e9b93b317edc0ded49d4d50f1b7841c8cd428"><code>a71e9b9</code></a>]:</p>
<ul>
<li><code>@​astrojs/markdown-remark</code><a
href="https://github.com/6"><code>@​6</code></a>.0.1</li>
</ul>
</li>
</ul>
<h2>5.0.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12645">#12645</a>
<a
href="https://github.com/withastro/astro/commit/8704c5439ccaa4bdcebdebb725f297cdf8d48a5d"><code>8704c54</code></a>
Thanks <a
href="https://github.com/sarah11918"><code>@​sarah11918</code></a>! -
Updates some reference links in error messages for new v5 docs.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12641">#12641</a>
<a
href="https://github.com/withastro/astro/commit/48ca3997888e960c6aaec633ab21160540656656"><code>48ca399</code></a>
Thanks <a
href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Fixes
a bug where <code>astro info --copy</code> wasn't working correctly on
<code>macOS</code> systems.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12461">#12461</a>
<a
href="https://github.com/withastro/astro/commit/62939add0b04b05b64f9b88d85fa5b0d34aae2d4"><code>62939ad</code></a>
Thanks <a href="https://github.com/kyr0"><code>@​kyr0</code></a>! -
Removes the misleading log message telling that a custom renderer is not
recognized while it clearly is and works.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12642">#12642</a>
<a
href="https://github.com/withastro/astro/commit/ff18b9c18558dcfdae581cc1c603a9a53491c7c2"><code>ff18b9c</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Provides more information when logging a warning for accessing
<code>Astro.request.headers</code> in prerendered pages</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12634">#12634</a>
<a
href="https://github.com/withastro/astro/commit/03958d939217e6acef25c0aa1af2de663b04c956"><code>03958d9</code></a>
Thanks <a href="https://github.com/delucis"><code>@​delucis</code></a>!
- Improves error message formatting for user config and content
collection frontmatter</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12547">#12547</a>
<a
href="https://github.com/withastro/astro/commit/6b6e18d7a0f08342eced2a77ddb371810b030868"><code>6b6e18d</code></a>
Thanks <a
href="https://github.com/mtwilliams-code"><code>@​mtwilliams-code</code></a>!
- Fixes a bug where URL search parameters weren't passed when using the
i18n <code>fallback</code> feature.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12449">#12449</a>
<a
href="https://github.com/withastro/astro/commit/e6b80172391d5f9aa5b1de26a8694ba4a28a43f3"><code>e6b8017</code></a>
Thanks <a
href="https://github.com/apatel369"><code>@​apatel369</code></a>! -
Fixes an issue where the custom <code>assetFileNames</code>
configuration caused assets to be incorrectly moved to the server
directory instead of the client directory, resulting in 404 errors when
accessed from the client side.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12518">#12518</a>
<a
href="https://github.com/withastro/astro/commit/e216250146fbff746efd542612ce9bae6db9601f"><code>e216250</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes an issue where SSR error pages would return duplicated custom
headers.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12625">#12625</a>
<a
href="https://github.com/withastro/astro/commit/74bfad07afe70fec40de4db3d32a87af306406db"><code>74bfad0</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes an issue where the <code>experimental.svg</code> had incorrect
type, resulting in some errors in the editors.</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/929ce2832560f9422a4a9ccb899e0f153d2a3471"><code>929ce28</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12698">#12698</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/b3dfd9b01bd7424eb67bfbc2612544af5be09442"><code>b3dfd9b</code></a>
[ci] format</li>
<li><a
href="https://github.com/withastro/astro/commit/99266fa2898289a172d70a5ac3ffad7a5dcd2867"><code>99266fa</code></a>
chore: refactor query param strip (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12714">#12714</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/d33c2151a37e71ba727c54ef30339df859148612"><code>d33c215</code></a>
[ci] format</li>
<li><a
href="https://github.com/withastro/astro/commit/b01c74aeccc4ec76b64fa75d163df58274b37970"><code>b01c74a</code></a>
fix: strip query string before checking md extension (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12712">#12712</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/2aaed2d2a96ab35461af24e8d12b20f1da33983f"><code>2aaed2d</code></a>
fix(middleware): don't import via entrypoint (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12707">#12707</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/316959355c3d59723ecb3e0f417becf1f03ddd74"><code>3169593</code></a>
fix: xclip process runtime (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12658">#12658</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/0d1eab560d56c51c359bbd35e8bfb51e238611ee"><code>0d1eab5</code></a>
fix: escape content module import paths (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12705">#12705</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/70cbd476943aa0ef28ee588df8ea1de3a3d946c8"><code>70cbd47</code></a>
[ci] format</li>
<li><a
href="https://github.com/withastro/astro/commit/495f46bca78665732e51c629d93a68fa392b88a4"><code>495f46b</code></a>
fix(svg): conditional opt-in (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12694">#12694</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 `htmx.org` from 2.0.3 to 2.0.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/bigskysoftware/htmx/releases">htmx.org's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Clarify event filter uses in hx-trigger by <a
href="https://github.com/brackendawson"><code>@​brackendawson</code></a>
in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2914">bigskysoftware/htmx#2914</a></li>
<li>Fix typos in docs by <a
href="https://github.com/szepeviktor"><code>@​szepeviktor</code></a> in
<a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2943">bigskysoftware/htmx#2943</a></li>
<li>Add htmx4s to scala server-examples by <a
href="https://github.com/eikek"><code>@​eikek</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2722">bigskysoftware/htmx#2722</a></li>
<li>improve hx-preserve documentation by <a
href="https://github.com/MichaelWest22"><code>@​MichaelWest22</code></a>
in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2949">bigskysoftware/htmx#2949</a></li>
<li>Correct lint command in contribution guidelines by <a
href="https://github.com/scrhartley"><code>@​scrhartley</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2950">bigskysoftware/htmx#2950</a></li>
<li>docs: Fix typo in URL to prevent broken link redirect by <a
href="https://github.com/youssame"><code>@​youssame</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2962">bigskysoftware/htmx#2962</a></li>
<li>Use correct extended CSS selector name in hx-trigger notes section
by <a href="https://github.com/gritvald"><code>@​gritvald</code></a> in
<a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2964">bigskysoftware/htmx#2964</a></li>
<li>docs: migrate realtime server implementation by <a
href="https://github.com/KianYang-Lee"><code>@​KianYang-Lee</code></a>
in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2955">bigskysoftware/htmx#2955</a></li>
<li>Add link to contact-app built in Blazor by <a
href="https://github.com/grugBraid"><code>@​grugBraid</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2970">bigskysoftware/htmx#2970</a></li>
<li>Fix TypeError on null path variable by <a
href="https://github.com/youssame"><code>@​youssame</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2967">bigskysoftware/htmx#2967</a></li>
<li>ajax helper with no source or target defaults to body by <a
href="https://github.com/MichaelWest22"><code>@​MichaelWest22</code></a>
in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2948">bigskysoftware/htmx#2948</a></li>
<li>Add missing word in previous CSS selector documentation by <a
href="https://github.com/gritvald"><code>@​gritvald</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2977">bigskysoftware/htmx#2977</a></li>
<li>&quot;Download a Copy&quot; in the doc points to old release 2.0.2;
this PR changes it to 2.0.3 as it should be by <a
href="https://github.com/SpencerBrown-MongoDB"><code>@​SpencerBrown-MongoDB</code></a>
in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2980">bigskysoftware/htmx#2980</a></li>
<li>Fix link to no-cache extension readme by <a
href="https://github.com/scrhartley"><code>@​scrhartley</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2981">bigskysoftware/htmx#2981</a></li>
<li>Fix typo on extensions page by <a
href="https://github.com/scrhartley"><code>@​scrhartley</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2983">bigskysoftware/htmx#2983</a></li>
<li>docs: Fix typo by <a
href="https://github.com/scrhartley"><code>@​scrhartley</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2984">bigskysoftware/htmx#2984</a></li>
<li>Fixing a typo in confirm.md by <a
href="https://github.com/zimventures"><code>@​zimventures</code></a> in
<a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2988">bigskysoftware/htmx#2988</a></li>
<li>Add htmgo to server examples by <a
href="https://github.com/maddalax"><code>@​maddalax</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2992">bigskysoftware/htmx#2992</a></li>
<li>Added Jeasx example for template fragements by <a
href="https://github.com/jablonski"><code>@​jablonski</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2991">bigskysoftware/htmx#2991</a></li>
<li>Update server-examples.md by <a
href="https://github.com/leephillips"><code>@​leephillips</code></a> in
<a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2996">bigskysoftware/htmx#2996</a></li>
<li>Fix illegal invocation for FormData proxy by <a
href="https://github.com/scrhartley"><code>@​scrhartley</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2997">bigskysoftware/htmx#2997</a></li>
<li>Add Next.js to htmx essay by <a
href="https://github.com/poeti8"><code>@​poeti8</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/3002">bigskysoftware/htmx#3002</a></li>
<li>[Documentation] Add missing default extension points by <a
href="https://github.com/scrhartley"><code>@​scrhartley</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/3014">bigskysoftware/htmx#3014</a></li>
<li>Fix wrong cursor style in webring by <a
href="https://github.com/untitaker"><code>@​untitaker</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/3015">bigskysoftware/htmx#3015</a></li>
<li>Add missing disableInheritance documentation by <a
href="https://github.com/xhaggi"><code>@​xhaggi</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/3017">bigskysoftware/htmx#3017</a></li>
<li>Add web components essay by <a
href="https://github.com/alexpetros"><code>@​alexpetros</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/3018">bigskysoftware/htmx#3018</a></li>
<li>Fix name on essay by <a
href="https://github.com/alexpetros"><code>@​alexpetros</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/3019">bigskysoftware/htmx#3019</a></li>
<li>fix vertical alignment of github stars button in all states by <a
href="https://github.com/untitaker"><code>@​untitaker</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/3006">bigskysoftware/htmx#3006</a></li>
<li>WC essay typo fixes by <a
href="https://github.com/alexpetros"><code>@​alexpetros</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/3021">bigskysoftware/htmx#3021</a></li>
<li>[Documentation] Fix incorrect link by <a
href="https://github.com/scrhartley"><code>@​scrhartley</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/3022">bigskysoftware/htmx#3022</a></li>
<li>[Documentation] Add missing htmx:sendAbort event by <a
href="https://github.com/scrhartley"><code>@​scrhartley</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/3024">bigskysoftware/htmx#3024</a></li>
<li>[Documentation] Fix link in web socket extension docs by <a
href="https://github.com/scrhartley"><code>@​scrhartley</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/3026">bigskysoftware/htmx#3026</a></li>
<li>typing for <code>defineExtension</code> should allow partials by <a
href="https://github.com/anentropic"><code>@​anentropic</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/3030">bigskysoftware/htmx#3030</a></li>
<li>Improve detail.elt event documentation by <a
href="https://github.com/MichaelWest22"><code>@​MichaelWest22</code></a>
in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/3007">bigskysoftware/htmx#3007</a></li>
<li>fixed minor typo &quot;and&quot; --&gt; &quot;an&quot;.md by <a
href="https://github.com/alecgargett"><code>@​alecgargett</code></a> in
<a
href="https://redirect.github.com/bigskysoftware/htmx/pull/3035">bigskysoftware/htmx#3035</a></li>
<li>feat: add amz-content-sha256 extension to docs by <a
href="https://github.com/felipegenef"><code>@​felipegenef</code></a> in
<a
href="https://redirect.github.com/bigskysoftware/htmx/pull/3036">bigskysoftware/htmx#3036</a></li>
<li>[Documentation] Fix outdated attribute links by <a
href="https://github.com/rkilpadi"><code>@​rkilpadi</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/3051">bigskysoftware/htmx#3051</a></li>
<li>[Documentation] Update location of ws/sse demo server by <a
href="https://github.com/rkilpadi"><code>@​rkilpadi</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/3052">bigskysoftware/htmx#3052</a></li>
<li>Handle Invalid template content by <a
href="https://github.com/MichaelWest22"><code>@​MichaelWest22</code></a>
in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/3064">bigskysoftware/htmx#3064</a></li>
<li>Make bodyContains return true for nested shadow roots by <a
href="https://github.com/alexpetros"><code>@​alexpetros</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/3034">bigskysoftware/htmx#3034</a></li>
<li>Add missing htmx:trigger event on load triggers by <a
href="https://github.com/alexpetros"><code>@​alexpetros</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/3033">bigskysoftware/htmx#3033</a></li>
<li>Do not execute hx-trigger=&quot;load&quot; on re-initialization of
an existing node by <a
href="https://github.com/basvk"><code>@​basvk</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2976">bigskysoftware/htmx#2976</a></li>
<li>Replace deprecated String.prototype.substr usage by <a
href="https://github.com/scrhartley"><code>@​scrhartley</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2951">bigskysoftware/htmx#2951</a></li>
<li>Support multiple extended selectors for hx-include, hx-trigger from,
and hx-disabled-elt by <a
href="https://github.com/Telroshan"><code>@​Telroshan</code></a> in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2902">bigskysoftware/htmx#2902</a></li>
<li>Cancel vanilla submits from <!-- raw HTML omitted -->. by <a
href="https://github.com/geoffrey-eisenbarth"><code>@​geoffrey-eisenbarth</code></a>
in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/3072">bigskysoftware/htmx#3072</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/brackendawson"><code>@​brackendawson</code></a>
made their first contribution in <a
href="https://redirect.github.com/bigskysoftware/htmx/pull/2914">bigskysoftware/htmx#2914</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/bigskysoftware/htmx/blob/master/CHANGELOG.md">htmx.org's
changelog</a>.</em></p>
<blockquote>
<h2>[2.0.4] - 2024-12-13</h2>
<ul>
<li>Calling <code>htmx.ajax</code> with no target or source now defaults
to body (previously did nothing)</li>
<li>Nested <a
href="https://github.com/bigskysoftware/htmx/commit/5ab508f6523a37890932176f7dc54be9f7a281ff">shadow
root</a> fix</li>
<li>The <code>htmx:trigger</code> event now properly fires on the
synthetic <code>load</code> event</li>
<li>The synthetic <code>load</code> event will not be re-called when an
element is reinitialized via <code>htmx.process()</code></li>
<li>Boosted <code>&lt;form&gt;</code> tags that issue a <code>GET</code>
with no or empty <code>action</code> attributes will properly replace
all existing query
parameters</li>
<li>Events that are triggered on htmx-powered elements located outside a
form, but that refer to a form via the<code>form</code>
attribute, now properly cancel the submission of the referred-to
form</li>
<li>Extension Updates
<ul>
<li><code>preload</code> extension was
<a
href="https://github.com/bigskysoftware/htmx-extensions/commit/fb68dfb48063505d2d7420d717c24ac9a8dae244">completely
reworked</a>
by <a href="https://github.com/marisst"><code>@​marisst</code></a> to be
compatible with <code>hx-boost</code>, not cause side effect, etc. Thank
you!</li>
<li><code>response-targets</code> was updated to not use deprecated
methods</li>
<li>A <a
href="https://github.com/bigskysoftware/htmx-extensions/commit/e87e1c3d0bf728b4e43861c7459f3f937883eb99">small
fix</a> to
<code>ws</code> to avoid an error when closing in some cases</li>
<li>The <code>head-support</code> extension was updated to work with the
<code>sse</code> extension</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bigskysoftware/htmx/commit/b82cf843e47e575dd8c2ad8fee547d8e2c3bb87f"><code>b82cf84</code></a>
update sha</li>
<li><a
href="https://github.com/bigskysoftware/htmx/commit/db42b46218bc068da5a7a9bcee8ed365d4b6045c"><code>db42b46</code></a>
2.0.4 release notes</li>
<li><a
href="https://github.com/bigskysoftware/htmx/commit/233bf01a4ba35141ef5402212a26e4a49c695c8d"><code>233bf01</code></a>
2.0.4 release notes</li>
<li><a
href="https://github.com/bigskysoftware/htmx/commit/1a80c283f510adf0ea2a0c007d4151e9eb56fe0e"><code>1a80c28</code></a>
2.0.4 release notes</li>
<li><a
href="https://github.com/bigskysoftware/htmx/commit/52db21955e4821f61cd8e075e7c95baae338bfd9"><code>52db219</code></a>
prep next release</li>
<li><a
href="https://github.com/bigskysoftware/htmx/commit/fb78106dc6ef20d3dfa7e54aca20408c4e4336fc"><code>fb78106</code></a>
prep next release</li>
<li><a
href="https://github.com/bigskysoftware/htmx/commit/cc2466b1f87422548ef09707e4fa71fa35c9c3df"><code>cc2466b</code></a>
Cancel vanilla submits from &lt;button[form]/&gt;. (<a
href="https://redirect.github.com/bigskysoftware/htmx/issues/3072">#3072</a>)</li>
<li><a
href="https://github.com/bigskysoftware/htmx/commit/a3312449237c455243aff5137c988b926a260edf"><code>a331244</code></a>
Support multiple extended selectors for hx-include, hx-trigger from, and
hx-d...</li>
<li><a
href="https://github.com/bigskysoftware/htmx/commit/232667d2c683a57ba52665ffaf8379ae8f432cfd"><code>232667d</code></a>
fix <a
href="https://redirect.github.com/bigskysoftware/htmx/issues/1788">bigskysoftware/htmx#1788</a></li>
<li><a
href="https://github.com/bigskysoftware/htmx/commit/815c11708880042574a837805b619cd5f3fed467"><code>815c117</code></a>
comment out test that is breaking suite in browser</li>
<li>Additional commits viewable in <a
href="https://github.com/bigskysoftware/htmx/compare/v2.0.3...v2.0.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `tailwindcss` from 3.4.15 to 3.4.16
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's
releases</a>.</em></p>
<blockquote>
<h2>v3.4.16</h2>
<h3>Fixed</h3>
<ul>
<li>Ensure the TypeScript types for <code>PluginsConfig</code> allow
<code>undefined</code> values (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14668">#14668</a>)</li>
</ul>
<h1>Changed</h1>
<ul>
<li>Bumped lilconfig to v3.x (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15289">#15289</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.16/CHANGELOG.md">tailwindcss's
changelog</a>.</em></p>
<blockquote>
<h2>[3.4.16] - 2024-12-03</h2>
<h3>Fixed</h3>
<ul>
<li>Ensure the TypeScript types for <code>PluginsConfig</code> allow
<code>undefined</code> values (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14668">#14668</a>)</li>
</ul>
<h1>Changed</h1>
<ul>
<li>Bumped lilconfig to v3.x (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15289">#15289</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/f875ab9706cae8262e15e5b382580fc8e2d4197f"><code>f875ab9</code></a>
Bump macos version</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/8f91c27d3e638d4c7835e2738adfd1e5b62c51c5"><code>8f91c27</code></a>
v3.4.16</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/8c8c986e09249fc485e1ba4886c0b76477291b2d"><code>8c8c986</code></a>
fix: update lilconfig for ESM and Windows support (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/15289">#15289</a>)</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/2702cfcc2c04f0615f0d53846850cbe769d57262"><code>2702cfc</code></a>
Fix Plugin type issue (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14668">#14668</a>)</li>
<li>See full diff in <a
href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.15...v3.4.16">compare
view</a></li>
</ul>
</details>
<br />

Updates `@iconify/tailwind` from 1.1.3 to 1.2.0
<details>
<summary>Commits</summary>…
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent d3740de commit 87169f6
Show file tree
Hide file tree
Showing 2 changed files with 543 additions and 677 deletions.
Loading

0 comments on commit 87169f6

Please sign in to comment.