Skip to content

Commit

Permalink
chore(deps): bump the all group with 8 updates (#1400)
Browse files Browse the repository at this point in the history
Bumps the all group with 8 updates:

| Package | From | To |
| --- | --- | --- |
|
[@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx)
| `2.3.0` | `2.3.1` |
|
[@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap)
| `3.1.2` | `3.1.4` |
|
[@fontsource-variable/fira-code](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/fira-code)
| `5.0.17` | `5.0.18` |
|
[@fontsource-variable/overpass](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/overpass)
| `5.0.18` | `5.0.19` |
|
[@fontsource-variable/roboto-flex](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/roboto-flex)
| `5.0.14` | `5.0.15` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) |
`4.6.1` | `4.6.3` |
| [daisyui](https://github.com/saadeghi/daisyui) | `4.10.1` | `4.10.2` |
| [htmx.org](https://github.com/bigskysoftware/htmx) | `1.9.11` |
`1.9.12` |

Updates `@astrojs/mdx` from 2.3.0 to 2.3.1
<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/2"><code>@​2</code></a>.3.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10754">#10754</a>
<a
href="https://github.com/withastro/astro/commit/3e7a12c8532411e580fcfdb8445cad8fc8499291"><code>3e7a12c8532411e580fcfdb8445cad8fc8499291</code></a>
Thanks <a
href="https://github.com/rishi-raj-jain"><code>@​rishi-raj-jain</code></a>!
- Fixes an issue where images in MDX required a relative specifier (e.g.
<code>./</code>)</p>
<p>Now, you can use the standard
<code>![](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/blob/HEAD/img.png)</code>
syntax in MDX files for images colocated in the same folder: no relative
specifier required!</p>
<p>There is no need to update your project; your existing images will
still continue to work. However, you may wish to remove any relative
specifiers from these MDX images as they are no longer necessary:</p>
<pre lang="diff"><code>- ![A cute
dog](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/blob/HEAD/dog.jpg)
+ ![A cute
dog](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/blob/HEAD/dog.jpg)
&lt;!-- This dog lives in the same folder as my article! --&gt;
</code></pre>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10770">#10770</a>
<a
href="https://github.com/withastro/astro/commit/88ee63a3ba4488c60348cb821034e6d4a057efd0"><code>88ee63a3ba4488c60348cb821034e6d4a057efd0</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Removes internal MDX processor on <code>buildEnd</code> to free up
memory</p>
</li>
</ul>
</blockquote>
</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>2.3.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10754">#10754</a>
<a
href="https://github.com/withastro/astro/commit/3e7a12c8532411e580fcfdb8445cad8fc8499291"><code>3e7a12c8532411e580fcfdb8445cad8fc8499291</code></a>
Thanks <a
href="https://github.com/rishi-raj-jain"><code>@​rishi-raj-jain</code></a>!
- Fixes an issue where images in MDX required a relative specifier (e.g.
<code>./</code>)</p>
<p>Now, you can use the standard
<code>![](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/img.png)</code>
syntax in MDX files for images colocated in the same folder: no relative
specifier required!</p>
<p>There is no need to update your project; your existing images will
still continue to work. However, you may wish to remove any relative
specifiers from these MDX images as they are no longer necessary:</p>
<pre lang="diff"><code>- ![A cute
dog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/dog.jpg)
+ ![A cute
dog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/dog.jpg)
&lt;!-- This dog lives in the same folder as my article! --&gt;
</code></pre>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10770">#10770</a>
<a
href="https://github.com/withastro/astro/commit/88ee63a3ba4488c60348cb821034e6d4a057efd0"><code>88ee63a3ba4488c60348cb821034e6d4a057efd0</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Removes internal MDX processor on <code>buildEnd</code> to free up
memory</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/withastro/astro/commit/668d97319c1b4ae60b64c9e8e14b3878f4d4cae2"><code>668d973</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/10777">#10777</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/3e7a12c8532411e580fcfdb8445cad8fc8499291"><code>3e7a12c</code></a>
fix: MDX cannot find relative image path without leading ./ (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/10754">#10754</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/88ee63a3ba4488c60348cb821034e6d4a057efd0"><code>88ee63a</code></a>
Remove MDX processor on buildEnd (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/10770">#10770</a>)</li>
<li>See full diff in <a
href="https://github.com/withastro/astro/commits/@astrojs/mdx@2.3.1/packages/integrations/mdx">compare
view</a></li>
</ul>
</details>
<br />

Updates `@astrojs/sitemap` from 3.1.2 to 3.1.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/withastro/astro/releases"><code>@​astrojs/sitemap</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​astrojs/sitemap</code><a
href="https://github.com/3"><code>@​3</code></a>.1.4</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/withastro/astro/pull/10772">#10772</a>
<a
href="https://github.com/withastro/astro/commit/0e22462d1534afc8f7bb6782f86db680c7a5f245"><code>0e22462d1534afc8f7bb6782f86db680c7a5f245</code></a>
Thanks <a
href="https://github.com/gislerro"><code>@​gislerro</code></a>! - Fixes
an issue where the root url does not follow the
<code>trailingSlash</code> config option</li>
</ul>
<h2><code>@​astrojs/sitemap</code><a
href="https://github.com/3"><code>@​3</code></a>.1.3</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/withastro/astro/pull/10795">#10795</a>
<a
href="https://github.com/withastro/astro/commit/1ce22881c657becf0397b83ac393fb5d2399104c"><code>1ce22881c657becf0397b83ac393fb5d2399104c</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Improves performance when generating the sitemap data</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md"><code>@​astrojs/sitemap</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.1.4</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/withastro/astro/pull/10772">#10772</a>
<a
href="https://github.com/withastro/astro/commit/0e22462d1534afc8f7bb6782f86db680c7a5f245"><code>0e22462d1534afc8f7bb6782f86db680c7a5f245</code></a>
Thanks <a
href="https://github.com/gislerro"><code>@​gislerro</code></a>! - Fixes
an issue where the root url does not follow the
<code>trailingSlash</code> config option</li>
</ul>
<h2>3.1.3</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/withastro/astro/pull/10795">#10795</a>
<a
href="https://github.com/withastro/astro/commit/1ce22881c657becf0397b83ac393fb5d2399104c"><code>1ce22881c657becf0397b83ac393fb5d2399104c</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Improves performance when generating the sitemap data</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/withastro/astro/commit/7fda037b277201b261e53dd0d43a92c5e8f1c638"><code>7fda037</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap/issues/10798">#10798</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/5750ad12bed9b4e154f1c1b0f77f0f8dc17972b8"><code>5750ad1</code></a>
[ci] format</li>
<li><a
href="https://github.com/withastro/astro/commit/0e22462d1534afc8f7bb6782f86db680c7a5f245"><code>0e22462</code></a>
fix(sitemap): Trailing slashes on root url (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap/issues/10772">#10772</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/668d97319c1b4ae60b64c9e8e14b3878f4d4cae2"><code>668d973</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap/issues/10777">#10777</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/1ce22881c657becf0397b83ac393fb5d2399104c"><code>1ce2288</code></a>
Improve sitemap generate performance (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap/issues/10795">#10795</a>)</li>
<li>See full diff in <a
href="https://github.com/withastro/astro/commits/@astrojs/sitemap@3.1.4/packages/integrations/sitemap">compare
view</a></li>
</ul>
</details>
<br />

Updates `@fontsource-variable/fira-code` from 5.0.17 to 5.0.18
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/fontsource/font-files/commits/HEAD/fonts/variable/fira-code">compare
view</a></li>
</ul>
</details>
<br />

Updates `@fontsource-variable/overpass` from 5.0.18 to 5.0.19
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/fontsource/font-files/commits/HEAD/fonts/variable/overpass">compare
view</a></li>
</ul>
</details>
<br />

Updates `@fontsource-variable/roboto-flex` from 5.0.14 to 5.0.15
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/fontsource/font-files/commits/HEAD/fonts/variable/roboto-flex">compare
view</a></li>
</ul>
</details>
<br />

Updates `astro` from 4.6.1 to 4.6.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/withastro/astro/releases">astro's
releases</a>.</em></p>
<blockquote>
<h2>astro@4.6.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10799">#10799</a>
<a
href="https://github.com/withastro/astro/commit/dc74afca9f5eebc2d61331298d6ef187d92051e0"><code>dc74afca9f5eebc2d61331298d6ef187d92051e0</code></a>
Thanks <a
href="https://github.com/martrapp"><code>@​martrapp</code></a>! - Fixes
an issue with persisted non-text input fields that have the focus during
view transition navigation.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10773">#10773</a>
<a
href="https://github.com/withastro/astro/commit/35e43ecdaae7adc4b9a0b974192a033568cfb3f0"><code>35e43ecdaae7adc4b9a0b974192a033568cfb3f0</code></a>
Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>!
- Improves performance for frequent use of small components.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10763">#10763</a>
<a
href="https://github.com/withastro/astro/commit/63132771373ce1510be3e8814897accc0bf62ef8"><code>63132771373ce1510be3e8814897accc0bf62ef8</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@​matthewp</code></a>! -
Invalidate CC cache manifest when lockfile or config changes</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10811">#10811</a>
<a
href="https://github.com/withastro/astro/commit/77822a822b04b5113726f713df104e8667333c59"><code>77822a822b04b5113726f713df104e8667333c59</code></a>
Thanks <a
href="https://github.com/AvinashReddy3108"><code>@​AvinashReddy3108</code></a>!
- Update list of available integrations in the <code>astro add</code>
CLI help.</p>
</li>
</ul>
<h2>astro@4.6.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10732">#10732</a>
<a
href="https://github.com/withastro/astro/commit/a92e263beb6e0166f1f13c97803d1861793e2a99"><code>a92e263beb6e0166f1f13c97803d1861793e2a99</code></a>
Thanks <a
href="https://github.com/rishi-raj-jain"><code>@​rishi-raj-jain</code></a>!
- Correctly sets <code>build.assets</code> directory during
<code>vite</code> config setup</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10776">#10776</a>
<a
href="https://github.com/withastro/astro/commit/1607face67051b16d4648555f1001b2a9308e377"><code>1607face67051b16d4648555f1001b2a9308e377</code></a>
Thanks <a
href="https://github.com/fshafiee"><code>@​fshafiee</code></a>! - Fixes
cookies type inference</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10796">#10796</a>
<a
href="https://github.com/withastro/astro/commit/90669472df3a05b33f0de46fd2d039e3eba7f7dd"><code>90669472df3a05b33f0de46fd2d039e3eba7f7dd</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Disables streaming when rendering site with <code>output:
&quot;static&quot;</code></p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10782">#10782</a>
<a
href="https://github.com/withastro/astro/commit/b0589d05538fcc77dd3c38198bf93f3548362cd8"><code>b0589d05538fcc77dd3c38198bf93f3548362cd8</code></a>
Thanks <a href="https://github.com/nektro"><code>@​nektro</code></a>! -
Handles possible null value when calling <code>which-pm</code> during
dynamic package installation</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10774">#10774</a>
<a
href="https://github.com/withastro/astro/commit/308b5d8c122f44e7724bb2f3ad3aa5c43a83e584"><code>308b5d8c122f44e7724bb2f3ad3aa5c43a83e584</code></a>
Thanks <a
href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! -
Fixes <code>astro add</code> sometimes modifying <code>baseUrl</code>
unintentionally</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10783">#10783</a>
<a
href="https://github.com/withastro/astro/commit/4dbd545304d1a8af903c8c97f237eb55c988c40b"><code>4dbd545304d1a8af903c8c97f237eb55c988c40b</code></a>
Thanks <a
href="https://github.com/jurajkapsz"><code>@​jurajkapsz</code></a>! -
Fixes Picture component specialFormatsFallback fallback check</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10775">#10775</a>
<a
href="https://github.com/withastro/astro/commit/06843121450899ecf0390ca4efaff6c9a6fe0f75"><code>06843121450899ecf0390ca4efaff6c9a6fe0f75</code></a>
Thanks <a
href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! -
Fixes assets endpoint in serverless returning 404 in certain situations
where the website might be under a protected route</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10787">#10787</a>
<a
href="https://github.com/withastro/astro/commit/699f4559a279b374bddb3e5e48c72afe2709e8e7"><code>699f4559a279b374bddb3e5e48c72afe2709e8e7</code></a>
Thanks <a
href="https://github.com/martrapp"><code>@​martrapp</code></a>! - Fixes
a timing issue in the view transition simulation.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md">astro's
changelog</a>.</em></p>
<blockquote>
<h2>4.6.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10799">#10799</a>
<a
href="https://github.com/withastro/astro/commit/dc74afca9f5eebc2d61331298d6ef187d92051e0"><code>dc74afca9f5eebc2d61331298d6ef187d92051e0</code></a>
Thanks <a
href="https://github.com/martrapp"><code>@​martrapp</code></a>! - Fixes
an issue with persisted non-text input fields that have the focus during
view transition navigation.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10773">#10773</a>
<a
href="https://github.com/withastro/astro/commit/35e43ecdaae7adc4b9a0b974192a033568cfb3f0"><code>35e43ecdaae7adc4b9a0b974192a033568cfb3f0</code></a>
Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>!
- Improves performance for frequent use of small components.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10763">#10763</a>
<a
href="https://github.com/withastro/astro/commit/63132771373ce1510be3e8814897accc0bf62ef8"><code>63132771373ce1510be3e8814897accc0bf62ef8</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@​matthewp</code></a>! -
Invalidate CC cache manifest when lockfile or config changes</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10811">#10811</a>
<a
href="https://github.com/withastro/astro/commit/77822a822b04b5113726f713df104e8667333c59"><code>77822a822b04b5113726f713df104e8667333c59</code></a>
Thanks <a
href="https://github.com/AvinashReddy3108"><code>@​AvinashReddy3108</code></a>!
- Update list of available integrations in the <code>astro add</code>
CLI help.</p>
</li>
</ul>
<h2>4.6.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10732">#10732</a>
<a
href="https://github.com/withastro/astro/commit/a92e263beb6e0166f1f13c97803d1861793e2a99"><code>a92e263beb6e0166f1f13c97803d1861793e2a99</code></a>
Thanks <a
href="https://github.com/rishi-raj-jain"><code>@​rishi-raj-jain</code></a>!
- Correctly sets <code>build.assets</code> directory during
<code>vite</code> config setup</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10776">#10776</a>
<a
href="https://github.com/withastro/astro/commit/1607face67051b16d4648555f1001b2a9308e377"><code>1607face67051b16d4648555f1001b2a9308e377</code></a>
Thanks <a
href="https://github.com/fshafiee"><code>@​fshafiee</code></a>! - Fixes
cookies type inference</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10796">#10796</a>
<a
href="https://github.com/withastro/astro/commit/90669472df3a05b33f0de46fd2d039e3eba7f7dd"><code>90669472df3a05b33f0de46fd2d039e3eba7f7dd</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Disables streaming when rendering site with <code>output:
&quot;static&quot;</code></p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10782">#10782</a>
<a
href="https://github.com/withastro/astro/commit/b0589d05538fcc77dd3c38198bf93f3548362cd8"><code>b0589d05538fcc77dd3c38198bf93f3548362cd8</code></a>
Thanks <a href="https://github.com/nektro"><code>@​nektro</code></a>! -
Handles possible null value when calling <code>which-pm</code> during
dynamic package installation</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10774">#10774</a>
<a
href="https://github.com/withastro/astro/commit/308b5d8c122f44e7724bb2f3ad3aa5c43a83e584"><code>308b5d8c122f44e7724bb2f3ad3aa5c43a83e584</code></a>
Thanks <a
href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! -
Fixes <code>astro add</code> sometimes modifying <code>baseUrl</code>
unintentionally</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10783">#10783</a>
<a
href="https://github.com/withastro/astro/commit/4dbd545304d1a8af903c8c97f237eb55c988c40b"><code>4dbd545304d1a8af903c8c97f237eb55c988c40b</code></a>
Thanks <a
href="https://github.com/jurajkapsz"><code>@​jurajkapsz</code></a>! -
Fixes Picture component specialFormatsFallback fallback check</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10775">#10775</a>
<a
href="https://github.com/withastro/astro/commit/06843121450899ecf0390ca4efaff6c9a6fe0f75"><code>06843121450899ecf0390ca4efaff6c9a6fe0f75</code></a>
Thanks <a
href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! -
Fixes assets endpoint in serverless returning 404 in certain situations
where the website might be under a protected route</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10787">#10787</a>
<a
href="https://github.com/withastro/astro/commit/699f4559a279b374bddb3e5e48c72afe2709e8e7"><code>699f4559a279b374bddb3e5e48c72afe2709e8e7</code></a>
Thanks <a
href="https://github.com/martrapp"><code>@​martrapp</code></a>! - Fixes
a timing issue in the view transition simulation.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/withastro/astro/commit/7fda037b277201b261e53dd0d43a92c5e8f1c638"><code>7fda037</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10798">#10798</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/6561af9def95542a2cf302fc204cdb0c8e0a6b21"><code>6561af9</code></a>
[ci] format</li>
<li><a
href="https://github.com/withastro/astro/commit/63132771373ce1510be3e8814897accc0bf62ef8"><code>6313277</code></a>
Invalidate CC cache manifest when lockfile or config changes (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10763">#10763</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/77822a822b04b5113726f713df104e8667333c59"><code>77822a8</code></a>
add/cli: update list of integrations (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10811">#10811</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/35e43ecdaae7adc4b9a0b974192a033568cfb3f0"><code>35e43ec</code></a>
optimization(runtime): create smaller objects for each Astro global (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10773">#10773</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/914daad18b4604dc63e0afdb8bb01e9129594c67"><code>914daad</code></a>
test: fix regression upon import sorting (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10802">#10802</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/1452cf69a4dbf6c49f0d3b18e70cf257c3c3cf72"><code>1452cf6</code></a>
[ci] format</li>
<li><a
href="https://github.com/withastro/astro/commit/dc74afca9f5eebc2d61331298d6ef187d92051e0"><code>dc74afc</code></a>
Fixes an issue with persisted non-text input fields that have the focus
durin...</li>
<li><a
href="https://github.com/withastro/astro/commit/347bdfe5501fa8c8a4dce4333e74db6526cc5571"><code>347bdfe</code></a>
[ci] format</li>
<li><a
href="https://github.com/withastro/astro/commit/40e8450671f09856fe82abba04187f72e8e0ac89"><code>40e8450</code></a>
chore: use Biome to format JS files (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10788">#10788</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/withastro/astro/commits/astro@4.6.3/packages/astro">compare
view</a></li>
</ul>
</details>
<br />

Updates `daisyui` from 4.10.1 to 4.10.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/saadeghi/daisyui/releases">daisyui's
releases</a>.</em></p>
<blockquote>
<h2>v4.10.2</h2>
<p>🌼 Read changelog: <a
href="https://daisyui.com/docs/changelog/">https://daisyui.com/docs/changelog/</a></p>
<p>📦 Install this update:</p>
<pre lang="bash"><code>npm i -D daisyui@4.10.2
</code></pre>
<p>💚 Thank you for using daisyUI!</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md">daisyui's
changelog</a>.</em></p>
<blockquote>
<h2>4.10.2 (2024-04-16)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>consistent disabled form inputs (<a
href="https://redirect.github.com/saadeghi/daisyui/issues/2981">#2981</a>)
(<a
href="https://github.com/saadeghi/daisyui/commit/50dfac4fec4fec69f66d2747d0292d7485d7b31f">50dfac4</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/saadeghi/daisyui/commit/0bef5678644ab35fd217b55a7661388caaacd90b"><code>0bef567</code></a>
chore(release): 4.10.2</li>
<li><a
href="https://github.com/saadeghi/daisyui/commit/50dfac4fec4fec69f66d2747d0292d7485d7b31f"><code>50dfac4</code></a>
fix: consistent disabled form inputs (<a
href="https://redirect.github.com/saadeghi/daisyui/issues/2981">#2981</a>)</li>
<li><a
href="https://github.com/saadeghi/daisyui/commit/b86ec1285a34bff8a464190a1c45bd87bd9a03df"><code>b86ec12</code></a>
Update FUNDING.yml</li>
<li><a
href="https://github.com/saadeghi/daisyui/commit/37559111cabb6869064b1c39b63a20cea21251ed"><code>3755911</code></a>
docs</li>
<li><a
href="https://github.com/saadeghi/daisyui/commit/f8d4e3eeb0af94f818c0a6b25ac692fd2d0de0bb"><code>f8d4e3e</code></a>
docs</li>
<li><a
href="https://github.com/saadeghi/daisyui/commit/f4269b88409a7bc0f54aa2601fb95547291fa263"><code>f4269b8</code></a>
docs</li>
<li><a
href="https://github.com/saadeghi/daisyui/commit/adb63bdda6a1b0cf9952478b42336c47475c180b"><code>adb63bd</code></a>
store</li>
<li><a
href="https://github.com/saadeghi/daisyui/commit/995db519300873457d387db98dbaf0a31bededcb"><code>995db51</code></a>
updated final stat component example to maintain consistent
capitalization (#...</li>
<li><a
href="https://github.com/saadeghi/daisyui/commit/612117055c3aa5fc95de54d99efd6e0ce86bf13f"><code>6121170</code></a>
Update src/docs/.env</li>
<li>See full diff in <a
href="https://github.com/saadeghi/daisyui/compare/v4.10.1...v4.10.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `htmx.org` from 1.9.11 to 1.9.12
<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>[1.9.12] - 2024-04-17</h2>
<ul>
<li><a
href="https://github.com/bigskysoftware/htmx/commit/e64238dba3113c2eabe26b1e9e9ba7fe29ba3010">IE
Fixes</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bigskysoftware/htmx/commit/f38e07d4be8145a39e2bb477ec9fcc56bdd2d16d"><code>f38e07d</code></a>
prep v1.9.12</li>
<li><a
href="https://github.com/bigskysoftware/htmx/commit/7dd6cd722437ab1f07b1328602ec2e301a6a0290"><code>7dd6cd7</code></a>
prep v1.9.12</li>
<li><a
href="https://github.com/bigskysoftware/htmx/commit/c247cae9bf04b5b274d3bd65937541e8224a359c"><code>c247cae</code></a>
Merge remote-tracking branch 'origin/master'</li>
<li><a
href="https://github.com/bigskysoftware/htmx/commit/b0ffe98011f8fcdf4e16cd9bfaf2be0974eaa3af"><code>b0ffe98</code></a>
sponsor update</li>
<li><a
href="https://github.com/bigskysoftware/htmx/commit/075ec3afdb4bb2a220d10e2e7bf83ca8e8c7b7db"><code>075ec3a</code></a>
Fix example for mustache in client-side-templates extension. (<a
href="https://redirect.github.com/bigskysoftware/htmx/issues/2409">#2409</a>)</li>
<li><a
href="https://github.com/bigskysoftware/htmx/commit/0b296645457459c8abb64e1872eb936db6b0bef0"><code>0b29664</code></a>
Link to section on CSS Transitions instead of Mozilla page (<a
href="https://redirect.github.com/bigskysoftware/htmx/issues/2413">#2413</a>)</li>
<li><a
href="https://github.com/bigskysoftware/htmx/commit/e3811cf74424f33f6d4961bc6d9117e785510104"><code>e3811cf</code></a>
set root</li>
<li><a
href="https://github.com/bigskysoftware/htmx/commit/e64238dba3113c2eabe26b1e9e9ba7fe29ba3010"><code>e64238d</code></a>
Fix IE11 incompatibilities (<a
href="https://redirect.github.com/bigskysoftware/htmx/issues/2408">#2408</a>)</li>
<li><a
href="https://github.com/bigskysoftware/htmx/commit/c43d48163f578d2e6f719116da650ca351e323b2"><code>c43d481</code></a>
Add documentation for multiple CSS selectors in hx-disabled-elt (<a
href="https://redirect.github.com/bigskysoftware/htmx/issues/2421">#2421</a>)</li>
<li><a
href="https://github.com/bigskysoftware/htmx/commit/8318d9af6770e63d5fd0b9a2e4cebbb6d01395ef"><code>8318d9a</code></a>
Fix date in CHANGELOG.md (<a
href="https://redirect.github.com/bigskysoftware/htmx/issues/2419">#2419</a>)</li>
<li>See full diff in <a
href="https://github.com/bigskysoftware/htmx/compare/v1.9.11...v1.9.12">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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent 4b638d8 commit f50daea
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 40 deletions.
76 changes: 44 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
"linkcheck:full": "linkchecker http://localhost:4321"
},
"dependencies": {
"@astrojs/mdx": "^2.3.0",
"@astrojs/mdx": "^2.3.1",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.1.2",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.0.3",
"@fontsource-variable/fira-code": "^5.0.16",
"@fontsource-variable/overpass": "^5.0.17",
"@fontsource-variable/roboto-flex": "^5.0.8",
"@fontsource-variable/fira-code": "^5.0.18",
"@fontsource-variable/overpass": "^5.0.19",
"@fontsource-variable/roboto-flex": "^5.0.15",
"@xmldom/xmldom": "^0.8.10",
"asciinema-player": "^3.7.1",
"astro": "^4.6.1",
"astro": "^4.6.3",
"astro-heroicons": "^2.1.1",
"astro-icon": "^1.1.0",
"astro-seo": "^0.8.0",
"daisyui": "^4.10.1",
"htmx.org": "^1.9.9",
"daisyui": "^4.10.2",
"htmx.org": "^1.9.12",
"markdown-it": "^14.0.0",
"node-html-parser": "^6.1.13",
"sanitize-html": "^2.11.0",
Expand Down

0 comments on commit f50daea

Please sign in to comment.