summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/breezy-radios-grab.md5
-rw-r--r--.changeset/empty-crews-scream.md5
-rw-r--r--.changeset/fuzzy-windows-cover.md5
-rw-r--r--.changeset/hip-kids-ring.md5
-rw-r--r--.changeset/neat-pumas-accept.md5
-rw-r--r--.changeset/selfish-paws-play.md5
-rw-r--r--.changeset/spicy-guests-protect.md5
-rw-r--r--.changeset/tame-bags-remember.md5
-rw-r--r--.changeset/twelve-donuts-hide.md5
-rw-r--r--.changeset/twenty-keys-divide.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog/package.json2
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/container-with-vitest/package.json2
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/framework-multiple/package.json2
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-react/package.json2
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-svelte/package.json2
-rw-r--r--examples/framework-vue/package.json2
-rw-r--r--examples/hackernews/package.json2
-rw-r--r--examples/integration/package.json2
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/ssr/package.json2
-rw-r--r--examples/starlog/package.json2
-rw-r--r--examples/toolbar-app/package.json2
-rw-r--r--examples/with-markdoc/package.json2
-rw-r--r--examples/with-mdx/package.json2
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--examples/with-vitest/package.json2
-rw-r--r--packages/astro/CHANGELOG.md20
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/db/CHANGELOG.md11
-rw-r--r--packages/db/package.json2
-rw-r--r--pnpm-lock.yaml46
38 files changed, 79 insertions, 98 deletions
diff --git a/.changeset/breezy-radios-grab.md b/.changeset/breezy-radios-grab.md
deleted file mode 100644
index afb990a44..000000000
--- a/.changeset/breezy-radios-grab.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/db': patch
----
-
-Fixes `isDbError()` guard for `LibsqlError`
diff --git a/.changeset/empty-crews-scream.md b/.changeset/empty-crews-scream.md
deleted file mode 100644
index c52237ab8..000000000
--- a/.changeset/empty-crews-scream.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes an issue where image and server islands routes would not be passed to the `astro:routes:resolved` hook during builds
diff --git a/.changeset/fuzzy-windows-cover.md b/.changeset/fuzzy-windows-cover.md
deleted file mode 100644
index 7f3b766fc..000000000
--- a/.changeset/fuzzy-windows-cover.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes an issue where Astro couldn't correctly handle i18n fallback when using the i18n middleware
diff --git a/.changeset/hip-kids-ring.md b/.changeset/hip-kids-ring.md
deleted file mode 100644
index 5dc22c5b8..000000000
--- a/.changeset/hip-kids-ring.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/db': patch
----
-
-Fixes the publishing of the package
diff --git a/.changeset/neat-pumas-accept.md b/.changeset/neat-pumas-accept.md
deleted file mode 100644
index 8babf49e7..000000000
--- a/.changeset/neat-pumas-accept.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"astro": patch
----
-
-Adds type support for the `closedby` attribute for `<dialog>` elements
diff --git a/.changeset/selfish-paws-play.md b/.changeset/selfish-paws-play.md
deleted file mode 100644
index 6f0e3049b..000000000
--- a/.changeset/selfish-paws-play.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a bug where Astro couldn't correctly parse `params` and `props` when receiving i18n fallback URLs
diff --git a/.changeset/spicy-guests-protect.md b/.changeset/spicy-guests-protect.md
deleted file mode 100644
index 5f77d5ee0..000000000
--- a/.changeset/spicy-guests-protect.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Trailing slash support for actions
diff --git a/.changeset/tame-bags-remember.md b/.changeset/tame-bags-remember.md
deleted file mode 100644
index 3f4f61bce..000000000
--- a/.changeset/tame-bags-remember.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a bug that caused errors in dev when editing sites with large numbers of MDX pages
diff --git a/.changeset/twelve-donuts-hide.md b/.changeset/twelve-donuts-hide.md
deleted file mode 100644
index 504d1b5be..000000000
--- a/.changeset/twelve-donuts-hide.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-"Added `inert` to htmlBooleanAttributes"
diff --git a/.changeset/twenty-keys-divide.md b/.changeset/twenty-keys-divide.md
deleted file mode 100644
index 9e8405867..000000000
--- a/.changeset/twenty-keys-divide.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a case where failing content entries in `astro check` would not be surfaced
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 0791668c3..2e3dbcb62 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.5"
+ "astro": "^5.0.6"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 52fd4ed3a..cb5e3299f 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -13,6 +13,6 @@
"@astrojs/mdx": "^4.0.2",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
- "astro": "^5.0.5"
+ "astro": "^5.0.6"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 794471fd9..a7ba77eeb 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^5.0.5"
+ "astro": "^5.0.6"
},
"peerDependencies": {
"astro": "^4.0.0 || ^5.0.0"
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json
index 8194688cf..ef6073f3a 100644
--- a/examples/container-with-vitest/package.json
+++ b/examples/container-with-vitest/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/react": "^4.1.0",
- "astro": "^5.0.5",
+ "astro": "^5.0.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^2.1.6"
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index d48bcbc83..07a2fdc96 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -13,6 +13,6 @@
"@astrojs/alpinejs": "^0.4.0",
"@types/alpinejs": "^3.13.10",
"alpinejs": "^3.14.3",
- "astro": "^5.0.5"
+ "astro": "^5.0.6"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 6759f7ffc..114195f7c 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -17,7 +17,7 @@
"@astrojs/vue": "^5.0.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
- "astro": "^5.0.5",
+ "astro": "^5.0.6",
"preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 9cb7beae5..01073151d 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/preact": "^4.0.0",
"@preact/signals": "^1.3.0",
- "astro": "^5.0.5",
+ "astro": "^5.0.6",
"preact": "^10.24.3"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index affb83dad..506ee0233 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -13,7 +13,7 @@
"@astrojs/react": "^4.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
- "astro": "^5.0.5",
+ "astro": "^5.0.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 091ec6531..4e81505d9 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^5.0.0",
- "astro": "^5.0.5",
+ "astro": "^5.0.6",
"solid-js": "^1.9.3"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 3fa8a0cda..0f814790e 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/svelte": "^7.0.1",
- "astro": "^5.0.5",
+ "astro": "^5.0.6",
"svelte": "^5.1.16"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 60a470e4e..58e549b71 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/vue": "^5.0.2",
- "astro": "^5.0.5",
+ "astro": "^5.0.6",
"vue": "^3.5.12"
}
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index 8153be2ec..18bcc5418 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -11,6 +11,6 @@
},
"dependencies": {
"@astrojs/node": "^9.0.0",
- "astro": "^5.0.5"
+ "astro": "^5.0.6"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index 320d3b6cd..b4087e350 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^5.0.5"
+ "astro": "^5.0.6"
},
"peerDependencies": {
"astro": "^4.0.0"
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 93faeabea..b60728ec5 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.5"
+ "astro": "^5.0.6"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 7db23b1f6..82a5ce2e3 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.5"
+ "astro": "^5.0.6"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 00f135884..e51ad9489 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/node": "^9.0.0",
"@astrojs/svelte": "^7.0.1",
- "astro": "^5.0.5",
+ "astro": "^5.0.6",
"svelte": "^5.1.16"
}
}
diff --git a/examples/starlog/package.json b/examples/starlog/package.json
index 8497f0459..20237599a 100644
--- a/examples/starlog/package.json
+++ b/examples/starlog/package.json
@@ -9,7 +9,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.5",
+ "astro": "^5.0.6",
"sass": "^1.80.6",
"sharp": "^0.33.3"
}
diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json
index 701bb6ad0..0d63eff89 100644
--- a/examples/toolbar-app/package.json
+++ b/examples/toolbar-app/package.json
@@ -15,6 +15,6 @@
"./app": "./dist/app.js"
},
"devDependencies": {
- "astro": "^5.0.5"
+ "astro": "^5.0.6"
}
}
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index 4ebd866a9..9ae29d267 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -11,6 +11,6 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.12.3",
- "astro": "^5.0.5"
+ "astro": "^5.0.6"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 974009ed5..c9bd1fe47 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/mdx": "^4.0.2",
"@astrojs/preact": "^4.0.0",
- "astro": "^5.0.5",
+ "astro": "^5.0.6",
"preact": "^10.24.3"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index b99ca790f..1a6e83f91 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/preact": "^4.0.0",
"@nanostores/preact": "^0.5.2",
- "astro": "^5.0.5",
+ "astro": "^5.0.6",
"nanostores": "^0.11.3",
"preact": "^10.24.3"
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 4cc92b511..be2c978ff 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -13,7 +13,7 @@
"@astrojs/mdx": "^4.0.2",
"@astrojs/tailwind": "^5.1.3",
"@types/canvas-confetti": "^1.6.4",
- "astro": "^5.0.5",
+ "astro": "^5.0.6",
"autoprefixer": "^10.4.20",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.49",
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index f20af3632..44ad47e5d 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -11,7 +11,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^5.0.5",
+ "astro": "^5.0.6",
"vitest": "^2.1.6"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 58f4630de..301f5d858 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,25 @@
# astro
+## 5.0.6
+
+### Patch Changes
+
+- [#12597](https://github.com/withastro/astro/pull/12597) [`564ac6c`](https://github.com/withastro/astro/commit/564ac6c2f2d77ee34f8519f1e5a4db2c6e194f65) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes an issue where image and server islands routes would not be passed to the `astro:routes:resolved` hook during builds
+
+- [#12718](https://github.com/withastro/astro/pull/12718) [`ccc5ad1`](https://github.com/withastro/astro/commit/ccc5ad1676db5e7f5049ca2feb59802d1fe3a92e) Thanks [@ematipico](https://github.com/ematipico)! - Fixes an issue where Astro couldn't correctly handle i18n fallback when using the i18n middleware
+
+- [#12728](https://github.com/withastro/astro/pull/12728) [`ee66a45`](https://github.com/withastro/astro/commit/ee66a45b250703a40b34c0a45ae34aefcb14ea44) Thanks [@argyleink](https://github.com/argyleink)! - Adds type support for the `closedby` attribute for `<dialog>` elements
+
+- [#12709](https://github.com/withastro/astro/pull/12709) [`e3bfd93`](https://github.com/withastro/astro/commit/e3bfd9396969caf35b3b05135539e82aab560c92) Thanks [@mtwilliams-code](https://github.com/mtwilliams-code)! - Fixes a bug where Astro couldn't correctly parse `params` and `props` when receiving i18n fallback URLs
+
+- [#12657](https://github.com/withastro/astro/pull/12657) [`14dffcc`](https://github.com/withastro/astro/commit/14dffcc3af49dd975635602a0d1847a3125c0746) Thanks [@darkmaga](https://github.com/darkmaga)! - Trailing slash support for actions
+
+- [#12715](https://github.com/withastro/astro/pull/12715) [`029661d`](https://github.com/withastro/astro/commit/029661daa9b28fd5299d8cc9360025c78f6cd8eb) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug that caused errors in dev when editing sites with large numbers of MDX pages
+
+- [#12729](https://github.com/withastro/astro/pull/12729) [`8b1cecd`](https://github.com/withastro/astro/commit/8b1cecd6b491654ae760a0c75f3270df134c4e25) Thanks [@JoeMorgan](https://github.com/JoeMorgan)! - "Added `inert` to htmlBooleanAttributes"
+
+- [#12726](https://github.com/withastro/astro/pull/12726) [`7c7398c`](https://github.com/withastro/astro/commit/7c7398c04653877da09c7b0f80ee84b02e02aad0) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a case where failing content entries in `astro check` would not be surfaced
+
## 5.0.5
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 8c7e85a44..0f795bf6f 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "5.0.5",
+ "version": "5.0.6",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md
index 6194da7f3..7acd76965 100644
--- a/packages/db/CHANGELOG.md
+++ b/packages/db/CHANGELOG.md
@@ -1,5 +1,16 @@
# @astrojs/db
+## 0.14.4
+
+### Patch Changes
+
+- [#12416](https://github.com/withastro/astro/pull/12416) [`618de28`](https://github.com/withastro/astro/commit/618de283f57d19397246f69dd476611abd56cf13) Thanks [@abegehr](https://github.com/abegehr)! - Fixes `isDbError()` guard for `LibsqlError`
+
+- [#12719](https://github.com/withastro/astro/pull/12719) [`358eae8`](https://github.com/withastro/astro/commit/358eae83b7cf3d79395eea3824e321b502522547) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes the publishing of the package
+
+- Updated dependencies []:
+ - @astrojs/studio@0.1.2
+
## 0.14.1
### Patch Changes
diff --git a/packages/db/package.json b/packages/db/package.json
index 16b9b1721..d9553e249 100644
--- a/packages/db/package.json
+++ b/packages/db/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/db",
- "version": "0.14.3",
+ "version": "0.14.4",
"description": "Add libSQL and Astro Studio support to your Astro site",
"license": "MIT",
"repository": {
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index e47377c54..7030056b1 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -142,7 +142,7 @@ importers:
examples/basics:
dependencies:
astro:
- specifier: ^5.0.5
+ specifier: ^5.0.6
version: link:../../packages/astro
examples/blog:
@@ -157,13 +157,13 @@ importers:
specifier: ^3.2.1
version: link:../../packages/integrations/sitemap
astro:
- specifier: ^5.0.5
+ specifier: ^5.0.6
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
- specifier: ^5.0.5
+ specifier: ^5.0.6
version: link:../../packages/astro
examples/container-with-vitest:
@@ -172,7 +172,7 @@ importers:
specifier: ^4.1.0
version: link:../../packages/integrations/react
astro:
- specifier: ^5.0.5
+ specifier: ^5.0.6
version: link:../../packages/astro
react:
specifier: ^18.3.1
@@ -203,7 +203,7 @@ importers:
specifier: ^3.14.3
version: 3.14.3
astro:
- specifier: ^5.0.5
+ specifier: ^5.0.6
version: link:../../packages/astro
examples/framework-multiple:
@@ -230,7 +230,7 @@ importers:
specifier: ^18.3.1
version: 18.3.1
astro:
- specifier: ^5.0.5
+ specifier: ^5.0.6
version: link:../../packages/astro
preact:
specifier: ^10.24.3
@@ -260,7 +260,7 @@ importers:
specifier: ^1.3.0
version: 1.3.0(preact@10.24.3)
astro:
- specifier: ^5.0.5
+ specifier: ^5.0.6
version: link:../../packages/astro
preact:
specifier: ^10.24.3
@@ -278,7 +278,7 @@ importers:
specifier: ^18.3.1
version: 18.3.1
astro:
- specifier: ^5.0.5
+ specifier: ^5.0.6
version: link:../../packages/astro
react:
specifier: ^18.3.1
@@ -293,7 +293,7 @@ importers:
specifier: ^5.0.0
version: link:../../packages/integrations/solid
astro:
- specifier: ^5.0.5
+ specifier: ^5.0.6
version: link:../../packages/astro
solid-js:
specifier: ^1.9.3
@@ -305,7 +305,7 @@ importers:
specifier: ^7.0.1
version: link:../../packages/integrations/svelte
astro:
- specifier: ^5.0.5
+ specifier: ^5.0.6
version: link:../../packages/astro
svelte:
specifier: ^5.1.16
@@ -317,7 +317,7 @@ importers:
specifier: ^5.0.2
version: link:../../packages/integrations/vue
astro:
- specifier: ^5.0.5
+ specifier: ^5.0.6
version: link:../../packages/astro
vue:
specifier: ^3.5.12
@@ -329,25 +329,25 @@ importers:
specifier: ^9.0.0
version: 9.0.0(astro@packages+astro)
astro:
- specifier: ^5.0.5
+ specifier: ^5.0.6
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
- specifier: ^5.0.5
+ specifier: ^5.0.6
version: link:../../packages/astro
examples/minimal:
dependencies:
astro:
- specifier: ^5.0.5
+ specifier: ^5.0.6
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
- specifier: ^5.0.5
+ specifier: ^5.0.6
version: link:../../packages/astro
examples/ssr:
@@ -359,7 +359,7 @@ importers:
specifier: ^7.0.1
version: link:../../packages/integrations/svelte
astro:
- specifier: ^5.0.5
+ specifier: ^5.0.6
version: link:../../packages/astro
svelte:
specifier: ^5.1.16
@@ -368,7 +368,7 @@ importers:
examples/starlog:
dependencies:
astro:
- specifier: ^5.0.5
+ specifier: ^5.0.6
version: link:../../packages/astro
sass:
specifier: ^1.80.6
@@ -380,7 +380,7 @@ importers:
examples/toolbar-app:
devDependencies:
astro:
- specifier: ^5.0.5
+ specifier: ^5.0.6
version: link:../../packages/astro
examples/with-markdoc:
@@ -389,7 +389,7 @@ importers:
specifier: ^0.12.3
version: link:../../packages/integrations/markdoc
astro:
- specifier: ^5.0.5
+ specifier: ^5.0.6
version: link:../../packages/astro
examples/with-mdx:
@@ -401,7 +401,7 @@ importers:
specifier: ^4.0.0
version: link:../../packages/integrations/preact
astro:
- specifier: ^5.0.5
+ specifier: ^5.0.6
version: link:../../packages/astro
preact:
specifier: ^10.24.3
@@ -416,7 +416,7 @@ importers:
specifier: ^0.5.2
version: 0.5.2(nanostores@0.11.3)(preact@10.24.3)
astro:
- specifier: ^5.0.5
+ specifier: ^5.0.6
version: link:../../packages/astro
nanostores:
specifier: ^0.11.3
@@ -437,7 +437,7 @@ importers:
specifier: ^1.6.4
version: 1.6.4
astro:
- specifier: ^5.0.5
+ specifier: ^5.0.6
version: link:../../packages/astro
autoprefixer:
specifier: ^10.4.20
@@ -455,7 +455,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
- specifier: ^5.0.5
+ specifier: ^5.0.6
version: link:../../packages/astro
vitest:
specifier: ^2.1.6