Commit 0265ca0
authored
chore(deps): bump the astro group across 1 directory with 2 updates (#48)
Bumps the astro group with 2 updates in the / directory:
[@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss)
and
[astro](https://github.com/withastro/astro/tree/HEAD/packages/astro).
Updates `@astrojs/rss` from 4.0.18 to 4.0.19
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/withastro/astro/releases">@astrojs/rss's
releases</a>.</em></p>
<blockquote>
<h2><code>@astrojs/rss</code><a
href="https://github.com/4"><code>@4</code></a>.0.19</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/withastro/astro/pull/17209">#17209</a>
<a
href="https://github.com/withastro/astro/commit/fbcfa039dfe3d700b239f595a6c55ee35e45bd06"><code>fbcfa03</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! -
Hardens RSS feed generation by escaping the <code>source</code> and
<code>enclosure</code> item fields. These fields are now serialized as
structured XML values, ensuring that special characters in values like
<code>source.title</code> and <code>enclosure.type</code> are always
treated as text rather than markup, consistent with how other feed
fields are handled.</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">@astrojs/rss's
changelog</a>.</em></p>
<blockquote>
<h2>4.0.19</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/withastro/astro/pull/17209">#17209</a>
<a
href="https://github.com/withastro/astro/commit/fbcfa039dfe3d700b239f595a6c55ee35e45bd06"><code>fbcfa03</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! -
Hardens RSS feed generation by escaping the <code>source</code> and
<code>enclosure</code> item fields. These fields are now serialized as
structured XML values, ensuring that special characters in values like
<code>source.title</code> and <code>enclosure.type</code> are always
treated as text rather than markup, consistent with how other feed
fields are handled.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/withastro/astro/commit/5978993531ba3f02a4c639d223f810e80a1fa7d3"><code>5978993</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro-rss/issues/17213">#17213</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/2bfb179545249786e9f395325c88a9dfef574acb"><code>2bfb179</code></a>
chore: simpler package.json types (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro-rss/issues/17229">#17229</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/fbcfa039dfe3d700b239f595a6c55ee35e45bd06"><code>fbcfa03</code></a>
Escape source and enclosure fields in RSS feed generation (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro-rss/issues/17209">#17209</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/5a8cd099fe373f907b8884cd596eee76a8d48952"><code>5a8cd09</code></a>
refactor: update tsconfig to use TypeScript project references (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro-rss/issues/16505">#16505</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/46633f58fc6b47b2a221ed9798fa9177c1cb9fa7"><code>46633f5</code></a>
refactor(create-astro): migrate tests to typescript (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro-rss/issues/16400">#16400</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/747a5b378c83c2ddcefa80fc5965bf9d4f01ce60"><code>747a5b3</code></a>
refactor: migrate astro-rss tests to typescript (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro-rss/issues/16357">#16357</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/88fcc98e58455167afa0233163680b833812b69d"><code>88fcc98</code></a>
fix integrations links across docs (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro-rss/issues/16098">#16098</a>)</li>
<li>See full diff in <a
href="https://github.com/withastro/astro/commits/@astrojs/rss@4.0.19/packages/astro-rss">compare
view</a></li>
</ul>
</details>
<br />
Updates `astro` from 6.4.6 to 7.0.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>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>
<p><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:</p>
<pre><code>The file does not exist at
"node_modules/.vite/deps_ssr/astro_compiler-runtime.js?v=6419660d"
which is in the optimize deps directory. The dependency might be
incompatible with the dep optimizer. Try adding it to
`optimizeDeps.exclude`.
</code></pre>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17202">#17202</a>
<a
href="https://github.com/withastro/astro/commit/c6d254dab889f9b15ec79eab84d8dbf7f7cd0007"><code>c6d254d</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! -
Refactors path alias resolution to use Vite's native
<code>tsconfigPaths</code> option</p>
<p>This is an internal change with no expected impact on user projects.
Astro now defers tsconfig and jsconfig <code>paths</code> alias
resolution to Vite, keeping a small fallback for a few CSS cases Vite
does not yet handle.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17123">#17123</a>
<a
href="https://github.com/withastro/astro/commit/72e29bd7f9d6c9f86febf5c9b97417bc90de5bb1"><code>72e29bd</code></a>
Thanks <a
href="https://github.com/martrapp"><code>@martrapp</code></a>! - Fixes
an issue where the ClientRouter wipes head elements after page
transitions if the <code><head></code> contains a
<code>server:defer</code> component.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17232">#17232</a>
<a
href="https://github.com/withastro/astro/commit/257505ebfd8be87e6b11fd369340245edd0c937a"><code>257505e</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes
a bug where <code><style></code> tags from components such as a
content collection's <code>Content</code> could be silently dropped from
the output when an <code>await</code> appeared before the component in
an <code>.astro</code> file's markup.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17193">#17193</a>
<a
href="https://github.com/withastro/astro/commit/a7352fda1218bf48d8483a9893c6f7ed9bdf2060"><code>a7352fd</code></a>
Thanks <a
href="https://github.com/jan-kubica"><code>@jan-kubica</code></a>! -
Fixes the background dev server failing to start when <code>astro</code>
is hoisted outside the project's <code>node_modules</code> (for example
bun workspaces). The background process is now spawned from Astro's own
resolved location instead of a path assumed under the project root.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17255">#17255</a>
<a
href="https://github.com/withastro/astro/commit/581d17113cb192e8b34aa3ad9965fe733e3ca210"><code>581d171</code></a>
Thanks <a
href="https://github.com/astrobot-houston"><code>@astrobot-houston</code></a>!
- Fixes prefetch not working for links inside <code>server:defer</code>
components</p>
</li>
</ul>
<h2>astro@7.0.4</h2>
<!-- 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.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>
<h3>Patch Changes</h3>
<ul>
<li>
<p><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:</p>
<pre><code>The file does not exist at
"node_modules/.vite/deps_ssr/astro_compiler-runtime.js?v=6419660d"
which is in the optimize deps directory. The dependency might be
incompatible with the dep optimizer. Try adding it to
`optimizeDeps.exclude`.
</code></pre>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17202">#17202</a>
<a
href="https://github.com/withastro/astro/commit/c6d254dab889f9b15ec79eab84d8dbf7f7cd0007"><code>c6d254d</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! -
Refactors path alias resolution to use Vite's native
<code>tsconfigPaths</code> option</p>
<p>This is an internal change with no expected impact on user projects.
Astro now defers tsconfig and jsconfig <code>paths</code> alias
resolution to Vite, keeping a small fallback for a few CSS cases Vite
does not yet handle.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17123">#17123</a>
<a
href="https://github.com/withastro/astro/commit/72e29bd7f9d6c9f86febf5c9b97417bc90de5bb1"><code>72e29bd</code></a>
Thanks <a
href="https://github.com/martrapp"><code>@martrapp</code></a>! - Fixes
an issue where the ClientRouter wipes head elements after page
transitions if the <code><head></code> contains a
<code>server:defer</code> component.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17232">#17232</a>
<a
href="https://github.com/withastro/astro/commit/257505ebfd8be87e6b11fd369340245edd0c937a"><code>257505e</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes
a bug where <code><style></code> tags from components such as a
content collection's <code>Content</code> could be silently dropped from
the output when an <code>await</code> appeared before the component in
an <code>.astro</code> file's markup.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/17193">#17193</a>
<a
href="https://github.com/withastro/astro/commit/a7352fda1218bf48d8483a9893c6f7ed9bdf2060"><code>a7352fd</code></a>
Thanks <a
href="https://github.com/jan-kubica"><code>@jan-kubica</code></a>! -
Fixes the background dev server failing to start when <code>astro</code>
is hoisted outside the project's <code>node_modules</code> (for example
bun workspaces). The background process is now spawned from Astro's own
resolved location instead of a path assumed under the project root.</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/withastro/astro/commit/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><a
href="https://github.com/withastro/astro/commit/6f11739f2c7b28b108c2d8d0a2012f0711775a8c"><code>6f11739</code></a>
fix(css): use raw module ID for virtual CSS cache lookup in dev mode (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/17267">#17267</a>)...</li>
<li><a
href="https://github.com/withastro/astro/commit/26c68f6939c071c9e9abfd4175d78d31199dfae3"><code>26c68f6</code></a>
[ci] format</li>
<li><a
href="https://github.com/withastro/astro/commit/2aeaa44a23e42426619e680c37bea5b79fb9bc9d"><code>2aeaa44</code></a>
Fix <code>inferSize</code> for remote images in the <code>Picture</code>
component (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/17279">#17279</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/b428648a3ce0efe7367933096949d1d18bea0168"><code>b428648</code></a>
Resolve extensionless imports in island component paths (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/17272">#17272</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/14524c03f3d7ea84224d4e708488f30902a9f275"><code>14524c0</code></a>
Keep component scripts in place when rendered via Astro.slots.render()
(<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/17260">#17260</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/8c3579b2707703037bd439992a9a4e5efceeda3b"><code>8c3579b</code></a>
fix: add render() type overload for live collection entries (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/16688">#16688</a>)
(<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/17274">#17274</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/94dd2aa06f73d1d45a538823392879719dff51b6"><code>94dd2aa</code></a>
[ci] format</li>
<li><a
href="https://github.com/withastro/astro/commit/5240e26c9dd91f9bc7140dcfacdb48d5a132830d"><code>5240e26</code></a>
Validate attribute names on custom HTML elements during SSR (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/17251">#17251</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/withastro/astro/commits/astro@7.0.6/packages/astro">compare
view</a></li>
</ul>
</details>
<br />
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 20b377a commit 0265ca0
2 files changed
Lines changed: 901 additions & 1305 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments