Bump astro from 4.2.4 to 4.2.6 (#24)

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


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

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

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

---

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

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


</details>
This commit is contained in:
Adam Matthiesen 2024-01-29 04:17:39 -08:00 committed by GitHub
commit ef617e8ba1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 25 additions and 23 deletions

View File

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.2.4",
"astro": "^4.2.6",
"@matthiesenxyz/astro-ghostcms": "3.1.5",
"@matthiesenxyz/astro-ghostcms-theme-default": "0.1.5"
},

View File

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.2.4",
"astro": "^4.2.6",
"@matthiesenxyz/astro-ghostcms-theme-default": "*",
"@matthiesenxyz/astro-ghostcms": "workspace:*"
},

View File

@ -30,8 +30,8 @@ importers:
specifier: 0.1.5
version: link:../packages/astro-ghostcms-theme-default
astro:
specifier: ^4.2.4
version: 4.2.4(typescript@5.3.3)
specifier: ^4.2.6
version: 4.2.6(typescript@5.3.3)
devDependencies:
'@astrojs/check':
specifier: ^0.4.1
@ -213,8 +213,8 @@ importers:
specifier: '*'
version: link:../packages/astro-ghostcms-theme-default
astro:
specifier: ^4.2.4
version: 4.2.4(typescript@5.3.3)
specifier: ^4.2.6
version: 4.2.6(typescript@5.3.3)
devDependencies:
'@astrojs/check':
specifier: ^0.4.1
@ -230,10 +230,10 @@ importers:
version: 0.4.1(prettier-plugin-astro@0.13.0)(prettier@3.2.4)(typescript@5.3.3)
'@astrojs/starlight':
specifier: ^0.17.0
version: 0.17.0(astro@4.2.4)
version: 0.17.0(astro@4.2.6)
astro:
specifier: ^4.2.4
version: 4.2.4(sass@1.70.0)(typescript@5.3.3)
specifier: ^4.2.6
version: 4.2.6(sass@1.70.0)(typescript@5.3.3)
astro-font:
specifier: ^0.0.77
version: 0.0.77
@ -344,7 +344,7 @@ packages:
- supports-color
dev: false
/@astrojs/mdx@2.0.6(astro@4.2.4):
/@astrojs/mdx@2.0.6(astro@4.2.6):
resolution: {integrity: sha512-PY6FYN5TN8dsRFSzcPIt5ofJ/w+v+5GtUUyDYbznu8zmFWlL9TkTLJ9U1zaQ3s2Qh6r1cAeLdEYjW/hW+vZzlw==}
engines: {node: '>=18.14.1'}
peerDependencies:
@ -353,7 +353,7 @@ packages:
'@astrojs/markdown-remark': 4.2.0
'@mdx-js/mdx': 3.0.0
acorn: 8.11.3
astro: 4.2.4(sass@1.70.0)(typescript@5.3.3)
astro: 4.2.6(sass@1.70.0)(typescript@5.3.3)
es-module-lexer: 1.4.1
estree-util-visit: 2.0.0
github-slugger: 2.0.0
@ -391,18 +391,18 @@ packages:
zod: 3.22.4
dev: false
/@astrojs/starlight@0.17.0(astro@4.2.4):
/@astrojs/starlight@0.17.0(astro@4.2.6):
resolution: {integrity: sha512-a2s+x/5r0v7S5jERC91IuEqV+PXDUlFNVDJPrcbpjx0xaqvg4TezL1K3gWCptfHO1mUE9ikQ8vaArbNbgFVb/g==}
peerDependencies:
astro: ^4.0.0
dependencies:
'@astrojs/mdx': 2.0.6(astro@4.2.4)
'@astrojs/mdx': 2.0.6(astro@4.2.6)
'@astrojs/sitemap': 3.0.5
'@pagefind/default-ui': 1.0.4
'@types/hast': 3.0.3
'@types/mdast': 4.0.3
astro: 4.2.4(sass@1.70.0)(typescript@5.3.3)
astro-expressive-code: 0.32.2(astro@4.2.4)
astro: 4.2.6(sass@1.70.0)(typescript@5.3.3)
astro-expressive-code: 0.32.2(astro@4.2.6)
bcp-47: 2.1.0
hast-util-select: 6.0.2
hastscript: 8.0.0
@ -2318,12 +2318,12 @@ packages:
- supports-color
dev: true
/astro-expressive-code@0.32.2(astro@4.2.4):
/astro-expressive-code@0.32.2(astro@4.2.6):
resolution: {integrity: sha512-uJbgSCl9F9NGjdfTmBHci5Ws0/zMUNk9dWfOl6rvYaOL6NZha+NNjnmB3Aza7GnxP+NvQt3RV8M2vpcZnaudSw==}
peerDependencies:
astro: ^3.3.0 || ^4.0.0-beta
dependencies:
astro: 4.2.4(sass@1.70.0)(typescript@5.3.3)
astro: 4.2.6(sass@1.70.0)(typescript@5.3.3)
hast-util-to-html: 8.0.4
remark-expressive-code: 0.32.2
dev: false
@ -2503,8 +2503,8 @@ packages:
- typescript
dev: false
/astro@4.2.4(sass@1.70.0)(typescript@5.3.3):
resolution: {integrity: sha512-z1f52lXkHf71M5HSLKrd5G1PH5/Zfq4kMp0iUT7Na5VHcPDma/NYFPFPewDxqV6UPmyxupj3xuooFaN3j8zaow==}
/astro@4.2.6(sass@1.70.0)(typescript@5.3.3):
resolution: {integrity: sha512-k5i8pEI2r45JTkoE0I4JyhOH/dZFpjUA4AONbRd9Gr1LtnGOhKHDftiYOrRLUGx91q7BzoW3DOk+h4yZM4yC3g==}
engines: {node: '>=18.14.1', npm: '>=6.14.0'}
hasBin: true
dependencies:
@ -2528,6 +2528,7 @@ packages:
clsx: 2.1.0
common-ancestor-path: 1.0.1
cookie: 0.6.0
cssesc: 3.0.0
debug: 4.3.4
deterministic-object-hash: 2.0.2
devalue: 4.3.2
@ -2585,8 +2586,8 @@ packages:
- typescript
dev: false
/astro@4.2.4(typescript@5.3.3):
resolution: {integrity: sha512-z1f52lXkHf71M5HSLKrd5G1PH5/Zfq4kMp0iUT7Na5VHcPDma/NYFPFPewDxqV6UPmyxupj3xuooFaN3j8zaow==}
/astro@4.2.6(typescript@5.3.3):
resolution: {integrity: sha512-k5i8pEI2r45JTkoE0I4JyhOH/dZFpjUA4AONbRd9Gr1LtnGOhKHDftiYOrRLUGx91q7BzoW3DOk+h4yZM4yC3g==}
engines: {node: '>=18.14.1', npm: '>=6.14.0'}
hasBin: true
dependencies:
@ -2610,6 +2611,7 @@ packages:
clsx: 2.1.0
common-ancestor-path: 1.0.1
cookie: 0.6.0
cssesc: 3.0.0
debug: 4.3.4
deterministic-object-hash: 2.0.2
devalue: 4.3.2
@ -7640,7 +7642,7 @@ packages:
vitest: '>=0.16.0'
dependencies:
cross-fetch: 3.1.8
vitest: 1.2.1(@types/node@18.19.10)
vitest: 1.2.1(@types/node@20.11.6)
transitivePeerDependencies:
- encoding
dev: true

View File

@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/starlight": "^0.17.0",
"astro": "^4.2.4",
"astro": "^4.2.6",
"astro-font": "^0.0.77",
"sass": "^1.69.5",
"sharp": "^0.33.2",