Commit Graph

531 Commits

Author SHA1 Message Date
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
Adam Matthiesen a1afeef85f theme is working and tailwind exports properly 2024-01-31 13:55:49 -08:00
Adam Matthiesen 623895dde3 fix directory name 2024-01-31 13:52:07 -08:00
Adam Matthiesen f66f7707f2 now its working.... more info to come 2024-01-31 13:49:30 -08:00
Adam Matthiesen 820172283f first init of new theme... 2024-01-31 13:12:54 -08:00
Adam Matthiesen b0c44d5c4c up astro-ghostcms version for new satori function and update theme 2024-01-31 06:08:12 -08:00
Adam Matthiesen 3a9c4e08e2
Update FUNDING.yml 2024-01-31 01:33:20 -08:00
Adam Matthiesen 62430b2250
Update FUNDING.yml 2024-01-31 01:32:55 -08:00
Adam Matthiesen a5efb14733
Update FUNDING.yml 2024-01-31 01:32:06 -08:00
Adam Matthiesen e3345b11cc update www footer 2024-01-31 01:29:01 -08:00
Adam Matthiesen 0e0ec576a1 update readme 2024-01-31 01:26:55 -08:00