diff --git a/.changeset/beige-rice-tap.md b/.changeset/beige-rice-tap.md deleted file mode 100644 index 67c7427a9317a..0000000000000 --- a/.changeset/beige-rice-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Support passing the values `Infinity` and `-Infinity` as island props. diff --git a/.changeset/beige-students-compete.md b/.changeset/beige-students-compete.md deleted file mode 100644 index 06588695c3076..0000000000000 --- a/.changeset/beige-students-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vue': patch ---- - -Fixes a case where IDs generated by `useId()` (introduced in Vue 3.5) would not be unique between islands diff --git a/.changeset/large-phones-compare.md b/.changeset/large-phones-compare.md deleted file mode 100644 index a603ea0a2c0c0..0000000000000 --- a/.changeset/large-phones-compare.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'create-astro': patch -'@astrojs/upgrade': patch -'astro': patch -'@astrojs/db': patch ---- - -Removes the `strip-ansi` dependency in favor of the native Node API diff --git a/.changeset/ninety-monkeys-complain.md b/.changeset/ninety-monkeys-complain.md deleted file mode 100644 index c8a06da1f37f9..0000000000000 --- a/.changeset/ninety-monkeys-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Clear content layer cache when astro version changes diff --git a/.changeset/strange-cats-notice.md b/.changeset/strange-cats-notice.md deleted file mode 100644 index bb17a5aaed9a2..0000000000000 --- a/.changeset/strange-cats-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Updates Vite links to use their new domain diff --git a/.changeset/swift-snakes-hope.md b/.changeset/swift-snakes-hope.md deleted file mode 100644 index 34c626b3941fe..0000000000000 --- a/.changeset/swift-snakes-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Allows special characters in Action names diff --git a/.changeset/thin-trains-fold.md b/.changeset/thin-trains-fold.md deleted file mode 100644 index d4df145844e02..0000000000000 --- a/.changeset/thin-trains-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes missing `body` property on CollectionEntry types for content layer entries diff --git a/.changeset/wise-pumas-fry.md b/.changeset/wise-pumas-fry.md deleted file mode 100644 index 90452298ca3f2..0000000000000 --- a/.changeset/wise-pumas-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Adds a helpful error when attempting to render an undefined collection entry diff --git a/examples/basics/package.json b/examples/basics/package.json index cc794deb39dcb..7b84fa3d8b6cb 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.15.11" + "astro": "^4.15.12" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 8f20c398ca6e1..366bd55765520 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -14,6 +14,6 @@ "@astrojs/mdx": "^3.1.7", "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.2.0", - "astro": "^4.15.11" + "astro": "^4.15.12" } } diff --git a/examples/component/package.json b/examples/component/package.json index 350d58f40956b..0896e2626e955 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.15.11" + "astro": "^4.15.12" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index 7ab82e6fff078..cef16e2f76667 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest run" }, "dependencies": { - "astro": "^4.15.11", + "astro": "^4.15.12", "@astrojs/react": "^3.6.2", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 672050c57a516..8ec2b1217e75b 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -14,6 +14,6 @@ "@astrojs/alpinejs": "^0.4.0", "@types/alpinejs": "^3.13.10", "alpinejs": "^3.14.1", - "astro": "^4.15.11" + "astro": "^4.15.12" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index e346a30c25fb2..5a87a490b8ffb 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/lit": "^4.3.0", "@webcomponents/template-shadowroot": "^0.2.1", - "astro": "^4.15.11", + "astro": "^4.15.12", "lit": "^3.2.0" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 06ddcda852a64..0327be7840009 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,10 +15,10 @@ "@astrojs/react": "^3.6.2", "@astrojs/solid-js": "^4.4.2", "@astrojs/svelte": "^5.7.1", - "@astrojs/vue": "^4.5.1", + "@astrojs/vue": "^4.5.2", "@types/react": "^18.3.10", "@types/react-dom": "^18.3.0", - "astro": "^4.15.11", + "astro": "^4.15.12", "preact": "^10.24.1", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index bf08ffed67d96..62ef259a5139b 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.5.3", "@preact/signals": "^1.3.0", - "astro": "^4.15.11", + "astro": "^4.15.12", "preact": "^10.24.1" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 7216053ef8026..e20b383749e83 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.6.2", "@types/react": "^18.3.10", "@types/react-dom": "^18.3.0", - "astro": "^4.15.11", + "astro": "^4.15.12", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index cb99bbb437b3b..721dda5c4f897 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/solid-js": "^4.4.2", - "astro": "^4.15.11", + "astro": "^4.15.12", "solid-js": "^1.9.1" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 48e01dd8433cb..84224f0122d15 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^5.7.1", - "astro": "^4.15.11", + "astro": "^4.15.12", "svelte": "^4.2.19" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 9b931b8c2dc16..173567c7aed7a 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/vue": "^4.5.1", - "astro": "^4.15.11", + "@astrojs/vue": "^4.5.2", + "astro": "^4.15.12", "vue": "^3.5.10" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index fcb216010a410..50ddf619ebb56 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.3.4", - "astro": "^4.15.11" + "astro": "^4.15.12" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 4737e512d327f..424f36fd6d3e1 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.15.11" + "astro": "^4.15.12" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/middleware/package.json b/examples/middleware/package.json index bb0aae85413b0..29cc0c5763bf7 100644 --- a/examples/middleware/package.json +++ b/examples/middleware/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@astrojs/node": "^8.3.4", - "astro": "^4.15.11", + "astro": "^4.15.12", "html-minifier": "^4.0.0" }, "devDependencies": { diff --git a/examples/minimal/package.json b/examples/minimal/package.json index faa801c006390..70d918ac41fc3 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.15.11" + "astro": "^4.15.12" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index b7c88a476fda7..d51b7fde3d92c 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.15.11" + "astro": "^4.15.12" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index c05136f77071a..579dbad574264 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.15.11" + "astro": "^4.15.12" } } diff --git a/examples/server-islands/package.json b/examples/server-islands/package.json index 43199037e65e2..c7bb6252469db 100644 --- a/examples/server-islands/package.json +++ b/examples/server-islands/package.json @@ -17,7 +17,7 @@ "@tailwindcss/forms": "^0.5.9", "@types/react": "^18.3.10", "@types/react-dom": "^18.3.0", - "astro": "^4.15.11", + "astro": "^4.15.12", "postcss": "^8.4.47", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 05e66e08f2040..37a93181a6294 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -14,7 +14,7 @@ "dependencies": { "@astrojs/node": "^8.3.4", "@astrojs/svelte": "^5.7.1", - "astro": "^4.15.11", + "astro": "^4.15.12", "svelte": "^4.2.19" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index e9030e34517e6..49c08189db032 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.15.11", + "astro": "^4.15.12", "sass": "^1.79.4", "sharp": "^0.33.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index c53809e72fb0c..a635bf7b0c2a1 100644 --- a/examples/toolbar-app/package.json +++ b/examples/toolbar-app/package.json @@ -15,6 +15,6 @@ "./app": "./dist/app.js" }, "devDependencies": { - "astro": "^4.15.11" + "astro": "^4.15.12" } } diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json index 86dc3b9f9b117..a1cc6d5966a1e 100644 --- a/examples/view-transitions/package.json +++ b/examples/view-transitions/package.json @@ -12,6 +12,6 @@ "devDependencies": { "@astrojs/tailwind": "^5.1.1", "@astrojs/node": "^8.3.4", - "astro": "^4.15.11" + "astro": "^4.15.12" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 4678c8941a5d7..4d883ab77f11b 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.11.4", - "astro": "^4.15.11" + "astro": "^4.15.12" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 7320e6c00b4a2..dfa6ba5aca4b0 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^5.2.0", - "astro": "^4.15.11", + "astro": "^4.15.12", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index ddaea577fb8d5..774f622deae28 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.15.11" + "astro": "^4.15.12" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 8b31c286dd58d..8f9f69c9c20d5 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/mdx": "^3.1.7", "@astrojs/preact": "^3.5.3", - "astro": "^4.15.11", + "astro": "^4.15.12", "preact": "^10.24.1" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 1fbc343ff06b6..974dec7a33e57 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.5.3", "@nanostores/preact": "^0.5.2", - "astro": "^4.15.11", + "astro": "^4.15.12", "nanostores": "^0.11.3", "preact": "^10.24.1" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 390f8c17fd4f7..8973f5bc8882a 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^3.1.7", "@astrojs/tailwind": "^5.1.1", "@types/canvas-confetti": "^1.6.4", - "astro": "^4.15.11", + "astro": "^4.15.12", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", "postcss": "^8.4.47", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index dc45fcaea57b5..3e6f27c4359cb 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^4.15.11", + "astro": "^4.15.12", "vitest": "^2.1.1" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 8db3a1bb83a53..bb54e5a803c90 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,23 @@ # astro +## 4.15.12 + +### Patch Changes + +- [#12121](https://github.com/withastro/astro/pull/12121) [`2490ceb`](https://github.com/withastro/astro/commit/2490cebdb93f13ee552cffa72b2e274d64e6b4a7) Thanks [@ascorbic](https://github.com/ascorbic)! - Support passing the values `Infinity` and `-Infinity` as island props. + +- [#12118](https://github.com/withastro/astro/pull/12118) [`f47b347`](https://github.com/withastro/astro/commit/f47b347da899c6e1dcd0b2e7887f7fce6ec8e270) Thanks [@Namchee](https://github.com/Namchee)! - Removes the `strip-ansi` dependency in favor of the native Node API + +- [#12126](https://github.com/withastro/astro/pull/12126) [`6e1dfeb`](https://github.com/withastro/astro/commit/6e1dfeb76bec09d24928bab798c6ad3280f42e84) Thanks [@ascorbic](https://github.com/ascorbic)! - Clear content layer cache when astro version changes + +- [#12117](https://github.com/withastro/astro/pull/12117) [`a46839a`](https://github.com/withastro/astro/commit/a46839a5c818b7de63c36d0c7e27f1a8f3b773dc) Thanks [@ArmandPhilippot](https://github.com/ArmandPhilippot)! - Updates Vite links to use their new domain + +- [#12124](https://github.com/withastro/astro/pull/12124) [`499fbc9`](https://github.com/withastro/astro/commit/499fbc91a6bdad8c86ff13a8caf1fa09433796b9) Thanks [@ascorbic](https://github.com/ascorbic)! - Allows special characters in Action names + +- [#12123](https://github.com/withastro/astro/pull/12123) [`b8673df`](https://github.com/withastro/astro/commit/b8673df51c6cc4ce6a288f8eb609b7a438a07d82) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fixes missing `body` property on CollectionEntry types for content layer entries + +- [#12113](https://github.com/withastro/astro/pull/12113) [`a54e520`](https://github.com/withastro/astro/commit/a54e520d3c139fa123e7029c5933951b5c7f5a39) Thanks [@ascorbic](https://github.com/ascorbic)! - Adds a helpful error when attempting to render an undefined collection entry + ## 4.15.11 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 4af70bb6984fd..b1d80de2b9cb2 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "4.15.11", + "version": "4.15.12", "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/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 9d91eab2a6cec..59f6ab93f947c 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 4.9.1 + +### Patch Changes + +- [#12118](https://github.com/withastro/astro/pull/12118) [`f47b347`](https://github.com/withastro/astro/commit/f47b347da899c6e1dcd0b2e7887f7fce6ec8e270) Thanks [@Namchee](https://github.com/Namchee)! - Removes the `strip-ansi` dependency in favor of the native Node API + ## 4.9.0 ### Minor Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index d48c7065d294e..35f29e83c6f94 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "4.9.0", + "version": "4.9.1", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md index ad11ec028562e..cc43454994a56 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/db +## 0.14.2 + +### Patch Changes + +- [#12118](https://github.com/withastro/astro/pull/12118) [`f47b347`](https://github.com/withastro/astro/commit/f47b347da899c6e1dcd0b2e7887f7fce6ec8e270) Thanks [@Namchee](https://github.com/Namchee)! - Removes the `strip-ansi` dependency in favor of the native Node API + +- Updated dependencies []: + - @astrojs/studio@0.1.1 + ## 0.14.1 ### Patch Changes diff --git a/packages/db/package.json b/packages/db/package.json index d54cc4260c07f..2a94bf81ba14b 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/db", - "version": "0.14.1", + "version": "0.14.2", "description": "Add libSQL and Astro Studio support to your Astro site", "license": "MIT", "repository": { diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index 1e56988497c4e..c4c94807b34f2 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 4.5.2 + +### Patch Changes + +- [#12112](https://github.com/withastro/astro/pull/12112) [`f9dd942`](https://github.com/withastro/astro/commit/f9dd9428c6cd1c9d23488ea4645f186b4a4ad4b2) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a case where IDs generated by `useId()` (introduced in Vue 3.5) would not be unique between islands + ## 4.5.1 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index d4fdadbf67679..fbae1cbb98075 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "4.5.1", + "version": "4.5.2", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/upgrade/CHANGELOG.md b/packages/upgrade/CHANGELOG.md index 2156497a79098..2cf6c05f6c31b 100644 --- a/packages/upgrade/CHANGELOG.md +++ b/packages/upgrade/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/upgrade +## 0.3.4 + +### Patch Changes + +- [#12118](https://github.com/withastro/astro/pull/12118) [`f47b347`](https://github.com/withastro/astro/commit/f47b347da899c6e1dcd0b2e7887f7fce6ec8e270) Thanks [@Namchee](https://github.com/Namchee)! - Removes the `strip-ansi` dependency in favor of the native Node API + ## 0.3.3 ### Patch Changes diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json index c036f8366a748..38655068b3b78 100644 --- a/packages/upgrade/package.json +++ b/packages/upgrade/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/upgrade", - "version": "0.3.3", + "version": "0.3.4", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e2fbae2cc6783..a0d723f797b9f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -113,7 +113,7 @@ importers: examples/basics: dependencies: astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro examples/blog: @@ -128,13 +128,13 @@ importers: specifier: ^3.2.0 version: link:../../packages/integrations/sitemap astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro examples/component: devDependencies: astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro examples/container-with-vitest: @@ -143,7 +143,7 @@ importers: specifier: ^3.6.2 version: link:../../packages/integrations/react astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -174,7 +174,7 @@ importers: specifier: ^3.14.1 version: 3.14.1 astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro examples/framework-lit: @@ -186,7 +186,7 @@ importers: specifier: ^0.2.1 version: 0.2.1 astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro lit: specifier: ^3.2.0 @@ -207,7 +207,7 @@ importers: specifier: ^5.7.1 version: link:../../packages/integrations/svelte '@astrojs/vue': - specifier: ^4.5.1 + specifier: ^4.5.2 version: link:../../packages/integrations/vue '@types/react': specifier: ^18.3.10 @@ -216,7 +216,7 @@ importers: specifier: ^18.3.0 version: 18.3.0 astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro preact: specifier: ^10.24.1 @@ -246,7 +246,7 @@ importers: specifier: ^1.3.0 version: 1.3.0(preact@10.24.1) astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro preact: specifier: ^10.24.1 @@ -264,7 +264,7 @@ importers: specifier: ^18.3.0 version: 18.3.0 astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -279,7 +279,7 @@ importers: specifier: ^4.4.2 version: link:../../packages/integrations/solid astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro solid-js: specifier: ^1.9.1 @@ -291,7 +291,7 @@ importers: specifier: ^5.7.1 version: link:../../packages/integrations/svelte astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro svelte: specifier: ^4.2.19 @@ -300,10 +300,10 @@ importers: examples/framework-vue: dependencies: '@astrojs/vue': - specifier: ^4.5.1 + specifier: ^4.5.2 version: link:../../packages/integrations/vue astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro vue: specifier: ^3.5.10 @@ -315,13 +315,13 @@ importers: specifier: ^8.3.4 version: 8.3.4(astro@packages+astro) astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro examples/middleware: @@ -330,7 +330,7 @@ importers: specifier: ^8.3.4 version: 8.3.4(astro@packages+astro) astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro html-minifier: specifier: ^4.0.0 @@ -343,19 +343,19 @@ importers: examples/minimal: dependencies: astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro examples/non-html-pages: dependencies: astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro examples/server-islands: @@ -382,7 +382,7 @@ importers: specifier: ^18.3.0 version: 18.3.0 astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro postcss: specifier: ^8.4.47 @@ -406,7 +406,7 @@ importers: specifier: ^5.7.1 version: link:../../packages/integrations/svelte astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro svelte: specifier: ^4.2.19 @@ -415,7 +415,7 @@ importers: examples/starlog: dependencies: astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro sass: specifier: ^1.79.4 @@ -427,7 +427,7 @@ importers: examples/toolbar-app: devDependencies: astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro examples/view-transitions: @@ -439,7 +439,7 @@ importers: specifier: ^5.1.1 version: link:../../packages/integrations/tailwind astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro examples/with-markdoc: @@ -448,7 +448,7 @@ importers: specifier: ^0.11.4 version: link:../../packages/integrations/markdoc astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro examples/with-markdown-plugins: @@ -457,7 +457,7 @@ importers: specifier: ^5.2.0 version: link:../../packages/markdown/remark astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro hast-util-select: specifier: ^6.0.2 @@ -478,7 +478,7 @@ importers: examples/with-markdown-shiki: dependencies: astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro examples/with-mdx: @@ -490,7 +490,7 @@ importers: specifier: ^3.5.3 version: link:../../packages/integrations/preact astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro preact: specifier: ^10.24.1 @@ -505,7 +505,7 @@ importers: specifier: ^0.5.2 version: 0.5.2(nanostores@0.11.3)(preact@10.24.1) astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro nanostores: specifier: ^0.11.3 @@ -526,7 +526,7 @@ importers: specifier: ^1.6.4 version: 1.6.4 astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro autoprefixer: specifier: ^10.4.20 @@ -544,7 +544,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro vitest: specifier: ^2.1.1