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 35b24a5055
Bump the dev-dependencies group with 5 updates (#57)
Bumps the dev-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
|
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)
| `1.2.1` | `1.2.2` |
|
[@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check)
| `0.4.1` | `0.5.4` |
|
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
| `6.20.0` | `7.0.1` |
|
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
| `6.21.0` | `7.0.1` |
|
[eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro)
| `0.29.1` | `0.31.4` |

Updates `vitest` from 1.2.1 to 1.2.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases">vitest's
releases</a>.</em></p>
<blockquote>
<h2>v1.2.2</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>coverage</strong>:
<ul>
<li>Remove <code>coverage/.tmp</code> files after run  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5008">vitest-dev/vitest#5008</a>
<a href="https://github.com/vitest-dev/vitest/commit/d53b8580"><!-- raw
HTML omitted -->(d53b8)<!-- raw HTML omitted --></a></li>
<li>Don't crash when re-run removes earlier run's reports  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5022">vitest-dev/vitest#5022</a>
<a href="https://github.com/vitest-dev/vitest/commit/6689856f"><!-- raw
HTML omitted -->(66898)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Improve <code>toThrow(asymmetricMatcher)</code> failure message  - 
by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5000">vitest-dev/vitest#5000</a>
<a href="https://github.com/vitest-dev/vitest/commit/a199ac2d"><!-- raw
HTML omitted -->(a199a)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>forks</strong>:
<ul>
<li>Set correct <code>VITEST_POOL_ID</code>  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5002">vitest-dev/vitest#5002</a>
<a href="https://github.com/vitest-dev/vitest/commit/7d0a4692"><!-- raw
HTML omitted -->(7d0a4)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>threads</strong>:
<ul>
<li>Mention common work-around for the logged error  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5024">vitest-dev/vitest#5024</a>
<a href="https://github.com/vitest-dev/vitest/commit/915d6c43"><!-- raw
HTML omitted -->(915d6)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>typecheck</strong>:
<ul>
<li>Fix <code>ignoreSourceErrors</code> in run mode  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5044">vitest-dev/vitest#5044</a>
<a href="https://github.com/vitest-dev/vitest/commit/6dae3feb"><!-- raw
HTML omitted -->(6dae3)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vite-node</strong>:
<ul>
<li>Provide import.meta.filename and dirname  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5011">vitest-dev/vitest#5011</a>
<a href="https://github.com/vitest-dev/vitest/commit/73148575"><!-- raw
HTML omitted -->(73148)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Expose getHooks &amp; setHooks  -  by <a
href="https://github.com/adriencaccia"><code>@​adriencaccia</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5032">vitest-dev/vitest#5032</a>
<a href="https://github.com/vitest-dev/vitest/commit/73448706"><!-- raw
HTML omitted -->(73448)<!-- raw HTML omitted --></a></li>
<li>Test deep dependencies change detection  -  by <a
href="https://github.com/blake-newman"><code>@​blake-newman</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4934">vitest-dev/vitest#4934</a>
<a href="https://github.com/vitest-dev/vitest/commit/9c7c0fc9"><!-- raw
HTML omitted -->(9c7c0)<!-- raw HTML omitted --></a></li>
<li>Throw an error if vi.mock is exported  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5034">vitest-dev/vitest#5034</a>
<a href="https://github.com/vitest-dev/vitest/commit/253df1cc"><!-- raw
HTML omitted -->(253df)<!-- raw HTML omitted --></a></li>
<li>Allow <code>useFakeTimers</code> to fake
<code>requestIdleCallback</code> on non browser  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5028">vitest-dev/vitest#5028</a>
<a href="https://github.com/vitest-dev/vitest/commit/a9a486f2"><!-- raw
HTML omitted -->(a9a48)<!-- raw HTML omitted --></a></li>
<li>Support older NodeJS with async <code>import.meta.resolve</code>  - 
by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5045">vitest-dev/vitest#5045</a>
<a href="https://github.com/vitest-dev/vitest/commit/cf5641a9"><!-- raw
HTML omitted -->(cf564)<!-- raw HTML omitted --></a></li>
<li>Don't throw an error if mocked file was already imported  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5050">vitest-dev/vitest#5050</a>
<a href="https://github.com/vitest-dev/vitest/commit/fff1a270"><!-- raw
HTML omitted -->(fff1a)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v1.2.1...v1.2.2">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b1462a4656"><code>b1462a4</code></a>
chore: release v1.2.2</li>
<li><a
href="6689856fdf"><code>6689856</code></a>
fix(coverage): don't crash when re-run removes earlier run's reports (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5022">#5022</a>)</li>
<li><a
href="fff1a27027"><code>fff1a27</code></a>
fix(vitest): don't throw an error if mocked file was already imported
(<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5050">#5050</a>)</li>
<li><a
href="6dae3feb82"><code>6dae3fe</code></a>
fix(typecheck): fix <code>ignoreSourceErrors</code> in run mode (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5044">#5044</a>)</li>
<li><a
href="cf5641a934"><code>cf5641a</code></a>
fix(vitest): support older NodeJS with async
<code>import.meta.resolve</code> (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5045">#5045</a>)</li>
<li><a
href="915d6c4317"><code>915d6c4</code></a>
fix(threads): mention common work-around for the logged error (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5024">#5024</a>)</li>
<li><a
href="a9a486f2ca"><code>a9a486f</code></a>
fix(vitest): allow <code>useFakeTimers</code> to fake
<code>requestIdleCallback</code> on non brows...</li>
<li><a
href="253df1cc8b"><code>253df1c</code></a>
fix(vitest): throw an error if vi.mock is exported (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5034">#5034</a>)</li>
<li><a
href="7344870606"><code>7344870</code></a>
feat(vitest): expose getHooks &amp; setHooks (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5032">#5032</a>)</li>
<li><a
href="9c7c0fc977"><code>9c7c0fc</code></a>
fix(vitest): test deep dependencies change detection (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/4934">#4934</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitest-dev/vitest/commits/v1.2.2/packages/vitest">compare
view</a></li>
</ul>
</details>
<br />

Updates `@astrojs/check` from 0.4.1 to 0.5.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/withastro/language-tools/releases"><code>@​astrojs/check</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​astrojs/check</code><a
href="https://github.com/0"><code>@​0</code></a>.5.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>6924c7e: Fixes semantic highlighting not working inside .ts(x) files
in certain cases</li>
<li>310fbfe: Fix Svelte and Vue integrations not working on Windows in
certain cases</li>
<li>Updated dependencies [6924c7e]</li>
<li>Updated dependencies [310fbfe]
<ul>
<li><code>@​astrojs/language-server</code><a
href="https://github.com/2"><code>@​2</code></a>.7.4</li>
</ul>
</li>
</ul>
<h2><code>@​astrojs/check</code><a
href="https://github.com/0"><code>@​0</code></a>.5.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>de58706: Fix imports from certain packages not working correctly in
certain cases</li>
<li>Updated dependencies [de58706]
<ul>
<li><code>@​astrojs/language-server</code><a
href="https://github.com/2"><code>@​2</code></a>.7.3</li>
</ul>
</li>
</ul>
<h2><code>@​astrojs/check</code><a
href="https://github.com/0"><code>@​0</code></a>.5.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>a2280a8: Avoid checking Svelte and Vue files when running astro
check</li>
<li>Updated dependencies [a2280a8]
<ul>
<li><code>@​astrojs/language-server</code><a
href="https://github.com/2"><code>@​2</code></a>.7.2</li>
</ul>
</li>
</ul>
<h2><code>@​astrojs/check</code><a
href="https://github.com/0"><code>@​0</code></a>.5.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>7b1ab72: Fix TypeScript not working inside script tags</li>
<li>Updated dependencies [7b1ab72]
<ul>
<li><code>@​astrojs/language-server</code><a
href="https://github.com/2"><code>@​2</code></a>.7.1</li>
</ul>
</li>
</ul>
<h2><code>@​astrojs/check</code><a
href="https://github.com/0"><code>@​0</code></a>.5.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p>15a5532: Upgrade to Volar 2.0. No regressions are currently expected,
however as this is a fairly consequential backend change, please report
any issues you encounter.</p>
<p>For reference, Volar is the underlying framework that powers the
Astro language server, you can think of it as Vite for editor
tooling.</p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [15a5532]
<ul>
<li><code>@​astrojs/language-server</code><a
href="https://github.com/2"><code>@​2</code></a>.7.0</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md"><code>@​astrojs/check</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>0.5.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>6924c7e: Fixes semantic highlighting not working inside .ts(x) files
in certain cases</li>
<li>310fbfe: Fix Svelte and Vue integrations not working on Windows in
certain cases</li>
<li>Updated dependencies [6924c7e]</li>
<li>Updated dependencies [310fbfe]
<ul>
<li><code>@​astrojs/language-server</code><a
href="https://github.com/2"><code>@​2</code></a>.7.4</li>
</ul>
</li>
</ul>
<h2>0.5.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>de58706: Fix imports from certain packages not working correctly in
certain cases</li>
<li>Updated dependencies [de58706]
<ul>
<li><code>@​astrojs/language-server</code><a
href="https://github.com/2"><code>@​2</code></a>.7.3</li>
</ul>
</li>
</ul>
<h2>0.5.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>a2280a8: Avoid checking Svelte and Vue files when running astro
check</li>
<li>Updated dependencies [a2280a8]
<ul>
<li><code>@​astrojs/language-server</code><a
href="https://github.com/2"><code>@​2</code></a>.7.2</li>
</ul>
</li>
</ul>
<h2>0.5.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>7b1ab72: Fix TypeScript not working inside script tags</li>
<li>Updated dependencies [7b1ab72]
<ul>
<li><code>@​astrojs/language-server</code><a
href="https://github.com/2"><code>@​2</code></a>.7.1</li>
</ul>
</li>
</ul>
<h2>0.5.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p>15a5532: Upgrade to Volar 2.0. No regressions are currently expected,
however as this is a fairly consequential backend change, please report
any issues you encounter.</p>
<p>For reference, Volar is the underlying framework that powers the
Astro language server, you can think of it as Vite for editor
tooling.</p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [15a5532]
<ul>
<li><code>@​astrojs/language-server</code><a
href="https://github.com/2"><code>@​2</code></a>.7.0</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c2c2a46d58"><code>c2c2a46</code></a>
Version Packages (<a
href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/792">#792</a>)</li>
<li><a
href="5a5a0988a7"><code>5a5a098</code></a>
Version Packages (<a
href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/786">#786</a>)</li>
<li><a
href="b8158fa437"><code>b8158fa</code></a>
Version Packages (<a
href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/779">#779</a>)</li>
<li><a
href="82ef517fab"><code>82ef517</code></a>
Version Packages (<a
href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/776">#776</a>)</li>
<li><a
href="7cc3dc1118"><code>7cc3dc1</code></a>
chore: add biome to sort imports and format code (<a
href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/712">#712</a>)</li>
<li><a
href="12ed6dc3fa"><code>12ed6dc</code></a>
Version Packages (<a
href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/774">#774</a>)</li>
<li><a
href="15a5532586"><code>15a5532</code></a>
Update to Volar 2 stable (<a
href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/762">#762</a>)</li>
<li>See full diff in <a
href="https://github.com/withastro/language-tools/commits/@astrojs/check@0.5.4/packages/astro-check">compare
view</a></li>
</ul>
</details>
<br />

Updates `@typescript-eslint/eslint-plugin` from 6.20.0 to 7.0.1
<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>v7.0.1</h2>
<h2>7.0.1 (2024-02-12)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> update peer dep for parser (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8441">#8441</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Tim Dorr <a
href="https://github.com/timdorr"><code>@​timdorr</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>
<h2>v7.0.0</h2>
<h1>7.0.0 (2024-02-12)</h1>
<p>Read more about this release: <a
href="https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/">https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/</a></p>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<h3>🚀 Features</h3>
<ul>
<li>add support for flat configs (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/7935">#7935</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-find] stop throwing type
errors when converting symbols to numbers (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8390">#8390</a>)</li>
</ul>
<h4>⚠️  Breaking Changes</h4>
<ul>
<li>⚠️ bump ESLint, NodeJS, and TS minimum version requirements (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8377">#8377</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Brad Zacher <a
href="https://github.com/bradzacher"><code>@​bradzacher</code></a></li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></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>
<!-- raw HTML omitted -->
<h2>v6.21.0</h2>
<h2>6.21.0 (2024-02-05)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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>7.0.1 (2024-02-12)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> update peer dep for parser</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Tim Dorr</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>
<h1>7.0.0 (2024-02-12)</h1>
<h3>🚀 Features</h3>
<ul>
<li>
<p>⚠️  bump ESLint, NodeJS, and TS minimum version requirements</p>
</li>
<li>
<p>add support for flat configs</p>
</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-find] stop throwing type
errors when converting symbols to numbers</li>
</ul>
<h4>⚠️  Breaking Changes</h4>
<ul>
<li>⚠️  bump ESLint, NodeJS, and TS minimum version requirements</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Brad Zacher</li>
<li>Kirk Waiblinger</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>
<h2>6.21.0 (2024-02-05)</h2>
<h3>🚀 Features</h3>
<ul>
<li>
<p>export plugin metadata</p>
</li>
<li>
<p>allow <code>parserOptions.project: false</code></p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4f3215f975"><code>4f3215f</code></a>
chore(release): publish 7.0.1</li>
<li><a
href="422791c0f5"><code>422791c</code></a>
fix(eslint-plugin): update peer dep for parser (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8441">#8441</a>)</li>
<li><a
href="b27de997c8"><code>b27de99</code></a>
chore(release): publish 7.0.0</li>
<li><a
href="379f742863"><code>379f742</code></a>
chore(eslint-plugin): [no-confusing-void-expression] explicitly state
default...</li>
<li><a
href="b636baa197"><code>b636baa</code></a>
docs: fix restrict-plus-operands example (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8362">#8362</a>)</li>
<li><a
href="1aa393c8d4"><code>1aa393c</code></a>
chore(deps): update dependency prettier to v3.2.5 (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8401">#8401</a>)</li>
<li><a
href="8ef5f4bffc"><code>8ef5f4b</code></a>
feat: add support for flat configs (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7935">#7935</a>)</li>
<li><a
href="c298350823"><code>c298350</code></a>
fix(eslint-plugin): [prefer-find] stop throwing type errors when
converting s...</li>
<li><a
href="1200b4c492"><code>1200b4c</code></a>
chore(deps): update nx to v17.3.0 (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8317">#8317</a>)</li>
<li><a
href="584db29ec4"><code>584db29</code></a>
feat: bump ESLint, NodeJS, and TS minimum version requirements (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8377">#8377</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.1/packages/eslint-plugin">compare
view</a></li>
</ul>
</details>
<br />

Updates `@typescript-eslint/parser` from 6.21.0 to 7.0.1
<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>v7.0.1</h2>
<h2>7.0.1 (2024-02-12)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> update peer dep for parser (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8441">#8441</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Tim Dorr <a
href="https://github.com/timdorr"><code>@​timdorr</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>
<h2>v7.0.0</h2>
<h1>7.0.0 (2024-02-12)</h1>
<p>Read more about this release: <a
href="https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/">https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/</a></p>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<h3>🚀 Features</h3>
<ul>
<li>add support for flat configs (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/7935">#7935</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-find] stop throwing type
errors when converting symbols to numbers (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8390">#8390</a>)</li>
</ul>
<h4>⚠️  Breaking Changes</h4>
<ul>
<li>⚠️ bump ESLint, NodeJS, and TS minimum version requirements (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8377">#8377</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Brad Zacher <a
href="https://github.com/bradzacher"><code>@​bradzacher</code></a></li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></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>
<!-- raw HTML omitted -->
</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>7.0.1 (2024-02-12)</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>
<h1>7.0.0 (2024-02-12)</h1>
<h3>🚀 Features</h3>
<ul>
<li>
<p>⚠️  bump ESLint, NodeJS, and TS minimum version requirements</p>
</li>
<li>
<p>add support for flat configs</p>
</li>
</ul>
<h4>⚠️  Breaking Changes</h4>
<ul>
<li>⚠️  bump ESLint, NodeJS, and TS minimum version requirements</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Brad Zacher</li>
<li>Kirk Waiblinger</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="4f3215f975"><code>4f3215f</code></a>
chore(release): publish 7.0.1</li>
<li><a
href="b27de997c8"><code>b27de99</code></a>
chore(release): publish 7.0.0</li>
<li><a
href="1aa393c8d4"><code>1aa393c</code></a>
chore(deps): update dependency prettier to v3.2.5 (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/8401">#8401</a>)</li>
<li><a
href="8ef5f4bffc"><code>8ef5f4b</code></a>
feat: add support for flat configs (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/7935">#7935</a>)</li>
<li><a
href="1200b4c492"><code>1200b4c</code></a>
chore(deps): update nx to v17.3.0 (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/8317">#8317</a>)</li>
<li><a
href="584db29ec4"><code>584db29</code></a>
feat: bump ESLint, NodeJS, and TS minimum version requirements (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/8377">#8377</a>)</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.1/packages/parser">compare
view</a></li>
</ul>
</details>
<br />

Updates `eslint-plugin-astro` from 0.29.1 to 0.31.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ota-meshi/eslint-plugin-astro/releases">eslint-plugin-astro's
releases</a>.</em></p>
<blockquote>
<h2>v0.31.4</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/pull/313">#313</a>
<a
href="f51a168c01"><code>f51a168</code></a>
Thanks <a
href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a>! - fix:
update astro-eslint-parser to 0.16.3</li>
</ul>
<h2>v0.31.3</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/pull/306">#306</a>
<a
href="babd7ef09c"><code>babd7ef</code></a>
Thanks <a
href="https://github.com/apps/renovate"><code>@​renovate</code></a>! -
fix(deps): update dependency eslint-compat-utils to ^0.4.0</li>
</ul>
<h2>v0.31.2</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/pull/304">#304</a>
<a
href="eec7e97175"><code>eec7e97</code></a>
Thanks <a
href="https://github.com/apps/renovate"><code>@​renovate</code></a>! -
fix(deps): update dependency eslint-compat-utils to ^0.3.0</li>
</ul>
<h2>v0.31.1</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/pull/301">#301</a>
<a
href="12a519057b"><code>12a5190</code></a>
Thanks <a
href="https://github.com/apps/renovate"><code>@​renovate</code></a>! -
fix(deps): update dependency eslint-compat-utils to ^0.2.0</li>
</ul>
<h2>v0.31.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/pull/294">#294</a>
<a
href="5b4cf50893"><code>5b4cf50</code></a>
Thanks <a
href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a>! -
Improve compatibility with ESLint v9</p>
</li>
<li>
<p><a
href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/pull/292">#292</a>
<a
href="3429da5047"><code>3429da5</code></a>
Thanks <a
href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a>! -
feat: add <code>astro/client-side-ts</code> processor</p>
</li>
</ul>
<h2>v0.30.0</h2>
<h3>Minor Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/pull/277">#277</a>
<a
href="8e785dbefd"><code>8e785db</code></a>
Thanks <a
href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a>! -
feat: use eslint-compat-utils</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md">eslint-plugin-astro's
changelog</a>.</em></p>
<blockquote>
<h2>0.31.4</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/pull/313">#313</a>
<a
href="f51a168c01"><code>f51a168</code></a>
Thanks <a
href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a>! - fix:
update astro-eslint-parser to 0.16.3</li>
</ul>
<h2>0.31.3</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/pull/306">#306</a>
<a
href="babd7ef09c"><code>babd7ef</code></a>
Thanks <a
href="https://github.com/apps/renovate"><code>@​renovate</code></a>! -
fix(deps): update dependency eslint-compat-utils to ^0.4.0</li>
</ul>
<h2>0.31.2</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/pull/304">#304</a>
<a
href="eec7e97175"><code>eec7e97</code></a>
Thanks <a
href="https://github.com/apps/renovate"><code>@​renovate</code></a>! -
fix(deps): update dependency eslint-compat-utils to ^0.3.0</li>
</ul>
<h2>0.31.1</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/pull/301">#301</a>
<a
href="12a519057b"><code>12a5190</code></a>
Thanks <a
href="https://github.com/apps/renovate"><code>@​renovate</code></a>! -
fix(deps): update dependency eslint-compat-utils to ^0.2.0</li>
</ul>
<h2>0.31.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/pull/294">#294</a>
<a
href="5b4cf50893"><code>5b4cf50</code></a>
Thanks <a
href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a>! -
Improve compatibility with ESLint v9</p>
</li>
<li>
<p><a
href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/pull/292">#292</a>
<a
href="3429da5047"><code>3429da5</code></a>
Thanks <a
href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a>! -
feat: add <code>astro/client-side-ts</code> processor</p>
</li>
</ul>
<h2>0.30.0</h2>
<h3>Minor Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/pull/277">#277</a>
<a
href="8e785dbefd"><code>8e785db</code></a>
Thanks <a
href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a>! -
feat: use eslint-compat-utils</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4ea1279248"><code>4ea1279</code></a>
chore: release eslint-plugin-astro (<a
href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/issues/314">#314</a>)</li>
<li><a
href="f51a168c01"><code>f51a168</code></a>
fix: update astro-eslint-parser to 0.16.3 (<a
href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/issues/313">#313</a>)</li>
<li><a
href="e614743737"><code>e614743</code></a>
chore(deps): update dependency prettier-plugin-astro to ^0.13.0 (<a
href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/issues/309">#309</a>)</li>
<li><a
href="81cc83eb6c"><code>81cc83e</code></a>
chore(deps): update dependency esbuild to ^0.20.0 (<a
href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/issues/310">#310</a>)</li>
<li><a
href="ebdc890aae"><code>ebdc890</code></a>
chore: format</li>
<li><a
href="bb945ad5cf"><code>bb945ad</code></a>
chore: release eslint-plugin-astro (<a
href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/issues/307">#307</a>)</li>
<li><a
href="babd7ef09c"><code>babd7ef</code></a>
fix(deps): update dependency eslint-compat-utils to ^0.4.0 (<a
href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/issues/306">#306</a>)</li>
<li><a
href="325c53db8d"><code>325c53d</code></a>
chore: release eslint-plugin-astro (<a
href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/issues/305">#305</a>)</li>
<li><a
href="eec7e97175"><code>eec7e97</code></a>
fix(deps): update dependency eslint-compat-utils to ^0.3.0 (<a
href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/issues/304">#304</a>)</li>
<li><a
href="ee43850207"><code>ee43850</code></a>
test: refactor (<a
href="https://redirect.github.com/ota-meshi/eslint-plugin-astro/issues/303">#303</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ota-meshi/eslint-plugin-astro/compare/v0.29.1...v0.31.4">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>
2024-02-14 10:49:13 -08:00
.changeset Add changeset for dependabot updates 2024-02-14 18:46:02 +00:00
.github Update gitlab-sync.yml 2024-02-14 10:47:25 -08:00
.pnpm-store/v3/files chore: update versions 2024-02-14 14:10:47 +00:00
.vscode woot new expressivecode-starlight update! 2024-01-28 03:07:57 -08:00
packages Bump the dev-dependencies group with 5 updates 2024-02-14 18:45:37 +00:00
playground Bump astro from 4.0.0 to 4.3.7 (#45) 2024-02-14 05:56:03 -08:00
unlighthouse Create README.md 2024-01-23 18:40:45 -08:00
.gitignore Update .gitignore 2024-02-14 07:52:56 -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 Bump the dev-dependencies group with 5 updates 2024-02-14 18:45:37 +00:00
pnpm-lock.yaml Bump the dev-dependencies group with 5 updates 2024-02-14 18:45:37 +00: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