summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/clean-oranges-tease.md5
-rw-r--r--.changeset/dry-dragons-shout.md5
-rw-r--r--.changeset/fifty-socks-end.md5
-rw-r--r--.changeset/large-dodos-bake.md5
-rw-r--r--.changeset/tall-bears-return.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.json4
-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.md12
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/integrations/alpinejs/CHANGELOG.md6
-rw-r--r--packages/integrations/alpinejs/package.json2
-rw-r--r--pnpm-lock.yaml48
33 files changed, 68 insertions, 75 deletions
diff --git a/.changeset/clean-oranges-tease.md b/.changeset/clean-oranges-tease.md
deleted file mode 100644
index 97e1e5155..000000000
--- 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/dry-dragons-shout.md b/.changeset/dry-dragons-shout.md
deleted file mode 100644
index db67c75ed..000000000
--- a/.changeset/dry-dragons-shout.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Adds a more descriptive error when a content collection entry has an invalid ID.
diff --git a/.changeset/fifty-socks-end.md b/.changeset/fifty-socks-end.md
deleted file mode 100644
index 8b4476fbc..000000000
--- 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 a007e9c6b..000000000
--- 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 71fe7299d..000000000
--- 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 63810e538..11da71aa6 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 1af7959c1..d886200d8 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 1b71f00eb..d4b27c1fd 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 5919e09ff..85eeed827 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 09962b686..bfde0c0c2 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 a6fed4ff3..a2e47da26 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 08bebf88c..b5b80058f 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 552c1d87c..52dc15a5c 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 996a240d9..16315c8e0 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 96868253c..3d11a6434 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 92f25f0c4..0f407d2c9 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 c3db4fa3f..b2223709b 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 f9fb6d63f..2986c8fca 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 d167eebe5..3eedcf1e8 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 2fd651030..cda153ca9 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 403ad64f9..17be4e3a6 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 a1c111797..e3ad891f1 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 9a574cf85..0a8812724 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 a222c706b..7388e7c37 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 f8aa963c2..9e768bcd9 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 db49afe81..bef38265a 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 2513470fe..dba5fa742 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 54d6a240b..b99627517 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 b2b43d926..04372d4cd 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,17 @@
# 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
+
+- [#12892](https://github.com/withastro/astro/pull/12892) [`8f520f1`](https://github.com/withastro/astro/commit/8f520f1cc67db51feb966c710e72490a05b88954) Thanks [@louisescher](https://github.com/louisescher)! - Adds a more descriptive error when a content collection entry has an invalid ID.
+
+- [#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 2af7c5fc7..87f391c08 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 b102fc45b..0541b1c4a 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 19f7271b6..6217be943 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 3d78fdd60..0b3b7accc 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