summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-11-16 07:07:56 -0800
committerGravatar GitHub <noreply@github.com> 2022-11-16 10:07:56 -0500
commit49c1a5d439b723f1e72e9766d61be42a26379e3a (patch)
treea1ecbd9279731b5a1d2df8bc615266b00c18a7b0
parent991d62983241ae4f0b04c743bf228fba8525c319 (diff)
downloadastro@1.6.9.tar.gz
astro@1.6.9.tar.zst
astro@1.6.9.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/cuddly-eyes-change.md5
-rw-r--r--.changeset/loud-penguins-tickle.md5
-rw-r--r--.changeset/olive-walls-hunt.md5
-rw-r--r--.changeset/swift-bees-hope.md5
-rw-r--r--.changeset/tidy-shoes-yawn.md6
-rw-r--r--.changeset/violet-apricots-smash.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog/package.json2
-rw-r--r--examples/component/package.json4
-rw-r--r--examples/deno/package.json2
-rw-r--r--examples/docs/package.json2
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/framework-lit/package.json2
-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.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.json2
-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.json2
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--examples/with-vite-plugin-pwa/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/create-astro/CHANGELOG.md6
-rw-r--r--packages/create-astro/package.json2
-rw-r--r--packages/integrations/cloudflare/package.json2
-rw-r--r--packages/integrations/deno/package.json2
-rw-r--r--packages/integrations/image/CHANGELOG.md6
-rw-r--r--packages/integrations/image/package.json2
-rw-r--r--packages/integrations/node/package.json2
-rw-r--r--packages/integrations/vercel/CHANGELOG.md6
-rw-r--r--packages/integrations/vercel/package.json2
-rw-r--r--pnpm-lock.yaml52
44 files changed, 91 insertions, 92 deletions
diff --git a/.changeset/cuddly-eyes-change.md b/.changeset/cuddly-eyes-change.md
deleted file mode 100644
index 971358672..000000000
--- a/.changeset/cuddly-eyes-change.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix Code component usage in Vercel
diff --git a/.changeset/loud-penguins-tickle.md b/.changeset/loud-penguins-tickle.md
deleted file mode 100644
index 1076db0d3..000000000
--- a/.changeset/loud-penguins-tickle.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix: https://github.com/withastro/astro/issues/5400
diff --git a/.changeset/olive-walls-hunt.md b/.changeset/olive-walls-hunt.md
deleted file mode 100644
index b28eee851..000000000
--- a/.changeset/olive-walls-hunt.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Restart dev server on package.json changes
diff --git a/.changeset/swift-bees-hope.md b/.changeset/swift-bees-hope.md
deleted file mode 100644
index 0bf096e3a..000000000
--- a/.changeset/swift-bees-hope.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Uses vite to load astro.config.ts files
diff --git a/.changeset/tidy-shoes-yawn.md b/.changeset/tidy-shoes-yawn.md
deleted file mode 100644
index e7d2e268e..000000000
--- a/.changeset/tidy-shoes-yawn.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@astrojs/image': patch
-'@astrojs/vercel': patch
----
-
-Allows @astrojs/image to be used in Vercel SSR
diff --git a/.changeset/violet-apricots-smash.md b/.changeset/violet-apricots-smash.md
deleted file mode 100644
index eb472b8a8..000000000
--- a/.changeset/violet-apricots-smash.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'create-astro': patch
----
-
-fix error when don't have template input
diff --git a/examples/basics/package.json b/examples/basics/package.json
index b2f537a69..5350599db 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.8"
+ "astro": "^1.6.9"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index b23a7e502..3d2c691a4 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.8",
+ "astro": "^1.6.9",
"@astrojs/mdx": "^0.11.6",
"@astrojs/rss": "^1.0.3",
"@astrojs/sitemap": "^1.0.0"
diff --git a/examples/component/package.json b/examples/component/package.json
index 16e3106cb..1ca88c10d 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,9 +15,9 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^1.6.8"
+ "astro": "^1.6.9"
},
"peerDependencies": {
- "astro": "^1.6.8"
+ "astro": "^1.6.9"
}
}
diff --git a/examples/deno/package.json b/examples/deno/package.json
index c85695c2d..277980f40 100644
--- a/examples/deno/package.json
+++ b/examples/deno/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.8"
+ "astro": "^1.6.9"
},
"devDependencies": {
"@astrojs/deno": "^2.0.0"
diff --git a/examples/docs/package.json b/examples/docs/package.json
index a40635f6a..d7ac1d0e9 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -12,7 +12,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.8",
+ "astro": "^1.6.9",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index f1fbbd376..1d0bcb39a 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.8",
+ "astro": "^1.6.9",
"alpinejs": "^3.10.2",
"@astrojs/alpinejs": "^0.1.2",
"@types/alpinejs": "^3.7.0"
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index d7034b69f..79e2748d7 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.8",
+ "astro": "^1.6.9",
"lit": "^2.2.5",
"@astrojs/lit": "^1.0.0",
"@webcomponents/template-shadowroot": "^0.1.0"
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 799c97a25..2fa39841a 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.8",
+ "astro": "^1.6.9",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 25082c9e6..e5227af56 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.8",
+ "astro": "^1.6.9",
"preact": "^10.7.3",
"@astrojs/preact": "^1.2.0",
"@preact/signals": "^1.1.0"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 32ec19e92..38dfc5296 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.8",
+ "astro": "^1.6.9",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@astrojs/react": "^1.2.2",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 01849e346..9f7e96462 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.8",
+ "astro": "^1.6.9",
"solid-js": "^1.4.3",
"@astrojs/solid-js": "^1.2.3"
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 1e864ed07..0ab907cbc 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -13,6 +13,6 @@
"dependencies": {
"svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.2",
- "astro": "^1.6.8"
+ "astro": "^1.6.9"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 1edfd2558..f61a1fae3 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.8",
+ "astro": "^1.6.9",
"vue": "^3.2.37",
"@astrojs/vue": "^1.2.1"
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index d538db728..465911695 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -13,6 +13,6 @@
},
"dependencies": {
"@astrojs/node": "^3.0.0",
- "astro": "^1.6.8"
+ "astro": "^1.6.9"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index 1986dfa33..42faf8882 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,9 +15,9 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^1.6.8"
+ "astro": "^1.6.9"
},
"peerDependencies": {
- "astro": "^1.6.8"
+ "astro": "^1.6.9"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index c9d3429c2..340692aeb 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.8"
+ "astro": "^1.6.9"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 52727bef0..37b48986f 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.8"
+ "astro": "^1.6.9"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index d952c9d8c..eabf77edc 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.8"
+ "astro": "^1.6.9"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index c71b83998..6c140327c 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,7 +12,7 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "astro": "^1.6.8",
+ "astro": "^1.6.9",
"svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.2",
"@astrojs/node": "^3.0.0",
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 19bb93733..0adc4e8a6 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.8",
+ "astro": "^1.6.9",
"@astrojs/markdown-remark": "^1.1.3",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index 8b5388524..3774dd8a4 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.8"
+ "astro": "^1.6.9"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 8fcb624e6..bf8f02b8c 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.8",
+ "astro": "^1.6.9",
"preact": "^10.6.5",
"@astrojs/preact": "^1.2.0",
"@astrojs/mdx": "^0.11.6"
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 70b113f5a..ae1f4db90 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.8",
+ "astro": "^1.6.9",
"preact": "^10.7.3",
"@astrojs/preact": "^1.2.0",
"nanostores": "^0.5.12",
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 0415a334e..2b588fb86 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -14,7 +14,7 @@
"@astrojs/mdx": "^0.11.6",
"@astrojs/tailwind": "^2.1.2",
"@types/canvas-confetti": "^1.4.3",
- "astro": "^1.6.8",
+ "astro": "^1.6.9",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.14",
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index aa3b351a5..3ba3432f0 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.8",
+ "astro": "^1.6.9",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 44130c62f..f5156e95b 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^1.6.8",
+ "astro": "^1.6.9",
"vitest": "^0.20.3"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 0a41388b2..3241523bc 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,17 @@
# astro
+## 1.6.9
+
+### Patch Changes
+
+- [#5409](https://github.com/withastro/astro/pull/5409) [`9f80a4046`](https://github.com/withastro/astro/commit/9f80a4046ff90e379be68bf03c3c4dd4dd5d6d87) Thanks [@matthewp](https://github.com/matthewp)! - Fix Code component usage in Vercel
+
+- [#5410](https://github.com/withastro/astro/pull/5410) [`3c5cb6948`](https://github.com/withastro/astro/commit/3c5cb69488c76bbf0e9774fff5d948d29990515c) Thanks [@impcyber](https://github.com/impcyber)! - Fix: https://github.com/withastro/astro/issues/5400
+
+- [#5412](https://github.com/withastro/astro/pull/5412) [`a278c7ae6`](https://github.com/withastro/astro/commit/a278c7ae6f2e93cabfe56fc16eb8b82b904ffb3a) Thanks [@matthewp](https://github.com/matthewp)! - Restart dev server on package.json changes
+
+- [#5377](https://github.com/withastro/astro/pull/5377) [`40226dd14`](https://github.com/withastro/astro/commit/40226dd14d9f2d00d943f508dcfc76654c352938) Thanks [@matthewp](https://github.com/matthewp)! - Uses vite to load astro.config.ts files
+
## 1.6.8
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index b28eecb87..f2ab90444 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "1.6.8",
+ "version": "1.6.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/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md
index c4656f1f5..c9cbcda01 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# create-astro
+## 1.2.3
+
+### Patch Changes
+
+- [#5404](https://github.com/withastro/astro/pull/5404) [`505abfd64`](https://github.com/withastro/astro/commit/505abfd6430b1f71e52d10b02bf9beb5847df8b6) Thanks [@liruifengv](https://github.com/liruifengv)! - fix error when don't have template input
+
## 1.2.2
### Patch Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index f44caa742..06a3daa06 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "1.2.2",
+ "version": "1.2.3",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json
index 466267512..3874bd544 100644
--- a/packages/integrations/cloudflare/package.json
+++ b/packages/integrations/cloudflare/package.json
@@ -37,7 +37,7 @@
"esbuild": "^0.14.42"
},
"peerDependencies": {
- "astro": "^1.6.8"
+ "astro": "^1.6.9"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json
index abe15d689..39fba145c 100644
--- a/packages/integrations/deno/package.json
+++ b/packages/integrations/deno/package.json
@@ -32,7 +32,7 @@
"esbuild": "^0.14.43"
},
"peerDependencies": {
- "astro": "^1.6.8"
+ "astro": "^1.6.9"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md
index cc05d06b8..aa328f551 100644
--- a/packages/integrations/image/CHANGELOG.md
+++ b/packages/integrations/image/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/image
+## 0.11.5
+
+### Patch Changes
+
+- [#5361](https://github.com/withastro/astro/pull/5361) [`ee750087c`](https://github.com/withastro/astro/commit/ee750087ce360c54d349f160d84bbdafb0ec83b4) Thanks [@matthewp](https://github.com/matthewp)! - Allows @astrojs/image to be used in Vercel SSR
+
## 0.11.4
### Patch Changes
diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json
index 0baaeeae0..17043044e 100644
--- a/packages/integrations/image/package.json
+++ b/packages/integrations/image/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/image",
"description": "Load and transform images in your Astro site.",
- "version": "0.11.4",
+ "version": "0.11.5",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index 88c62314c..cc18df1a4 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -34,7 +34,7 @@
"send": "^0.18.0"
},
"peerDependencies": {
- "astro": "^1.6.8"
+ "astro": "^1.6.9"
},
"devDependencies": {
"@types/send": "^0.17.1",
diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md
index 45fbfd89f..8786e110f 100644
--- a/packages/integrations/vercel/CHANGELOG.md
+++ b/packages/integrations/vercel/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vercel
+## 2.3.4
+
+### Patch Changes
+
+- [#5361](https://github.com/withastro/astro/pull/5361) [`ee750087c`](https://github.com/withastro/astro/commit/ee750087ce360c54d349f160d84bbdafb0ec83b4) Thanks [@matthewp](https://github.com/matthewp)! - Allows @astrojs/image to be used in Vercel SSR
+
## 2.3.3
### Patch Changes
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index 1d30fb5e7..7827f2dca 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": "2.3.3",
+ "version": "2.3.4",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 8b55fa8cd..2216b931f 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -61,7 +61,7 @@ importers:
examples/basics:
specifiers:
- astro: ^1.6.8
+ astro: ^1.6.9
dependencies:
astro: link:../../packages/astro
@@ -70,7 +70,7 @@ importers:
'@astrojs/mdx': ^0.11.6
'@astrojs/rss': ^1.0.3
'@astrojs/sitemap': ^1.0.0
- astro: ^1.6.8
+ astro: ^1.6.9
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
'@astrojs/rss': link:../../packages/astro-rss
@@ -79,14 +79,14 @@ importers:
examples/component:
specifiers:
- astro: ^1.6.8
+ astro: ^1.6.9
devDependencies:
astro: link:../../packages/astro
examples/deno:
specifiers:
'@astrojs/deno': ^2.0.0
- astro: ^1.6.8
+ astro: ^1.6.9
dependencies:
astro: link:../../packages/astro
devDependencies:
@@ -102,7 +102,7 @@ importers:
'@types/node': ^18.0.0
'@types/react': ^17.0.45
'@types/react-dom': ^18.0.0
- astro: ^1.6.8
+ astro: ^1.6.9
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@@ -125,7 +125,7 @@ importers:
'@astrojs/alpinejs': ^0.1.2
'@types/alpinejs': ^3.7.0
alpinejs: ^3.10.2
- astro: ^1.6.8
+ astro: ^1.6.9
dependencies:
'@astrojs/alpinejs': link:../../packages/integrations/alpinejs
'@types/alpinejs': 3.7.1
@@ -136,7 +136,7 @@ importers:
specifiers:
'@astrojs/lit': ^1.0.0
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.6.8
+ astro: ^1.6.9
lit: ^2.2.5
dependencies:
'@astrojs/lit': link:../../packages/integrations/lit
@@ -151,7 +151,7 @@ importers:
'@astrojs/solid-js': ^1.2.3
'@astrojs/svelte': ^1.0.2
'@astrojs/vue': ^1.2.1
- astro: ^1.6.8
+ astro: ^1.6.9
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@@ -176,7 +176,7 @@ importers:
specifiers:
'@astrojs/preact': ^1.2.0
'@preact/signals': ^1.1.0
- astro: ^1.6.8
+ astro: ^1.6.9
preact: ^10.7.3
dependencies:
'@astrojs/preact': link:../../packages/integrations/preact
@@ -189,7 +189,7 @@ importers:
'@astrojs/react': ^1.2.2
'@types/react': ^18.0.10
'@types/react-dom': ^18.0.5
- astro: ^1.6.8
+ astro: ^1.6.9
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@@ -203,7 +203,7 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^1.2.3
- astro: ^1.6.8
+ astro: ^1.6.9
solid-js: ^1.4.3
dependencies:
'@astrojs/solid-js': link:../../packages/integrations/solid
@@ -213,7 +213,7 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^1.0.2
- astro: ^1.6.8
+ astro: ^1.6.9
svelte: ^3.48.0
dependencies:
'@astrojs/svelte': link:../../packages/integrations/svelte
@@ -223,7 +223,7 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^1.2.1
- astro: ^1.6.8
+ astro: ^1.6.9
vue: ^3.2.37
dependencies:
'@astrojs/vue': link:../../packages/integrations/vue
@@ -233,32 +233,32 @@ importers:
examples/hackernews:
specifiers:
'@astrojs/node': ^3.0.0
- astro: ^1.6.8
+ astro: ^1.6.9
dependencies:
'@astrojs/node': link:../../packages/integrations/node
astro: link:../../packages/astro
examples/integration:
specifiers:
- astro: ^1.6.8
+ astro: ^1.6.9
devDependencies:
astro: link:../../packages/astro
examples/minimal:
specifiers:
- astro: ^1.6.8
+ astro: ^1.6.9
dependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
- astro: ^1.6.8
+ astro: ^1.6.9
dependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
- astro: ^1.6.8
+ astro: ^1.6.9
dependencies:
astro: link:../../packages/astro
@@ -266,7 +266,7 @@ importers:
specifiers:
'@astrojs/node': ^3.0.0
'@astrojs/svelte': ^1.0.2
- astro: ^1.6.8
+ astro: ^1.6.9
concurrently: ^7.2.1
svelte: ^3.48.0
unocss: ^0.15.6
@@ -283,7 +283,7 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^1.1.3
- astro: ^1.6.8
+ astro: ^1.6.9
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@@ -300,7 +300,7 @@ importers:
examples/with-markdown-shiki:
specifiers:
- astro: ^1.6.8
+ astro: ^1.6.9
dependencies:
astro: link:../../packages/astro
@@ -308,7 +308,7 @@ importers:
specifiers:
'@astrojs/mdx': ^0.11.6
'@astrojs/preact': ^1.2.0
- astro: ^1.6.8
+ astro: ^1.6.9
preact: ^10.6.5
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
@@ -320,7 +320,7 @@ importers:
specifiers:
'@astrojs/preact': ^1.2.0
'@nanostores/preact': ^0.1.3
- astro: ^1.6.8
+ astro: ^1.6.9
nanostores: ^0.5.12
preact: ^10.7.3
dependencies:
@@ -335,7 +335,7 @@ importers:
'@astrojs/mdx': ^0.11.6
'@astrojs/tailwind': ^2.1.2
'@types/canvas-confetti': ^1.4.3
- astro: ^1.6.8
+ astro: ^1.6.9
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@@ -352,7 +352,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
- astro: ^1.6.8
+ astro: ^1.6.9
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
dependencies:
@@ -362,7 +362,7 @@ importers:
examples/with-vitest:
specifiers:
- astro: ^1.6.8
+ astro: ^1.6.9
vitest: ^0.20.3
dependencies:
astro: link:../../packages/astro