Easily migrate your Ghost Site to Astro, an Astro Integration that turns your Ghost server into a Headless CMS https://astro-ghostcms.xyz/
Go to file
Adam Matthiesen 4f22ceb488
Bump @unocss/astro from 0.57.7 to 0.58.5 (#44)
Bumps
[@unocss/astro](https://github.com/unocss/unocss/tree/HEAD/packages/astro)
from 0.57.7 to 0.58.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/unocss/unocss/releases"><code>@​unocss/astro</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v0.58.5</h2>
<h3>   🚀 Features</h3>
<ul>
<li><strong>preset-icons</strong>: Support
<code>collectionsNodeResolvePath</code> option  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/unocss/unocss/commit/521f87f1"><!-- raw HTML
omitted -->(521f8)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>attributify</strong>: Add some missing types for jsx  -  by
<a href="https://github.com/xsjcTony"><code>@​xsjcTony</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3529">unocss/unocss#3529</a>
<a href="https://github.com/unocss/unocss/commit/8505f48d"><!-- raw HTML
omitted -->(8505f)<!-- raw HTML omitted --></a></li>
<li><strong>preset-wind</strong>: Handle pseudo selector correctly when
using <code>important</code> string option  -  by <a
href="https://github.com/Jungzl"><code>@​Jungzl</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3544">unocss/unocss#3544</a>
<a href="https://github.com/unocss/unocss/commit/c3ab353d"><!-- raw HTML
omitted -->(c3ab3)<!-- raw HTML omitted --></a></li>
<li><strong>webpack</strong>: HMR not work on Windows  -  by <a
href="https://github.com/anyesu"><code>@​anyesu</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3495">unocss/unocss#3495</a>
<a href="https://github.com/unocss/unocss/commit/2ac03d26"><!-- raw HTML
omitted -->(2ac03)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/unocss/unocss/compare/v0.58.4...v0.58.5">View
changes on GitHub</a></h5>
<h2>v0.58.4</h2>
<h3>   🚀 Features</h3>
<ul>
<li><strong>preset-wind</strong>: Add <code>important</code> option  - 
by <a href="https://github.com/xsjcTony"><code>@​xsjcTony</code></a> in
<a
href="https://redirect.github.com/unocss/unocss/issues/3484">unocss/unocss#3484</a>
<a href="https://github.com/unocss/unocss/commit/0ba925e2"><!-- raw HTML
omitted -->(0ba92)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Certain inputs causing regex matching to hang  -  by <a
href="https://github.com/lewisl9029"><code>@​lewisl9029</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3500">unocss/unocss#3500</a>
<a href="https://github.com/unocss/unocss/commit/a361d774"><!-- raw HTML
omitted -->(a361d)<!-- raw HTML omitted --></a></li>
<li><strong>attributify</strong>:
<ul>
<li>Add <code>position</code> type for jsx  -  by <a
href="https://github.com/xsjcTony"><code>@​xsjcTony</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3528">unocss/unocss#3528</a>
<a href="https://github.com/unocss/unocss/commit/cb0849a4"><!-- raw HTML
omitted -->(cb084)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>nuxt</strong>:
<ul>
<li>Disable nuxt inlineStyles by default, <a
href="https://github.com/unocss/unocss/tree/HEAD/packages/astro/issues/3472">#3472</a>
 -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3472">unocss/unocss#3472</a>
<a href="https://github.com/unocss/unocss/commit/5cee56e5"><!-- raw HTML
omitted -->(5cee5)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>preset-icons</strong>:
<ul>
<li>Force to not warn in ESLint  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/unocss/unocss/commit/93bfc353"><!-- raw HTML
omitted -->(93bfc)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>preset-legacy-compat</strong>:
<ul>
<li>Update default value  -  by <a
href="https://github.com/zyyv"><code>@​zyyv</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3486">unocss/unocss#3486</a>
<a href="https://github.com/unocss/unocss/commit/07a67f97"><!-- raw HTML
omitted -->(07a67)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>preset-mini</strong>:
<ul>
<li>Missing place-items  -  by <a
href="https://github.com/Simon-He95"><code>@​Simon-He95</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3526">unocss/unocss#3526</a>
<a href="https://github.com/unocss/unocss/commit/fd4cb3ef"><!-- raw HTML
omitted -->(fd4cb)<!-- raw HTML omitted --></a></li>
<li>Order custom container variants as given  -  by <a
href="https://github.com/gllms"><code>@​gllms</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3496">unocss/unocss#3496</a>
<a href="https://github.com/unocss/unocss/commit/3020921c"><!-- raw HTML
omitted -->(30209)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>transformer-directives</strong>:
<ul>
<li>Resolve selector group  -  by <a
href="https://github.com/zoeyzhao19"><code>@​zoeyzhao19</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3485">unocss/unocss#3485</a>
<a href="https://github.com/unocss/unocss/commit/e5c1f9ab"><!-- raw HTML
omitted -->(e5c1f)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5>    <a
href="https://github.com/unocss/unocss/compare/v0.58.3...v0.58.4">View
changes on GitHub</a></h5>
<h2>v0.58.3</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Introduce legacy-compat preset  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> and
<strong>Simon He</strong> in <a
href="https://redirect.github.com/unocss/unocss/issues/3480">unocss/unocss#3480</a>
<a href="https://github.com/unocss/unocss/commit/61b5d62e"><!-- raw HTML
omitted -->(61b5d)<!-- raw HTML omitted --></a></li>
<li><strong>preset-mini</strong>: Add <code>appearance-auto</code>
utility  -  by <a
href="https://github.com/navorite"><code>@​navorite</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3470">unocss/unocss#3470</a>
<a href="https://github.com/unocss/unocss/commit/7c34befe"><!-- raw HTML
omitted -->(7c34b)<!-- raw HTML omitted --></a></li>
<li><strong>preset-wind</strong>: Add <code>svh</code>, <code>lvh</code>
and <code>dvh</code> values to default theme  -  by <a
href="https://github.com/navorite"><code>@​navorite</code></a> and <a
href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3469">unocss/unocss#3469</a>
<a href="https://github.com/unocss/unocss/commit/7ec12cc6"><!-- raw HTML
omitted -->(7ec12)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>nuxt</strong>: Temporary revert <a
href="https://github.com/unocss/unocss/tree/HEAD/packages/astro/issues/3448">#3448</a>
 -  by <a href="https://github.com/zyyv"><code>@​zyyv</code></a> and <a
href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/unocss/unocss/issues/3482">unocss/unocss#3482</a>
and <a
href="https://redirect.github.com/unocss/unocss/issues/3448">unocss/unocss#3448</a>
<a href="https://github.com/unocss/unocss/commit/b3905dea"><!-- raw HTML
omitted -->(b3905)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/unocss/unocss/compare/v0.58.2...v0.58.3">View
changes on GitHub</a></h5>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="933a8ece8f"><code>933a8ec</code></a>
chore: release v0.58.5</li>
<li><a
href="2101fbce73"><code>2101fbc</code></a>
chore: update deps</li>
<li><a
href="de28b4394a"><code>de28b43</code></a>
chore: release v0.58.4</li>
<li><a
href="7f7c76dd62"><code>7f7c76d</code></a>
chore: update deps</li>
<li><a
href="4aba70958a"><code>4aba709</code></a>
chore: release v0.58.3</li>
<li><a
href="e2a0809507"><code>e2a0809</code></a>
chore: release v0.58.2</li>
<li><a
href="591ce490d1"><code>591ce49</code></a>
chore: release v0.58.1</li>
<li><a
href="4c9a23c2e5"><code>4c9a23c</code></a>
chore: update deps</li>
<li><a
href="fc56bd1eea"><code>fc56bd1</code></a>
chore: release v0.58.0</li>
<li><a
href="a4fcf372cb"><code>a4fcf37</code></a>
chore: update deps</li>
<li>Additional commits viewable in <a
href="https://github.com/unocss/unocss/commits/v0.58.5/packages/astro">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@unocss/astro&package-manager=npm_and_yarn&previous-version=0.57.7&new-version=0.58.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
2024-02-14 05:55:01 -08:00
.changeset Merge branch 'dev' into dependabot/npm_and_yarn/unocss/astro-0.58.5 2024-02-14 05:54:47 -08:00
.github Massive Repo Cleanup and organization 2024-02-14 05:17:01 -08:00
.vscode woot new expressivecode-starlight update! 2024-01-28 03:07:57 -08:00
packages Merge branch 'dev' into dependabot/npm_and_yarn/unocss/astro-0.58.5 2024-02-14 05:54:47 -08:00
playground Merge branch 'dev' into dependabot/npm_and_yarn/unocss/astro-0.58.5 2024-02-14 05:54:47 -08:00
unlighthouse Create README.md 2024-01-23 18:40:45 -08:00
.gitignore Massive Repo Cleanup and organization 2024-02-14 05:17:01 -08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2024-01-24 16:48:13 -08:00
CONTRIBUTING.md Update changeset and contributing information and add new workflow 2024-02-14 03:13:37 -08:00
LICENSE Massive Repo Cleanup and organization 2024-02-14 05:17:01 -08:00
README.md Update README.md 2024-02-14 01:48:16 -08:00
SECURITY.md Create SECURITY.md 2024-01-24 17:01:02 -08:00
biome.json pnpm monorepo migration complete 2024-01-23 10:51:23 -08:00
package.json Massive Repo Cleanup and organization 2024-02-14 05:17:01 -08:00
pnpm-lock.yaml Merge branch 'dev' into dependabot/npm_and_yarn/unocss/astro-0.58.5 2024-02-14 05:54:47 -08:00
pnpm-workspace.yaml 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. 2024-02-12 05:56:01 -08:00
vitest.workspace.json up 2024-01-25 23:01:27 -08:00

README.md

Want to Chat? Join our Discord

For a full always up to date documentation please checkout Our Website

Don't like GitHub, and prefer GitLab? This Repo is Auto Cloned to Gitlab! Check it out here: GitLab: Astro-GhostCMS

Demos

Quick Start

# Its easy run this command and follow the prompt!
npx @matthiesenxyz/create-astro-ghostcms

Our Supporters:

Want to be listed here? by name or logo? Signup Here for an Astro-GhostCMS Suppoter Membership (Silver and up get listed here) Also All Suppoter Memberships get a Discord rank!

Repo Structure

This repo is structured as a pnpm monorepo. All of our packages can be found under the packages/ folder. These are all internal packages or independently published that can be found on npmjs.com

In this Repo you will find the Following:

Contributing

This is a pnpm workspace and requires pnpm to function properly

To setup this workspace clone this repo and run the following command:

pnpm install --frozen-lockfile

Then you can run the playground:

pnpm playground:dev

Acknolegments

Ghost is a trademark of The Ghost Foundation. This project is not directly related to or provided by The Ghost Foundation and is intended to help create a easier method to utilize their provided JavaScript tools to link a Headless GhostCMS install in to your Astro project.

Built with Astro

Maintained with GitKraken

gitkraken-logo-stencil-color