Commit f96d129
authored
build(deps): bump astro from 6.1.8 to 6.1.10 (#10678)
Bumps
[astro](https://github.com/withastro/astro/tree/HEAD/packages/astro)
from 6.1.8 to 6.1.10.
<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@6.1.10</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16479">#16479</a>
<a
href="https://github.com/withastro/astro/commit/1058428df2d13878c6130787636dd1778273a934"><code>1058428</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes
a spurious <code>[WARN] [content] Content config not loaded</code>
warning during <code>astro dev</code> for projects that don't use
content collections</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16457">#16457</a>
<a
href="https://github.com/withastro/astro/commit/3d82220a1549e699e34ed433f3846a919f4c02bd"><code>3d82220</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! -
Hardens server island encryption to prevent encrypted data from one
island component being replayed against a different one</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16481">#16481</a>
<a
href="https://github.com/withastro/astro/commit/152700e08178285b240d8ef947cccd47b870ee5f"><code>152700e</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes
a spurious 404 request for a dev toolbar sourcemap during <code>astro
dev</code> caused by the browser mis-resolving a relative
<code>sourceMappingURL</code> from the <code>/@id/</code> URL prefix</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16480">#16480</a>
<a
href="https://github.com/withastro/astro/commit/1bcb43bf04f3fa8f4623897ae2a937250f35216a"><code>1bcb43b</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes
an unnecessary full page reload on first navigation during dev</p>
</li>
</ul>
<h2>astro@6.1.9</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16448">#16448</a>
<a
href="https://github.com/withastro/astro/commit/99464edb5fc0968f6497328e106f26ab393668bd"><code>99464ed</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! -
Updates vite, picomatch, and unstorage to latest patch versions</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16422">#16422</a>
<a
href="https://github.com/withastro/astro/commit/a3951d7873c7c210fedbaa77702bc33db6410715"><code>a3951d7</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! -
Hardens <code>astro-island</code> export resolution and hydration error
handling for malformed component metadata</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16420">#16420</a>
<a
href="https://github.com/withastro/astro/commit/e21de1d03b318d5045dba718291c04fe05c01490"><code>e21de1d</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! -
Hardens Astro's error overlay and server logging paths to avoid unsafe
HTML insertion and format-string interpolation</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16419">#16419</a>
<a
href="https://github.com/withastro/astro/commit/f3485c3458bc8bf70c152126e418c24f489ded9d"><code>f3485c3</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! -
Hardens nested object and package metadata lookups to ignore prototype
keys in content handling and project scaffolding</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16022">#16022</a>
<a
href="https://github.com/withastro/astro/commit/a002540d60d4a840db9971e73c820a8015658ffe"><code>a002540</code></a>
Thanks <a
href="https://github.com/mathieumaf"><code>@mathieumaf</code></a>! -
Fixes an issue where i18n domains would return 404 when
<code>trailingSlash</code> is set to <code>never</code>.</p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/withastro/astro/commit/99464edb5fc0968f6497328e106f26ab393668bd"><code>99464ed</code></a>,
<a
href="https://github.com/withastro/astro/commit/f3485c3458bc8bf70c152126e418c24f489ded9d"><code>f3485c3</code></a>]:</p>
<ul>
<li><code>@astrojs/internal-helpers</code><a
href="https://github.com/0"><code>@0</code></a>.9.0</li>
<li><code>@astrojs/markdown-remark</code><a
href="https://github.com/7"><code>@7</code></a>.1.1</li>
</ul>
</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>6.1.10</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16479">#16479</a>
<a
href="https://github.com/withastro/astro/commit/1058428df2d13878c6130787636dd1778273a934"><code>1058428</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes
a spurious <code>[WARN] [content] Content config not loaded</code>
warning during <code>astro dev</code> for projects that don't use
content collections</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16457">#16457</a>
<a
href="https://github.com/withastro/astro/commit/3d82220a1549e699e34ed433f3846a919f4c02bd"><code>3d82220</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! -
Hardens server island encryption to prevent encrypted data from one
island component being replayed against a different one</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16481">#16481</a>
<a
href="https://github.com/withastro/astro/commit/152700e08178285b240d8ef947cccd47b870ee5f"><code>152700e</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes
a spurious 404 request for a dev toolbar sourcemap during <code>astro
dev</code> caused by the browser mis-resolving a relative
<code>sourceMappingURL</code> from the <code>/@id/</code> URL prefix</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16480">#16480</a>
<a
href="https://github.com/withastro/astro/commit/1bcb43bf04f3fa8f4623897ae2a937250f35216a"><code>1bcb43b</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! - Fixes
an unnecessary full page reload on first navigation during dev</p>
</li>
</ul>
<h2>6.1.9</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16448">#16448</a>
<a
href="https://github.com/withastro/astro/commit/99464edb5fc0968f6497328e106f26ab393668bd"><code>99464ed</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! -
Updates vite, picomatch, and unstorage to latest patch versions</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16422">#16422</a>
<a
href="https://github.com/withastro/astro/commit/a3951d7873c7c210fedbaa77702bc33db6410715"><code>a3951d7</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! -
Hardens <code>astro-island</code> export resolution and hydration error
handling for malformed component metadata</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16420">#16420</a>
<a
href="https://github.com/withastro/astro/commit/e21de1d03b318d5045dba718291c04fe05c01490"><code>e21de1d</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! -
Hardens Astro's error overlay and server logging paths to avoid unsafe
HTML insertion and format-string interpolation</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16419">#16419</a>
<a
href="https://github.com/withastro/astro/commit/f3485c3458bc8bf70c152126e418c24f489ded9d"><code>f3485c3</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@matthewp</code></a>! -
Hardens nested object and package metadata lookups to ignore prototype
keys in content handling and project scaffolding</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/16022">#16022</a>
<a
href="https://github.com/withastro/astro/commit/a002540d60d4a840db9971e73c820a8015658ffe"><code>a002540</code></a>
Thanks <a
href="https://github.com/mathieumaf"><code>@mathieumaf</code></a>! -
Fixes an issue where i18n domains would return 404 when
<code>trailingSlash</code> is set to <code>never</code>.</p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/withastro/astro/commit/99464edb5fc0968f6497328e106f26ab393668bd"><code>99464ed</code></a>,
<a
href="https://github.com/withastro/astro/commit/f3485c3458bc8bf70c152126e418c24f489ded9d"><code>f3485c3</code></a>]:</p>
<ul>
<li><code>@astrojs/internal-helpers</code><a
href="https://github.com/0"><code>@0</code></a>.9.0</li>
<li><code>@astrojs/markdown-remark</code><a
href="https://github.com/7"><code>@7</code></a>.1.1</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/withastro/astro/commit/c1f2e4f62adc1f2ba7b36f400f38fbab8862bc74"><code>c1f2e4f</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/16467">#16467</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/345fb9e370ddcd633c1043326e723ee43c89a3e4"><code>345fb9e</code></a>
chore: fix flaky dev toolbar render time test (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/16500">#16500</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/5120ecd4c337a7c59c4956ff8fd6bf327b4abce9"><code>5120ecd</code></a>
[ci] format</li>
<li><a
href="https://github.com/withastro/astro/commit/3d82220a1549e699e34ed433f3846a919f4c02bd"><code>3d82220</code></a>
Add AEAD context binding to server island encryption (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/16457">#16457</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/1bcb43bf04f3fa8f4623897ae2a937250f35216a"><code>1bcb43b</code></a>
Prebundle dev toolbar entrypoint in client environment (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/16480">#16480</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/93101cce781585574d6b528bae05d5b6a02e63bd"><code>93101cc</code></a>
[ci] format</li>
<li><a
href="https://github.com/withastro/astro/commit/152700e08178285b240d8ef947cccd47b870ee5f"><code>152700e</code></a>
fix: strip sourceMappingURL from dev toolbar entrypoint during dep
optimizati...</li>
<li><a
href="https://github.com/withastro/astro/commit/bc8304121b79f5fdcfb400d6baea977840391134"><code>bc83041</code></a>
refactor(astro): migrate test utils to typescript (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/16492">#16492</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/5c543c595def9826acdd71c1cb88f08f8d63f1a5"><code>5c543c5</code></a>
refactor(astro): add internal entry points for test (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/16473">#16473</a>)</li>
<li><a
href="https://github.com/withastro/astro/commit/1058428df2d13878c6130787636dd1778273a934"><code>1058428</code></a>
Suppress content config warning for projects without content collections
(<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/16">#16</a>...</li>
<li>Additional commits viewable in <a
href="https://github.com/withastro/astro/commits/astro@6.1.10/packages/astro">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/microsoft/typespec/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent b2e7e7a commit f96d129
2 files changed
Lines changed: 79 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments