Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the astro group in /doc with 2 updates (#2028)
Bumps the astro group in /doc with 2 updates: [@astrojs/solid-js](https://github.com/withastro/astro/tree/HEAD/packages/integrations/solid) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `@astrojs/solid-js` from 5.0.3 to 5.0.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/releases"><code>@astrojs/solid-js</code>'s releases</a>.</em></p> <blockquote> <h2><code>@astrojs/solid-js</code><a href="https://github.com/5"><code>@5</code></a>.0.4</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/13011">#13011</a> <a href="https://github.com/withastro/astro/commit/cf3088060d45227dcb48e041c4ed5e0081d71398"><code>cf30880</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Upgrades Vite</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/blob/main/packages/integrations/solid/CHANGELOG.md"><code>@astrojs/solid-js</code>'s changelog</a>.</em></p> <blockquote> <h2>5.0.4</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/13011">#13011</a> <a href="https://github.com/withastro/astro/commit/cf3088060d45227dcb48e041c4ed5e0081d71398"><code>cf30880</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Upgrades Vite</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/astro/commit/0a0b1978a7ea9902174df96852e6a676023cd128"><code>0a0b197</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/solid/issues/12991">#12991</a>)</li> <li><a href="https://github.com/withastro/astro/commit/cf3088060d45227dcb48e041c4ed5e0081d71398"><code>cf30880</code></a> fix: upgrade Vite and update tests (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/solid/issues/13011">#13011</a>)</li> <li>See full diff in <a href="https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/solid">compare view</a></li> </ul> </details> <br /> Updates `astro` from 5.1.7 to 5.1.8 <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/12998">#12998</a> <a href="https://github.com/withastro/astro/commit/9ce003802109f704cc1f081759f3d2af2c1ea2c2"><code>9ce0038</code></a> Thanks <a href="https://github.com/Kynson"><code>@Kynson</code></a>! - Fixes the issue that audit incorrectly flag images as above the fold when the scrolling container is not body</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12990">#12990</a> <a href="https://github.com/withastro/astro/commit/2e12f1d7526f12fa0e1e63482f100bbb81a8b36e"><code>2e12f1d</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes a bug that caused references to be incorrectly reported as invalid</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12984">#12984</a> <a href="https://github.com/withastro/astro/commit/2d259cf4abf27a4f0a067bedb32d0459c4fce507"><code>2d259cf</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes a bug in dev where files would stop being watched if the Astro config file was edited</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12984">#12984</a> <a href="https://github.com/withastro/astro/commit/2d259cf4abf27a4f0a067bedb32d0459c4fce507"><code>2d259cf</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes a bug where the content layer would use an outdated version of the Astro config if it was edited in dev</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12982">#12982</a> <a href="https://github.com/withastro/astro/commit/429aa7547572915b5f7f9a4146529e704069128b"><code>429aa75</code></a> Thanks <a href="https://github.com/bluwy"><code>@bluwy</code></a>! - Fixes an issue where server islands do not work in projects that use an adapter but only have prerendered pages. If an adapter is added, the server island endpoint will now be added by default.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12995">#12995</a> <a href="https://github.com/withastro/astro/commit/78fd73a0dfbfab120111d5f1d1eaecd563bc82a6"><code>78fd73a</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - Fixes a case where <code>astro:actions</code> types would not work when using <code>src/actions.ts</code></p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13011">#13011</a> <a href="https://github.com/withastro/astro/commit/cf3088060d45227dcb48e041c4ed5e0081d71398"><code>cf30880</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Upgrades Vite</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12733">#12733</a> <a href="https://github.com/withastro/astro/commit/bbf1d8894e6ce5d2ebe45452a27072b9929053a8"><code>bbf1d88</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes a bug that caused the dev server to return an error if requesting "//"</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13001">#13001</a> <a href="https://github.com/withastro/astro/commit/627aec3f04de424ec144cefac4a5a3b70d9ba0fb"><code>627aec3</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes a bug that caused Astro to attempt to inject environment variables into non-source files, causing performance problems and broken builds</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md">astro's changelog</a>.</em></p> <blockquote> <h2>5.1.8</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12998">#12998</a> <a href="https://github.com/withastro/astro/commit/9ce003802109f704cc1f081759f3d2af2c1ea2c2"><code>9ce0038</code></a> Thanks <a href="https://github.com/Kynson"><code>@Kynson</code></a>! - Fixes the issue that audit incorrectly flag images as above the fold when the scrolling container is not body</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12990">#12990</a> <a href="https://github.com/withastro/astro/commit/2e12f1d7526f12fa0e1e63482f100bbb81a8b36e"><code>2e12f1d</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes a bug that caused references to be incorrectly reported as invalid</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12984">#12984</a> <a href="https://github.com/withastro/astro/commit/2d259cf4abf27a4f0a067bedb32d0459c4fce507"><code>2d259cf</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes a bug in dev where files would stop being watched if the Astro config file was edited</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12984">#12984</a> <a href="https://github.com/withastro/astro/commit/2d259cf4abf27a4f0a067bedb32d0459c4fce507"><code>2d259cf</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes a bug where the content layer would use an outdated version of the Astro config if it was edited in dev</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12982">#12982</a> <a href="https://github.com/withastro/astro/commit/429aa7547572915b5f7f9a4146529e704069128b"><code>429aa75</code></a> Thanks <a href="https://github.com/bluwy"><code>@bluwy</code></a>! - Fixes an issue where server islands do not work in projects that use an adapter but only have prerendered pages. If an adapter is added, the server island endpoint will now be added by default.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12995">#12995</a> <a href="https://github.com/withastro/astro/commit/78fd73a0dfbfab120111d5f1d1eaecd563bc82a6"><code>78fd73a</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - Fixes a case where <code>astro:actions</code> types would not work when using <code>src/actions.ts</code></p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13011">#13011</a> <a href="https://github.com/withastro/astro/commit/cf3088060d45227dcb48e041c4ed5e0081d71398"><code>cf30880</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Upgrades Vite</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/12733">#12733</a> <a href="https://github.com/withastro/astro/commit/bbf1d8894e6ce5d2ebe45452a27072b9929053a8"><code>bbf1d88</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes a bug that caused the dev server to return an error if requesting "//"</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13001">#13001</a> <a href="https://github.com/withastro/astro/commit/627aec3f04de424ec144cefac4a5a3b70d9ba0fb"><code>627aec3</code></a> Thanks <a href="https://github.com/ascorbic"><code>@ascorbic</code></a>! - Fixes a bug that caused Astro to attempt to inject environment variables into non-source files, causing performance problems and broken builds</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/astro/commit/0a0b1978a7ea9902174df96852e6a676023cd128"><code>0a0b197</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12991">#12991</a>)</li> <li><a href="https://github.com/withastro/astro/commit/d06518246f3e12bf9c43f9589cadcbb01e30a5e3"><code>d065182</code></a> Revert "feat(server-islands): only encode ETAGO delimiter (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/11513">#11513</a>)" (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/13013">#13013</a>)</li> <li><a href="https://github.com/withastro/astro/commit/3357ff649768f3c359834ffbe656cbec1a2803d4"><code>3357ff6</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/13008">#13008</a>)</li> <li><a href="https://github.com/withastro/astro/commit/f64b73cb8aaae02c52fa438ac8361044cf67f6dc"><code>f64b73c</code></a> feat(server-islands): only encode ETAGO delimiter (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/11513">#11513</a>)</li> <li><a href="https://github.com/withastro/astro/commit/9cc46f66e9c3b83f6a79d03bc5ee442ae97683f6"><code>9cc46f6</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/cf3088060d45227dcb48e041c4ed5e0081d71398"><code>cf30880</code></a> fix: upgrade Vite and update tests (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/13011">#13011</a>)</li> <li><a href="https://github.com/withastro/astro/commit/7babf22b7fbcbe421f86f5ce8afdde7213c8d982"><code>7babf22</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/9ce003802109f704cc1f081759f3d2af2c1ea2c2"><code>9ce0038</code></a> fix: audit incorrectly flagging images as above the fold (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12993">#12993</a>) (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12998">#12998</a>)</li> <li><a href="https://github.com/withastro/astro/commit/22eafffd100ee2839d5a08b20d553c7f11e400c9"><code>22eafff</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/429aa7547572915b5f7f9a4146529e704069128b"><code>429aa75</code></a> Fix server islands for prerender-only sites (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/12982">#12982</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 /> 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