Commit Graph

588 Commits

Author SHA1 Message Date
Adam Matthiesen ab34c981cc
Update Dependencies (#47) 2024-02-14 06:10:06 -08:00
Adam Matthiesen 12be73910c add changeset 2024-02-14 06:06:32 -08:00
Adam Matthiesen 578c4a51be removed read-pkg as it was unused. 2024-02-14 06:04:41 -08:00
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
Adam Matthiesen 4f22ceb488
Bump @unocss/astro from 0.57.7 to 0.58.5 (#44)
Bumps
[@unocss/astro](https://github.com/unocss/unocss/tree/HEAD/packages/astro)
from 0.57.7 to 0.58.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/unocss/unocss/releases"><code>@​unocss/astro</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v0.58.5</h2>
<h3>   🚀 Features</h3>
<ul>
<li><strong>preset-icons</strong>: Support
<code>collectionsNodeResolvePath</code> option  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/unocss/unocss/commit/521f87f1"><!-- raw HTML
omitted -->(521f8)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>attributify</strong>: Add some missing types for jsx  -  by
<a href="https://github.com/xsjcTony"><code>@​xsjcTony</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3529">unocss/unocss#3529</a>
<a href="https://github.com/unocss/unocss/commit/8505f48d"><!-- raw HTML
omitted -->(8505f)<!-- raw HTML omitted --></a></li>
<li><strong>preset-wind</strong>: Handle pseudo selector correctly when
using <code>important</code> string option  -  by <a
href="https://github.com/Jungzl"><code>@​Jungzl</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3544">unocss/unocss#3544</a>
<a href="https://github.com/unocss/unocss/commit/c3ab353d"><!-- raw HTML
omitted -->(c3ab3)<!-- raw HTML omitted --></a></li>
<li><strong>webpack</strong>: HMR not work on Windows  -  by <a
href="https://github.com/anyesu"><code>@​anyesu</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3495">unocss/unocss#3495</a>
<a href="https://github.com/unocss/unocss/commit/2ac03d26"><!-- raw HTML
omitted -->(2ac03)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/unocss/unocss/compare/v0.58.4...v0.58.5">View
changes on GitHub</a></h5>
<h2>v0.58.4</h2>
<h3>   🚀 Features</h3>
<ul>
<li><strong>preset-wind</strong>: Add <code>important</code> option  - 
by <a href="https://github.com/xsjcTony"><code>@​xsjcTony</code></a> in
<a
href="https://redirect.github.com/unocss/unocss/issues/3484">unocss/unocss#3484</a>
<a href="https://github.com/unocss/unocss/commit/0ba925e2"><!-- raw HTML
omitted -->(0ba92)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Certain inputs causing regex matching to hang  -  by <a
href="https://github.com/lewisl9029"><code>@​lewisl9029</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3500">unocss/unocss#3500</a>
<a href="https://github.com/unocss/unocss/commit/a361d774"><!-- raw HTML
omitted -->(a361d)<!-- raw HTML omitted --></a></li>
<li><strong>attributify</strong>:
<ul>
<li>Add <code>position</code> type for jsx  -  by <a
href="https://github.com/xsjcTony"><code>@​xsjcTony</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3528">unocss/unocss#3528</a>
<a href="https://github.com/unocss/unocss/commit/cb0849a4"><!-- raw HTML
omitted -->(cb084)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>nuxt</strong>:
<ul>
<li>Disable nuxt inlineStyles by default, <a
href="https://github.com/unocss/unocss/tree/HEAD/packages/astro/issues/3472">#3472</a>
 -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3472">unocss/unocss#3472</a>
<a href="https://github.com/unocss/unocss/commit/5cee56e5"><!-- raw HTML
omitted -->(5cee5)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>preset-icons</strong>:
<ul>
<li>Force to not warn in ESLint  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/unocss/unocss/commit/93bfc353"><!-- raw HTML
omitted -->(93bfc)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>preset-legacy-compat</strong>:
<ul>
<li>Update default value  -  by <a
href="https://github.com/zyyv"><code>@​zyyv</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3486">unocss/unocss#3486</a>
<a href="https://github.com/unocss/unocss/commit/07a67f97"><!-- raw HTML
omitted -->(07a67)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>preset-mini</strong>:
<ul>
<li>Missing place-items  -  by <a
href="https://github.com/Simon-He95"><code>@​Simon-He95</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3526">unocss/unocss#3526</a>
<a href="https://github.com/unocss/unocss/commit/fd4cb3ef"><!-- raw HTML
omitted -->(fd4cb)<!-- raw HTML omitted --></a></li>
<li>Order custom container variants as given  -  by <a
href="https://github.com/gllms"><code>@​gllms</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3496">unocss/unocss#3496</a>
<a href="https://github.com/unocss/unocss/commit/3020921c"><!-- raw HTML
omitted -->(30209)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>transformer-directives</strong>:
<ul>
<li>Resolve selector group  -  by <a
href="https://github.com/zoeyzhao19"><code>@​zoeyzhao19</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3485">unocss/unocss#3485</a>
<a href="https://github.com/unocss/unocss/commit/e5c1f9ab"><!-- raw HTML
omitted -->(e5c1f)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5>    <a
href="https://github.com/unocss/unocss/compare/v0.58.3...v0.58.4">View
changes on GitHub</a></h5>
<h2>v0.58.3</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Introduce legacy-compat preset  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> and
<strong>Simon He</strong> in <a
href="https://redirect.github.com/unocss/unocss/issues/3480">unocss/unocss#3480</a>
<a href="https://github.com/unocss/unocss/commit/61b5d62e"><!-- raw HTML
omitted -->(61b5d)<!-- raw HTML omitted --></a></li>
<li><strong>preset-mini</strong>: Add <code>appearance-auto</code>
utility  -  by <a
href="https://github.com/navorite"><code>@​navorite</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3470">unocss/unocss#3470</a>
<a href="https://github.com/unocss/unocss/commit/7c34befe"><!-- raw HTML
omitted -->(7c34b)<!-- raw HTML omitted --></a></li>
<li><strong>preset-wind</strong>: Add <code>svh</code>, <code>lvh</code>
and <code>dvh</code> values to default theme  -  by <a
href="https://github.com/navorite"><code>@​navorite</code></a> and <a
href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3469">unocss/unocss#3469</a>
<a href="https://github.com/unocss/unocss/commit/7ec12cc6"><!-- raw HTML
omitted -->(7ec12)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>nuxt</strong>: Temporary revert <a
href="https://github.com/unocss/unocss/tree/HEAD/packages/astro/issues/3448">#3448</a>
 -  by <a href="https://github.com/zyyv"><code>@​zyyv</code></a> and <a
href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3482">unocss/unocss#3482</a>
and <a
href="https://redirect.github.com/unocss/unocss/issues/3448">unocss/unocss#3448</a>
<a href="https://github.com/unocss/unocss/commit/b3905dea"><!-- raw HTML
omitted -->(b3905)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/unocss/unocss/compare/v0.58.2...v0.58.3">View
changes on GitHub</a></h5>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="933a8ece8f"><code>933a8ec</code></a>
chore: release v0.58.5</li>
<li><a
href="2101fbce73"><code>2101fbc</code></a>
chore: update deps</li>
<li><a
href="de28b4394a"><code>de28b43</code></a>
chore: release v0.58.4</li>
<li><a
href="7f7c76dd62"><code>7f7c76d</code></a>
chore: update deps</li>
<li><a
href="4aba70958a"><code>4aba709</code></a>
chore: release v0.58.3</li>
<li><a
href="e2a0809507"><code>e2a0809</code></a>
chore: release v0.58.2</li>
<li><a
href="591ce490d1"><code>591ce49</code></a>
chore: release v0.58.1</li>
<li><a
href="4c9a23c2e5"><code>4c9a23c</code></a>
chore: update deps</li>
<li><a
href="fc56bd1eea"><code>fc56bd1</code></a>
chore: release v0.58.0</li>
<li><a
href="a4fcf372cb"><code>a4fcf37</code></a>
chore: update deps</li>
<li>Additional commits viewable in <a
href="https://github.com/unocss/unocss/commits/v0.58.5/packages/astro">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@unocss/astro&package-manager=npm_and_yarn&previous-version=0.57.7&new-version=0.58.5)](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:55:01 -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
Adam Matthiesen 61ea9bfbb0
Bump @unocss/reset from 0.57.7 to 0.58.5 (#43)
Bumps [@unocss/reset](https://github.com/unocss/unocss) from 0.57.7 to
0.58.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/unocss/unocss/releases"><code>@​unocss/reset</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v0.58.5</h2>
<h3>   🚀 Features</h3>
<ul>
<li><strong>preset-icons</strong>: Support
<code>collectionsNodeResolvePath</code> option  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/unocss/unocss/commit/521f87f1"><!-- raw HTML
omitted -->(521f8)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>attributify</strong>: Add some missing types for jsx  -  by
<a href="https://github.com/xsjcTony"><code>@​xsjcTony</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3529">unocss/unocss#3529</a>
<a href="https://github.com/unocss/unocss/commit/8505f48d"><!-- raw HTML
omitted -->(8505f)<!-- raw HTML omitted --></a></li>
<li><strong>preset-wind</strong>: Handle pseudo selector correctly when
using <code>important</code> string option  -  by <a
href="https://github.com/Jungzl"><code>@​Jungzl</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3544">unocss/unocss#3544</a>
<a href="https://github.com/unocss/unocss/commit/c3ab353d"><!-- raw HTML
omitted -->(c3ab3)<!-- raw HTML omitted --></a></li>
<li><strong>webpack</strong>: HMR not work on Windows  -  by <a
href="https://github.com/anyesu"><code>@​anyesu</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3495">unocss/unocss#3495</a>
<a href="https://github.com/unocss/unocss/commit/2ac03d26"><!-- raw HTML
omitted -->(2ac03)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/unocss/unocss/compare/v0.58.4...v0.58.5">View
changes on GitHub</a></h5>
<h2>v0.58.4</h2>
<h3>   🚀 Features</h3>
<ul>
<li><strong>preset-wind</strong>: Add <code>important</code> option  - 
by <a href="https://github.com/xsjcTony"><code>@​xsjcTony</code></a> in
<a
href="https://redirect.github.com/unocss/unocss/issues/3484">unocss/unocss#3484</a>
<a href="https://github.com/unocss/unocss/commit/0ba925e2"><!-- raw HTML
omitted -->(0ba92)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Certain inputs causing regex matching to hang  -  by <a
href="https://github.com/lewisl9029"><code>@​lewisl9029</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3500">unocss/unocss#3500</a>
<a href="https://github.com/unocss/unocss/commit/a361d774"><!-- raw HTML
omitted -->(a361d)<!-- raw HTML omitted --></a></li>
<li><strong>attributify</strong>:
<ul>
<li>Add <code>position</code> type for jsx  -  by <a
href="https://github.com/xsjcTony"><code>@​xsjcTony</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3528">unocss/unocss#3528</a>
<a href="https://github.com/unocss/unocss/commit/cb0849a4"><!-- raw HTML
omitted -->(cb084)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>nuxt</strong>:
<ul>
<li>Disable nuxt inlineStyles by default, <a
href="https://redirect.github.com/unocss/unocss/issues/3472">#3472</a>
 -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3472">unocss/unocss#3472</a>
<a href="https://github.com/unocss/unocss/commit/5cee56e5"><!-- raw HTML
omitted -->(5cee5)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>preset-icons</strong>:
<ul>
<li>Force to not warn in ESLint  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/unocss/unocss/commit/93bfc353"><!-- raw HTML
omitted -->(93bfc)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>preset-legacy-compat</strong>:
<ul>
<li>Update default value  -  by <a
href="https://github.com/zyyv"><code>@​zyyv</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3486">unocss/unocss#3486</a>
<a href="https://github.com/unocss/unocss/commit/07a67f97"><!-- raw HTML
omitted -->(07a67)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>preset-mini</strong>:
<ul>
<li>Missing place-items  -  by <a
href="https://github.com/Simon-He95"><code>@​Simon-He95</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3526">unocss/unocss#3526</a>
<a href="https://github.com/unocss/unocss/commit/fd4cb3ef"><!-- raw HTML
omitted -->(fd4cb)<!-- raw HTML omitted --></a></li>
<li>Order custom container variants as given  -  by <a
href="https://github.com/gllms"><code>@​gllms</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3496">unocss/unocss#3496</a>
<a href="https://github.com/unocss/unocss/commit/3020921c"><!-- raw HTML
omitted -->(30209)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>transformer-directives</strong>:
<ul>
<li>Resolve selector group  -  by <a
href="https://github.com/zoeyzhao19"><code>@​zoeyzhao19</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3485">unocss/unocss#3485</a>
<a href="https://github.com/unocss/unocss/commit/e5c1f9ab"><!-- raw HTML
omitted -->(e5c1f)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5>    <a
href="https://github.com/unocss/unocss/compare/v0.58.3...v0.58.4">View
changes on GitHub</a></h5>
<h2>v0.58.3</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Introduce legacy-compat preset  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> and
<strong>Simon He</strong> in <a
href="https://redirect.github.com/unocss/unocss/issues/3480">unocss/unocss#3480</a>
<a href="https://github.com/unocss/unocss/commit/61b5d62e"><!-- raw HTML
omitted -->(61b5d)<!-- raw HTML omitted --></a></li>
<li><strong>preset-mini</strong>: Add <code>appearance-auto</code>
utility  -  by <a
href="https://github.com/navorite"><code>@​navorite</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3470">unocss/unocss#3470</a>
<a href="https://github.com/unocss/unocss/commit/7c34befe"><!-- raw HTML
omitted -->(7c34b)<!-- raw HTML omitted --></a></li>
<li><strong>preset-wind</strong>: Add <code>svh</code>, <code>lvh</code>
and <code>dvh</code> values to default theme  -  by <a
href="https://github.com/navorite"><code>@​navorite</code></a> and <a
href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3469">unocss/unocss#3469</a>
<a href="https://github.com/unocss/unocss/commit/7ec12cc6"><!-- raw HTML
omitted -->(7ec12)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>nuxt</strong>: Temporary revert <a
href="https://redirect.github.com/unocss/unocss/issues/3448">#3448</a>
 -  by <a href="https://github.com/zyyv"><code>@​zyyv</code></a> and <a
href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3482">unocss/unocss#3482</a>
and <a
href="https://redirect.github.com/unocss/unocss/issues/3448">unocss/unocss#3448</a>
<a href="https://github.com/unocss/unocss/commit/b3905dea"><!-- raw HTML
omitted -->(b3905)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/unocss/unocss/compare/v0.58.2...v0.58.3">View
changes on GitHub</a></h5>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="933a8ece8f"><code>933a8ec</code></a>
chore: release v0.58.5</li>
<li><a
href="521f87f198"><code>521f87f</code></a>
feat(preset-icons): support <code>collectionsNodeResolvePath</code>
option</li>
<li><a
href="2101fbce73"><code>2101fbc</code></a>
chore: update deps</li>
<li><a
href="17bf24adaa"><code>17bf24a</code></a>
chore(vite): improve wording (<a
href="https://redirect.github.com/unocss/unocss/issues/3547">#3547</a>)</li>
<li><a
href="9056d435e5"><code>9056d43</code></a>
docs: fix interactive highlight</li>
<li><a
href="ec77c7f753"><code>ec77c7f</code></a>
docs(preset-icons): include new iconify node helper (<a
href="https://redirect.github.com/unocss/unocss/issues/3538">#3538</a>)</li>
<li><a
href="0ca0c3a5d2"><code>0ca0c3a</code></a>
chore: update iconify utils package (<a
href="https://redirect.github.com/unocss/unocss/issues/3539">#3539</a>)</li>
<li><a
href="c3ab353db2"><code>c3ab353</code></a>
fix(preset-wind): handle pseudo selector correctly when using
<code>important</code> str...</li>
<li><a
href="8505f48d4c"><code>8505f48</code></a>
fix(attributify): add some missing types for jsx (<a
href="https://redirect.github.com/unocss/unocss/issues/3529">#3529</a>)</li>
<li><a
href="8732c5ca32"><code>8732c5c</code></a>
chore: lint</li>
<li>Additional commits viewable in <a
href="https://github.com/unocss/unocss/compare/v0.57.7...v0.58.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@unocss/reset&package-manager=npm_and_yarn&previous-version=0.57.7&new-version=0.58.5)](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:52:17 -08:00
Adam Matthiesen a9c6eacda5
Bump astro-navbar from 2.3.0 to 2.3.1 (#41)
Bumps [astro-navbar](https://github.com/surjithctly/astro-navbar) from
2.3.0 to 2.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/surjithctly/astro-navbar/releases">astro-navbar's
releases</a>.</em></p>
<blockquote>
<h2>v2.3.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update MenuIcon.astro by <a
href="https://github.com/developers-webllope"><code>@​developers-webllope</code></a>
in <a
href="https://redirect.github.com/surjithctly/astro-navbar/pull/23">surjithctly/astro-navbar#23</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/surjithctly/astro-navbar/compare/v2.3.0...v2.3.1">https://github.com/surjithctly/astro-navbar/compare/v2.3.0...v2.3.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3d002a580a"><code>3d002a5</code></a>
Update package.json</li>
<li><a
href="7640b1052a"><code>7640b10</code></a>
Merge pull request <a
href="https://redirect.github.com/surjithctly/astro-navbar/issues/23">#23</a>
from developers-webllope/patch-1</li>
<li><a
href="457030ad47"><code>457030a</code></a>
Update MenuIcon.astro</li>
<li>See full diff in <a
href="https://github.com/surjithctly/astro-navbar/compare/v2.3.0...v2.3.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=astro-navbar&package-manager=npm_and_yarn&previous-version=2.3.0&new-version=2.3.1)](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:51:45 -08:00
Adam Matthiesen eab13d9af2
Update dependabot.yml 2024-02-14 05:33:28 -08:00
github-actions[bot] 455ad3fd9d Add changeset for dependabot updates
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-14 13:33:10 +00: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
github-actions[bot] a358b7de47 Add changeset for dependabot updates
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-14 13:31:21 +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
github-actions[bot] 0f3d47fa8e Add changeset for dependabot updates
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-14 13:28:19 +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 ec7df6474d
lockfile fix (#42) 2024-02-14 05:27:33 -08:00
github-actions[bot] 754d08ab06 Add changeset for dependabot updates
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-14 13:27:10 +00:00
Adam Matthiesen f103879957 lockfile fix 2024-02-14 05:27:09 -08:00
dependabot[bot] 60c2fddf1d
Bump astro-navbar from 2.3.0 to 2.3.1
Bumps [astro-navbar](https://github.com/surjithctly/astro-navbar) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/surjithctly/astro-navbar/releases)
- [Commits](https://github.com/surjithctly/astro-navbar/compare/v2.3.0...v2.3.1)

---
updated-dependencies:
- dependency-name: astro-navbar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 13:26:55 +00:00
Adam Matthiesen b9f635891b
Chore: Update Licenses and Repo cleanup (#40)
This updates all the license files as well as completes at much needed
repo cleanup
2024-02-14 05:24:34 -08:00
Adam Matthiesen 889dd96e69 update 2024-02-14 05:20:54 -08:00
Adam Matthiesen f42fda8558 fix 2024-02-14 05:19:05 -08:00
Adam Matthiesen 46acde0b0e Massive Repo Cleanup and organization 2024-02-14 05:17:01 -08:00
Adam Matthiesen 2b79af3ab9 Merge branch 'main' into dev 2024-02-14 04:14:25 -08:00
Adam Matthiesen acbf74ffcc
Create changeset-dependabot.yml 2024-02-14 04:04:55 -08:00
Adam Matthiesen 3705d45a85 test 2024-02-14 03:53:56 -08:00
Adam Matthiesen 51343ab53c test 2024-02-14 03:50:17 -08:00
Adam Matthiesen b483ec2837 test workflow 2024-02-14 03:48:12 -08:00
Adam Matthiesen f4e0da81aa update pnpm-lock 2024-02-14 03:45:50 -08:00
Adam Matthiesen 04958e7d02 update workflow: node version 2024-02-14 03:43:40 -08:00
Adam Matthiesen bbd0c81619 update workflow 2024-02-14 03:41:33 -08:00
Adam Matthiesen e33707f8cb
Update release.yml 2024-02-14 03:22:44 -08:00
Adam Matthiesen 9c820df652
Update release.yml 2024-02-14 03:20:21 -08:00
Adam Matthiesen 6c44328f28
Update changeset and contributing information and add new workflow (#39) 2024-02-14 03:16:37 -08:00
Adam Matthiesen f07a8ee940
Update config.json 2024-02-14 03:15:33 -08:00
Adam Matthiesen 83132fcb62 Update changeset and contributing information and add new workflow 2024-02-14 03:13:37 -08:00
Adam Matthiesen d074c82772 add @changesets/cli 2024-02-14 02:38:23 -08:00
Adam Matthiesen 7d87f9c741
Update README.md 2024-02-14 01:48:16 -08:00
Adam Matthiesen d6df5b85bc
Update README.md 2024-02-14 01:45:02 -08:00
Adam Matthiesen c91d46c32f update readme 2024-02-14 00:23:25 -08:00
Adam Matthiesen c4ebe77067 add new workflow to sync to gitlab 2024-02-14 00:19:28 -08:00
Adam Matthiesen 309768794e
Update README.md 2024-02-13 22:50:50 -08:00
Adam Matthiesen ecd4725c3e update 2024-02-13 08:54:55 -08:00
Adam Matthiesen 157598cf37 add icon to readme 2024-02-13 08:12:31 -08:00
Adam Matthiesen b170bfcc47 new card component for brutal theme 2024-02-13 05:55:46 -08:00
Adam Matthiesen c869eb5ca6 update render util readme 2024-02-13 02:41:27 -08:00
Adam Matthiesen 5147ac5fa6 update readme 2024-02-13 02:40:30 -08:00
Adam Matthiesen 0fd7c28de6 add new HTML parser to brutal theme 2024-02-13 02:31:28 -08:00
Adam Matthiesen 2cf97a3f49 add new workflow so i can publish npm packages quickly 2024-02-13 02:23:09 -08:00
Adam Matthiesen 6998f96078 fix examples 2024-02-13 02:21:16 -08:00