astro-ghostcms/playground
Adam Matthiesen 3717ccb001
Bump astro from 4.0.0 to 4.3.7 (#45)
Bumps
[astro](https://github.com/withastro/astro/tree/HEAD/packages/astro)
from 4.0.0 to 4.3.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@4.3.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9857">#9857</a>
<a
href="73bd900754"><code>73bd900754365b006ee730df9f379ba924e5b3fa</code></a>
Thanks <a
href="https://github.com/iamyunsin"><code>@​iamyunsin</code></a>! -
Fixes false positives in the dev overlay audit when multiple
<code>role</code> values exist.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10075">#10075</a>
<a
href="71273edbb4"><code>71273edbb429b5afdba6f8ee14681b66e4c09ecc</code></a>
Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>!
- Improves error messages for island hydration.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10072">#10072</a>
<a
href="8106178043"><code>8106178043050d142bf385bed2990730518f28e2</code></a>
Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>!
- Clarifies error messages in endpoint routing.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9971">#9971</a>
<a
href="d9266c4467"><code>d9266c4467ca0faa1213c1a5995164e5655ab375</code></a>
Thanks <a
href="https://github.com/mingjunlu"><code>@​mingjunlu</code></a>! -
Fixes an issue where ReadableStream wasn't canceled in dev mode</p>
</li>
</ul>
<h2>astro@4.3.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10063">#10063</a>
<a
href="dac759798c"><code>dac759798c111494e76affd2c2504d63944871fe</code></a>
Thanks <a
href="https://github.com/marwan-mohamed12"><code>@​marwan-mohamed12</code></a>!
- Moves <code>shikiji-core</code> from <code>devDependencies</code> to
<code>dependencies</code> to prevent type errors</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10067">#10067</a>
<a
href="989ea63bb2"><code>989ea63bb2a5a670021541198aa70b8dc7c4bd2f</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes a regression in the <code>astro:i18n</code> module, where the
functions <code>getAbsoluteLocaleUrl</code> and
<code>getAbsoluteLocaleUrlList</code> returned a URL with double slash
with a certain combination of options.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10060">#10060</a>
<a
href="1810309e65"><code>1810309e65c596266355c3b7bb36cdac70f3305e</code></a>
Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>!
- Fixes an issue where custom client directives added by integrations
broke builds with a custom root.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9991">#9991</a>
<a
href="8fb67c81bb"><code>8fb67c81bb84530b39df4a1449c0862def0854af</code></a>
Thanks <a href="https://github.com/ktym4a"><code>@​ktym4a</code></a>! -
Increases compatibility with standard browser behavior by changing where
view transitions occur on browser back navigation.</p>
</li>
</ul>
<h2>astro@4.3.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10022">#10022</a>
<a
href="3fc76efb2a"><code>3fc76efb2a8faa47edf67562a1f0c84a19be1b33</code></a>
Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>!
- Fixes a regression where types for the <code>astro:content</code>
module did not include required exports, leading to typescript
errors.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10016">#10016</a>
<a
href="037e4f12dd"><code>037e4f12dd2f460d66f72c9f2d992b95e74d2da9</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes a bug where routes with a name that start with the name of the
<code>i18n.defaultLocale</code> were incorrectly returning a 404
response.</p>
</li>
</ul>
<h2>astro@4.3.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10013">#10013</a>
<a
href="e6b5306a7d"><code>e6b5306a7de779ce495d0ff076d302de0aa57eaf</code></a>
Thanks <a href="https://github.com/delucis"><code>@​delucis</code></a>!
- Fixes a regression in content collection types</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10003">#10003</a>
<a
href="ce4283331f"><code>ce4283331f18c6178654dd705e3cf02efeef004a</code></a>
Thanks <a
href="https://github.com/bholmesdev"><code>@​bholmesdev</code></a>! -
Adds support for <code>.strict()</code> on content collection schemas
when a custom <code>slug</code> is present.</p>
</li>
</ul>
<h2>astro@4.3.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9998">#9998</a>
<a
href="18ac0940ea"><code>18ac0940ea1b49b6b0ddd9be1f96aef416e2d7ee</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes a bug in <code>Astro.currentLocale</code> that wasn't returning
the correct locale when a locale is configured via <code>path</code></p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9998">#9998</a>
<a
href="18ac0940ea"><code>18ac0940ea1b49b6b0ddd9be1f96aef416e2d7ee</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes a regression in <code>Astro.currentLocale</code> where it stopped
working properly with dynamic routes</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9956">#9956</a>
<a
href="81acac24a3"><code>81acac24a3cac5a9143155c1d9f838ea84a70421</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Fixes
HMR for MDX dependencies in Content Collections</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9999">#9999</a>
<a
href="c53a31321a"><code>c53a31321a935e4be04809046d7e0ba3cc41b272</code></a>
Thanks <a
href="https://github.com/MoustaphaDev"><code>@​MoustaphaDev</code></a>!
- Rollbacks the feature which allowed to dynamically generate slots with
variable slot names due to unexpected regressions.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9906">#9906</a>
<a
href="3c0876cbed"><code>3c0876cbed5033e6b5b42cc2b9d8b393d7e5a55e</code></a>
Thanks <a
href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>!
- Improves the types for the <code>astro:content</code> module by making
low fidelity types available before running <code>astro sync</code></p>
</li>
</ul>
<h2>astro@4.3.2</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>4.3.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9857">#9857</a>
<a
href="73bd900754"><code>73bd900754365b006ee730df9f379ba924e5b3fa</code></a>
Thanks <a
href="https://github.com/iamyunsin"><code>@​iamyunsin</code></a>! -
Fixes false positives in the dev overlay audit when multiple
<code>role</code> values exist.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10075">#10075</a>
<a
href="71273edbb4"><code>71273edbb429b5afdba6f8ee14681b66e4c09ecc</code></a>
Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>!
- Improves error messages for island hydration.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10072">#10072</a>
<a
href="8106178043"><code>8106178043050d142bf385bed2990730518f28e2</code></a>
Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>!
- Clarifies error messages in endpoint routing.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9971">#9971</a>
<a
href="d9266c4467"><code>d9266c4467ca0faa1213c1a5995164e5655ab375</code></a>
Thanks <a
href="https://github.com/mingjunlu"><code>@​mingjunlu</code></a>! -
Fixes an issue where ReadableStream wasn't canceled in dev mode</p>
</li>
</ul>
<h2>4.3.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10063">#10063</a>
<a
href="dac759798c"><code>dac759798c111494e76affd2c2504d63944871fe</code></a>
Thanks <a
href="https://github.com/marwan-mohamed12"><code>@​marwan-mohamed12</code></a>!
- Moves <code>shikiji-core</code> from <code>devDependencies</code> to
<code>dependencies</code> to prevent type errors</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10067">#10067</a>
<a
href="989ea63bb2"><code>989ea63bb2a5a670021541198aa70b8dc7c4bd2f</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes a regression in the <code>astro:i18n</code> module, where the
functions <code>getAbsoluteLocaleUrl</code> and
<code>getAbsoluteLocaleUrlList</code> returned a URL with double slash
with a certain combination of options.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10060">#10060</a>
<a
href="1810309e65"><code>1810309e65c596266355c3b7bb36cdac70f3305e</code></a>
Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>!
- Fixes an issue where custom client directives added by integrations
broke builds with a custom root.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9991">#9991</a>
<a
href="8fb67c81bb"><code>8fb67c81bb84530b39df4a1449c0862def0854af</code></a>
Thanks <a href="https://github.com/ktym4a"><code>@​ktym4a</code></a>! -
Increases compatibility with standard browser behavior by changing where
view transitions occur on browser back navigation.</p>
</li>
</ul>
<h2>4.3.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10022">#10022</a>
<a
href="3fc76efb2a"><code>3fc76efb2a8faa47edf67562a1f0c84a19be1b33</code></a>
Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>!
- Fixes a regression where types for the <code>astro:content</code>
module did not include required exports, leading to typescript
errors.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10016">#10016</a>
<a
href="037e4f12dd"><code>037e4f12dd2f460d66f72c9f2d992b95e74d2da9</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes a bug where routes with a name that start with the name of the
<code>i18n.defaultLocale</code> were incorrectly returning a 404
response.</p>
</li>
</ul>
<h2>4.3.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10013">#10013</a>
<a
href="e6b5306a7d"><code>e6b5306a7de779ce495d0ff076d302de0aa57eaf</code></a>
Thanks <a href="https://github.com/delucis"><code>@​delucis</code></a>!
- Fixes a regression in content collection types</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/10003">#10003</a>
<a
href="ce4283331f"><code>ce4283331f18c6178654dd705e3cf02efeef004a</code></a>
Thanks <a
href="https://github.com/bholmesdev"><code>@​bholmesdev</code></a>! -
Adds support for <code>.strict()</code> on content collection schemas
when a custom <code>slug</code> is present.</p>
</li>
</ul>
<h2>4.3.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9998">#9998</a>
<a
href="18ac0940ea"><code>18ac0940ea1b49b6b0ddd9be1f96aef416e2d7ee</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes a bug in <code>Astro.currentLocale</code> that wasn't returning
the correct locale when a locale is configured via <code>path</code></p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9998">#9998</a>
<a
href="18ac0940ea"><code>18ac0940ea1b49b6b0ddd9be1f96aef416e2d7ee</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes a regression in <code>Astro.currentLocale</code> where it stopped
working properly with dynamic routes</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9956">#9956</a>
<a
href="81acac24a3"><code>81acac24a3cac5a9143155c1d9f838ea84a70421</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Fixes
HMR for MDX dependencies in Content Collections</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e24db1d8a6"><code>e24db1d</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10092">#10092</a>)</li>
<li><a
href="d851387a2d"><code>d851387</code></a>
[ci] format</li>
<li><a
href="71273edbb4"><code>71273ed</code></a>
qol(islands): improve hydration errors (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10075">#10075</a>)</li>
<li><a
href="73bd900754"><code>73bd900</code></a>
Fixes audit when multiple <code>role</code> values exist. (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9857">#9857</a>)</li>
<li><a
href="2168635a6f"><code>2168635</code></a>
chore: Migrate some <code>astro-*.test.js</code> to
<code>node:test</code> (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10078">#10078</a>)</li>
<li><a
href="f13d897002"><code>f13d897</code></a>
chore: remove some weird stuff (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10103">#10103</a>)</li>
<li><a
href="11639b120d"><code>11639b1</code></a>
chore: fix test that was failing (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10101">#10101</a>)</li>
<li><a
href="b742646d4e"><code>b742646</code></a>
[ci] format</li>
<li><a
href="3387f75c99"><code>3387f75</code></a>
chore: Migrate <code>content-collection-**.test.js</code> to
<code>node:test</code> (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10098">#10098</a>)</li>
<li><a
href="3007d24c98"><code>3007d24</code></a>
chore: Migrate all <code>packages/create-astro/test</code> to node:test
(<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10084">#10084</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/withastro/astro/commits/astro@4.3.7/packages/astro">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=astro&package-manager=npm_and_yarn&previous-version=4.0.0&new-version=4.3.7)](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 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 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)


</details>
2024-02-14 05:56:03 -08:00
..
.vscode pnpm monorepo migration complete 2024-01-23 10:51:23 -08:00
public pnpm monorepo migration complete 2024-01-23 10:51:23 -08:00
src update 2024-01-25 04:38:02 -08:00
.env fix - dont remove .env from playground 2024-01-29 03:01:27 -08:00
.gitignore fix - dont remove .env from playground 2024-01-29 03:01:27 -08:00
CHANGELOG.md add @changesets/cli 2024-02-14 02:38:23 -08:00
LICENSE Massive Repo Cleanup and organization 2024-02-14 05:17:01 -08:00
README.md pnpm monorepo migration complete 2024-01-23 10:51:23 -08:00
astro.config.mjs New Theme! 2024-02-10 07:43:11 -08:00
package.json Bump astro from 4.0.0 to 4.3.7 (#45) 2024-02-14 05:56:03 -08:00
tailwind.config.cjs update theme name 2024-02-01 00:14:44 -08:00
tsconfig.json now its working.... more info to come 2024-01-31 13:49:30 -08:00
uno.config.ts New Theme! 2024-02-10 07:43:11 -08:00

README.md

Astro-GhostCMS playground

This is the Dev Environment for this package

For more information Check our website

Astro-GhostCMS.xyz