diff --git a/.changeset/clean-oranges-tease.md b/.changeset/clean-oranges-tease.md deleted file mode 100644 index 97e1e515506a..000000000000 --- a/.changeset/clean-oranges-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Updates types and dev toolbar for ARIA 1.2 attributes and roles diff --git a/.changeset/fifty-socks-end.md b/.changeset/fifty-socks-end.md deleted file mode 100644 index 8b4476fbcfc8..000000000000 --- a/.changeset/fifty-socks-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Updates the server islands encoding logic to only escape the script end tag open delimiter and opening HTML comment syntax diff --git a/.changeset/large-dodos-bake.md b/.changeset/large-dodos-bake.md deleted file mode 100644 index a007e9c6b758..000000000000 --- a/.changeset/large-dodos-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a regression that prevented the import of Markdown files as raw text or URLs. diff --git a/.changeset/tall-bears-return.md b/.changeset/tall-bears-return.md deleted file mode 100644 index 71fe7299deb0..000000000000 --- a/.changeset/tall-bears-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/alpinejs": patch ---- - -Fixes an issue with user scripts running after `Alpine.start()` diff --git a/examples/basics/package.json b/examples/basics/package.json index 63810e5385c8..11da71aa62e1 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.1.8" + "astro": "^5.1.9" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 1af7959c16bb..d886200d883c 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,6 +13,6 @@ "@astrojs/mdx": "^4.0.7", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.2.1", - "astro": "^5.1.8" + "astro": "^5.1.9" } } diff --git a/examples/component/package.json b/examples/component/package.json index 1b71f00eb7a8..d4b27c1fdda8 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.1.8" + "astro": "^5.1.9" }, "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 5919e09ff0ae..85eeed82736f 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/react": "^4.1.6", - "astro": "^5.1.8", + "astro": "^5.1.9", "react": "^18.3.1", "react-dom": "^18.3.1", "vitest": "^3.0.2" diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 09962b6860a4..bfde0c0c2f5a 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/alpinejs": "^0.4.2", + "@astrojs/alpinejs": "^0.4.3", "@types/alpinejs": "^3.13.11", "alpinejs": "^3.14.8", - "astro": "^5.1.8" + "astro": "^5.1.9" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index a6fed4ff31da..a2e47da26998 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -17,7 +17,7 @@ "@astrojs/vue": "^5.0.6", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", - "astro": "^5.1.8", + "astro": "^5.1.9", "preact": "^10.25.4", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 08bebf88cf26..b5b80058f889 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^4.0.3", "@preact/signals": "^2.0.1", - "astro": "^5.1.8", + "astro": "^5.1.9", "preact": "^10.25.4" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 552c1d87ce3d..52dc15a5c3d4 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^4.1.6", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", - "astro": "^5.1.8", + "astro": "^5.1.9", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 996a240d971b..16315c8e07ec 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/solid-js": "^5.0.4", - "astro": "^5.1.8", + "astro": "^5.1.9", "solid-js": "^1.9.4" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 96868253cf8b..3d11a64343b0 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/svelte": "^7.0.4", - "astro": "^5.1.8", + "astro": "^5.1.9", "svelte": "^5.19.0" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 92f25f0c4e68..0f407d2c9494 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/vue": "^5.0.6", - "astro": "^5.1.8", + "astro": "^5.1.9", "vue": "^3.5.13" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index c3db4fa3f5b2..b2223709b9cf 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/node": "^9.0.1", - "astro": "^5.1.8" + "astro": "^5.1.9" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index f9fb6d63fb94..2986c8fca4f2 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.1.8" + "astro": "^5.1.9" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index d167eebe51bd..3eedcf1e8597 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.1.8" + "astro": "^5.1.9" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 2fd651030b41..cda153ca9f0d 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.1.8" + "astro": "^5.1.9" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 403ad64f9485..17be4e3a6c25 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/node": "^9.0.1", "@astrojs/svelte": "^7.0.4", - "astro": "^5.1.8", + "astro": "^5.1.9", "svelte": "^5.19.0" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index a1c111797127..e3ad891f1b69 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.1.8", + "astro": "^5.1.9", "sass": "^1.83.4", "sharp": "^0.33.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index 9a574cf85620..0a8812724691 100644 --- a/examples/toolbar-app/package.json +++ b/examples/toolbar-app/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "@types/node": "^18.17.8", - "astro": "^5.1.8" + "astro": "^5.1.9" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index a222c706bcaf..7388e7c372d0 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.12.7", - "astro": "^5.1.8" + "astro": "^5.1.9" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index f8aa963c2a41..9e768bcd999a 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/mdx": "^4.0.7", "@astrojs/preact": "^4.0.3", - "astro": "^5.1.8", + "astro": "^5.1.9", "preact": "^10.25.4" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index db49afe81d11..bef38265a49a 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^4.0.3", "@nanostores/preact": "^0.5.2", - "astro": "^5.1.8", + "astro": "^5.1.9", "nanostores": "^0.11.3", "preact": "^10.25.4" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 2513470fea6d..dba5fa742185 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -13,7 +13,7 @@ "@astrojs/mdx": "^4.0.7", "@astrojs/tailwind": "^5.1.5", "@types/canvas-confetti": "^1.9.0", - "astro": "^5.1.8", + "astro": "^5.1.9", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", "postcss": "^8.5.1", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 54d6a240b504..b9962751785c 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.1.8", + "astro": "^5.1.9", "vitest": "^3.0.2" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index b2b43d9267a3..a3ca4d3e1d4f 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,15 @@ # astro +## 5.1.9 + +### Patch Changes + +- [#12986](https://github.com/withastro/astro/pull/12986) [`8911bda`](https://github.com/withastro/astro/commit/8911bdacabb7fffb82bb3b3628467731ea233187) Thanks [@wetheredge](https://github.com/wetheredge)! - Updates types and dev toolbar for ARIA 1.2 attributes and roles + +- [#13031](https://github.com/withastro/astro/pull/13031) [`f576519`](https://github.com/withastro/astro/commit/f5765196e9cd5c582da04ae3bceb4ee1d62b7eae) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Updates the server islands encoding logic to only escape the script end tag open delimiter and opening HTML comment syntax + +- [#13026](https://github.com/withastro/astro/pull/13026) [`1d272f6`](https://github.com/withastro/astro/commit/1d272f6a5a3af16ad2ab9af41b7193ce67964b69) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a regression that prevented the import of Markdown files as raw text or URLs. + ## 5.1.8 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 2af7c5fc788a..87f391c0863f 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "5.1.8", + "version": "5.1.9", "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/integrations/alpinejs/CHANGELOG.md b/packages/integrations/alpinejs/CHANGELOG.md index b102fc45b351..0541b1c4a1a3 100644 --- a/packages/integrations/alpinejs/CHANGELOG.md +++ b/packages/integrations/alpinejs/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/alpinejs +## 0.4.3 + +### Patch Changes + +- [#13014](https://github.com/withastro/astro/pull/13014) [`820eee3`](https://github.com/withastro/astro/commit/820eee334b66e40d9e794daab04d0d1cf48f0185) Thanks [@jasonlav](https://github.com/jasonlav)! - Fixes an issue with user scripts running after `Alpine.start()` + ## 0.4.2 ### Patch Changes diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json index 19f7271b6607..6217be943d2e 100644 --- a/packages/integrations/alpinejs/package.json +++ b/packages/integrations/alpinejs/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/alpinejs", "description": "Use Alpine within Astro", - "version": "0.4.2", + "version": "0.4.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5b9098645ffc..3dc5bdb34833 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -142,7 +142,7 @@ importers: examples/basics: dependencies: astro: - specifier: ^5.1.8 + specifier: ^5.1.9 version: link:../../packages/astro examples/blog: @@ -157,13 +157,13 @@ importers: specifier: ^3.2.1 version: link:../../packages/integrations/sitemap astro: - specifier: ^5.1.8 + specifier: ^5.1.9 version: link:../../packages/astro examples/component: devDependencies: astro: - specifier: ^5.1.8 + specifier: ^5.1.9 version: link:../../packages/astro examples/container-with-vitest: @@ -172,7 +172,7 @@ importers: specifier: ^4.1.6 version: link:../../packages/integrations/react astro: - specifier: ^5.1.8 + specifier: ^5.1.9 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -194,7 +194,7 @@ importers: examples/framework-alpine: dependencies: '@astrojs/alpinejs': - specifier: ^0.4.2 + specifier: ^0.4.3 version: link:../../packages/integrations/alpinejs '@types/alpinejs': specifier: ^3.13.11 @@ -203,7 +203,7 @@ importers: specifier: ^3.14.8 version: 3.14.8 astro: - specifier: ^5.1.8 + specifier: ^5.1.9 version: link:../../packages/astro examples/framework-multiple: @@ -230,7 +230,7 @@ importers: specifier: ^18.3.5 version: 18.3.5(@types/react@18.3.18) astro: - specifier: ^5.1.8 + specifier: ^5.1.9 version: link:../../packages/astro preact: specifier: ^10.25.4 @@ -260,7 +260,7 @@ importers: specifier: ^2.0.1 version: 2.0.1(preact@10.25.4) astro: - specifier: ^5.1.8 + specifier: ^5.1.9 version: link:../../packages/astro preact: specifier: ^10.25.4 @@ -278,7 +278,7 @@ importers: specifier: ^18.3.5 version: 18.3.5(@types/react@18.3.18) astro: - specifier: ^5.1.8 + specifier: ^5.1.9 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -293,7 +293,7 @@ importers: specifier: ^5.0.4 version: link:../../packages/integrations/solid astro: - specifier: ^5.1.8 + specifier: ^5.1.9 version: link:../../packages/astro solid-js: specifier: ^1.9.4 @@ -305,7 +305,7 @@ importers: specifier: ^7.0.4 version: link:../../packages/integrations/svelte astro: - specifier: ^5.1.8 + specifier: ^5.1.9 version: link:../../packages/astro svelte: specifier: ^5.19.0 @@ -317,7 +317,7 @@ importers: specifier: ^5.0.6 version: link:../../packages/integrations/vue astro: - specifier: ^5.1.8 + specifier: ^5.1.9 version: link:../../packages/astro vue: specifier: ^3.5.13 @@ -329,25 +329,25 @@ importers: specifier: ^9.0.1 version: 9.0.1(astro@packages+astro) astro: - specifier: ^5.1.8 + specifier: ^5.1.9 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^5.1.8 + specifier: ^5.1.9 version: link:../../packages/astro examples/minimal: dependencies: astro: - specifier: ^5.1.8 + specifier: ^5.1.9 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^5.1.8 + specifier: ^5.1.9 version: link:../../packages/astro examples/ssr: @@ -359,7 +359,7 @@ importers: specifier: ^7.0.4 version: link:../../packages/integrations/svelte astro: - specifier: ^5.1.8 + specifier: ^5.1.9 version: link:../../packages/astro svelte: specifier: ^5.19.0 @@ -368,7 +368,7 @@ importers: examples/starlog: dependencies: astro: - specifier: ^5.1.8 + specifier: ^5.1.9 version: link:../../packages/astro sass: specifier: ^1.83.4 @@ -383,7 +383,7 @@ importers: specifier: ^18.17.8 version: 18.19.50 astro: - specifier: ^5.1.8 + specifier: ^5.1.9 version: link:../../packages/astro examples/with-markdoc: @@ -392,7 +392,7 @@ importers: specifier: ^0.12.7 version: link:../../packages/integrations/markdoc astro: - specifier: ^5.1.8 + specifier: ^5.1.9 version: link:../../packages/astro examples/with-mdx: @@ -404,7 +404,7 @@ importers: specifier: ^4.0.3 version: link:../../packages/integrations/preact astro: - specifier: ^5.1.8 + specifier: ^5.1.9 version: link:../../packages/astro preact: specifier: ^10.25.4 @@ -419,7 +419,7 @@ importers: specifier: ^0.5.2 version: 0.5.2(nanostores@0.11.3)(preact@10.25.4) astro: - specifier: ^5.1.8 + specifier: ^5.1.9 version: link:../../packages/astro nanostores: specifier: ^0.11.3 @@ -440,7 +440,7 @@ importers: specifier: ^1.9.0 version: 1.9.0 astro: - specifier: ^5.1.8 + specifier: ^5.1.9 version: link:../../packages/astro autoprefixer: specifier: ^10.4.20 @@ -458,7 +458,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^5.1.8 + specifier: ^5.1.9 version: link:../../packages/astro vitest: specifier: ^3.0.2