Commit Graph

331 Commits

Author SHA1 Message Date
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 712bdb5b38 add images to www navigation 2024-01-30 20:56:59 -08:00
Adam Matthiesen 2335c1719f make code block for quickstart flex 2024-01-30 20:39:13 -08:00
Adam Matthiesen 98ac3a1f2f up demo 2024-01-30 12:06:32 -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 e8cdc1189f fix? 2024-01-30 11:59:13 -08:00
Adam Matthiesen 235654fff0 convert to png 2024-01-30 11:53:51 -08:00
Adam Matthiesen 3386955883 hoping this one fixes www 2024-01-30 11:37:14 -08:00
Adam Matthiesen 370c21dd86 fix - i hate sharp... 2024-01-30 11:30:03 -08:00
Adam Matthiesen 59f61536e1 test 2024-01-30 11:27:29 -08:00
Adam Matthiesen 992dd9a167 change sharp 2024-01-30 11:24:35 -08:00
Adam Matthiesen 443733583f fix? 2024-01-30 11:20:41 -08:00
Adam Matthiesen 0e83cd3f85 new branding 2024-01-30 10:56:50 -08:00
Adam Matthiesen c57a419fcd
Update README.md 2024-01-30 09:54:26 -08:00
Adam Matthiesen 9e15738977 update actions 2024-01-30 09:30:26 -08:00
Adam Matthiesen e879d4e8c9 update action scripts 2024-01-30 09:18:27 -08:00
Adam Matthiesen 91fc5f150a fix date 2024-01-30 08:38:56 -08:00
Adam Matthiesen 5ed02d341c add new release to www 2024-01-30 05:06:56 -08:00
Adam Matthiesen 9eaa21f350 add new config option to docs 2024-01-30 05:03:14 -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 6b96e22ebf up demo 2024-01-30 04:18:05 -08:00
Adam Matthiesen a176f11e55 New auto opengraph 2024-01-30 04:15:05 -08:00
Adam Matthiesen 6c43b4f81d
Update demo 2024-01-29 18:50:54 -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
Adam Matthiesen c18e62a7e0
Bump @types/node from 18.19.10 to 20.11.10 (#21)
Bumps
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
from 18.19.10 to 20.11.10.
<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=18.19.10&new-version=20.11.10)](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:34:35 -08: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
Adam Matthiesen e81d544f85
Bump @astrojs/rss from 4.0.3 to 4.0.4 (#20)
Bumps
[@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss)
from 4.0.3 to 4.0.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/withastro/astro/releases"><code>@​astrojs/rss</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​astrojs/rss</code><a
href="https://github.com/4"><code>@​4</code></a>.0.4</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/withastro/astro/pull/9797">#9797</a>
<a
href="457e8b6422"><code>457e8b6422704ba23347c766a8bb9c101c2aba0b</code></a>
Thanks <a
href="https://github.com/wkillerud"><code>@​wkillerud</code></a>! -
Restores <code>rssSchema</code> to a zod object</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md"><code>@​astrojs/rss</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>4.0.4</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/withastro/astro/pull/9797">#9797</a>
<a
href="457e8b6422"><code>457e8b6422704ba23347c766a8bb9c101c2aba0b</code></a>
Thanks <a
href="https://github.com/wkillerud"><code>@​wkillerud</code></a>! -
Restores <code>rssSchema</code> to a zod object</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8281ebddaa"><code>8281ebd</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro-rss/issues/9802">#9802</a>)</li>
<li><a
href="457e8b6422"><code>457e8b6</code></a>
fix(rss): apply refinement at the point of parsing (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro-rss/issues/9797">#9797</a>)</li>
<li>See full diff in <a
href="https://github.com/withastro/astro/commits/@astrojs/rss@4.0.4/packages/astro-rss">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@astrojs/rss&package-manager=npm_and_yarn&previous-version=4.0.3&new-version=4.0.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:18:42 -08:00
Adam Matthiesen ef617e8ba1
Bump astro from 4.2.4 to 4.2.6 (#24)
Bumps
[astro](https://github.com/withastro/astro/tree/HEAD/packages/astro)
from 4.2.4 to 4.2.6.
<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.2.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9825">#9825</a>
<a
href="e4370e9e9d"><code>e4370e9e9dd862425eced25823c82e77d9516927</code></a>
Thanks <a
href="https://github.com/tugrulates"><code>@​tugrulates</code></a>! -
Fixes false positive aria role errors on interactive elements</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9828">#9828</a>
<a
href="a3df9d83ca"><code>a3df9d83ca92abb5f08f576631019c1604204bd9</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes a case where shared modules among pages and middleware were
transformed to a no-op after the build.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9834">#9834</a>
<a
href="1885cea308"><code>1885cea308a62b173a50967cf5a0b174b3c3f3f1</code></a>
Thanks <a
href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! -
Fixes third-party dev toolbar apps not loading correctly when using
absolute paths on Windows</p>
</li>
</ul>
<h2>astro@4.2.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9818">#9818</a>
<a
href="d688954c5a"><code>d688954c5adba75b0d676694fbf5fb0da1c0af13</code></a>
Thanks <a
href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! -
Improves the wording of a few confusing error messages</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9680">#9680</a>
<a
href="5d7db1dbb0"><code>5d7db1dbb0ff06db98e08b0ca241ff09d0b8b44d</code></a>
Thanks <a href="https://github.com/loucyx"><code>@​loucyx</code></a>! -
Fixes types generation from Content Collections config file</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9822">#9822</a>
<a
href="bd880e8437"><code>bd880e8437ea2df16f322f604865c1148a9fd4cf</code></a>
Thanks <a
href="https://github.com/liruifengv"><code>@​liruifengv</code></a>! -
Applies the correct escaping to identifiers used with
<code>transition:name</code>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9830">#9830</a>
<a
href="f3d22136e5"><code>f3d22136e53fd902310024519fc4de83f0a58039</code></a>
Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>!
- Fixes an issue where 404 responses from endpoints were replaced with
contents of 404.astro in dev mode.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9816">#9816</a>
<a
href="2a44c8f932"><code>2a44c8f93201958fba2d1e83046eabcaef186b7c</code></a>
Thanks <a
href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! -
Adds telemetry for when apps are toggled in the dev toolbar. This data
is completely anonymous and only the names of built-in apps are shared
with us. This data will help us monitor how much the dev toolbar is used
and which apps are used more. For more information on how Astro collects
telemetry, visit the following page: <a
href="https://astro.build/telemetry/">https://astro.build/telemetry/</a></p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9807">#9807</a>
<a
href="b3f313138b"><code>b3f313138bb314e2b416c29cda507383c2a9f816</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Fixes environment variables replacement for <code>export const
prerender</code></p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9790">#9790</a>
<a
href="267c5aa2c7"><code>267c5aa2c7706f0ea3447f20a09d85aa560866ad</code></a>
Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>!
- Refactors internals of the <code>astro:i18n</code> module to be more
maintainable.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9776">#9776</a>
<a
href="dc75180aa6"><code>dc75180aa698b298264362bab7f00391af427798</code></a>
Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>!
- Simplifies internals that handle middleware.</p>
</li>
</ul>
</blockquote>
</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.2.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9825">#9825</a>
<a
href="e4370e9e9d"><code>e4370e9e9dd862425eced25823c82e77d9516927</code></a>
Thanks <a
href="https://github.com/tugrulates"><code>@​tugrulates</code></a>! -
Fixes false positive aria role errors on interactive elements</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9828">#9828</a>
<a
href="a3df9d83ca"><code>a3df9d83ca92abb5f08f576631019c1604204bd9</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixes a case where shared modules among pages and middleware were
transformed to a no-op after the build.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9834">#9834</a>
<a
href="1885cea308"><code>1885cea308a62b173a50967cf5a0b174b3c3f3f1</code></a>
Thanks <a
href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! -
Fixes third-party dev toolbar apps not loading correctly when using
absolute paths on Windows</p>
</li>
</ul>
<h2>4.2.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9818">#9818</a>
<a
href="d688954c5a"><code>d688954c5adba75b0d676694fbf5fb0da1c0af13</code></a>
Thanks <a
href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! -
Improves the wording of a few confusing error messages</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9680">#9680</a>
<a
href="5d7db1dbb0"><code>5d7db1dbb0ff06db98e08b0ca241ff09d0b8b44d</code></a>
Thanks <a href="https://github.com/loucyx"><code>@​loucyx</code></a>! -
Fixes types generation from Content Collections config file</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9822">#9822</a>
<a
href="bd880e8437"><code>bd880e8437ea2df16f322f604865c1148a9fd4cf</code></a>
Thanks <a
href="https://github.com/liruifengv"><code>@​liruifengv</code></a>! -
Applies the correct escaping to identifiers used with
<code>transition:name</code>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9830">#9830</a>
<a
href="f3d22136e5"><code>f3d22136e53fd902310024519fc4de83f0a58039</code></a>
Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>!
- Fixes an issue where 404 responses from endpoints were replaced with
contents of 404.astro in dev mode.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9816">#9816</a>
<a
href="2a44c8f932"><code>2a44c8f93201958fba2d1e83046eabcaef186b7c</code></a>
Thanks <a
href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! -
Adds telemetry for when apps are toggled in the dev toolbar. This data
is completely anonymous and only the names of built-in apps are shared
with us. This data will help us monitor how much the dev toolbar is used
and which apps are used more. For more information on how Astro collects
telemetry, visit the following page: <a
href="https://astro.build/telemetry/">https://astro.build/telemetry/</a></p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9807">#9807</a>
<a
href="b3f313138b"><code>b3f313138bb314e2b416c29cda507383c2a9f816</code></a>
Thanks <a href="https://github.com/bluwy"><code>@​bluwy</code></a>! -
Fixes environment variables replacement for <code>export const
prerender</code></p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9790">#9790</a>
<a
href="267c5aa2c7"><code>267c5aa2c7706f0ea3447f20a09d85aa560866ad</code></a>
Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>!
- Refactors internals of the <code>astro:i18n</code> module to be more
maintainable.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/9776">#9776</a>
<a
href="dc75180aa6"><code>dc75180aa698b298264362bab7f00391af427798</code></a>
Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>!
- Simplifies internals that handle middleware.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a407eb5ac2"><code>a407eb5</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9837">#9837</a>)</li>
<li><a
href="1885cea308"><code>1885cea</code></a>
fix(toolbar): Fix loading third-party apps using absolute paths (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9834">#9834</a>)</li>
<li><a
href="e4370e9e9d"><code>e4370e9</code></a>
fix(audit): mark widget roles as interactive (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9825">#9825</a>)</li>
<li><a
href="a3df9d83ca"><code>a3df9d8</code></a>
fix(core): don't noop shared modules (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9828">#9828</a>)</li>
<li><a
href="8281ebddaa"><code>8281ebd</code></a>
[ci] release (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9802">#9802</a>)</li>
<li><a
href="bd880e8437"><code>bd880e8</code></a>
fix: fix <code>transition:name</code> can be unicode (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9822">#9822</a>)</li>
<li><a
href="00e6adb033"><code>00e6adb</code></a>
[ci] format</li>
<li><a
href="dc75180aa6"><code>dc75180</code></a>
refactor: singular middleware (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9776">#9776</a>)</li>
<li><a
href="b2197a2bee"><code>b2197a2</code></a>
[ci] format</li>
<li><a
href="f3d22136e5"><code>f3d2213</code></a>
fix(dev): dont reroute endpoint responses (<a
href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9830">#9830</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/withastro/astro/commits/astro@4.2.6/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.4&new-version=4.2.6)](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:17:39 -08:00
Adam Matthiesen 2309eb6f24
Update README.md 2024-01-29 03:42:24 -08:00
dependabot[bot] 5e639fd2fc
Bump astro from 4.2.4 to 4.2.6
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.2.4 to 4.2.6.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.2.6/packages/astro)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 11:41:48 +00:00
dependabot[bot] 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 a9e88480f7 Merge branch 'main' of https://github.com/MatthiesenXYZ/astro-ghostcms 2024-01-29 03:01:33 -08:00
Adam Matthiesen c456b39e60 fix - dont remove .env from playground 2024-01-29 03:01:27 -08:00
Adam Matthiesen ea75f596e1
Update README.md 2024-01-29 02:50:26 -08: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 59676111da correct commands 2024-01-28 03:39:38 -08:00