diff --git a/.changeset/beige-rice-tap.md b/.changeset/beige-rice-tap.md deleted file mode 100644 index 67c7427a9317..000000000000 --- 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 06588695c307..000000000000 --- 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/eighty-ligers-punch.md b/.changeset/eighty-ligers-punch.md deleted file mode 100644 index ee7acbec3b87..000000000000 --- a/.changeset/eighty-ligers-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/svelte': patch ---- - -Fixes an Reference Error that occurred during client transitions diff --git a/.changeset/large-phones-compare.md b/.changeset/large-phones-compare.md deleted file mode 100644 index a603ea0a2c0c..000000000000 --- 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/mighty-lions-give.md b/.changeset/mighty-lions-give.md deleted file mode 100644 index 639e1569debe..000000000000 --- a/.changeset/mighty-lions-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/db': patch ---- - -Fixes initial schema push for local file and in-memory libSQL DB diff --git a/.changeset/ninety-monkeys-complain.md b/.changeset/ninety-monkeys-complain.md deleted file mode 100644 index c8a06da1f37f..000000000000 --- 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/shy-knives-pretend.md b/.changeset/shy-knives-pretend.md deleted file mode 100644 index 399065ca210e..000000000000 --- a/.changeset/shy-knives-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/db': patch ---- - -Fixes relative local libSQL db URL diff --git a/.changeset/strange-cats-notice.md b/.changeset/strange-cats-notice.md deleted file mode 100644 index bb17a5aaed9a..000000000000 --- 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 34c626b3941f..000000000000 --- 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 d4df145844e0..000000000000 --- 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/twenty-spoons-sneeze.md b/.changeset/twenty-spoons-sneeze.md deleted file mode 100644 index c4a4bb59254c..000000000000 --- a/.changeset/twenty-spoons-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Updates the [`cookie`](https://npmjs.com/package/cookie) dependency to avoid the [CVE 2024-47764](https://nvd.nist.gov/vuln/detail/CVE-2024-47764) vulnerability. diff --git a/.changeset/wicked-sloths-cry.md b/.changeset/wicked-sloths-cry.md deleted file mode 100644 index e701bb6b860d..000000000000 --- a/.changeset/wicked-sloths-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/vue": patch ---- - -Fixes an Reference Error that occurred during client transitions diff --git a/.changeset/wise-pumas-fry.md b/.changeset/wise-pumas-fry.md deleted file mode 100644 index 90452298ca3f..000000000000 --- 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 cc794deb39dc..7b84fa3d8b6c 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 8f20c398ca6e..366bd5576552 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 350d58f40956..0896e2626e95 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 c893f2036161..0ef2ba7a769f 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 672050c57a51..8ec2b1217e75 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 e346a30c25fb..5a87a490b8ff 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 0b50dd93bae9..21f27160183f 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -14,11 +14,11 @@ "@astrojs/preact": "^3.5.3", "@astrojs/react": "^3.6.2", "@astrojs/solid-js": "^4.4.2", - "@astrojs/svelte": "^5.7.1", - "@astrojs/vue": "^4.5.1", + "@astrojs/svelte": "^5.7.2", + "@astrojs/vue": "^4.5.2", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", - "astro": "^4.15.11", + "astro": "^4.15.12", "preact": "^10.24.2", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 06ef506685b4..9c89525fc490 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.2" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index c8b05da0cb9c..2dd1e6211011 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.11", "@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 cb99bbb437b3..721dda5c4f89 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 48e01dd8433c..f9c6448a01df 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^5.7.1", - "astro": "^4.15.11", + "@astrojs/svelte": "^5.7.2", + "astro": "^4.15.12", "svelte": "^4.2.19" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 498f133e4375..8411c9d37fd7 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.11" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index fcb216010a41..50ddf619ebb5 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 4737e512d327..424f36fd6d3e 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 bb0aae85413b..29cc0c5763bf 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 faa801c00639..70d918ac41fc 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 b7c88a476fda..d51b7fde3d92 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 c05136f77071..579dbad57426 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 bf2edf811f84..e36a883d2010 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.11", "@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 05e66e08f204..fafdcaacaa34 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,8 +13,8 @@ }, "dependencies": { "@astrojs/node": "^8.3.4", - "@astrojs/svelte": "^5.7.1", - "astro": "^4.15.11", + "@astrojs/svelte": "^5.7.2", + "astro": "^4.15.12", "svelte": "^4.2.19" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index e9030e34517e..49c08189db03 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 c53809e72fb0..a635bf7b0c2a 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 86dc3b9f9b11..a1cc6d5966a1 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 4678c8941a5d..4d883ab77f11 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 7320e6c00b4a..dfa6ba5aca4b 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 ddaea577fb8d..774f622deae2 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 61cd4268516c..0a7fc9f2e23a 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.2" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 318d6ff6e486..1440ab4cbf02 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.2" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 390f8c17fd4f..8973f5bc8882 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 65b3ac06f1e9..4b0efac403fc 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.2" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 8db3a1bb83a5..2222030ad29d 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,25 @@ # 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 + +- [#12132](https://github.com/withastro/astro/pull/12132) [`de35daa`](https://github.com/withastro/astro/commit/de35daa8517555c1b9c72bc7fe9cc955c4997a83) Thanks [@jcayzac](https://github.com/jcayzac)! - Updates the [`cookie`](https://npmjs.com/package/cookie) dependency to avoid the [CVE 2024-47764](https://nvd.nist.gov/vuln/detail/CVE-2024-47764) vulnerability. + +- [#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 b44458af368c..0c92715060ca 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 9d91eab2a6ce..59f6ab93f947 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 d48c7065d294..35f29e83c6f9 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 ad11ec028562..376fde88d7b0 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -1,5 +1,18 @@ # @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 + +- [#12089](https://github.com/withastro/astro/pull/12089) [`6e06e6e`](https://github.com/withastro/astro/commit/6e06e6ed4f1c983f842527d7e3561a45a4407777) Thanks [@Fryuni](https://github.com/Fryuni)! - Fixes initial schema push for local file and in-memory libSQL DB + +- [#12089](https://github.com/withastro/astro/pull/12089) [`6e06e6e`](https://github.com/withastro/astro/commit/6e06e6ed4f1c983f842527d7e3561a45a4407777) Thanks [@Fryuni](https://github.com/Fryuni)! - Fixes relative local libSQL db URL + +- 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 d54cc4260c07..2a94bf81ba14 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/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index 2d6c5b42b2a9..12f1560c8c3c 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/svelte +## 5.7.2 + +### Patch Changes + +- [#12129](https://github.com/withastro/astro/pull/12129) [`5bc6223`](https://github.com/withastro/astro/commit/5bc6223b1200baba9679a4dafea79c73486c275d) Thanks [@martrapp](https://github.com/martrapp)! - Fixes an Reference Error that occurred during client transitions + ## 5.7.1 ### Patch Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 7da15c68dd46..0470efbfe33b 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "5.7.1", + "version": "5.7.2", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index 1e56988497c4..e27cfa885767 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,13 @@ # @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 + +- [#12116](https://github.com/withastro/astro/pull/12116) [`af8401e`](https://github.com/withastro/astro/commit/af8401ebf9e5cbe94ded0d0f745ed1e3ec6f6d8a) Thanks [@sammibajrami](https://github.com/sammibajrami)! - Fixes an Reference Error that occurred during client transitions + ## 4.5.1 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index be8b2bfe1d2e..4a321c85a69b 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 2156497a7909..2cf6c05f6c31 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 c036f8366a74..38655068b3b7 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 e72aac28e616..d2488100f115 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 @@ -204,10 +204,10 @@ importers: specifier: ^4.4.2 version: link:../../packages/integrations/solid '@astrojs/svelte': - specifier: ^5.7.1 + specifier: ^5.7.2 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.11 @@ -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.2 @@ -246,7 +246,7 @@ importers: specifier: ^1.3.0 version: 1.3.0(preact@10.24.2) astro: - specifier: ^4.15.11 + specifier: ^4.15.12 version: link:../../packages/astro preact: specifier: ^10.24.2 @@ -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 @@ -288,10 +288,10 @@ importers: examples/framework-svelte: dependencies: '@astrojs/svelte': - specifier: ^5.7.1 + specifier: ^5.7.2 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.11 @@ -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 @@ -403,10 +403,10 @@ importers: specifier: ^8.3.4 version: 8.3.4(astro@packages+astro) '@astrojs/svelte': - specifier: ^5.7.1 + specifier: ^5.7.2 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.2 @@ -505,7 +505,7 @@ importers: specifier: ^0.5.2 version: 0.5.2(nanostores@0.11.3)(preact@10.24.2) 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.2 @@ -8822,7 +8822,6 @@ packages: libsql@0.4.5: resolution: {integrity: sha512-sorTJV6PNt94Wap27Sai5gtVLIea4Otb2LUiAUyr3p6BPOScGMKGt5F1b5X/XgkNtcsDKeX5qfeBDj+PdShclQ==} - cpu: [x64, arm64, wasm32] os: [darwin, linux, win32] lilconfig@2.1.0: