summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/beige-zebras-ring.md5
-rw-r--r--.changeset/blue-ladybugs-march.md5
-rw-r--r--.changeset/chilly-tips-breathe.md5
-rw-r--r--.changeset/eight-ears-call.md7
-rw-r--r--.changeset/forty-actors-wash.md5
-rw-r--r--.changeset/gold-zebras-burn.md5
-rw-r--r--.changeset/great-parrots-raise.md5
-rw-r--r--.changeset/old-goats-occur.md5
-rw-r--r--.changeset/rare-ants-swim.md5
-rw-r--r--.changeset/rude-deers-turn.md5
-rw-r--r--.changeset/shy-knives-unite.md5
-rw-r--r--.changeset/small-emus-deny.md5
-rw-r--r--.changeset/soft-sheep-glow.md18
-rw-r--r--.changeset/tidy-dogs-remain.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog/package.json6
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/framework-alpine/package.json4
-rw-r--r--examples/framework-lit/package.json4
-rw-r--r--examples/framework-multiple/package.json12
-rw-r--r--examples/framework-preact/package.json4
-rw-r--r--examples/framework-react/package.json4
-rw-r--r--examples/framework-solid/package.json4
-rw-r--r--examples/framework-svelte/package.json4
-rw-r--r--examples/framework-vue/package.json4
-rw-r--r--examples/hackernews/package.json4
-rw-r--r--examples/integration/package.json2
-rw-r--r--examples/middleware/package.json4
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/non-html-pages/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/ssr/package.json6
-rw-r--r--examples/view-transitions/package.json6
-rw-r--r--examples/with-markdoc/package.json4
-rw-r--r--examples/with-markdown-plugins/package.json2
-rw-r--r--examples/with-markdown-shiki/package.json2
-rw-r--r--examples/with-mdx/package.json6
-rw-r--r--examples/with-nanostores/package.json4
-rw-r--r--examples/with-tailwindcss/package.json6
-rw-r--r--examples/with-vitest/package.json2
-rw-r--r--packages/astro/CHANGELOG.md22
-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--packages/integrations/lit/CHANGELOG.md6
-rw-r--r--packages/integrations/lit/package.json2
-rw-r--r--packages/integrations/markdoc/CHANGELOG.md6
-rw-r--r--packages/integrations/markdoc/package.json2
-rw-r--r--packages/integrations/mdx/CHANGELOG.md6
-rw-r--r--packages/integrations/mdx/package.json2
-rw-r--r--packages/integrations/node/CHANGELOG.md6
-rw-r--r--packages/integrations/node/package.json2
-rw-r--r--packages/integrations/partytown/CHANGELOG.md6
-rw-r--r--packages/integrations/partytown/package.json2
-rw-r--r--packages/integrations/preact/CHANGELOG.md8
-rw-r--r--packages/integrations/preact/package.json2
-rw-r--r--packages/integrations/react/CHANGELOG.md8
-rw-r--r--packages/integrations/react/package.json2
-rw-r--r--packages/integrations/sitemap/CHANGELOG.md6
-rw-r--r--packages/integrations/sitemap/package.json2
-rw-r--r--packages/integrations/solid/CHANGELOG.md8
-rw-r--r--packages/integrations/solid/package.json2
-rw-r--r--packages/integrations/svelte/CHANGELOG.md10
-rw-r--r--packages/integrations/svelte/package.json2
-rw-r--r--packages/integrations/tailwind/CHANGELOG.md10
-rw-r--r--packages/integrations/tailwind/package.json2
-rw-r--r--packages/integrations/vercel/CHANGELOG.md6
-rw-r--r--packages/integrations/vercel/package.json2
-rw-r--r--packages/integrations/vue/CHANGELOG.md6
-rw-r--r--packages/integrations/vue/package.json2
-rw-r--r--pnpm-lock.yaml104
71 files changed, 239 insertions, 204 deletions
diff --git a/.changeset/beige-zebras-ring.md b/.changeset/beige-zebras-ring.md
deleted file mode 100644
index f81f6aa6f..000000000
--- a/.changeset/beige-zebras-ring.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Add support for autocomplete attribute to the HTML button type.
diff --git a/.changeset/blue-ladybugs-march.md b/.changeset/blue-ladybugs-march.md
deleted file mode 100644
index 4394b6ad3..000000000
--- a/.changeset/blue-ladybugs-march.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes duplicated CSS modules content when it's imported by both Astro files and framework components
diff --git a/.changeset/chilly-tips-breathe.md b/.changeset/chilly-tips-breathe.md
deleted file mode 100644
index 6e622f826..000000000
--- a/.changeset/chilly-tips-breathe.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Export JSX namespace from `astro/jsx-runtime` for language tooling to consume
diff --git a/.changeset/eight-ears-call.md b/.changeset/eight-ears-call.md
deleted file mode 100644
index 41a9140a7..000000000
--- a/.changeset/eight-ears-call.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@astrojs/preact': patch
-'@astrojs/react': patch
-'@astrojs/solid-js': patch
----
-
-Improves compatability with the [Qwik adapter](https://github.com/QwikDev/astro)
diff --git a/.changeset/forty-actors-wash.md b/.changeset/forty-actors-wash.md
deleted file mode 100644
index 4a5d79d0a..000000000
--- a/.changeset/forty-actors-wash.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/svelte': patch
----
-
-Filter out Svelte's unknown data prop warnings
diff --git a/.changeset/gold-zebras-burn.md b/.changeset/gold-zebras-burn.md
deleted file mode 100644
index 8cb15a42b..000000000
--- a/.changeset/gold-zebras-burn.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Improves error message for the case where two similarly named files result in the same content entry.
diff --git a/.changeset/great-parrots-raise.md b/.changeset/great-parrots-raise.md
deleted file mode 100644
index 8a78a298a..000000000
--- a/.changeset/great-parrots-raise.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/svelte': patch
----
-
-Forwards errors if a Svelte component fails to instantiate in the client
diff --git a/.changeset/old-goats-occur.md b/.changeset/old-goats-occur.md
deleted file mode 100644
index 8224bbabb..000000000
--- a/.changeset/old-goats-occur.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Prevents unnecessary URI decoding when rendering a route
diff --git a/.changeset/rare-ants-swim.md b/.changeset/rare-ants-swim.md
deleted file mode 100644
index 1bde7bf14..000000000
--- a/.changeset/rare-ants-swim.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Improves errors in certain places to also report their causes.
diff --git a/.changeset/rude-deers-turn.md b/.changeset/rude-deers-turn.md
deleted file mode 100644
index ee54f4416..000000000
--- a/.changeset/rude-deers-turn.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/tailwind': minor
----
-
-Adds `nesting` option to enable `tailwindcss/nesting` support
diff --git a/.changeset/shy-knives-unite.md b/.changeset/shy-knives-unite.md
deleted file mode 100644
index 5aa3c87bf..000000000
--- a/.changeset/shy-knives-unite.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Update Sharp version to ^0.33.1
diff --git a/.changeset/small-emus-deny.md b/.changeset/small-emus-deny.md
deleted file mode 100644
index 4926c0655..000000000
--- a/.changeset/small-emus-deny.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"astro": patch
----
-
-Prevents dev toolbar tooltip from overflowing outside of the screen
diff --git a/.changeset/soft-sheep-glow.md b/.changeset/soft-sheep-glow.md
deleted file mode 100644
index 90b26828a..000000000
--- a/.changeset/soft-sheep-glow.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-'@astrojs/alpinejs': patch
-'@astrojs/lit': patch
-'@astrojs/markdoc': patch
-'@astrojs/mdx': patch
-'@astrojs/node': patch
-'@astrojs/partytown': patch
-'@astrojs/preact': patch
-'@astrojs/react': patch
-'@astrojs/sitemap': patch
-'@astrojs/solid-js': patch
-'@astrojs/svelte': patch
-'@astrojs/tailwind': patch
-'@astrojs/vercel': patch
-'@astrojs/vue': patch
----
-
-Updates README
diff --git a/.changeset/tidy-dogs-remain.md b/.changeset/tidy-dogs-remain.md
deleted file mode 100644
index aef030c9d..000000000
--- a/.changeset/tidy-dogs-remain.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Adds a helpful warning message for when an exported API Route is not uppercase.
diff --git a/examples/basics/package.json b/examples/basics/package.json
index e6e61c6d7..ff55e0d31 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.0.7"
+ "astro": "^4.0.8"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 32e326226..6e0bd7a2c 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^2.0.2",
+ "@astrojs/mdx": "^2.0.3",
"@astrojs/rss": "^4.0.1",
- "@astrojs/sitemap": "^3.0.3",
- "astro": "^4.0.7"
+ "@astrojs/sitemap": "^3.0.4",
+ "astro": "^4.0.8"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 6b056cff0..67ec5a3a8 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^4.0.7"
+ "astro": "^4.0.8"
},
"peerDependencies": {
"astro": "^3.0.0"
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 8747cae30..da02b10ce 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/alpinejs": "^0.3.1",
+ "@astrojs/alpinejs": "^0.3.2",
"@types/alpinejs": "^3.13.5",
"alpinejs": "^3.13.3",
- "astro": "^4.0.7"
+ "astro": "^4.0.8"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 483b3209d..a12879c13 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/lit": "^4.0.0",
+ "@astrojs/lit": "^4.0.1",
"@webcomponents/template-shadowroot": "^0.2.1",
- "astro": "^4.0.7",
+ "astro": "^4.0.8",
"lit": "^2.8.0"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 725a8252b..235c0015e 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -11,12 +11,12 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^3.0.1",
- "@astrojs/react": "^3.0.8",
- "@astrojs/solid-js": "^3.0.2",
- "@astrojs/svelte": "^5.0.2",
- "@astrojs/vue": "^4.0.5",
- "astro": "^4.0.7",
+ "@astrojs/preact": "^3.0.2",
+ "@astrojs/react": "^3.0.9",
+ "@astrojs/solid-js": "^3.0.3",
+ "@astrojs/svelte": "^5.0.3",
+ "@astrojs/vue": "^4.0.6",
+ "astro": "^4.0.8",
"preact": "^10.19.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index d767c0b5f..182488e94 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^3.0.1",
+ "@astrojs/preact": "^3.0.2",
"@preact/signals": "^1.2.1",
- "astro": "^4.0.7",
+ "astro": "^4.0.8",
"preact": "^10.19.2"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index bf1e2ee34..c82665504 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/react": "^3.0.8",
+ "@astrojs/react": "^3.0.9",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
- "astro": "^4.0.7",
+ "astro": "^4.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index a283d3f78..a872508ab 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/solid-js": "^3.0.2",
- "astro": "^4.0.7",
+ "@astrojs/solid-js": "^3.0.3",
+ "astro": "^4.0.8",
"solid-js": "^1.8.5"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index e14692cf3..86e67d122 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/svelte": "^5.0.2",
- "astro": "^4.0.7",
+ "@astrojs/svelte": "^5.0.3",
+ "astro": "^4.0.8",
"svelte": "^4.2.5"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 851ac283b..29ad35c92 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/vue": "^4.0.5",
- "astro": "^4.0.7",
+ "@astrojs/vue": "^4.0.6",
+ "astro": "^4.0.8",
"vue": "^3.3.8"
}
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index 1a7646ac8..b10f2aaeb 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/node": "^7.0.2",
- "astro": "^4.0.7"
+ "@astrojs/node": "^7.0.3",
+ "astro": "^4.0.8"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index e59c8e1ef..cac406ddc 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^4.0.7"
+ "astro": "^4.0.8"
},
"peerDependencies": {
"astro": "^3.0.0"
diff --git a/examples/middleware/package.json b/examples/middleware/package.json
index fdea13864..b1af09cde 100644
--- a/examples/middleware/package.json
+++ b/examples/middleware/package.json
@@ -12,8 +12,8 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "@astrojs/node": "^7.0.2",
- "astro": "^4.0.7",
+ "@astrojs/node": "^7.0.3",
+ "astro": "^4.0.8",
"html-minifier": "^4.0.0"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 768f60a09..860897d1b 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.0.7"
+ "astro": "^4.0.8"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index e77e7bfc3..2a1c4d61a 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.0.7"
+ "astro": "^4.0.8"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 124a9f059..3332fc3a3 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.0.7"
+ "astro": "^4.0.8"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 30d9218dd..7ed70e2bf 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,9 +12,9 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "@astrojs/node": "^7.0.2",
- "@astrojs/svelte": "^5.0.2",
- "astro": "^4.0.7",
+ "@astrojs/node": "^7.0.3",
+ "@astrojs/svelte": "^5.0.3",
+ "astro": "^4.0.8",
"svelte": "^4.2.5"
}
}
diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json
index 18e9dbbd0..51069d03d 100644
--- a/examples/view-transitions/package.json
+++ b/examples/view-transitions/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/tailwind": "^5.0.4",
- "@astrojs/node": "^7.0.2",
- "astro": "^4.0.7"
+ "@astrojs/tailwind": "^5.1.0",
+ "@astrojs/node": "^7.0.3",
+ "astro": "^4.0.8"
}
}
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index 67211e723..3a256c74c 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/markdoc": "^0.8.1",
- "astro": "^4.0.7"
+ "@astrojs/markdoc": "^0.8.2",
+ "astro": "^4.0.8"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 7cdb99e34..070443067 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdown-remark": "^4.0.1",
- "astro": "^4.0.7",
+ "astro": "^4.0.8",
"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 02263dcbd..562d476ee 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.0.7"
+ "astro": "^4.0.8"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 11afa2484..016370f40 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^2.0.2",
- "@astrojs/preact": "^3.0.1",
- "astro": "^4.0.7",
+ "@astrojs/mdx": "^2.0.3",
+ "@astrojs/preact": "^3.0.2",
+ "astro": "^4.0.8",
"preact": "^10.19.2"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 1c7e196ca..86a6305f4 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^3.0.1",
+ "@astrojs/preact": "^3.0.2",
"@nanostores/preact": "^0.5.0",
- "astro": "^4.0.7",
+ "astro": "^4.0.8",
"nanostores": "^0.9.5",
"preact": "^10.19.2"
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 7531abebb..c497f3f8a 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^2.0.2",
- "@astrojs/tailwind": "^5.0.4",
+ "@astrojs/mdx": "^2.0.3",
+ "@astrojs/tailwind": "^5.1.0",
"@types/canvas-confetti": "^1.6.3",
- "astro": "^4.0.7",
+ "astro": "^4.0.8",
"autoprefixer": "^10.4.15",
"canvas-confetti": "^1.9.1",
"postcss": "^8.4.28",
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index f2dc13786..ff523da7d 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^4.0.7",
+ "astro": "^4.0.8",
"vitest": "^0.34.2"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index ed5853be5..86a1df59a 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,27 @@
# astro
+## 4.0.8
+
+### Patch Changes
+
+- [#9522](https://github.com/withastro/astro/pull/9522) [`bb1438d20d325acd15f3755c6e306e45a7c64bcd`](https://github.com/withastro/astro/commit/bb1438d20d325acd15f3755c6e306e45a7c64bcd) Thanks [@Zegnat](https://github.com/Zegnat)! - Add support for autocomplete attribute to the HTML button type.
+
+- [#9531](https://github.com/withastro/astro/pull/9531) [`662f06fd9fae377bed1aaa49adbba3542cced087`](https://github.com/withastro/astro/commit/662f06fd9fae377bed1aaa49adbba3542cced087) Thanks [@bluwy](https://github.com/bluwy)! - Fixes duplicated CSS modules content when it's imported by both Astro files and framework components
+
+- [#9501](https://github.com/withastro/astro/pull/9501) [`eb36e95596fcdb3db4a31744e910495e22e3af84`](https://github.com/withastro/astro/commit/eb36e95596fcdb3db4a31744e910495e22e3af84) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Export JSX namespace from `astro/jsx-runtime` for language tooling to consume
+
+- [#9492](https://github.com/withastro/astro/pull/9492) [`89a2a07c2e411cda32244b7b05d3c79e93f7dd84`](https://github.com/withastro/astro/commit/89a2a07c2e411cda32244b7b05d3c79e93f7dd84) Thanks [@lilnasy](https://github.com/lilnasy)! - Improves error message for the case where two similarly named files result in the same content entry.
+
+- [#9532](https://github.com/withastro/astro/pull/9532) [`7224809b73d2c3ec8e8aee2fa07463dc3b57a7a2`](https://github.com/withastro/astro/commit/7224809b73d2c3ec8e8aee2fa07463dc3b57a7a2) Thanks [@bluwy](https://github.com/bluwy)! - Prevents unnecessary URI decoding when rendering a route
+
+- [#9478](https://github.com/withastro/astro/pull/9478) [`dfef925e1fd07f3efb9fde6f4f23548f2af7dc75`](https://github.com/withastro/astro/commit/dfef925e1fd07f3efb9fde6f4f23548f2af7dc75) Thanks [@lilnasy](https://github.com/lilnasy)! - Improves errors in certain places to also report their causes.
+
+- [#9463](https://github.com/withastro/astro/pull/9463) [`3b0eaed3b544ef8c4ec1f7b0d5a8f475bcfeb25e`](https://github.com/withastro/astro/commit/3b0eaed3b544ef8c4ec1f7b0d5a8f475bcfeb25e) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Update Sharp version to ^0.33.1
+
+- [#9512](https://github.com/withastro/astro/pull/9512) [`1469e0e5a915e6b42b9953dbb48fe57a74518056`](https://github.com/withastro/astro/commit/1469e0e5a915e6b42b9953dbb48fe57a74518056) Thanks [@mingjunlu](https://github.com/mingjunlu)! - Prevents dev toolbar tooltip from overflowing outside of the screen
+
+- [#9497](https://github.com/withastro/astro/pull/9497) [`7f7a7f1aeaec6b327ae0e5e7470a4f46174bf8ae`](https://github.com/withastro/astro/commit/7f7a7f1aeaec6b327ae0e5e7470a4f46174bf8ae) Thanks [@lilnasy](https://github.com/lilnasy)! - Adds a helpful warning message for when an exported API Route is not uppercase.
+
## 4.0.7
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index bc1426744..370c5f829 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "4.0.7",
+ "version": "4.0.8",
"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 3ba6b4753..7c50d2533 100644
--- a/packages/integrations/alpinejs/CHANGELOG.md
+++ b/packages/integrations/alpinejs/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/alpinejs
+## 0.3.2
+
+### Patch Changes
+
+- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
+
## 0.3.1
### Patch Changes
diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json
index 80b3eab2a..c6abdd6bd 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.3.1",
+ "version": "0.3.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/lit/CHANGELOG.md b/packages/integrations/lit/CHANGELOG.md
index ac850f370..8ab7194fd 100644
--- a/packages/integrations/lit/CHANGELOG.md
+++ b/packages/integrations/lit/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/lit
+## 4.0.1
+
+### Patch Changes
+
+- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
+
## 4.0.0
### Major Changes
diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json
index 9588462ba..dfeb153bc 100644
--- a/packages/integrations/lit/package.json
+++ b/packages/integrations/lit/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/lit",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "Use Lit components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md
index f7c46e2bb..d6226c5d1 100644
--- a/packages/integrations/markdoc/CHANGELOG.md
+++ b/packages/integrations/markdoc/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/markdoc
+## 0.8.2
+
+### Patch Changes
+
+- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
+
## 0.8.1
### Patch Changes
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index f564a7dda..d3edca0af 100644
--- a/packages/integrations/markdoc/package.json
+++ b/packages/integrations/markdoc/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/markdoc",
"description": "Add support for Markdoc in your Astro site",
- "version": "0.8.1",
+ "version": "0.8.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md
index 9a799dffd..e91ef7746 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/mdx
+## 2.0.3
+
+### Patch Changes
+
+- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
+
## 2.0.2
### Patch Changes
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index 05df6c4d0..84e938b3d 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/mdx",
"description": "Add support for MDX pages in your Astro site",
- "version": "2.0.2",
+ "version": "2.0.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md
index 5783fc241..2a37ae6f8 100644
--- a/packages/integrations/node/CHANGELOG.md
+++ b/packages/integrations/node/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/node
+## 7.0.3
+
+### Patch Changes
+
+- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
+
## 7.0.2
### Patch Changes
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index 2e05be8b3..f2ed4f2e5 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/node",
"description": "Deploy your site to a Node.js server",
- "version": "7.0.2",
+ "version": "7.0.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md
index c871fb97b..c6765b5f1 100644
--- a/packages/integrations/partytown/CHANGELOG.md
+++ b/packages/integrations/partytown/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/partytown
+## 2.0.3
+
+### Patch Changes
+
+- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
+
## 2.0.2
### Patch Changes
diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json
index ee135426c..a9d41f014 100644
--- a/packages/integrations/partytown/package.json
+++ b/packages/integrations/partytown/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/partytown",
"description": "Use Partytown to move scripts into a web worker in your Astro project",
- "version": "2.0.2",
+ "version": "2.0.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md
index 31ff79c90..994349bec 100644
--- a/packages/integrations/preact/CHANGELOG.md
+++ b/packages/integrations/preact/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/preact
+## 3.0.2
+
+### Patch Changes
+
+- [#9482](https://github.com/withastro/astro/pull/9482) [`72b26daf694b213918f02d0fcbf90ab5b7ebc31f`](https://github.com/withastro/astro/commit/72b26daf694b213918f02d0fcbf90ab5b7ebc31f) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Improves compatability with the [Qwik adapter](https://github.com/QwikDev/astro)
+
+- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
+
## 3.0.1
### Patch Changes
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json
index 84043fb76..80678b15e 100644
--- a/packages/integrations/preact/package.json
+++ b/packages/integrations/preact/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/preact",
"description": "Use Preact components within Astro",
- "version": "3.0.1",
+ "version": "3.0.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md
index 1d90d20b9..48d712ae9 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/react
+## 3.0.9
+
+### Patch Changes
+
+- [#9482](https://github.com/withastro/astro/pull/9482) [`72b26daf694b213918f02d0fcbf90ab5b7ebc31f`](https://github.com/withastro/astro/commit/72b26daf694b213918f02d0fcbf90ab5b7ebc31f) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Improves compatability with the [Qwik adapter](https://github.com/QwikDev/astro)
+
+- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
+
## 3.0.8
### Patch Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index ce3c39fd6..dbabe0be0 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/react",
"description": "Use React components within Astro",
- "version": "3.0.8",
+ "version": "3.0.9",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md
index 6f2777e3a..557f8edef 100644
--- a/packages/integrations/sitemap/CHANGELOG.md
+++ b/packages/integrations/sitemap/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/sitemap
+## 3.0.4
+
+### Patch Changes
+
+- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
+
## 3.0.3
### Patch Changes
diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json
index 5256dedb8..6d9f27508 100644
--- a/packages/integrations/sitemap/package.json
+++ b/packages/integrations/sitemap/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/sitemap",
"description": "Generate a sitemap for your Astro site",
- "version": "3.0.3",
+ "version": "3.0.4",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md
index 65d995436..bcaca37d7 100644
--- a/packages/integrations/solid/CHANGELOG.md
+++ b/packages/integrations/solid/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/solid-js
+## 3.0.3
+
+### Patch Changes
+
+- [#9482](https://github.com/withastro/astro/pull/9482) [`72b26daf694b213918f02d0fcbf90ab5b7ebc31f`](https://github.com/withastro/astro/commit/72b26daf694b213918f02d0fcbf90ab5b7ebc31f) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Improves compatability with the [Qwik adapter](https://github.com/QwikDev/astro)
+
+- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
+
## 3.0.2
### Patch Changes
diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json
index 407d5d870..0018040de 100644
--- a/packages/integrations/solid/package.json
+++ b/packages/integrations/solid/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/solid-js",
- "version": "3.0.2",
+ "version": "3.0.3",
"description": "Use Solid components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md
index 6cc51bd77..c0fa0c3f7 100644
--- a/packages/integrations/svelte/CHANGELOG.md
+++ b/packages/integrations/svelte/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/svelte
+## 5.0.3
+
+### Patch Changes
+
+- [#9510](https://github.com/withastro/astro/pull/9510) [`cf993bc263b58502096f00d383266cd179f331af`](https://github.com/withastro/astro/commit/cf993bc263b58502096f00d383266cd179f331af) Thanks [@nikhilk](https://github.com/nikhilk)! - Filter out Svelte's unknown data prop warnings
+
+- [#9530](https://github.com/withastro/astro/pull/9530) [`337ca508bdd4fb88db5db7b9b1aee77624a346f7`](https://github.com/withastro/astro/commit/337ca508bdd4fb88db5db7b9b1aee77624a346f7) Thanks [@bluwy](https://github.com/bluwy)! - Forwards errors if a Svelte component fails to instantiate in the client
+
+- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
+
## 5.0.2
### Patch Changes
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index 7ee52b143..112f047f7 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
- "version": "5.0.2",
+ "version": "5.0.3",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md
index 397ea02c1..f796b1083 100644
--- a/packages/integrations/tailwind/CHANGELOG.md
+++ b/packages/integrations/tailwind/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/tailwind
+## 5.1.0
+
+### Minor Changes
+
+- [#9529](https://github.com/withastro/astro/pull/9529) [`d252fc61b04c1491f51822f5e23fabd404d84d40`](https://github.com/withastro/astro/commit/d252fc61b04c1491f51822f5e23fabd404d84d40) Thanks [@bluwy](https://github.com/bluwy)! - Adds `nesting` option to enable `tailwindcss/nesting` support
+
+### Patch Changes
+
+- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
+
## 5.0.4
### Patch Changes
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index 8ef499dbe..cd797ef33 100644
--- a/packages/integrations/tailwind/package.json
+++ b/packages/integrations/tailwind/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/tailwind",
"description": "Use Tailwind CSS to style your Astro site",
- "version": "5.0.4",
+ "version": "5.1.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md
index 8df3a723e..d2aec2e35 100644
--- a/packages/integrations/vercel/CHANGELOG.md
+++ b/packages/integrations/vercel/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vercel
+## 6.1.1
+
+### Patch Changes
+
+- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
+
## 6.1.0
### Minor Changes
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index bd2071508..bf779881c 100644
--- a/packages/integrations/vercel/package.json
+++ b/packages/integrations/vercel/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/vercel",
"description": "Deploy your site to Vercel",
- "version": "6.1.0",
+ "version": "6.1.1",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md
index 04bd2a20b..40d3bb15c 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vue
+## 4.0.6
+
+### Patch Changes
+
+- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
+
## 4.0.5
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 29b42ca8b..1f59c3e9a 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "4.0.5",
+ "version": "4.0.6",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 9497e7851..efd9ed66c 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -125,34 +125,34 @@ importers:
examples/basics:
dependencies:
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
examples/blog:
dependencies:
'@astrojs/mdx':
- specifier: ^2.0.2
+ specifier: ^2.0.3
version: link:../../packages/integrations/mdx
'@astrojs/rss':
specifier: ^4.0.1
version: link:../../packages/astro-rss
'@astrojs/sitemap':
- specifier: ^3.0.3
+ specifier: ^3.0.4
version: link:../../packages/integrations/sitemap
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
examples/framework-alpine:
dependencies:
'@astrojs/alpinejs':
- specifier: ^0.3.1
+ specifier: ^0.3.2
version: link:../../packages/integrations/alpinejs
'@types/alpinejs':
specifier: ^3.13.5
@@ -161,19 +161,19 @@ importers:
specifier: ^3.13.3
version: 3.13.3
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
examples/framework-lit:
dependencies:
'@astrojs/lit':
- specifier: ^4.0.0
+ specifier: ^4.0.1
version: link:../../packages/integrations/lit
'@webcomponents/template-shadowroot':
specifier: ^0.2.1
version: 0.2.1
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
lit:
specifier: ^2.8.0
@@ -182,22 +182,22 @@ importers:
examples/framework-multiple:
dependencies:
'@astrojs/preact':
- specifier: ^3.0.1
+ specifier: ^3.0.2
version: link:../../packages/integrations/preact
'@astrojs/react':
- specifier: ^3.0.8
+ specifier: ^3.0.9
version: link:../../packages/integrations/react
'@astrojs/solid-js':
- specifier: ^3.0.2
+ specifier: ^3.0.3
version: link:../../packages/integrations/solid
'@astrojs/svelte':
- specifier: ^5.0.2
+ specifier: ^5.0.3
version: link:../../packages/integrations/svelte
'@astrojs/vue':
- specifier: ^4.0.5
+ specifier: ^4.0.6
version: link:../../packages/integrations/vue
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
preact:
specifier: ^10.19.2
@@ -221,13 +221,13 @@ importers:
examples/framework-preact:
dependencies:
'@astrojs/preact':
- specifier: ^3.0.1
+ specifier: ^3.0.2
version: link:../../packages/integrations/preact
'@preact/signals':
specifier: ^1.2.1
version: 1.2.1(preact@10.19.3)
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
preact:
specifier: ^10.19.2
@@ -236,7 +236,7 @@ importers:
examples/framework-react:
dependencies:
'@astrojs/react':
- specifier: ^3.0.8
+ specifier: ^3.0.9
version: link:../../packages/integrations/react
'@types/react':
specifier: ^18.2.37
@@ -245,7 +245,7 @@ importers:
specifier: ^18.2.15
version: 18.2.18
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
react:
specifier: ^18.2.0
@@ -257,10 +257,10 @@ importers:
examples/framework-solid:
dependencies:
'@astrojs/solid-js':
- specifier: ^3.0.2
+ specifier: ^3.0.3
version: link:../../packages/integrations/solid
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
solid-js:
specifier: ^1.8.5
@@ -269,10 +269,10 @@ importers:
examples/framework-svelte:
dependencies:
'@astrojs/svelte':
- specifier: ^5.0.2
+ specifier: ^5.0.3
version: link:../../packages/integrations/svelte
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
svelte:
specifier: ^4.2.5
@@ -281,10 +281,10 @@ importers:
examples/framework-vue:
dependencies:
'@astrojs/vue':
- specifier: ^4.0.5
+ specifier: ^4.0.6
version: link:../../packages/integrations/vue
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
vue:
specifier: ^3.3.8
@@ -293,25 +293,25 @@ importers:
examples/hackernews:
dependencies:
'@astrojs/node':
- specifier: ^7.0.2
+ specifier: ^7.0.3
version: link:../../packages/integrations/node
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
examples/middleware:
dependencies:
'@astrojs/node':
- specifier: ^7.0.2
+ specifier: ^7.0.3
version: link:../../packages/integrations/node
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
html-minifier:
specifier: ^4.0.0
@@ -320,31 +320,31 @@ importers:
examples/minimal:
dependencies:
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
examples/non-html-pages:
dependencies:
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
examples/ssr:
dependencies:
'@astrojs/node':
- specifier: ^7.0.2
+ specifier: ^7.0.3
version: link:../../packages/integrations/node
'@astrojs/svelte':
- specifier: ^5.0.2
+ specifier: ^5.0.3
version: link:../../packages/integrations/svelte
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
svelte:
specifier: ^4.2.5
@@ -353,22 +353,22 @@ importers:
examples/view-transitions:
devDependencies:
'@astrojs/node':
- specifier: ^7.0.2
+ specifier: ^7.0.3
version: link:../../packages/integrations/node
'@astrojs/tailwind':
- specifier: ^5.0.4
+ specifier: ^5.1.0
version: link:../../packages/integrations/tailwind
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
examples/with-markdoc:
dependencies:
'@astrojs/markdoc':
- specifier: ^0.8.1
+ specifier: ^0.8.2
version: link:../../packages/integrations/markdoc
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
examples/with-markdown-plugins:
@@ -377,7 +377,7 @@ importers:
specifier: ^4.0.1
version: link:../../packages/markdown/remark
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
hast-util-select:
specifier: ^6.0.2
@@ -398,19 +398,19 @@ importers:
examples/with-markdown-shiki:
dependencies:
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
examples/with-mdx:
dependencies:
'@astrojs/mdx':
- specifier: ^2.0.2
+ specifier: ^2.0.3
version: link:../../packages/integrations/mdx
'@astrojs/preact':
- specifier: ^3.0.1
+ specifier: ^3.0.2
version: link:../../packages/integrations/preact
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
preact:
specifier: ^10.19.2
@@ -419,13 +419,13 @@ importers:
examples/with-nanostores:
dependencies:
'@astrojs/preact':
- specifier: ^3.0.1
+ specifier: ^3.0.2
version: link:../../packages/integrations/preact
'@nanostores/preact':
specifier: ^0.5.0
version: 0.5.0(nanostores@0.9.5)(preact@10.19.3)
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
nanostores:
specifier: ^0.9.5
@@ -437,16 +437,16 @@ importers:
examples/with-tailwindcss:
dependencies:
'@astrojs/mdx':
- specifier: ^2.0.2
+ specifier: ^2.0.3
version: link:../../packages/integrations/mdx
'@astrojs/tailwind':
- specifier: ^5.0.4
+ specifier: ^5.1.0
version: link:../../packages/integrations/tailwind
'@types/canvas-confetti':
specifier: ^1.6.3
version: 1.6.4
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
autoprefixer:
specifier: ^10.4.15
@@ -464,7 +464,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
- specifier: ^4.0.7
+ specifier: ^4.0.8
version: link:../../packages/astro
vitest:
specifier: ^0.34.2