Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump the all group with 5 updates (#1566)
Bumps the all group with 5 updates: | Package | From | To | | --- | --- | --- | | [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) | `4.0.8` | `4.0.9` | | [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) | `3.2.0` | `3.2.1` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.16.2` | `4.16.6` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.13` | `3.4.14` | | [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.2.7` | `1.2.9` | Updates `@astrojs/rss` from 4.0.8 to 4.0.9 <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.9</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/12157">#12157</a> <a href="https://github.com/withastro/astro/commit/925cff31bc040874e73decd6a6b3a5ba84c60258"><code>925cff3</code></a> Thanks <a href="https://github.com/bholmesdev"><code>@bholmesdev</code></a>! - Improves README configuration reference.</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.9</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/12157">#12157</a> <a href="https://github.com/withastro/astro/commit/925cff31bc040874e73decd6a6b3a5ba84c60258"><code>925cff3</code></a> Thanks <a href="https://github.com/bholmesdev"><code>@bholmesdev</code></a>! - Improves README configuration reference.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/astro/commit/5a4edebfd28e5f93f4fb5b9e0ca499b30fdd9a76"><code>5a4edeb</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro-rss/issues/12234">#12234</a>)</li> <li><a href="https://github.com/withastro/astro/commit/67bb22e5a1ff0fcbd66de5c4acd828d23477e3e2"><code>67bb22e</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/925cff31bc040874e73decd6a6b3a5ba84c60258"><code>925cff3</code></a> Improved rss readme (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro-rss/issues/12157">#12157</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/sitemap` from 3.2.0 to 3.2.1 <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>.2.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/12156">#12156</a> <a href="https://github.com/withastro/astro/commit/07754f5873b05ab4dae31ded7264fe4056c2dfc8"><code>07754f5</code></a> Thanks <a href="https://github.com/mingjunlu"><code>@mingjunlu</code></a>! - Adds missing <code>xslURL</code> property to <code>SitemapOptions</code> type.</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.2.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/12156">#12156</a> <a href="https://github.com/withastro/astro/commit/07754f5873b05ab4dae31ded7264fe4056c2dfc8"><code>07754f5</code></a> Thanks <a href="https://github.com/mingjunlu"><code>@mingjunlu</code></a>! - Adds missing <code>xslURL</code> property to <code>SitemapOptions</code> type.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/astro/commit/6df5bba870001ccaf7eee5ad7707ba6c90f955c4"><code>6df5bba</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap/issues/12225">#12225</a>)</li> <li><a href="https://github.com/withastro/astro/commit/07754f5873b05ab4dae31ded7264fe4056c2dfc8"><code>07754f5</code></a> fix(sitemap): add missing <code>xslURL</code> property to <code>SitemapOptions</code> type (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap/issues/12156">#12156</a>)</li> <li>See full diff in <a href="https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/sitemap">compare view</a></li> </ul> </details> <br /> Updates `astro` from 4.16.2 to 4.16.6 <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/11823">#11823</a> <a href="https://github.com/withastro/astro/commit/a3d30a602aaa1755197c73f0b51cace61f9088b3"><code>a3d30a6</code></a> Thanks <a href="https://github.com/DerTimonius"><code>@DerTimonius</code></a>! - fix: improve error message when inferSize is used in local images with the Image component</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12227">#12227</a> <a href="https://github.com/withastro/astro/commit/8b1a641be9de4baa9ae48dd0d045915fbbeffa8c"><code>8b1a641</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - Fixes a case where environment variables would not be refreshed when using <code>astro:env</code></p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12239">#12239</a> <a href="https://github.com/withastro/astro/commit/2b6daa5840c18729c41f6cd8b4571b88d0cba119"><code>2b6daa5</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - <strong>BREAKING CHANGE to the experimental Container API only</strong></p> <p>Changes the default page rendering behavior of Astro components in containers, and adds a new option <code>partial: false</code> to render full Astro pages as before.</p> <p>Previously, the Container API was rendering all Astro components as if they were full Astro pages containing <code><!DOCTYPE html></code> by default. This was not intended, and now by default, all components will render as <a href="https://docs.astro.build/en/basics/astro-pages/#page-partials">page partials</a>: only the contents of the components without a page shell.</p> <p>To render the component as a full-fledged Astro page, pass a new option called <code>partial: false</code> to <code>renderToString()</code> and <code>renderToResponse()</code>:</p> <pre lang="js"><code>import { experimental_AstroContainer as AstroContainer } from 'astro/container'; import Card from '../src/components/Card.astro'; <p>const container = AstroContainer.create();</p> <p>await container.renderToString(Card); // the string will not contain <code>&lt;!DOCTYPE html&gt;</code> await container.renderToString(Card, { partial: false }); // the string will contain <code>&lt;!DOCTYPE html&gt;</code> </code></pre></p> </li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/12232">#12232</a> <a href="https://github.com/withastro/astro/commit/ff68ba5e1ca00f06d1afd5fbf89acea3092bb660"><code>ff68ba5</code></a> Thanks <a href="https://github.com/martrapp"><code>@martrapp</code></a>! - Fixes an issue with cssesc in dev mode when setting <code>vite.ssr.noExternal: true</code></li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12223">#12223</a> <a href="https://github.com/withastro/astro/commit/79ffa5d9f75c16465134aa4ed4a3d1d59908ba8b"><code>79ffa5d</code></a> Thanks <a href="https://github.com/ArmandPhilippot"><code>@ArmandPhilippot</code></a>! - Fixes a false positive reported by the dev toolbar Audit app where a label was considered missing when associated with a button</p> <p>The <code>button</code> element can be <a href="https://www.w3.org/TR/2011/WD-html5-author-20110809/forms.html#category-label">used with a label</a> (e.g. to create a switch) and should not be reported as an accessibility issue when used as a child of a <code>label</code>.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12199">#12199</a> <a href="https://github.com/withastro/astro/commit/c3513523608f319b43c050e391be08e68b801329"><code>c351352</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes a regression in the computation of <code>Astro.currentLocale</code></p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12222">#12222</a> <a href="https://github.com/withastro/astro/commit/fb5569583b11ef585cd0a79e97e7e9dc653f6afa"><code>fb55695</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes an issue where the edge middleware couldn't correctly compute the client IP address when calling <code>ctx.clientAddress()</code></p> </li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12220">#12220</a> <a href="https://github.com/withastro/astro/commit/b0493596dc338377198d0a39efc813dad515b624"><code>b049359</code></a> Thanks <a href="https://github.com/bluwy"><code>@bluwy</code></a>! - Fixes accidental internal <code>setOnSetGetEnv</code> parameter rename that caused runtime errors</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12197">#12197</a> <a href="https://github.com/withastro/astro/commit/2aa2dfd05dc7b7e6ad13451e6cc2afa9b1c92a32"><code>2aa2dfd</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fix a regression where a port was incorrectly added to the <code>Astro.url</code></p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md">astro's changelog</a>.</em></p> <blockquote> <h2>4.16.6</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/11823">#11823</a> <a href="https://github.com/withastro/astro/commit/a3d30a602aaa1755197c73f0b51cace61f9088b3"><code>a3d30a6</code></a> Thanks <a href="https://github.com/DerTimonius"><code>@DerTimonius</code></a>! - fix: improve error message when inferSize is used in local images with the Image component</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12227">#12227</a> <a href="https://github.com/withastro/astro/commit/8b1a641be9de4baa9ae48dd0d045915fbbeffa8c"><code>8b1a641</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - Fixes a case where environment variables would not be refreshed when using <code>astro:env</code></p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12239">#12239</a> <a href="https://github.com/withastro/astro/commit/2b6daa5840c18729c41f6cd8b4571b88d0cba119"><code>2b6daa5</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - <strong>BREAKING CHANGE to the experimental Container API only</strong></p> <p>Changes the default page rendering behavior of Astro components in containers, and adds a new option <code>partial: false</code> to render full Astro pages as before.</p> <p>Previously, the Container API was rendering all Astro components as if they were full Astro pages containing <code><!DOCTYPE html></code> by default. This was not intended, and now by default, all components will render as <a href="https://docs.astro.build/en/basics/astro-pages/#page-partials">page partials</a>: only the contents of the components without a page shell.</p> <p>To render the component as a full-fledged Astro page, pass a new option called <code>partial: false</code> to <code>renderToString()</code> and <code>renderToResponse()</code>:</p> <pre lang="js"><code>import { experimental_AstroContainer as AstroContainer } from 'astro/container'; import Card from '../src/components/Card.astro'; <p>const container = AstroContainer.create();</p> <p>await container.renderToString(Card); // the string will not contain <code>&lt;!DOCTYPE html&gt;</code> await container.renderToString(Card, { partial: false }); // the string will contain <code>&lt;!DOCTYPE html&gt;</code> </code></pre></p> </li> </ul> <h2>4.16.5</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/12232">#12232</a> <a href="https://github.com/withastro/astro/commit/ff68ba5e1ca00f06d1afd5fbf89acea3092bb660"><code>ff68ba5</code></a> Thanks <a href="https://github.com/martrapp"><code>@martrapp</code></a>! - Fixes an issue with cssesc in dev mode when setting <code>vite.ssr.noExternal: true</code></li> </ul> <h2>4.16.4</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12223">#12223</a> <a href="https://github.com/withastro/astro/commit/79ffa5d9f75c16465134aa4ed4a3d1d59908ba8b"><code>79ffa5d</code></a> Thanks <a href="https://github.com/ArmandPhilippot"><code>@ArmandPhilippot</code></a>! - Fixes a false positive reported by the dev toolbar Audit app where a label was considered missing when associated with a button</p> <p>The <code>button</code> element can be <a href="https://www.w3.org/TR/2011/WD-html5-author-20110809/forms.html#category-label">used with a label</a> (e.g. to create a switch) and should not be reported as an accessibility issue when used as a child of a <code>label</code>.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12199">#12199</a> <a href="https://github.com/withastro/astro/commit/c3513523608f319b43c050e391be08e68b801329"><code>c351352</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes a regression in the computation of <code>Astro.currentLocale</code></p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12222">#12222</a> <a href="https://github.com/withastro/astro/commit/fb5569583b11ef585cd0a79e97e7e9dc653f6afa"><code>fb55695</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes an issue where the edge middleware couldn't correctly compute the client IP address when calling <code>ctx.clientAddress()</code></p> </li> </ul> <h2>4.16.3</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/12220">#12220</a> <a href="https://github.com/withastro/astro/commit/b0493596dc338377198d0a39efc813dad515b624"><code>b049359</code></a> Thanks <a href="https://github.com/bluwy"><code>@bluwy</code></a>! - Fixes accidental internal <code>setOnSetGetEnv</code> parameter rename that caused runtime errors</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/astro/commit/d6f17044d3873df77cfbc73230cb3194b5a7d82a"><code>d6f1704</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12240">#12240</a>)</li> <li><a href="https://github.com/withastro/astro/commit/c5cd5be36a81af2040461359ae5fd8d5028d00a8"><code>c5cd5be</code></a> Fix test:vite-ci script (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12246">#12246</a>)</li> <li><a href="https://github.com/withastro/astro/commit/0bbf2fb526b21a8d89ab87aa0e37d83e0724474f"><code>0bbf2fb</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/8b1a641be9de4baa9ae48dd0d045915fbbeffa8c"><code>8b1a641</code></a> fix: do not override process.env (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12227">#12227</a>)</li> <li><a href="https://github.com/withastro/astro/commit/2b6daa5840c18729c41f6cd8b4571b88d0cba119"><code>2b6daa5</code></a> fix(container): emit components as partials (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12239">#12239</a>)</li> <li><a href="https://github.com/withastro/astro/commit/a3d30a602aaa1755197c73f0b51cace61f9088b3"><code>a3d30a6</code></a> fix: improve error for inferSize and Image component (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/11823">#11823</a>)</li> <li><a href="https://github.com/withastro/astro/commit/5a4edebfd28e5f93f4fb5b9e0ca499b30fdd9a76"><code>5a4edeb</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12234">#12234</a>)</li> <li><a href="https://github.com/withastro/astro/commit/ff68ba5e1ca00f06d1afd5fbf89acea3092bb660"><code>ff68ba5</code></a> Fixes an issue with cssesc in dev mode when setting vite.ssr.noExternal: true...</li> <li><a href="https://github.com/withastro/astro/commit/6df5bba870001ccaf7eee5ad7707ba6c90f955c4"><code>6df5bba</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12225">#12225</a>)</li> <li><a href="https://github.com/withastro/astro/commit/64bb796c0fee551b8b2349b5246946f60080565b"><code>64bb796</code></a> Use real filesystem for unit testing (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12172">#12172</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 `tailwindcss` from 3.4.13 to 3.4.14 <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.14</h2> <h3>Fixed</h3> <ul> <li>Don't set <code>display: none</code> on elements that use <code>hidden="until-found"</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14625">#14625</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.14/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.14] - 2024-10-15</h2> <h3>Fixed</h3> <ul> <li>Don't set <code>display: none</code> on elements that use <code>hidden="until-found"</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14625">#14625</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/c616fb956239242f7f22ca6abc8bbd73e4a1f01b"><code>c616fb9</code></a> 3.4.14</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/b570e2b887b6709164ffccc02a9af3a2eb32318d"><code>b570e2b</code></a> Don't set <code>display: none</code> on elements that use <code>hidden="until-found"</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14625">#14625</a>)</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.14">compare view</a></li> </ul> </details> <br /> Updates `@iconify-json/simple-icons` from 1.2.7 to 1.2.9 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/iconify/icon-sets/commits">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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information