Commit Graph

691 Commits

Author SHA1 Message Date
Adam Matthiesen ecd2aac379 bumb deps 2024-02-05 23:32:54 -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 cb95f0fe83 update lockfile 2024-02-05 08:04:42 -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
Adam Matthiesen 6f73806a4a
Bump astro from 4.2.6 to 4.3.2 (#29)
Bumps
[astro](https://github.com/withastro/astro/tree/HEAD/packages/astro)
from 4.2.6 to 4.3.2.
<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.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9932">#9932</a>
<a
href="9f0d89fa7e"><code>9f0d89fa7e9e7c08c8600b0c49c2cce7489a7582</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes a case where a warning was logged even when the feature
<code>i18nDomains</code> wasn't enabled</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9907">#9907</a>
<a
href="6c894af5ab"><code>6c894af5ab79f290f4ff7feb68617a66e91febc1</code></a>
Thanks <a href="https://github.com/ktym4a"><code>@​ktym4a</code></a>! -
Load 404.html on all non-existent paths on astro preview.</p>
</li>
</ul>
<h2>astro@4.3.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9841">#9841</a>
<a
href="27ea080e24"><code>27ea080e24e2c5cdc59b63b1dfe0a83a0c696597</code></a>
Thanks <a
href="https://github.com/kristianbinau"><code>@​kristianbinau</code></a>!
- Makes the warning clearer when having a custom <code>base</code> and
requesting a public URL without it</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9888">#9888</a>
<a
href="9d2fdb293d"><code>9d2fdb293d6a7323e10126cebad18ef9a2ea2800</code></a>
Thanks <a
href="https://github.com/natemoo-re"><code>@​natemoo-re</code></a>! -
Improves error handling logic for the <code>astro sync</code>
command.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9918">#9918</a>
<a
href="d52529e094"><code>d52529e09450c84933dd15d6481edb32269f537b</code></a>
Thanks <a
href="https://github.com/LarryIVC"><code>@​LarryIVC</code></a>! - Adds
the <code>name</code> attribute to the <code>&lt;details&gt;</code> tag
type</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9938">#9938</a>
<a
href="1568afb78a"><code>1568afb78a163db63a4cde146dec87785a83db1d</code></a>
Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>!
- Fixes a regression where middleware did not run for prerendered pages
and endpoints.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9931">#9931</a>
<a
href="4467441896"><code>44674418965d658733d3602668a9354e18f8ef89</code></a>
Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>!
- Fixes a regression where a response created with
<code>Response.redirect</code> or containing <code>null</code> as the
body never completed in node-based adapters.</p>
</li>
</ul>
<h2>astro@4.3.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9839">#9839</a>
<a
href="58f9e393a1"><code>58f9e393a188702eef5329e41deff3dcb65a3230</code></a>
Thanks <a
href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! -
Adds a new <code>ComponentProps</code> type export from
<code>astro/types</code> to get the props type of an Astro
component.</p>
<pre lang="astro"><code>---
import type { ComponentProps } from 'astro/types';
import { Button } from './Button.astro';
<h2>type myButtonProps = ComponentProps&lt;typeof Button&gt;;</h2>
<p></code></pre></p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9159">#9159</a>
<a
href="7d937c1589"><code>7d937c158959e76443a02f740b10e251d14dbd8c</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Adds CLI shortcuts as an easter egg for the dev server:</p>
<ul>
<li><code>o + enter</code>: opens the site in your browser</li>
<li><code>q + enter</code>: quits the dev server</li>
<li><code>h + enter</code>: prints all available shortcuts</li>
</ul>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9764">#9764</a>
<a
href="fad4f64aa1"><code>fad4f64aa149086feda2d1f3a0b655767034f1a8</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Adds a
new <code>build.format</code> configuration option:
<code>'preserve'</code>. This option will preserve your source structure
in the final build.</p>
<p>The existing configuration options, <code>file</code> and
<code>directory</code>, either build all of your HTML pages as files
matching the route name (e.g. <code>/about.html</code>) or build all
your files as <code>index.html</code> within a nested directory
structure (e.g. <code>/about/index.html</code>), respectively. It was
not previously possible to control the HTML file built on a per-file
basis.</p>
<p>One limitation of <code>build.format: 'file'</code> is that it cannot
create <code>index.html</code> files for any individual routes (other
than the base path of <code>/</code>) while otherwise building named
files. Creating explicit index pages within your file structure still
generates a file named for the page route (e.g.
<code>src/pages/about/index.astro</code> builds
<code>/about.html</code>) when using the <code>file</code> configuration
option.</p>
<p>Rather than make a breaking change to allow <code>build.format:
'file'</code> to be more flexible, we decided to create a new
<code>build.format: 'preserve'</code>.</p>
<p>The new format will preserve how the filesystem is structured and
make sure that is mirrored over to production. Using this option:</p>
</li>
</ul>
<!-- 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.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9932">#9932</a>
<a
href="9f0d89fa7e"><code>9f0d89fa7e9e7c08c8600b0c49c2cce7489a7582</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes a case where a warning was logged even when the feature
<code>i18nDomains</code> wasn't enabled</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9907">#9907</a>
<a
href="6c894af5ab"><code>6c894af5ab79f290f4ff7feb68617a66e91febc1</code></a>
Thanks <a href="https://github.com/ktym4a"><code>@​ktym4a</code></a>! -
Load 404.html on all non-existent paths on astro preview.</p>
</li>
</ul>
<h2>4.3.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9841">#9841</a>
<a
href="27ea080e24"><code>27ea080e24e2c5cdc59b63b1dfe0a83a0c696597</code></a>
Thanks <a
href="https://github.com/kristianbinau"><code>@​kristianbinau</code></a>!
- Makes the warning clearer when having a custom <code>base</code> and
requesting a public URL without it</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9888">#9888</a>
<a
href="9d2fdb293d"><code>9d2fdb293d6a7323e10126cebad18ef9a2ea2800</code></a>
Thanks <a
href="https://github.com/natemoo-re"><code>@​natemoo-re</code></a>! -
Improves error handling logic for the <code>astro sync</code>
command.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9918">#9918</a>
<a
href="d52529e094"><code>d52529e09450c84933dd15d6481edb32269f537b</code></a>
Thanks <a
href="https://github.com/LarryIVC"><code>@​LarryIVC</code></a>! - Adds
the <code>name</code> attribute to the <code>&lt;details&gt;</code> tag
type</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9938">#9938</a>
<a
href="1568afb78a"><code>1568afb78a163db63a4cde146dec87785a83db1d</code></a>
Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>!
- Fixes a regression where middleware did not run for prerendered pages
and endpoints.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9931">#9931</a>
<a
href="4467441896"><code>44674418965d658733d3602668a9354e18f8ef89</code></a>
Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>!
- Fixes a regression where a response created with
<code>Response.redirect</code> or containing <code>null</code> as the
body never completed in node-based adapters.</p>
</li>
</ul>
<h2>4.3.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9839">#9839</a>
<a
href="58f9e393a1"><code>58f9e393a188702eef5329e41deff3dcb65a3230</code></a>
Thanks <a
href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! -
Adds a new <code>ComponentProps</code> type export from
<code>astro/types</code> to get the props type of an Astro
component.</p>
<pre lang="astro"><code>---
import type { ComponentProps } from 'astro/types';
import Button from './Button.astro';
<h2>type myButtonProps = ComponentProps&lt;typeof Button&gt;;</h2>
<p></code></pre></p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9159">#9159</a>
<a
href="7d937c1589"><code>7d937c158959e76443a02f740b10e251d14dbd8c</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Adds CLI shortcuts as an easter egg for the dev server:</p>
<ul>
<li><code>o + enter</code>: opens the site in your browser</li>
<li><code>q + enter</code>: quits the dev server</li>
<li><code>h + enter</code>: prints all available shortcuts</li>
</ul>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9764">#9764</a>
<a
href="fad4f64aa1"><code>fad4f64aa149086feda2d1f3a0b655767034f1a8</code></a>
Thanks <a
href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Adds a
new <code>build.format</code> configuration option:
<code>'preserve'</code>. This option will preserve your source structure
in the final build.</p>
<p>The existing configuration options, <code>file</code> and
<code>directory</code>, either build all of your HTML pages as files
matching the route name (e.g. <code>/about.html</code>) or build all
your files as <code>index.html</code> within a nested directory
structure (e.g. <code>/about/index.html</code>), respectively. It was
not previously possible to control the HTML file built on a per-file
basis.</p>
<p>One limitation of <code>build.format: 'file'</code> is that it cannot
create <code>index.html</code> files for any individual routes (other
than the base path of <code>/</code>) while otherwise building named
files. Creating explicit index pages within your file structure still
generates a file named for the page route (e.g.
<code>src/pages/about/index.astro</code> builds
<code>/about.html</code>) when using the <code>file</code> configuration
option.</p>
<p>Rather than make a breaking change to allow <code>build.format:
'file'</code> to be more flexible, we decided to create a new
<code>build.format: 'preserve'</code>.</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="57ab98f531"><code>57ab98f</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9948">#9948</a>)</li>
<li><a
href="6c894af5ab"><code>6c894af</code></a>
Fix: 404.html load correctly on preview (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9907">#9907</a>)</li>
<li><a
href="cd67dd0a4f"><code>cd67dd0</code></a>
Add new test cases for non-UTF-8 and space file names (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9947">#9947</a>)</li>
<li><a
href="9f0d89fa7e"><code>9f0d89f</code></a>
fix: don't log warning if <code>i18nDomains</code> isn't enabled (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9932">#9932</a>)</li>
<li><a
href="2ac371404d"><code>2ac3714</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9926">#9926</a>)</li>
<li><a
href="b176825b34"><code>b176825</code></a>
fix: route matching for encoded pathnames (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9934">#9934</a>)</li>
<li><a
href="9d2fdb293d"><code>9d2fdb2</code></a>
Improve <code>astro sync</code> error handling (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9888">#9888</a>)</li>
<li><a
href="756f9595e7"><code>756f959</code></a>
[ci] format</li>
<li><a
href="1568afb78a"><code>1568afb</code></a>
fix(middleware): load while retrieving ssr manifest for prerendering (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9938">#9938</a>)</li>
<li><a
href="055bd27d9d"><code>055bd27</code></a>
[ci] format</li>
<li>Additional commits viewable in <a
href="https://github.com/withastro/astro/commits/astro@4.3.2/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.2.6&new-version=4.3.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-05 05:02:01 -08:00
dependabot[bot] aec9476577
Bump astro from 4.2.6 to 4.3.2
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.2.6 to 4.3.2.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.3.2/packages/astro)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 12:58:58 +00:00
Adam Matthiesen 42e69757e4
Bump @astrojs/starlight from 0.17.0 to 0.17.2 (#31)
Bumps
[@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight)
from 0.17.0 to 0.17.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/withastro/starlight/releases"><code>@​astrojs/starlight</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​astrojs/starlight</code><a
href="https://github.com/0"><code>@​0</code></a>.17.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/starlight/pull/1442">#1442</a>
<a
href="1a642e4d74"><code>1a642e4</code></a>
Thanks <a href="https://github.com/delucis"><code>@​delucis</code></a>!
- Fixes URLs in language picker for sites with <code>build.format:
'file'</code></p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/starlight/pull/1440">#1440</a>
<a
href="2ea1e88318"><code>2ea1e88</code></a>
Thanks <a
href="https://github.com/hippotastic"><code>@​hippotastic</code></a>! -
Adds JS support to the <code>@astrojs/starlight/expressive-code</code>
export to allow importing from non-TS environments.</p>
</li>
</ul>
<h2><code>@​astrojs/starlight</code><a
href="https://github.com/0"><code>@​0</code></a>.17.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/starlight/pull/1437">#1437</a>
<a
href="655aed4840"><code>655aed4</code></a>
Thanks <a
href="https://github.com/hippotastic"><code>@​hippotastic</code></a>! -
Adds Starlight-specific types to <code>defineEcConfig</code> function
and exports <code>StarlightExpressiveCodeOptions</code>.</p>
<p>This provides Starlight types and IntelliSense support for your
Expressive Code configuration options inside an
<code>ec.config.mjs</code> file. See the <a
href="https://expressive-code.com/key-features/code-component/#using-an-ecconfigmjs-file">Expressive
Code documentation</a> for more information.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/starlight/pull/1420">#1420</a>
<a
href="275f87fd7f"><code>275f87f</code></a>
Thanks <a
href="https://github.com/abdelhalimjean"><code>@​abdelhalimjean</code></a>!
- Fix rare <code>font-family</code> issue if users have a font installed
with a name of <code>&quot;&quot;</code></p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/starlight/pull/1365">#1365</a>
<a
href="a0af7cc696"><code>a0af7cc</code></a>
Thanks <a
href="https://github.com/kevinzunigacuellar"><code>@​kevinzunigacuellar</code></a>!
- Correctly format Pagefind search result links when
<code>trailingSlash: 'never'</code> is used</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md"><code>@​astrojs/starlight</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>0.17.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/starlight/pull/1442">#1442</a>
<a
href="1a642e4d74"><code>1a642e4</code></a>
Thanks <a href="https://github.com/delucis"><code>@​delucis</code></a>!
- Fixes URLs in language picker for sites with <code>build.format:
'file'</code></p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/starlight/pull/1440">#1440</a>
<a
href="2ea1e88318"><code>2ea1e88</code></a>
Thanks <a
href="https://github.com/hippotastic"><code>@​hippotastic</code></a>! -
Adds JS support to the <code>@astrojs/starlight/expressive-code</code>
export to allow importing from non-TS environments.</p>
</li>
</ul>
<h2>0.17.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/starlight/pull/1437">#1437</a>
<a
href="655aed4840"><code>655aed4</code></a>
Thanks <a
href="https://github.com/hippotastic"><code>@​hippotastic</code></a>! -
Adds Starlight-specific types to <code>defineEcConfig</code> function
and exports <code>StarlightExpressiveCodeOptions</code>.</p>
<p>This provides Starlight types and IntelliSense support for your
Expressive Code configuration options inside an
<code>ec.config.mjs</code> file. See the <a
href="https://expressive-code.com/key-features/code-component/#using-an-ecconfigmjs-file">Expressive
Code documentation</a> for more information.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/starlight/pull/1420">#1420</a>
<a
href="275f87fd7f"><code>275f87f</code></a>
Thanks <a
href="https://github.com/abdelhalimjean"><code>@​abdelhalimjean</code></a>!
- Fix rare <code>font-family</code> issue if users have a font installed
with a name of <code>&quot;&quot;</code></p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/starlight/pull/1365">#1365</a>
<a
href="a0af7cc696"><code>a0af7cc</code></a>
Thanks <a
href="https://github.com/kevinzunigacuellar"><code>@​kevinzunigacuellar</code></a>!
- Correctly format Pagefind search result links when
<code>trailingSlash: 'never'</code> is used</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="df83f141ce"><code>df83f14</code></a>
[ci] release (<a
href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1441">#1441</a>)</li>
<li><a
href="1a642e4d74"><code>1a642e4</code></a>
Update <code>localizedUrl()</code> to handle <code>.html</code> routes
correctly (<a
href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1442">#1442</a>)</li>
<li><a
href="c5f4a71c69"><code>c5f4a71</code></a>
Update Vitest to v1 (<a
href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1438">#1438</a>)</li>
<li><a
href="95db585c08"><code>95db585</code></a>
[ci] format</li>
<li><a
href="2ea1e88318"><code>2ea1e88</code></a>
Add JS support to <code>@astrojs/starlight/expressive-code</code> export
(<a
href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1440">#1440</a>)</li>
<li><a
href="e4bbfd6e7b"><code>e4bbfd6</code></a>
[ci] format</li>
<li><a
href="f60f1d05f6"><code>f60f1d0</code></a>
[ci] release (<a
href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1432">#1432</a>)</li>
<li><a
href="655aed4840"><code>655aed4</code></a>
Add Starlight types to <code>defineEcConfig</code> and export
`StarlightExpressiveCodeOp...</li>
<li><a
href="a0af7cc696"><code>a0af7cc</code></a>
extend config options to pagefind (<a
href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1365">#1365</a>)</li>
<li><a
href="275f87fd7f"><code>275f87f</code></a>
fix : font not rendered properly on firefox <a
href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1419">#1419</a>
(<a
href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1420">#1420</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/withastro/starlight/commits/@astrojs/starlight@0.17.2/packages/starlight">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@astrojs/starlight&package-manager=npm_and_yarn&previous-version=0.17.0&new-version=0.17.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-05 04:57:13 -08:00
dependabot[bot] 427d1db53c
Bump @astrojs/starlight from 0.17.0 to 0.17.2
Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.17.0 to 0.17.2.
- [Release notes](https://github.com/withastro/starlight/releases)
- [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md)
- [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.17.2/packages/starlight)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 12:52:17 +00:00
Adam Matthiesen 1e23006117
Bump @types/node from 20.11.10 to 20.11.16 (#30)
Bumps
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
from 20.11.10 to 20.11.16.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.11.10&new-version=20.11.16)](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-05 04:51:01 -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
Adam Matthiesen 3f58c3e419
Bump @typescript-eslint/parser from 6.19.1 to 6.20.0 (#28)
Bumps
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
from 6.19.1 to 6.20.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v6.20.0</h2>
<h2>6.20.0 (2024-01-29)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [member-ordering] allow easy reuse
of the default ordering (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8248">#8248</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-useless-template-literals]
incorrect bigint autofix result (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8283">#8283</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] treat
any/unknown as non-nullable (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8262">#8262</a>)</li>
<li><strong>eslint-plugin:</strong> [no-useless-template-literals]
report Infinity &amp; NaN (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8295">#8295</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-readonly] disable checking
accessors (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8300">#8300</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Alex Parloti <a
href="https://github.com/parloti"><code>@​parloti</code></a></li>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</code></a></li>
<li>James Browning</li>
<li>StyleShit <a
href="https://github.com/StyleShit"><code>@​StyleShit</code></a></li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>6.20.0 (2024-01-29)</h2>
<p>This was a version bump only for parser to align it with other
projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a01a6e6b6f"><code>a01a6e6</code></a>
chore(release): publish 6.20.0</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.20.0/packages/parser">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=6.19.1&new-version=6.20.0)](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-05 04:43:33 -08: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
Adam Matthiesen 256eed1fc6
Bump @typescript-eslint/eslint-plugin from 6.19.1 to 6.20.0 (#27)
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.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v6.20.0</h2>
<h2>6.20.0 (2024-01-29)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [member-ordering] allow easy reuse
of the default ordering (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8248">#8248</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-useless-template-literals]
incorrect bigint autofix result (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8283">#8283</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] treat
any/unknown as non-nullable (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8262">#8262</a>)</li>
<li><strong>eslint-plugin:</strong> [no-useless-template-literals]
report Infinity &amp; NaN (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8295">#8295</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-readonly] disable checking
accessors (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8300">#8300</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Alex Parloti <a
href="https://github.com/parloti"><code>@​parloti</code></a></li>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</code></a></li>
<li>James Browning</li>
<li>StyleShit <a
href="https://github.com/StyleShit"><code>@​StyleShit</code></a></li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>6.20.0 (2024-01-29)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [member-ordering] allow easy reuse
of the default ordering</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>
<p><strong>eslint-plugin:</strong> [no-useless-template-literals]
incorrect bigint autofix result</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] treat
any/unknown as non-nullable</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [no-useless-template-literals] report
Infinity &amp; NaN</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [prefer-readonly] disable checking
accessors</p>
</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Alex Parloti</li>
<li>auvred</li>
<li>James Browning</li>
<li>StyleShit</li>
<li>YeonJuan</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a01a6e6b6f"><code>a01a6e6</code></a>
chore(release): publish 6.20.0</li>
<li><a
href="4d2ce3b010"><code>4d2ce3b</code></a>
fix(eslint-plugin): [prefer-readonly] disable checking accessors (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8300">#8300</a>)</li>
<li><a
href="9dca40e44d"><code>9dca40e</code></a>
chore(eslint-plugin): fix typos in schema definitions (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8311">#8311</a>)</li>
<li><a
href="d02d08638d"><code>d02d086</code></a>
fix(eslint-plugin): [no-useless-template-literals] report Infinity &amp;
NaN (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8295">#8295</a>)</li>
<li><a
href="70505e45be"><code>70505e4</code></a>
fix(eslint-plugin): [prefer-nullish-coalescing] treat any/unknown as
non-null...</li>
<li><a
href="d0137c8960"><code>d0137c8</code></a>
chore: enable prefer-nullish-coalescing internally (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7955">#7955</a>)</li>
<li><a
href="bbc6770c05"><code>bbc6770</code></a>
feat(eslint-plugin): [member-ordering] allow easy reuse of the default
orderi...</li>
<li><a
href="8622286207"><code>8622286</code></a>
fix(eslint-plugin): [no-useless-template-literals] incorrect bigint
autofix r...</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.20.0/packages/eslint-plugin">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=6.19.1&new-version=6.20.0)](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-05 04:38:35 -08: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 29e46a00ea up demo 2024-02-02 00:06:17 -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 7b0a215b20 up demo 2024-02-01 19:00:41 -08:00
Adam Matthiesen 62f77cc0f8 update package (catppuccin theme) 2024-02-01 18:59:39 -08:00
Adam Matthiesen 8b03b3cc53
Updated the card layout... (#26)
Before:


![image](https://github.com/MatthiesenXYZ/astro-ghostcms/assets/23015406/1e06cead-ee77-4916-8c82-93e08bb89b79)

After:


![image](https://github.com/MatthiesenXYZ/astro-ghostcms/assets/23015406/20fe2627-c103-41d9-b64e-4fd368cd8f5c)
2024-02-01 17:26:33 -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 9e1be4c660 update docs 2024-02-01 16:04:59 -08:00
Adam Matthiesen 3266794775 Merge branch 'main' of https://github.com/MatthiesenXYZ/astro-ghostcms 2024-02-01 15:55:49 -08:00
Adam Matthiesen 2c87b8215e updates playground to reflect new package name 2024-02-01 15:55:42 -08:00
Adam Matthiesen 84cfefe325
Update README.md 2024-02-01 14:47:04 -08:00
Adam Matthiesen ddae15b345 update www 2024-02-01 00:24:08 -08:00
Adam Matthiesen d36f56a434 oops i forgot the theme settings in the astro config 2024-02-01 00:22:12 -08:00
Adam Matthiesen b3dd8bf0e1 update demo 2024-02-01 00:17:33 -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 ff2e29246a up demo 2024-01-31 21:22:24 -08:00
Adam Matthiesen 3d37c2d7be update tailwind-preset 2024-01-31 21:21:34 -08:00
Adam Matthiesen 19e442f937 up docs 2024-01-31 18:02:48 -08:00
Adam Matthiesen 0896cc0926 updates 2024-01-31 14:55:25 -08:00
Adam Matthiesen b28616d187 update www 2024-01-31 14:51:52 -08:00
Adam Matthiesen 9ef2767217 up dep version 2024-01-31 14:28:10 -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 8fa06433c6 create new demo 2024-01-31 14:10:06 -08:00
Adam Matthiesen 60905d6822 update main readme 2024-01-31 14:01:18 -08:00
Adam Matthiesen d5a54e3188 add workflow 2024-01-31 13:58:48 -08:00
Adam Matthiesen 693c1a3dbe up theme package number for release 2024-01-31 13:57:34 -08:00