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 />
[](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 |
Adam Matthiesen
|
7b9135b3d0
|
Merge branch 'dev' into dependabot/npm_and_yarn/unocss/astro-0.58.5
|
2024-02-14 05:54:47 -08:00 |
dependabot[bot]
|
9d16a7d0ba
|
Bump astro from 4.0.0 to 4.3.7
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.0.0 to 4.3.7.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.3.7/packages/astro)
---
updated-dependencies:
- dependency-name: astro
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-14 13:32:56 +00:00 |
dependabot[bot]
|
b6e529160c
|
Bump @unocss/astro from 0.57.7 to 0.58.5
Bumps [@unocss/astro](https://github.com/unocss/unocss/tree/HEAD/packages/astro) from 0.57.7 to 0.58.5.
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v0.58.5/packages/astro)
---
updated-dependencies:
- dependency-name: "@unocss/astro"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-14 13:31:05 +00:00 |
dependabot[bot]
|
a33af8604b
|
Bump @unocss/reset from 0.57.7 to 0.58.5
Bumps [@unocss/reset](https://github.com/unocss/unocss) from 0.57.7 to 0.58.5.
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/compare/v0.57.7...v0.58.5)
---
updated-dependencies:
- dependency-name: "@unocss/reset"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-14 13:28:05 +00:00 |
Adam Matthiesen
|
d074c82772
|
add @changesets/cli
|
2024-02-14 02:38:23 -08:00 |
Adam Matthiesen
|
384066e24b
|
New Theme!
|
2024-02-10 07:43:11 -08:00 |
dependabot[bot]
|
aec9476577
|
Bump astro from 4.2.6 to 4.3.2
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.2.6 to 4.3.2.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.3.2/packages/astro)
---
updated-dependencies:
- dependency-name: astro
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-05 12:58:58 +00:00 |
Adam Matthiesen
|
8d66442c47
|
update theme name
|
2024-02-01 00:14:44 -08:00 |
Adam Matthiesen
|
f66f7707f2
|
now its working.... more info to come
|
2024-01-31 13:49:30 -08:00 |
Adam Matthiesen
|
820172283f
|
first init of new theme...
|
2024-01-31 13:12:54 -08:00 |
dependabot[bot]
|
5e639fd2fc
|
Bump astro from 4.2.4 to 4.2.6
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.2.4 to 4.2.6.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.2.6/packages/astro)
---
updated-dependencies:
- dependency-name: astro
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-01-29 11:41:48 +00:00 |
dependabot[bot]
|
31e55af049
|
Bump astro from 4.2.3 to 4.2.4
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.2.4/packages/astro)
---
updated-dependencies:
- dependency-name: astro
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-01-24 06:57:34 +00:00 |
Adam Matthiesen
|
5effd144cd
|
up
|
2024-01-23 21:14:29 -08:00 |
Adam Matthiesen
|
694432ad97
|
prep for v3...
|
2024-01-23 13:54:54 -08:00 |
Adam Matthiesen
|
c6ec669b36
|
pnpm monorepo migration complete
|
2024-01-23 10:51:23 -08:00 |