Commit 625dc26
authored
chore(deps): bump the minorandpatch group in /docs with 2 updates (#6862)
Bumps the minorandpatch group in /docs with 2 updates:
[@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight)
and
[astro](https://github.com/withastro/astro/tree/HEAD/packages/astro).
Updates `@astrojs/starlight` from 0.41.2 to 0.41.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/withastro/starlight/releases">@astrojs/starlight's
releases</a>.</em></p>
<blockquote>
<h2><code>@astrojs/starlight</code><a
href="https://github.com/0"><code>@0</code></a>.41.3</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/withastro/starlight/pull/3911">#3911</a>
<a
href="https://github.com/withastro/starlight/commit/1686ecce3fd2da2aa9973faba2dc585abebb93a3"><code>1686ecc</code></a>
Thanks <a
href="https://github.com/timothyjordan"><code>@timothyjordan</code></a>!
- Keeps keyboard focus inside the mobile menu while it is open,
preventing focus moving to hidden interactive elements in page
content.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md">@astrojs/starlight's
changelog</a>.</em></p>
<blockquote>
<h2>0.41.3</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/withastro/starlight/pull/3911">#3911</a>
<a
href="https://github.com/withastro/starlight/commit/1686ecce3fd2da2aa9973faba2dc585abebb93a3"><code>1686ecc</code></a>
Thanks <a
href="https://github.com/timothyjordan"><code>@timothyjordan</code></a>!
- Keeps keyboard focus inside the mobile menu while it is open,
preventing focus moving to hidden interactive elements in page
content.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/withastro/starlight/commit/96cee6e96128bef1f0048e69f288d64a4e5f6698"><code>96cee6e</code></a>
[ci] release (<a
href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/4032">#4032</a>)</li>
<li><a
href="https://github.com/withastro/starlight/commit/1686ecce3fd2da2aa9973faba2dc585abebb93a3"><code>1686ecc</code></a>
fix(MobileMenuToggle): trap keyboard focus inside the mobile menu (<a
href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/3911">#3911</a>)</li>
<li>See full diff in <a
href="https://github.com/withastro/starlight/commits/@astrojs/starlight@0.41.3/packages/starlight">compare
view</a></li>
</ul>
</details>
<br />
Updates `astro` from 7.0.4 to 7.0.7
<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@7.0.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17318">#17318</a>
<a
href="https://github.com/withastro/astro/commit/23a4120b1ba546521ed66c09cb39e346aee6b75a"><code>23a4120</code></a>
Thanks <a
href="https://github.com/astrobot-houston"><code>@astrobot-houston</code></a>!
- Fixes CSS module scoped-name hash mismatch in <code>astro dev</code>
when using <code>vite.css.transformer: 'lightningcss'</code> with
content collections. Previously, a component importing a CSS module and
rendered via content collection <code>render()</code> would get
different class name hashes in the element and the injected
<code><style></code> tag, causing styles not to apply.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17323">#17323</a>
<a
href="https://github.com/withastro/astro/commit/4298883399550cae5d5e089d73cb9adadbc2d69b"><code>4298883</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixes a dev server memory leak which caused Node.js to emit warnings in
the console.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17323">#17323</a>
<a
href="https://github.com/withastro/astro/commit/4298883399550cae5d5e089d73cb9adadbc2d69b"><code>4298883</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixes a dev server crash when a <code>.html</code> or
<code>/index.html</code> suffixed request (such as those <code>netlify
dev</code> probes as pretty-URL fallbacks) matched a dynamic endpoint
route, causing a <code>TypeError: Missing parameter</code> error</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17325">#17325</a>
<a
href="https://github.com/withastro/astro/commit/cebc40495cd09e8036af34c2f668fc2965e089b0"><code>cebc404</code></a>
Thanks <a
href="https://github.com/astrobot-houston"><code>@astrobot-houston</code></a>!
- Fixes a bug where CSS <code>@import</code> rules could end up
mid-stylesheet after inline CSS chunks were merged during build, causing
browsers to silently ignore them</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17323">#17323</a>
<a
href="https://github.com/withastro/astro/commit/4298883399550cae5d5e089d73cb9adadbc2d69b"><code>4298883</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixes a build regression that could leave unresolved preload markers in
inlined scripts with external dynamic imports</p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/withastro/astro/commit/4298883399550cae5d5e089d73cb9adadbc2d69b"><code>4298883</code></a>,
<a
href="https://github.com/withastro/astro/commit/4298883399550cae5d5e089d73cb9adadbc2d69b"><code>4298883</code></a>]:</p>
<ul>
<li><code>@astrojs/telemetry</code><a
href="https://github.com/3"><code>@3</code></a>.3.3</li>
</ul>
</li>
</ul>
<h2>astro@7.0.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17261">#17261</a>
<a
href="https://github.com/withastro/astro/commit/79aa99c648b4b40b95a31d4a961b77074cf7963c"><code>79aa99c</code></a>
Thanks <a
href="https://github.com/astrobot-houston"><code>@astrobot-houston</code></a>!
- Fixes a false deprecation warning for <code>markdown.gfm</code> and
<code>markdown.smartypants</code> when using the Container API</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17247">#17247</a>
<a
href="https://github.com/withastro/astro/commit/f94280d61496de38f97a818975bd38529569f3e8"><code>f94280d</code></a>
Thanks <a
href="https://github.com/chatman-media"><code>@chatman-media</code></a>!
- Fixes route generation throwing "Missing parameter" (or
silently dropping the segment) when a dynamic param's value is
<code>0</code>. The generator used truthy checks instead of checking for
<code>undefined</code>, so <code>paginate(posts, { params: { categoryId:
0 } })</code> would crash even though <code>0</code> is a perfectly
valid param value.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17278">#17278</a>
<a
href="https://github.com/withastro/astro/commit/6f11739f2c7b28b108c2d8d0a2012f0711775a8c"><code>6f11739</code></a>
Thanks <a
href="https://github.com/astrobot-houston"><code>@astrobot-houston</code></a>!
- Fixes missing CSS for virtual style modules (e.g., responsive image
layout styles) in dev mode when JavaScript is disabled</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17250">#17250</a>
<a
href="https://github.com/withastro/astro/commit/0b30b35f864310bee8485c952d1877e82e2b9b1a"><code>0b30b35</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes
the <code>security.checkOrigin</code> check so it is applied
consistently to Astro Actions and on-demand endpoints, regardless of how
the request pipeline is composed. Previously, the origin check could be
skipped in the composable <code>astro/hono</code> pipeline depending on
the order of the <code>middleware()</code> primitive (or when it was
omitted).</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17274">#17274</a>
<a
href="https://github.com/withastro/astro/commit/8c3579b2707703037bd439992a9a4e5efceeda3b"><code>8c3579b</code></a>
Thanks <a
href="https://github.com/astrobot-houston"><code>@astrobot-houston</code></a>!
- Fixes missing <code>render()</code> type overload for live collection
entries. Previously, calling <code>render()</code> on a
<code>LiveDataEntry</code> produced a TypeScript error when using only
<code>live.config.ts</code> without a
<code>content.config.ts</code>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17257">#17257</a>
<a
href="https://github.com/withastro/astro/commit/4208297b37d1781bfe54254c0b981eb146e08691"><code>4208297</code></a>
Thanks <a
href="https://github.com/astrobot-houston"><code>@astrobot-houston</code></a>!
- Fixes <code>astro check</code> failing to find
<code>@astrojs/check</code> and <code>typescript</code> when astro is
installed in a directory outside the project tree (e.g. pnpm virtual
store)</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17272">#17272</a>
<a
href="https://github.com/withastro/astro/commit/b428648a3ce0efe7367933096949d1d18bea0168"><code>b428648</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes
island component paths so that extensionless imports (e.g. <code>import
{ Counter } from '../components/Counter'</code>) resolve to the real
file on disk, matching Vite's extension order and directory
<code>index</code> resolution. This makes the
<code>include</code>/<code>exclude</code> options of JSX renderer
integrations (React, Preact, Solid) match components imported without a
file extension, and removes the spurious React 19 "Invalid hook
call" warning logged on every request in dev when
<code>include</code> was set alongside another JSX renderer</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17279">#17279</a>
<a
href="https://github.com/withastro/astro/commit/2aeaa44a23e42426619e680c37bea5b79fb9bc9d"><code>2aeaa44</code></a>
Thanks <a
href="https://github.com/astrobot-houston"><code>@astrobot-houston</code></a>!
- Fixes a bug where <code><Picture inferSize></code> with a remote
image could fail with <code>FailedToFetchRemoteImageDimensions</code>
when the image server rate-limits requests (e.g. HTTP 429). Remote
dimensions are now resolved once per render instead of once per output
format.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17251">#17251</a>
<a
href="https://github.com/withastro/astro/commit/5240e26c9dd91f9bc7140dcfacdb48d5a132830d"><code>5240e26</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! -
Hardens the handling of attribute rendering when using with custom
elements.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17248">#17248</a>
<a
href="https://github.com/withastro/astro/commit/429bd6287a24770461321696f87edf34758b90fd"><code>429bd62</code></a>
Thanks <a
href="https://github.com/astrobot-houston"><code>@astrobot-houston</code></a>!
- Fixes a crash when using Astro's <code>getViteConfig</code> with
Vitest browser mode (e.g., Storybook vitest runner). Astro now skips dev
server setup inside Vitest, preventing errors.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17260">#17260</a>
<a
href="https://github.com/withastro/astro/commit/14524c03f3d7ea84224d4e708488f30902a9f275"><code>14524c0</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes
a regression where a <code><script></code> inside a component
rendered through <code>Astro.slots.render()</code> was hoisted out of
its original position instead of staying next to its component
content</p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/withastro/astro/commit/eb6f97e391ee587747e37609c255c7cd4b9cce3c"><code>eb6f97e</code></a>]:</p>
<ul>
<li><code>@astrojs/internal-helpers</code><a
href="https://github.com/0"><code>@0</code></a>.10.1</li>
<li><code>@astrojs/markdown-remark</code><a
href="https://github.com/7"><code>@7</code></a>.2.1</li>
<li><code>@astrojs/markdown-satteri</code><a
href="https://github.com/0"><code>@0</code></a>.3.3</li>
</ul>
</li>
</ul>
<h2>astro@7.0.5</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/withastro/astro/pull/17242">#17242</a>
<a
href="https://github.com/withastro/astro/commit/9c05ba474cee5e3ef5142d88e7e08d53acfbe431"><code>9c05ba4</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes
an error that could occur after the dev server restarts when using an
adapter such as <code>@astrojs/cloudflare</code>, where a request would
fail with a <code>500</code> referencing a missing pre-bundled
dependency:</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>7.0.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17318">#17318</a>
<a
href="https://github.com/withastro/astro/commit/23a4120b1ba546521ed66c09cb39e346aee6b75a"><code>23a4120</code></a>
Thanks <a
href="https://github.com/astrobot-houston"><code>@astrobot-houston</code></a>!
- Fixes CSS module scoped-name hash mismatch in <code>astro dev</code>
when using <code>vite.css.transformer: 'lightningcss'</code> with
content collections. Previously, a component importing a CSS module and
rendered via content collection <code>render()</code> would get
different class name hashes in the element and the injected
<code><style></code> tag, causing styles not to apply.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17323">#17323</a>
<a
href="https://github.com/withastro/astro/commit/4298883399550cae5d5e089d73cb9adadbc2d69b"><code>4298883</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixes a dev server memory leak which caused Node.js to emit warnings in
the console.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17323">#17323</a>
<a
href="https://github.com/withastro/astro/commit/4298883399550cae5d5e089d73cb9adadbc2d69b"><code>4298883</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixes a dev server crash when a <code>.html</code> or
<code>/index.html</code> suffixed request (such as those <code>netlify
dev</code> probes as pretty-URL fallbacks) matched a dynamic endpoint
route, causing a <code>TypeError: Missing parameter</code> error</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17325">#17325</a>
<a
href="https://github.com/withastro/astro/commit/cebc40495cd09e8036af34c2f668fc2965e089b0"><code>cebc404</code></a>
Thanks <a
href="https://github.com/astrobot-houston"><code>@astrobot-houston</code></a>!
- Fixes a bug where CSS <code>@import</code> rules could end up
mid-stylesheet after inline CSS chunks were merged during build, causing
browsers to silently ignore them</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17323">#17323</a>
<a
href="https://github.com/withastro/astro/commit/4298883399550cae5d5e089d73cb9adadbc2d69b"><code>4298883</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixes a build regression that could leave unresolved preload markers in
inlined scripts with external dynamic imports</p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/withastro/astro/commit/4298883399550cae5d5e089d73cb9adadbc2d69b"><code>4298883</code></a>,
<a
href="https://github.com/withastro/astro/commit/4298883399550cae5d5e089d73cb9adadbc2d69b"><code>4298883</code></a>]:</p>
<ul>
<li><code>@astrojs/telemetry</code><a
href="https://github.com/3"><code>@3</code></a>.3.3</li>
</ul>
</li>
</ul>
<h2>7.0.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17261">#17261</a>
<a
href="https://github.com/withastro/astro/commit/79aa99c648b4b40b95a31d4a961b77074cf7963c"><code>79aa99c</code></a>
Thanks <a
href="https://github.com/astrobot-houston"><code>@astrobot-houston</code></a>!
- Fixes a false deprecation warning for <code>markdown.gfm</code> and
<code>markdown.smartypants</code> when using the Container API</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17247">#17247</a>
<a
href="https://github.com/withastro/astro/commit/f94280d61496de38f97a818975bd38529569f3e8"><code>f94280d</code></a>
Thanks <a
href="https://github.com/chatman-media"><code>@chatman-media</code></a>!
- Fixes route generation throwing "Missing parameter" (or
silently dropping the segment) when a dynamic param's value is
<code>0</code>. The generator used truthy checks instead of checking for
<code>undefined</code>, so <code>paginate(posts, { params: { categoryId:
0 } })</code> would crash even though <code>0</code> is a perfectly
valid param value.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17278">#17278</a>
<a
href="https://github.com/withastro/astro/commit/6f11739f2c7b28b108c2d8d0a2012f0711775a8c"><code>6f11739</code></a>
Thanks <a
href="https://github.com/astrobot-houston"><code>@astrobot-houston</code></a>!
- Fixes missing CSS for virtual style modules (e.g., responsive image
layout styles) in dev mode when JavaScript is disabled</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17250">#17250</a>
<a
href="https://github.com/withastro/astro/commit/0b30b35f864310bee8485c952d1877e82e2b9b1a"><code>0b30b35</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes
the <code>security.checkOrigin</code> check so it is applied
consistently to Astro Actions and on-demand endpoints, regardless of how
the request pipeline is composed. Previously, the origin check could be
skipped in the composable <code>astro/hono</code> pipeline depending on
the order of the <code>middleware()</code> primitive (or when it was
omitted).</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17274">#17274</a>
<a
href="https://github.com/withastro/astro/commit/8c3579b2707703037bd439992a9a4e5efceeda3b"><code>8c3579b</code></a>
Thanks <a
href="https://github.com/astrobot-houston"><code>@astrobot-houston</code></a>!
- Fixes missing <code>render()</code> type overload for live collection
entries. Previously, calling <code>render()</code> on a
<code>LiveDataEntry</code> produced a TypeScript error when using only
<code>live.config.ts</code> without a
<code>content.config.ts</code>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17257">#17257</a>
<a
href="https://github.com/withastro/astro/commit/4208297b37d1781bfe54254c0b981eb146e08691"><code>4208297</code></a>
Thanks <a
href="https://github.com/astrobot-houston"><code>@astrobot-houston</code></a>!
- Fixes <code>astro check</code> failing to find
<code>@astrojs/check</code> and <code>typescript</code> when astro is
installed in a directory outside the project tree (e.g. pnpm virtual
store)</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17272">#17272</a>
<a
href="https://github.com/withastro/astro/commit/b428648a3ce0efe7367933096949d1d18bea0168"><code>b428648</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes
island component paths so that extensionless imports (e.g. <code>import
{ Counter } from '../components/Counter'</code>) resolve to the real
file on disk, matching Vite's extension order and directory
<code>index</code> resolution. This makes the
<code>include</code>/<code>exclude</code> options of JSX renderer
integrations (React, Preact, Solid) match components imported without a
file extension, and removes the spurious React 19 "Invalid hook
call" warning logged on every request in dev when
<code>include</code> was set alongside another JSX renderer</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17279">#17279</a>
<a
href="https://github.com/withastro/astro/commit/2aeaa44a23e42426619e680c37bea5b79fb9bc9d"><code>2aeaa44</code></a>
Thanks <a
href="https://github.com/astrobot-houston"><code>@astrobot-houston</code></a>!
- Fixes a bug where <code><Picture inferSize></code> with a remote
image could fail with <code>FailedToFetchRemoteImageDimensions</code>
when the image server rate-limits requests (e.g. HTTP 429). Remote
dimensions are now resolved once per render instead of once per output
format.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17251">#17251</a>
<a
href="https://github.com/withastro/astro/commit/5240e26c9dd91f9bc7140dcfacdb48d5a132830d"><code>5240e26</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! -
Hardens the handling of attribute rendering when using with custom
elements.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17248">#17248</a>
<a
href="https://github.com/withastro/astro/commit/429bd6287a24770461321696f87edf34758b90fd"><code>429bd62</code></a>
Thanks <a
href="https://github.com/astrobot-houston"><code>@astrobot-houston</code></a>!
- Fixes a crash when using Astro's <code>getViteConfig</code> with
Vitest browser mode (e.g., Storybook vitest runner). Astro now skips dev
server setup inside Vitest, preventing errors.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17260">#17260</a>
<a
href="https://github.com/withastro/astro/commit/14524c03f3d7ea84224d4e708488f30902a9f275"><code>14524c0</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes
a regression where a <code><script></code> inside a component
rendered through <code>Astro.slots.render()</code> was hoisted out of
its original position instead of staying next to its component
content</p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/withastro/astro/commit/eb6f97e391ee587747e37609c255c7cd4b9cce3c"><code>eb6f97e</code></a>]:</p>
<ul>
<li><code>@astrojs/internal-helpers</code><a
href="https://github.com/0"><code>@0</code></a>.10.1</li>
<li><code>@astrojs/markdown-remark</code><a
href="https://github.com/7"><code>@7</code></a>.2.1</li>
<li><code>@astrojs/markdown-satteri</code><a
href="https://github.com/0"><code>@0</code></a>.3.3</li>
</ul>
</li>
</ul>
<h2>7.0.5</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/withastro/astro/commit/3a4aa72cf367c994a88f99848ff09820c4a33bbe"><code>3a4aa72</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/17326">#17326</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/23a4120b1ba546521ed66c09cb39e346aee6b75a"><code>23a4120</code></a>
Fix CSS module scoped-name hash mismatch with Lightning CSS in content
collec...</li>
<li><a
href="https://github.com/withastro/astro/commit/cebc40495cd09e8036af34c2f668fc2965e089b0"><code>cebc404</code></a>
Don't merge inline CSS chunks containing <code>@import</code> rules
during build (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/17325">#17325</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/4298883399550cae5d5e089d73cb9adadbc2d69b"><code>4298883</code></a>
Revert "[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/17287">#17287</a>)"
(<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/17323">#17323</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/74be96f7c49de6fb7f73c8b29416d741f60e45ee"><code>74be96f</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/17287">#17287</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/437401ecc5b4dbf405425e079ecf532c365c339d"><code>437401e</code></a>
fix: memory leak dev server (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/17317">#17317</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/ed92e316bdeefb855ce4242062a244da9161a2dc"><code>ed92e31</code></a>
Prevent inlining scripts with dynamic imports (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/17316">#17316</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/1170b6dbd5e7bfbb262ee847180e1e887436ad88"><code>1170b6d</code></a>
Fix dev server crash when .html-suffixed requests hit dynamic endpoint
routes...</li>
<li><a
href="https://github.com/withastro/astro/commit/a86160ee79e4600bf77f89eb2dc84782acdeab6f"><code>a86160e</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/17256">#17256</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/f94280d61496de38f97a818975bd38529569f3e8"><code>f94280d</code></a>
Fix route generator throwing on a dynamic param value of 0 (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/17247">#17247</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/withastro/astro/commits/astro@7.0.7/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 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>
🚀 Preview: Add `preview` label to enable
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 36ef8e8 commit 625dc26
2 files changed
Lines changed: 199 additions & 144 deletions
0 commit comments