Commit Graph

121 Commits

Author SHA1 Message Date
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
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 7b39dc47c2 create demo for brutal theme 2024-02-10 07:56:08 -08:00
Adam Matthiesen 384066e24b New Theme! 2024-02-10 07:43:11 -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
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
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
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 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 8d66442c47 update theme name 2024-02-01 00:14:44 -08:00
Adam Matthiesen ec53076b3a working on ability to change between catppuccin options 2024-02-01 00:01:59 -08:00
Adam Matthiesen b28616d187 update www 2024-01-31 14:51:52 -08:00
Adam Matthiesen 8fa06433c6 create new demo 2024-01-31 14:10:06 -08:00
Adam Matthiesen a1afeef85f theme is working and tailwind exports properly 2024-01-31 13:55:49 -08:00
Adam Matthiesen f66f7707f2 now its working.... more info to come 2024-01-31 13:49:30 -08:00
Adam Matthiesen a176f11e55 New auto opengraph 2024-01-30 04:15:05 -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
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
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 a40395f369 woot new expressivecode-starlight update! 2024-01-28 03:07:57 -08:00
Adam Matthiesen 050281b8c6 up 2024-01-28 00:34:37 -08:00
Adam Matthiesen 684471a54b some more progress 2024-01-27 12:06:41 -08:00
Rishi Raj Jain 65f9d683f1 feat: astro-font - optimize fonts & prevent CLS 2024-01-26 18:16:37 +05:30
Adam Matthiesen f3381eb7ba some progress 2024-01-26 04:37:17 -08:00
Adam Matthiesen 6e4583dd29 up 2024-01-25 23:01:27 -08:00
Adam Matthiesen 5aad1e7fb3 cleanup 2024-01-25 09:48:29 -08:00
Adam Matthiesen 260a7a3f56 up demo 2024-01-25 04:42:15 -08:00
Adam Matthiesen ebfff34afb update 2024-01-25 04:38:02 -08:00
dependabot[bot] 31e55af049
Bump astro from 4.2.3 to 4.2.4
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.2.4/packages/astro)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-24 06:57:34 +00:00
dependabot[bot] 57d7b5d0f4
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-01-24 06:52:35 +00:00
Adam Matthiesen 6f88d3cf0d
Merge pull request #16 from MatthiesenXYZ/dependabot/npm_and_yarn/astrojs/check-0.4.1
Bump @astrojs/check from 0.3.4 to 0.4.1
2024-01-23 22:50:29 -08:00
dependabot[bot] 7ddf6459f7
Bump vite from 4.5.2 to 5.0.12
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.2 to 5.0.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.12/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-24 06:44:12 +00:00
dependabot[bot] 0c47ff1723
Bump @astrojs/check from 0.3.4 to 0.4.1
Bumps [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) from 0.3.4 to 0.4.1.
- [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.4.1/packages/astro-check)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-24 06:43:53 +00:00
dependabot[bot] 1330ed03bf
Bump @types/node from 20.11.5 to 20.11.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.5 to 20.11.6.
- [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-01-24 06:31:05 +00:00
Adam Matthiesen 5effd144cd up 2024-01-23 21:14:29 -08:00
Adam Matthiesen bf6b87bd42 up demo 2024-01-23 17:34:15 -08:00
Adam Matthiesen c868ba3ffa demo 2024-01-23 17:11:11 -08:00
Adam Matthiesen badcab9751 update demo 2024-01-23 16:59:30 -08:00
Adam Matthiesen b48d6ed771 fix 2024-01-23 16:56:26 -08:00
Adam Matthiesen 8622cb20f4 up 2024-01-23 16:23:26 -08:00
Adam Matthiesen 9116e28c2e setup 2024-01-23 16:17:23 -08:00
Adam Matthiesen f854abe9dd another progress marker 2024-01-23 14:48:03 -08:00
Adam Matthiesen 694432ad97 prep for v3... 2024-01-23 13:54:54 -08:00
Adam Matthiesen 6bfd32297e update some dependencies 2024-01-23 12:43:21 -08:00
Adam Matthiesen 9250e24d1a
Merge pull request #10 from MatthiesenXYZ/dependabot/npm_and_yarn/prettier-plugin-astro-0.13.0
Bump prettier-plugin-astro from 0.12.3 to 0.13.0
2024-01-23 12:13:15 -08:00
dependabot[bot] f4c1a1f096
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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-23 20:12:51 +00:00
Adam Matthiesen 77dc0bb244
Merge pull request #11 from MatthiesenXYZ/dependabot/npm_and_yarn/astrojs/starlight-0.16.0
Bump @astrojs/starlight from 0.15.4 to 0.16.0
2024-01-23 12:12:27 -08:00
Adam Matthiesen 8187ee48d9
Merge pull request #8 from MatthiesenXYZ/dependabot/npm_and_yarn/astro-font-0.0.77
Bump astro-font from 0.0.72 to 0.0.77
2024-01-23 12:11:50 -08:00
Adam Matthiesen e85a4955b5
Merge pull request #9 from MatthiesenXYZ/dependabot/npm_and_yarn/eslint-plugin-astro-0.31.3
Bump eslint-plugin-astro from 0.29.1 to 0.31.3
2024-01-23 12:11:30 -08:00
dependabot[bot] d5f078a729
Bump @astrojs/starlight from 0.15.4 to 0.16.0
Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.15.4 to 0.16.0.
- [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.16.0/packages/starlight)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-23 20:09:04 +00:00
dependabot[bot] 43f3ff874f
Bump eslint-plugin-astro from 0.29.1 to 0.31.3
Bumps [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) from 0.29.1 to 0.31.3.
- [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.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-23 20:08:02 +00:00
dependabot[bot] 73245439b1
Bump astro-font from 0.0.72 to 0.0.77
Bumps [astro-font](https://github.com/rishi-raj-jain/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: astro-font
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-23 20:07:31 +00:00
dependabot[bot] e9a2bee501
Bump @biomejs/biome from 1.5.2 to 1.5.3
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.5.3/packages/@biomejs/biome)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-23 20:07:02 +00:00
Adam Matthiesen f23f708f95 merge 2024-01-23 12:03:56 -08:00
Adam Matthiesen c6ec669b36 pnpm monorepo migration complete 2024-01-23 10:51:23 -08:00