Commit Graph

328 Commits

Author SHA1 Message Date
Adam Matthiesen 32da6bfd7e cleanup and add new theme to create util 2024-02-15 08:47:49 -08:00
Adam Matthiesen 1639191d93 some type fixes 2024-02-15 07:39:56 -08:00
github-actions[bot] 282b221328 chore: update versions 2024-02-15 12:55:32 +00:00
Adam Matthiesen c50f2feba4 Linted the entire project. no linting errors now 2024-02-15 04:49:02 -08:00
Adam Matthiesen 28afb883bd tests working 2024-02-15 04:14:36 -08:00
github-actions[bot] 4c0db299ca chore: update versions 2024-02-14 19:45:06 +00:00
dependabot[bot] c501154a18
Bump the prod-dependencies group with 4 updates
Bumps the prod-dependencies group with 4 updates: [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [unocss](https://github.com/unocss/unocss) and [astro-font](https://github.com/rishi-raj-jain/astro-font).


Updates `@astrojs/rss` from 4.0.4 to 4.0.5
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/rss@4.0.5/packages/astro-rss)

Updates `vite` from 5.0.12 to 5.1.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.1.2/packages/vite)

Updates `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)

Updates `astro-font` from 0.0.72 to 0.0.77
- [Release notes](https://github.com/rishi-raj-jain/astro-font/releases)
- [Commits](https://github.com/rishi-raj-jain/astro-font/commits)

---
updated-dependencies:
- dependency-name: "@astrojs/rss"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: unocss
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: astro-font
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 18:56:50 +00:00
dependabot[bot] 380d612d74
Bump the dev-dependencies group with 5 updates
Bumps the dev-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.2.1` | `1.2.2` |
| [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.4.1` | `0.5.4` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.20.0` | `7.0.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.21.0` | `7.0.1` |
| [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) | `0.29.1` | `0.31.4` |


Updates `vitest` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.2.2/packages/vitest)

Updates `@astrojs/check` from 0.4.1 to 0.5.4
- [Release notes](https://github.com/withastro/language-tools/releases)
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.5.4/packages/astro-check)

Updates `@typescript-eslint/eslint-plugin` from 6.20.0 to 7.0.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.21.0 to 7.0.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.1/packages/parser)

Updates `eslint-plugin-astro` from 0.29.1 to 0.31.4
- [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ota-meshi/eslint-plugin-astro/compare/v0.29.1...v0.31.4)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@astrojs/check"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 18:45:37 +00:00
Adam Matthiesen da619f3d6b
fix package (#53) 2024-02-14 06:30:53 -08:00
Adam Matthiesen 48482678ce fix package 2024-02-14 06:30:13 -08:00
Adam Matthiesen e33730bc60 fix 2024-02-14 06:25:55 -08:00
Adam Matthiesen 572f6515d8
Update deps for brutal theme (#49) 2024-02-14 06:20:24 -08:00
Adam Matthiesen e79d86294a update deps for theme 2024-02-14 06:20:21 -08:00
github-actions[bot] ed51a3b525 chore: update versions 2024-02-14 14:10:47 +00: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 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
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
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 889dd96e69 update 2024-02-14 05:20:54 -08:00
Adam Matthiesen 46acde0b0e Massive Repo Cleanup and organization 2024-02-14 05:17:01 -08:00
Adam Matthiesen d074c82772 add @changesets/cli 2024-02-14 02:38:23 -08:00
Adam Matthiesen ecd4725c3e update 2024-02-13 08:54:55 -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 0fd7c28de6 add new HTML parser to brutal theme 2024-02-13 02:31:28 -08:00
Adam Matthiesen 6998f96078 fix examples 2024-02-13 02:21:16 -08:00
Adam Matthiesen a23452ec20 New Package for HTML Content Rendering, and it works! 2024-02-13 02:20:31 -08:00
Adam Matthiesen 1222a16127 remove dev01 from version 2024-02-12 06:06:25 -08:00
Adam Matthiesen ea3e6aba6d All the astro deployments for demo's and main website have been relocated to their own repo's due to to many different projects trying to deploy at a time was causing to many issues.
Also removed sharp dep from brutal theme as its unneeded now
2024-02-12 05:56:01 -08:00
Adam Matthiesen a788e9dd7b bumb version 2024-02-12 05:22:15 -08:00
Adam Matthiesen 866541ae03 remove zod-validation-error from deps by merging. it started causing weird errors. OpenSource FTW 2024-02-12 05:21:41 -08:00
dependabot[bot] 999225be0c
Bump @typescript-eslint/parser from 6.20.0 to 6.21.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.20.0 to 6.21.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.21.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 12:17:06 +00:00
Adam Matthiesen d831344f56
Bump sharp from 0.32.6 to 0.33.2 (#33)
Bumps [sharp](https://github.com/lovell/sharp) from 0.32.6 to 0.33.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/lovell/sharp/blob/main/docs/changelog.md">sharp's
changelog</a>.</em></p>
<blockquote>
<h3>v0.33.2 - 12th January 2024</h3>
<ul>
<li>
<p>Upgrade to libvips v8.15.1 for upstream bug fixes.</p>
</li>
<li>
<p>TypeScript: add definition for <code>keepMetadata</code>.
<a href="https://redirect.github.com/lovell/sharp/pull/3914">#3914</a>
<a href="https://github.com/abhi0498"><code>@​abhi0498</code></a></p>
</li>
<li>
<p>Ensure <code>extend</code> operation stays sequential when copying
(regression in 0.32.0).
<a
href="https://redirect.github.com/lovell/sharp/issues/3928">#3928</a></p>
</li>
<li>
<p>Improve error handling for unsupported multi-page rotation.
<a
href="https://redirect.github.com/lovell/sharp/issues/3940">#3940</a></p>
</li>
</ul>
<h3>v0.33.1 - 17th December 2023</h3>
<ul>
<li>
<p>Add support for Yarn Plug'n'Play filesystem layout.
<a
href="https://redirect.github.com/lovell/sharp/issues/3888">#3888</a></p>
</li>
<li>
<p>Emit warning when attempting to use invalid ICC profiles.
<a
href="https://redirect.github.com/lovell/sharp/issues/3895">#3895</a></p>
</li>
<li>
<p>Ensure <code>VIPS_NOVECTOR</code> environment variable is respected.
<a href="https://redirect.github.com/lovell/sharp/pull/3897">#3897</a>
<a href="https://github.com/icetee"><code>@​icetee</code></a></p>
</li>
</ul>
<h3>v0.33.0 - 29th November 2023</h3>
<ul>
<li>
<p>Drop support for Node.js 14 and 16, now requires Node.js ^18.17.0 or
&gt;= 20.3.0</p>
</li>
<li>
<p>Prebuilt binaries distributed via npm registry and installed via
package manager.</p>
</li>
<li>
<p>Building from source requires dependency on
<code>node-addon-api</code>.</p>
</li>
<li>
<p>Remove <code>sharp.vendor</code>.</p>
</li>
<li>
<p>Partially deprecate <code>withMetadata()</code>, use
<code>withExif()</code> and <code>withIccProfile()</code>.</p>
</li>
<li>
<p>Add experimental support for WebAssembly-based runtimes.
<a href="https://github.com/RReverser"><code>@​RReverser</code></a></p>
</li>
<li>
<p>Options for <code>trim</code> operation must be an Object, add new
<code>lineArt</code> option.
<a
href="https://redirect.github.com/lovell/sharp/issues/2363">#2363</a></p>
</li>
<li>
<p>Improve luminance of <code>tint</code> operation with weighting
function.
<a href="https://redirect.github.com/lovell/sharp/issues/3338">#3338</a>
<a href="https://github.com/jcupitt"><code>@​jcupitt</code></a></p>
</li>
<li>
<p>Ensure all <code>Error</code> objects contain a <code>stack</code>
property.
<a
href="https://redirect.github.com/lovell/sharp/issues/3653">#3653</a></p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="bcb22af034"><code>bcb22af</code></a>
Release v0.33.2</li>
<li><a
href="d04dc62666"><code>d04dc62</code></a>
Prerelease v0.33.2-rc.1</li>
<li><a
href="c30d355f97"><code>c30d355</code></a>
CI: Fix npm smoke test expectation</li>
<li><a
href="49cb148b38"><code>49cb148</code></a>
Prerelease v0.33.2-rc.0</li>
<li><a
href="3bc31a8b20"><code>3bc31a8</code></a>
CI: Verify emscripten versions match</li>
<li><a
href="c28523e70e"><code>c28523e</code></a>
CI: Update Emscripten Docker image to 3.1.51 (<a
href="https://redirect.github.com/lovell/sharp/issues/3907">#3907</a>)</li>
<li><a
href="278f393f74"><code>278f393</code></a>
Upgrade to libvips v8.15.1</li>
<li><a
href="cbf68c1395"><code>cbf68c1</code></a>
Improve error for unsupported multi-page rotation <a
href="https://redirect.github.com/lovell/sharp/issues/3940">#3940</a></li>
<li><a
href="45e8071599"><code>45e8071</code></a>
Add runtime check for outdated Node.js version</li>
<li><a
href="b96389d975"><code>b96389d</code></a>
Docs: refresh index</li>
<li>Additional commits viewable in <a
href="https://github.com/lovell/sharp/compare/v0.32.6...v0.33.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sharp&package-manager=npm_and_yarn&previous-version=0.32.6&new-version=0.33.2)](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-12 04:15:17 -08:00
dependabot[bot] 570d0f8554
Bump @types/node from 20.11.16 to 20.11.17
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.16 to 20.11.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 12:07:42 +00:00
dependabot[bot] cf3aeb5d2f
Bump sharp from 0.32.6 to 0.33.2
Bumps [sharp](https://github.com/lovell/sharp) from 0.32.6 to 0.33.2.
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](https://github.com/lovell/sharp/compare/v0.32.6...v0.33.2)

---
updated-dependencies:
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 12:07:41 +00:00
Adam Matthiesen 6a9edf3cfc
Merge branch 'dependabot/npm_and_yarn/prettier-3.2.5' into dependabot/npm_and_yarn/prettier-plugin-astro-0.13.0 2024-02-12 04:01:56 -08:00
dependabot[bot] f0873add02
Bump prettier-plugin-astro from 0.12.3 to 0.13.0
Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.12.3 to 0.13.0.
- [Release notes](https://github.com/withastro/prettier-plugin-astro/releases)
- [Changelog](https://github.com/withastro/prettier-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](https://github.com/withastro/prettier-plugin-astro/compare/v0.12.3...v0.13.0)

---
updated-dependencies:
- dependency-name: prettier-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 11:31:42 +00:00
dependabot[bot] d5d189208f
Bump prettier from 3.2.4 to 3.2.5
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.2.4...3.2.5)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 11:30:31 +00:00
Adam Matthiesen d8b983e0fc update package version now that its working 2024-02-10 21:39:51 -08:00
Adam Matthiesen 42660b406d test 2024-02-10 20:30:20 -08:00
Adam Matthiesen 4ed3890a75 adds favicon to brutal theme 2024-02-10 19:45:23 -08:00
Adam Matthiesen 0caaecf9f7 attempt to put ogimage back 2024-02-10 09:36:51 -08:00
Adam Matthiesen d86c7e9928 test 2024-02-10 09:18:36 -08:00
Adam Matthiesen 558cda7f83 okay its a new error... lets see if this fixes it 2024-02-10 08:52:35 -08:00
Adam Matthiesen 5d37c79ad1 is this it? 2024-02-10 08:42:27 -08:00
Adam Matthiesen 1bd9364dcb test fix for new theme 2024-02-10 08:36:14 -08:00
Adam Matthiesen e022ad5d9a testing 2024-02-10 08:19:51 -08:00
Adam Matthiesen 70926d7dea move demo to its own repo. 2024-02-10 08:18:07 -08:00
Adam Matthiesen b9f80b3782 add license 2024-02-10 07:46:38 -08:00
Adam Matthiesen 384066e24b New Theme! 2024-02-10 07:43:11 -08:00
Adam Matthiesen 0bf8d9d963 some code cleanup and bumb astro-ghostcms version 2024-02-06 01:59:36 -08:00
Adam Matthiesen 582f321c4a new rss feature is done and working 2024-02-06 00:36:07 -08:00
Adam Matthiesen caeeee2357 test fix 2024-02-05 23:56:00 -08:00
Adam Matthiesen ea9901e939 testing fix 2024-02-05 23:38:12 -08:00
Adam Matthiesen 2922f0d501 bumb main version number to update npm registry with changes 2024-02-05 23:29:47 -08:00
Adam Matthiesen 7d9fe71cb5 some code cleanup 2024-02-05 22:26:24 -08:00
Adam Matthiesen 069b097f0b woot RSS stylesheets are working now 2024-02-05 22:14:12 -08:00
Adam Matthiesen 8a77f82fec Merge branch 'main' of https://github.com/MatthiesenXYZ/astro-ghostcms 2024-02-05 08:04:23 -08:00
Adam Matthiesen 4738a83277 some updates, working on a new check current version feature 2024-02-05 07:59:24 -08:00
dependabot[bot] 9b72436f91
Bump @types/node from 20.11.10 to 20.11.16
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.10 to 20.11.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 12:46:30 +00:00
dependabot[bot] 6f39fb9d43
Bump @typescript-eslint/parser from 6.19.1 to 6.20.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.19.1 to 6.20.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.20.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 12:39:49 +00:00
dependabot[bot] 6bad955d9a
Bump @typescript-eslint/eslint-plugin from 6.19.1 to 6.20.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.19.1 to 6.20.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.20.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 11:14:10 +00:00
Adam Matthiesen 4e7d87f498 update readme, and version for npmjs.com 2024-02-03 23:17:12 -08:00
Adam Matthiesen 5343c16644 it works. good to come out of dev 2024-02-03 23:13:51 -08:00
Adam Matthiesen bf65f29e3b working on some new stuff, also adding the new theme to the create tool, and doing some other cleanup 2024-02-03 23:10:44 -08:00
Adam Matthiesen 27baada20b update main package with a new function 2024-02-01 23:43:23 -08:00
Adam Matthiesen ac8a448325 just some cleanup to remove the "landing page" post from other locations 2024-02-01 23:38:35 -08:00
Adam Matthiesen 62f77cc0f8 update package (catppuccin theme) 2024-02-01 18:59:39 -08:00
Udit 8e22a4b647 Updated the card layout...
- Handled title truncation
- Handled description truncation
- Added fixed image size
2024-02-02 06:45:40 +05:30
Adam Matthiesen 033b3eed5e found another reference to the old name 2024-02-01 16:24:38 -08:00
Adam Matthiesen 8d66442c47 update theme name 2024-02-01 00:14:44 -08:00
Adam Matthiesen fd21c17127 ooh looooook a new feature that allows you to change the color 2024-02-01 00:09:50 -08:00
Adam Matthiesen ec53076b3a working on ability to change between catppuccin options 2024-02-01 00:01:59 -08:00
Adam Matthiesen 3d37c2d7be update tailwind-preset 2024-01-31 21:21:34 -08:00
Adam Matthiesen 8ee5a295a7 move dep from dev to nondev 2024-01-31 14:27:02 -08:00
Adam Matthiesen 891e925219 update new demo 2024-01-31 14:23:24 -08:00
Adam Matthiesen 693c1a3dbe up theme package number for release 2024-01-31 13:57:34 -08:00
Adam Matthiesen 623895dde3 fix directory name 2024-01-31 13:52:07 -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
Adam Matthiesen b0c44d5c4c up astro-ghostcms version for new satori function and update theme 2024-01-31 06:08:12 -08:00
Adam Matthiesen 5aaaef0c57 This just cleans up the code between the themes and the integration for satori. 2024-01-31 00:16:42 -08:00
Adam Matthiesen 819803e1bf s 2024-01-30 12:04:58 -08:00
Adam Matthiesen efb056f4c0 This should fix mobile menu 2024-01-30 12:04:33 -08:00
Adam Matthiesen 7ed37255e3 upping version to enable config option to allow disabling of the Satori auto injection. 2024-01-30 04:59:30 -08:00
Adam Matthiesen 93e589659d some code cleanup now that its working 2024-01-30 04:54:01 -08:00
Adam Matthiesen a176f11e55 New auto opengraph 2024-01-30 04:15:05 -08:00
Adam Matthiesen ed8ea761c6
Update package.json 2024-01-29 18:49:16 -08:00
Adam Matthiesen 848bd3937c
Update Author details section on Author page (#25)
Before:


![image](https://github.com/MatthiesenXYZ/astro-ghostcms/assets/23015406/c482f347-78ce-429f-8e2f-85a720485000)

After:


![image](https://github.com/MatthiesenXYZ/astro-ghostcms/assets/23015406/8b00978c-6dc4-48fe-a00d-c77f39c06e9d)
2024-01-29 18:48:28 -08:00
Udit 1bd0066bb4 update author details section on author page 2024-01-29 19:42:08 +05:30
Adam Matthiesen 839ffd48a6 up version for new deps 2024-01-29 04:41:00 -08:00
Adam Matthiesen d860350899
Bump execa from 7.2.0 to 8.0.1 (#23)
Bumps [execa](https://github.com/sindresorhus/execa) from 7.2.0 to
8.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sindresorhus/execa/releases">execa's
releases</a>.</em></p>
<blockquote>
<h2>v8.0.1</h2>
<h3>Fixes</h3>
<ul>
<li>Fix and document support for the <a
href="https://github.com/sindresorhus/execa#encoding"><code>{encoding:
'buffer'}</code> option</a>. It is the same as <code>{encoding:
null}</code>, but preferred over it. (<a
href="https://redirect.github.com/sindresorhus/execa/issues/572">#572</a>)</li>
</ul>
<p><a
href="https://github.com/sindresorhus/execa/compare/v8.0.0...v8.0.1">https://github.com/sindresorhus/execa/compare/v8.0.0...v8.0.1</a></p>
<h2>v8.0.0</h2>
<h3>Breaking</h3>
<ul>
<li>Require Node.js 16.17.0 and later (<a
href="https://redirect.github.com/sindresorhus/execa/issues/569">#569</a>)</li>
</ul>
<p><a
href="https://github.com/sindresorhus/execa/compare/v7.2.0...v8.0.0">https://github.com/sindresorhus/execa/compare/v7.2.0...v8.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f4b8b3ab60"><code>f4b8b3a</code></a>
8.0.1</li>
<li><a
href="89c69fe97a"><code>89c69fe</code></a>
Support <code>{encoding: 'buffer'}</code> (<a
href="https://redirect.github.com/sindresorhus/execa/issues/572">#572</a>)</li>
<li><a
href="e7dee28c41"><code>e7dee28</code></a>
8.0.0</li>
<li><a
href="88ee3bd6fa"><code>88ee3bd</code></a>
Upgrade <code>get-stream</code> (<a
href="https://redirect.github.com/sindresorhus/execa/issues/571">#571</a>)</li>
<li><a
href="f31fbdbb07"><code>f31fbdb</code></a>
Fix documentation typo (<a
href="https://redirect.github.com/sindresorhus/execa/issues/568">#568</a>)</li>
<li><a
href="468fbe15ed"><code>468fbe1</code></a>
Upgrade <code>signal-exit</code> to v4 (<a
href="https://redirect.github.com/sindresorhus/execa/issues/570">#570</a>)</li>
<li><a
href="65992b4188"><code>65992b4</code></a>
Require Node.js 16 (<a
href="https://redirect.github.com/sindresorhus/execa/issues/569">#569</a>)</li>
<li><a
href="db58085012"><code>db58085</code></a>
7.2.0</li>
<li>See full diff in <a
href="https://github.com/sindresorhus/execa/compare/v7.2.0...v8.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=execa&package-manager=npm_and_yarn&previous-version=7.2.0&new-version=8.0.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-01-29 04:39:02 -08:00
Adam Matthiesen 805b5bc486
Bump prettier from 2.8.8 to 3.2.4 (#22)
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to
3.2.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/releases">prettier's
releases</a>.</em></p>
<blockquote>
<h2>3.2.4</h2>
<ul>
<li>Fix <code>.eslintrc.json</code> format <a
href="https://redirect.github.com/prettier/prettier/issues/15947">#15947</a></li>
</ul>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#324">Changelog</a></p>
<h2>3.2.3</h2>
<ul>
<li>Format <code>tsconfig.json</code> file with <code>jsonc</code>
parser <a
href="https://redirect.github.com/prettier/prettier/issues/15927">#15927</a></li>
</ul>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#323">Changelog</a></p>
<h2>3.2.2</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#322">Changelog</a></p>
<h2>3.2.1</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#321">Changelog</a></p>
<h2>3.2.0</h2>
<p><a
href="https://github.com/prettier/prettier/compare/3.1.1...3.2.0">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2024/01/12/3.2.0.html">Release
note</a></p>
<h2>3.1.1</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#311">Changelog</a></p>
<h2>3.1.0</h2>
<p><a
href="https://github.com/prettier/prettier/compare/3.0.3...3.1.0">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2023/11/13/3.1.0.html">Release
note</a></p>
<h2>3.0.3</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#303">Changelog</a></p>
<h2>3.0.2</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#302">Changelog</a></p>
<h2>3.0.1</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#301">Changelog</a></p>
<h2>3.0.0</h2>
<p><a
href="https://github.com/prettier/prettier/compare/3.0.0-alpha.6...3.0.0">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2023/07/05/3.0.0.html">Release
note</a></p>
<h2>3.0.0-alpha.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Update <code>.d.ts</code> files of plugins to use <code>export
default ...</code> by <a
href="https://github.com/fisker"><code>@​fisker</code></a> in <a
href="https://redirect.github.com/prettier/prettier/pull/14435">prettier/prettier#14435</a></li>
</ul>
<p>Other changes since v2, see <a
href="https://github.com/prettier/prettier/releases/tag/3.0.0-alpha.1"><code>3.0.0-alpha.1</code>
release notes</a></p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/prettier/prettier/compare/3.0.0-alpha.5...3.0.0-alpha.6">https://github.com/prettier/prettier/compare/3.0.0-alpha.5...3.0.0-alpha.6</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's
changelog</a>.</em></p>
<blockquote>
<h1>3.2.4</h1>
<p><a
href="https://github.com/prettier/prettier/compare/3.2.3...3.2.4">diff</a></p>
<h4>Fix incorrect parser inference (<a
href="https://redirect.github.com/prettier/prettier/pull/15947">#15947</a>
by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4>
<p>Files like <code>.eslintrc.json</code> were incorrectly formatted as
JSONC files.</p>
<!-- raw HTML omitted -->
<pre lang="jsx"><code>// Input
prettier --file-info .eslintrc.json
{ &quot;ignored&quot;: false, &quot;inferredParser&quot;:
&quot;jsonc&quot; }
<p>// Prettier 3.2.4
prettier --file-info .eslintrc.json
{ &quot;ignored&quot;: false, &quot;inferredParser&quot;:
&quot;json&quot; }
</code></pre></p>
<h1>3.2.3</h1>
<p><a
href="https://github.com/prettier/prettier/compare/3.2.2...3.2.3">diff</a></p>
<h4>Throw errors for invalid code (<a
href="https://redirect.github.com/prettier/prettier/pull/15881">#15881</a>
by <a href="https://github.com/fisker"><code>@​fisker</code></a>, <a
href="https://github.com/Josh-Cena"><code>@​Josh-Cena</code></a>, <a
href="https://github.com/auvred"><code>@​auvred</code></a>)</h4>
<!-- raw HTML omitted -->
<pre lang="ts"><code>// Input
1++;
<p>// Prettier 3.2.2
1++;</p>
<p>// Prettier 3.2.3
SyntaxError: Invalid left-hand side expression in unary operation (1:1)
&gt; 1 | 1++;
| ^
</code></pre></p>
<!-- raw HTML omitted -->
<pre lang="ts"><code>// Input
try {} catch (error = 1){}

// Prettier 3.2.2
try {
} catch (error) {}

// Prettier 3.2.3
SyntaxError: Catch clause variable cannot have an initializer. (1:23)
&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="03822f5b34"><code>03822f5</code></a>
Release 3.2.4</li>
<li><a
href="1cd4d9c160"><code>1cd4d9c</code></a>
Fix JSONC filenames list (<a
href="https://redirect.github.com/prettier/prettier/issues/15947">#15947</a>)</li>
<li><a
href="6c6a332171"><code>6c6a332</code></a>
Spellcheck</li>
<li><a
href="75ec1f7921"><code>75ec1f7</code></a>
Fix lock file</li>
<li><a
href="dda00cdd1d"><code>dda00cd</code></a>
Clean changelog_unreleased</li>
<li><a
href="c12e3c67f9"><code>c12e3c6</code></a>
Git blame ignore 3.2.3</li>
<li><a
href="4985be553e"><code>4985be5</code></a>
Bump Prettier dependency to 3.2.3</li>
<li><a
href="38c0d212e7"><code>38c0d21</code></a>
Update dependents count</li>
<li><a
href="42ba4373f4"><code>42ba437</code></a>
Release 3.2.3</li>
<li><a
href="99c873d421"><code>99c873d</code></a>
chore(deps): update typescript-eslint to v6.19.0 (<a
href="https://redirect.github.com/prettier/prettier/issues/15939">#15939</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/prettier/prettier/compare/2.8.8...3.2.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.8.8&new-version=3.2.4)](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-01-29 04:36:50 -08:00
dependabot[bot] c5e49c9ef9
Bump execa from 7.2.0 to 8.0.1
Bumps [execa](https://github.com/sindresorhus/execa) from 7.2.0 to 8.0.1.
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](https://github.com/sindresorhus/execa/compare/v7.2.0...v8.0.1)

---
updated-dependencies:
- dependency-name: execa
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 12:36:23 +00:00
dependabot[bot] 9db6384b32
Bump @types/node from 18.19.10 to 20.11.10
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.19.10 to 20.11.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 12:23:21 +00:00
dependabot[bot] c0571599c2
Bump prettier from 2.8.8 to 3.2.4
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.2.4.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.2.4)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 12:21:36 +00:00
dependabot[bot] 6aaf6dbe64
Bump @astrojs/rss from 4.0.3 to 4.0.4
Bumps [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/rss@4.0.4/packages/astro-rss)

---
updated-dependencies:
- dependency-name: "@astrojs/rss"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 11:39:08 +00:00
Adam Matthiesen 3a536c1243 set install deps to true by default 2024-01-29 00:53:58 -08:00
Adam Matthiesen 1839d9febf streamlined to require less scripting to add new templates to create project 2024-01-28 21:00:00 -08:00
Adam Matthiesen 8f51cf3fd1 testfix 2024-01-28 20:53:26 -08:00
Adam Matthiesen c4335adc91 testfix 2024-01-28 20:49:38 -08:00
Adam Matthiesen e94e882d88 fix 2024-01-28 20:47:09 -08:00
Adam Matthiesen 58dd1d2bf6 code cleanup 2024-01-28 20:44:16 -08:00
Adam Matthiesen fb26178b72
Update README.md 2024-01-28 02:04:45 -08:00
Adam Matthiesen bddafa4536 update to reflect new package 2024-01-28 02:00:50 -08:00
Adam Matthiesen f005182408 Woo i think im about ready to PR this! 2024-01-28 01:24:06 -08:00
Adam Matthiesen b8b4023172 42 answer to life 2024-01-28 01:19:28 -08:00
Adam Matthiesen 5f8cfa3232 colors 2024-01-28 01:15:31 -08:00
Adam Matthiesen ff63666a5d lucky winner? 2024-01-28 01:12:34 -08:00
Adam Matthiesen 45a270702e t 2024-01-28 01:10:49 -08:00
Adam Matthiesen d28f6da0cf s 2024-01-28 01:05:35 -08:00
Adam Matthiesen 7de9231d71 s 2024-01-28 01:02:37 -08:00
Adam Matthiesen 227af9d746 s 2024-01-28 01:01:12 -08:00
Adam Matthiesen 20a1b919e2 s 2024-01-28 00:48:20 -08:00
Adam Matthiesen 49ac180b89 testfix 2024-01-28 00:38:44 -08:00
Adam Matthiesen 639bc0ae4f up 2024-01-28 00:36:52 -08:00
Adam Matthiesen 61ff71f337 fix 2024-01-28 00:36:26 -08:00
Adam Matthiesen 050281b8c6 up 2024-01-28 00:34:37 -08:00
Adam Matthiesen a396ff9ed0 fix 2024-01-28 00:21:26 -08:00
Adam Matthiesen 9717290617 update image 2024-01-28 00:20:18 -08:00
Adam Matthiesen 238a9a6f5c update readme 2024-01-27 22:48:53 -08:00
Adam Matthiesen 9b206cc70e fix? 2024-01-27 22:41:53 -08:00
Adam Matthiesen a8619e6914 test 2024-01-27 22:39:16 -08:00
Adam Matthiesen b94d4a5f31 fix? 2024-01-27 22:36:56 -08:00
Adam Matthiesen f80b198cb2 test 2024-01-27 22:34:47 -08:00
Adam Matthiesen c95af3948d new template test 2024-01-27 22:29:13 -08:00
Adam Matthiesen 35b41b4dbf change color 2024-01-27 20:22:27 -08:00
Adam Matthiesen 49331b1d5d change wording 2024-01-27 20:20:05 -08:00
Adam Matthiesen 2ffc8bf22b up pkg ver for test 2024-01-27 20:18:03 -08:00
Adam Matthiesen 69a9297881 fix 2024-01-27 20:17:49 -08:00
Adam Matthiesen d728ee7ed5 colors 2024-01-27 20:15:13 -08:00
Adam Matthiesen 7b39b2aa25 fix spacing 2024-01-27 20:07:33 -08:00
Adam Matthiesen f94a3fcba9 test 2024-01-27 20:05:46 -08:00
Adam Matthiesen 1d0dd0e9eb test 2024-01-27 19:57:20 -08:00
Adam Matthiesen 9570e8e6da still trying to fix the one option 2024-01-27 19:53:51 -08:00
Adam Matthiesen 7d8555a95b up 2024-01-27 19:50:53 -08:00
Adam Matthiesen aaf860cc73 fix 2024-01-27 19:48:47 -08:00
Adam Matthiesen 3339065f27 s 2024-01-27 19:44:02 -08:00
Adam Matthiesen 7be955ec6b test 2024-01-27 19:43:41 -08:00
Adam Matthiesen ae12b7e1c6 test 2024-01-27 19:03:33 -08:00
Adam Matthiesen b768695bfc test 2024-01-27 18:48:27 -08:00
Adam Matthiesen 32ce5c42ad spacing: readme 2024-01-27 18:42:48 -08:00
Adam Matthiesen 4181259835 fix spacing: readme 2024-01-27 18:41:58 -08:00
Adam Matthiesen eec68881a3 update readme 2024-01-27 18:40:49 -08:00
Adam Matthiesen b4c0ba3d45 update readme 2024-01-27 18:39:09 -08:00
Adam Matthiesen 9f2b8226e4 more cleanup, and a DEMO PHOTO! 2024-01-27 17:19:21 -08:00