summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/chatty-cows-attack.md5
-rw-r--r--.changeset/flat-radios-cheer.md5
-rw-r--r--.changeset/forty-coins-attend.md16
-rw-r--r--.changeset/happy-carrots-carry.md5
-rw-r--r--.changeset/light-apricots-sort.md7
-rw-r--r--.changeset/ninety-jars-swim.md5
-rw-r--r--.changeset/odd-swans-walk.md5
-rw-r--r--.changeset/perfect-dogs-turn.md5
-rw-r--r--.changeset/pre.json61
-rw-r--r--.changeset/small-radios-remain.md5
-rw-r--r--.changeset/soft-avocados-turn.md5
-rw-r--r--.changeset/sour-eggs-wink.md6
-rw-r--r--.changeset/swift-trainers-suffer.md5
-rw-r--r--.changeset/tall-cooks-begin.md7
-rw-r--r--.changeset/tasty-zoos-wink.md5
-rw-r--r--.changeset/wicked-toes-flow.md11
-rw-r--r--examples/blog-multiple-authors/package.json2
-rw-r--r--examples/blog/package.json2
-rw-r--r--examples/component/demo/package.json2
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/docs/package.json4
-rw-r--r--examples/env-vars/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.json4
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-react/package.json4
-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/integrations-playground/package.json10
-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/starter/package.json2
-rw-r--r--examples/subpath/package.json4
-rw-r--r--examples/with-markdown-plugins/package.json4
-rw-r--r--examples/with-markdown-shiki/package.json4
-rw-r--r--examples/with-markdown/package.json6
-rw-r--r--examples/with-nanostores/package.json4
-rw-r--r--examples/with-tailwindcss/package.json4
-rw-r--r--examples/with-vite-plugin-pwa/package.json2
-rw-r--r--packages/astro/CHANGELOG.md110
-rw-r--r--packages/astro/package.json4
-rw-r--r--packages/integrations/deno/CHANGELOG.md10
-rw-r--r--packages/integrations/deno/package.json2
-rw-r--r--packages/integrations/netlify/CHANGELOG.md8
-rw-r--r--packages/integrations/netlify/package.json2
-rw-r--r--packages/integrations/partytown/CHANGELOG.md6
-rw-r--r--packages/integrations/partytown/package.json2
-rw-r--r--packages/integrations/react/CHANGELOG.md6
-rw-r--r--packages/integrations/react/package.json2
-rw-r--r--packages/integrations/sitemap/CHANGELOG.md12
-rw-r--r--packages/integrations/sitemap/package.json2
-rw-r--r--packages/integrations/tailwind/CHANGELOG.md10
-rw-r--r--packages/integrations/tailwind/package.json2
-rw-r--r--packages/markdown/remark/CHANGELOG.md14
-rw-r--r--packages/markdown/remark/package.json2
-rw-r--r--pnpm-lock.yaml84
60 files changed, 231 insertions, 287 deletions
diff --git a/.changeset/chatty-cows-attack.md b/.changeset/chatty-cows-attack.md
deleted file mode 100644
index 7fe9fb8c2..000000000
--- a/.changeset/chatty-cows-attack.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Allow components to return a Response
diff --git a/.changeset/flat-radios-cheer.md b/.changeset/flat-radios-cheer.md
deleted file mode 100644
index ab01d34dd..000000000
--- a/.changeset/flat-radios-cheer.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-`--experimental-ssr` now is only required when using a 3rd-party adapter
diff --git a/.changeset/forty-coins-attend.md b/.changeset/forty-coins-attend.md
deleted file mode 100644
index 467e520fd..000000000
--- a/.changeset/forty-coins-attend.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-"astro": minor
----
-
-Implement RFC [#0017](https://github.com/withastro/rfcs/blob/main/proposals/0017-markdown-content-redesign.md)
-
-- New Markdown API
-- New `Astro.glob()` API
-- **BREAKING CHANGE:** Removed `Astro.fetchContent()` (replaced by `Astro.glob()`)
-
-```diff
-// v0.25
-- let allPosts = Astro.fetchContent('./posts/*.md');
-// v0.26+
-+ let allPosts = await Astro.glob('./posts/*.md');
-```
diff --git a/.changeset/happy-carrots-carry.md b/.changeset/happy-carrots-carry.md
deleted file mode 100644
index 82cae9fe5..000000000
--- a/.changeset/happy-carrots-carry.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': minor
----
-
-Implement [RFC0016](https://github.com/withastro/rfcs/blob/main/proposals/0016-style-script-defaults.md) which changes the default behavior of `script`, introduces `is:inline`, and changes `<style global>` to `<style is:global>`
diff --git a/.changeset/light-apricots-sort.md b/.changeset/light-apricots-sort.md
deleted file mode 100644
index 26a182a40..000000000
--- a/.changeset/light-apricots-sort.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'astro': patch
----
-
-Improve `Astro.slots` API to support passing arguments to function-based slots.
-
-This allows for more ergonomic utility components that accept a callback function as a child.
diff --git a/.changeset/ninety-jars-swim.md b/.changeset/ninety-jars-swim.md
deleted file mode 100644
index dd7c79c13..000000000
--- a/.changeset/ninety-jars-swim.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/react': minor
----
-
-Add support for React v18
diff --git a/.changeset/odd-swans-walk.md b/.changeset/odd-swans-walk.md
deleted file mode 100644
index 0c406d7e0..000000000
--- a/.changeset/odd-swans-walk.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes non-GET API routes in dev with Node 14
diff --git a/.changeset/perfect-dogs-turn.md b/.changeset/perfect-dogs-turn.md
deleted file mode 100644
index 61517d560..000000000
--- a/.changeset/perfect-dogs-turn.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': minor
----
-
-Implements the Astro.request RFC
diff --git a/.changeset/pre.json b/.changeset/pre.json
deleted file mode 100644
index 3e6111aef..000000000
--- a/.changeset/pre.json
+++ /dev/null
@@ -1,61 +0,0 @@
-{
- "mode": "exit",
- "tag": "next",
- "initialVersions": {
- "@example/blog": "0.0.1",
- "@example/blog-multiple-authors": "0.0.1",
- "@example/component": "0.0.1",
- "@example/my-component-demo": "0.0.1",
- "@example/my-component": "0.0.1",
- "@example/docs": "0.0.1",
- "@example/env-vars": "0.0.1",
- "@example/framework-alpine": "0.0.1",
- "@example/framework-lit": "0.0.1",
- "@example/framework-multiple": "0.0.1",
- "@example/framework-preact": "0.0.1",
- "@example/framework-react": "0.0.1",
- "@example/framework-solid": "0.0.1",
- "@example/framework-svelte": "0.0.1",
- "@example/framework-vue": "0.0.1",
- "@example/integrations-playground": "0.0.1",
- "@example/minimal": "0.0.1",
- "@example/non-html-pages": "0.0.1",
- "@example/portfolio": "0.0.1",
- "@example/ssr": "0.0.1",
- "@example/starter": "0.0.1",
- "@example/subpath": "0.0.1",
- "@example/with-markdown": "0.0.1",
- "@example/with-markdown-plugins": "0.0.2",
- "@example/with-markdown-shiki": "0.0.1",
- "@example/with-nanostores": "0.0.1",
- "@example/with-tailwindcss": "0.0.1",
- "@example/with-vite-plugin-pwa": "0.0.1",
- "astro": "0.25.4",
- "@astrojs/prism": "0.4.1",
- "@test/custom-element-renderer": "0.1.0",
- "@test/static-build-pkg": "0.0.0",
- "create-astro": "0.8.0",
- "@astrojs/lit": "0.0.2",
- "@astrojs/netlify": "0.0.2",
- "@astrojs/node": "0.0.2",
- "@astrojs/partytown": "0.0.2",
- "@astrojs/preact": "0.0.2",
- "@astrojs/react": "0.0.2",
- "@astrojs/sitemap": "0.0.2",
- "@astrojs/solid-js": "0.0.3",
- "@astrojs/svelte": "0.0.2",
- "@astrojs/tailwind": "0.0.2",
- "@astrojs/turbolinks": "0.0.2",
- "@astrojs/vue": "0.0.2",
- "@astrojs/markdown-remark": "0.7.0",
- "@astrojs/renderer-lit": "0.4.0",
- "@astrojs/renderer-preact": "0.5.0",
- "@astrojs/renderer-react": "0.5.0",
- "@astrojs/renderer-solid": "0.4.0",
- "@astrojs/renderer-svelte": "0.5.2",
- "@astrojs/renderer-vue": "0.4.0",
- "@astrojs/webapi": "0.11.0",
- "astro-scripts": "0.0.2"
- },
- "changesets": []
-}
diff --git a/.changeset/small-radios-remain.md b/.changeset/small-radios-remain.md
deleted file mode 100644
index d0747a700..000000000
--- a/.changeset/small-radios-remain.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Update CLI error format and style
diff --git a/.changeset/soft-avocados-turn.md b/.changeset/soft-avocados-turn.md
deleted file mode 100644
index e2669198e..000000000
--- a/.changeset/soft-avocados-turn.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Update `@astrojs/compiler`, fixing some bugs related to RegExp usage in frontmatter
diff --git a/.changeset/sour-eggs-wink.md b/.changeset/sour-eggs-wink.md
deleted file mode 100644
index 5c2c0fc44..000000000
--- a/.changeset/sour-eggs-wink.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'astro': patch
-'@astrojs/deno': patch
----
-
-Add a Deno adapter for SSR
diff --git a/.changeset/swift-trainers-suffer.md b/.changeset/swift-trainers-suffer.md
deleted file mode 100644
index c9f6fc9a8..000000000
--- a/.changeset/swift-trainers-suffer.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix for copying public when using SSR and not client JS
diff --git a/.changeset/tall-cooks-begin.md b/.changeset/tall-cooks-begin.md
deleted file mode 100644
index d1bff3790..000000000
--- a/.changeset/tall-cooks-begin.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@astrojs/sitemap': patch
----
-
-Add new sitemap configuration options:
-- `filter`: filter pages to include in your sitemap
-- `canonicalURL`: override your astro.config `site` with a custom base URL
diff --git a/.changeset/tasty-zoos-wink.md b/.changeset/tasty-zoos-wink.md
deleted file mode 100644
index 1b144f9c0..000000000
--- a/.changeset/tasty-zoos-wink.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/tailwind': patch
----
-
-Adds an option to opt-out of the default base styles for the Tailwind integration
diff --git a/.changeset/wicked-toes-flow.md b/.changeset/wicked-toes-flow.md
deleted file mode 100644
index aca2d3b64..000000000
--- a/.changeset/wicked-toes-flow.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-'astro': minor
-'@astrojs/deno': minor
-'@astrojs/netlify': minor
-'@astrojs/partytown': minor
-'@astrojs/sitemap': minor
-'@astrojs/tailwind': minor
-'@astrojs/markdown-remark': minor
----
-
-Update config options to resepect [RFC0019](https://github.com/withastro/rfcs/blob/main/proposals/0019-config-finalization.md)
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index c58c16ff6..d92b692d7 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.0.2",
- "astro": "^0.25.4",
+ "astro": "^0.26.0",
"sass": "^1.49.11"
},
"dependencies": {
diff --git a/examples/blog/package.json b/examples/blog/package.json
index abc41a47f..f2127a1d4 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.0.2",
- "astro": "^0.25.4"
+ "astro": "^0.26.0"
},
"dependencies": {
"preact": "^10.7.0"
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index 9b54773f6..bbac35c31 100644
--- a/examples/component/demo/package.json
+++ b/examples/component/demo/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@example/my-component": "workspace:*",
- "astro": "^0.25.4"
+ "astro": "^0.26.0"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 5bf96a6a0..ea917ecf6 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -8,6 +8,6 @@
"serve": "astro --root demo preview"
},
"devDependencies": {
- "astro": "^0.25.4"
+ "astro": "^0.26.0"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 68ab5d62a..84d9aee46 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -19,7 +19,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.0.2",
- "@astrojs/react": "^0.0.2",
- "astro": "^0.25.4"
+ "@astrojs/react": "^0.1.0",
+ "astro": "^0.26.0"
}
}
diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json
index e0011d2df..a0e0c7b51 100644
--- a/examples/env-vars/package.json
+++ b/examples/env-vars/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.25.4"
+ "astro": "^0.26.0"
}
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 41fb3eca2..065c6ee49 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.25.4"
+ "astro": "^0.26.0"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 444d29ac6..50795de01 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/lit": "^0.0.2",
- "astro": "^0.25.4"
+ "astro": "^0.26.0"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index aeb9e7c85..6b925d087 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -11,11 +11,11 @@
"devDependencies": {
"@astrojs/lit": "^0.0.2",
"@astrojs/preact": "^0.0.2",
- "@astrojs/react": "^0.0.2",
+ "@astrojs/react": "^0.1.0",
"@astrojs/solid-js": "^0.0.3",
"@astrojs/svelte": "^0.0.2",
"@astrojs/vue": "^0.0.2",
- "astro": "^0.25.4"
+ "astro": "^0.26.0"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 394a8efb9..c3c78a2b2 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.0.2",
- "astro": "^0.25.4"
+ "astro": "^0.26.0"
},
"dependencies": {
"preact": "^10.7.0"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 4cdd93049..7744a8dba 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/react": "^0.0.2",
- "astro": "^0.25.4"
+ "@astrojs/react": "^0.1.0",
+ "astro": "^0.26.0"
},
"dependencies": {
"react": "^18.0.0",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 820bbee06..321c0afe2 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/solid-js": "^0.0.3",
- "astro": "^0.25.4"
+ "astro": "^0.26.0"
},
"dependencies": {
"solid-js": "^1.3.13"
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 01a4eb52e..6278695f8 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/svelte": "^0.0.2",
- "astro": "^0.25.4"
+ "astro": "^0.26.0"
},
"dependencies": {
"svelte": "^3.46.6"
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index eeada1a5e..d803f48e3 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/vue": "^0.0.2",
- "astro": "^0.25.4"
+ "astro": "^0.26.0"
},
"dependencies": {
"vue": "^3.2.31"
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json
index b5824c7d9..11ecd7eef 100644
--- a/examples/integrations-playground/package.json
+++ b/examples/integrations-playground/package.json
@@ -10,12 +10,12 @@
},
"devDependencies": {
"@astrojs/lit": "^0.0.2",
- "@astrojs/partytown": "^0.0.2",
- "@astrojs/react": "^0.0.2",
- "@astrojs/sitemap": "^0.0.2",
- "@astrojs/tailwind": "^0.0.2",
+ "@astrojs/partytown": "^0.1.0",
+ "@astrojs/react": "^0.1.0",
+ "@astrojs/sitemap": "^0.1.0",
+ "@astrojs/tailwind": "^0.1.0",
"@astrojs/turbolinks": "^0.0.2",
- "astro": "^0.25.4"
+ "astro": "^0.26.0"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 4adc0c827..c86dfb321 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.25.4"
+ "astro": "^0.26.0"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 27553f811..0f6a8b21c 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.25.4"
+ "astro": "^0.26.0"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 1f7f34df2..52b926656 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.0.2",
- "astro": "^0.25.4",
+ "astro": "^0.26.0",
"sass": "^1.49.11"
},
"dependencies": {
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index cea46a64e..1688374f6 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/node": "^0.0.2",
"@astrojs/svelte": "^0.0.2",
- "astro": "^0.25.4",
+ "astro": "^0.26.0",
"concurrently": "^7.1.0",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 65ea2b04d..b6e3884b3 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.25.4"
+ "astro": "^0.26.0"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 7bde3b1f3..b46528388 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/react": "^0.0.2",
- "astro": "^0.25.4",
+ "@astrojs/react": "^0.1.0",
+ "astro": "^0.26.0",
"sass": "^1.49.11"
},
"dependencies": {
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 7c02a8014..159b7cc4a 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/markdown-remark": "^0.7.0",
- "astro": "^0.25.4",
+ "@astrojs/markdown-remark": "^0.8.0",
+ "astro": "^0.26.0",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index 33de85830..e8151440e 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/markdown-remark": "^0.7.0",
- "astro": "^0.25.4"
+ "@astrojs/markdown-remark": "^0.8.0",
+ "astro": "^0.26.0"
}
}
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index 31b09447e..1dd993979 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -9,12 +9,12 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/markdown-remark": "^0.7.0",
+ "@astrojs/markdown-remark": "^0.8.0",
"@astrojs/preact": "^0.0.2",
- "@astrojs/react": "^0.0.2",
+ "@astrojs/react": "^0.1.0",
"@astrojs/svelte": "^0.0.2",
"@astrojs/vue": "^0.0.2",
- "astro": "^0.25.4"
+ "astro": "^0.26.0"
},
"dependencies": {
"preact": "^10.7.0",
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index a01f1b303..242828fbb 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -21,10 +21,10 @@
},
"devDependencies": {
"@astrojs/preact": "^0.0.2",
- "@astrojs/react": "^0.0.2",
+ "@astrojs/react": "^0.1.0",
"@astrojs/solid-js": "^0.0.3",
"@astrojs/svelte": "^0.0.2",
"@astrojs/vue": "^0.0.2",
- "astro": "^0.25.4"
+ "astro": "^0.26.0"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 04cfa9258..d15a3a81a 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/tailwind": "^0.0.2",
- "astro": "^0.25.4",
+ "@astrojs/tailwind": "^0.1.0",
+ "astro": "^0.26.0",
"autoprefixer": "^10.4.4",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.12",
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index 4ac168012..12a8512fd 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.25.4",
+ "astro": "^0.26.0",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.2"
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 7b86e33b4..ed6c9f90c 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,51 @@
# astro
+## 0.26.0
+
+### Minor Changes
+
+- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Implement RFC [#0017](https://github.com/withastro/rfcs/blob/main/proposals/0017-markdown-content-redesign.md)
+
+ - New Markdown API
+ - New `Astro.glob()` API
+ - **BREAKING CHANGE:** Removed `Astro.fetchContent()` (replaced by `Astro.glob()`)
+
+ ```diff
+ // v0.25
+ - let allPosts = Astro.fetchContent('./posts/*.md');
+ // v0.26+
+ + let allPosts = await Astro.glob('./posts/*.md');
+ ```
+
+* [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Implement [RFC0016](https://github.com/withastro/rfcs/blob/main/proposals/0016-style-script-defaults.md) which changes the default behavior of `script`, introduces `is:inline`, and changes `<style global>` to `<style is:global>`
+
+- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Implements the Astro.request RFC
+
+* [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update config options to resepect [RFC0019](https://github.com/withastro/rfcs/blob/main/proposals/0019-config-finalization.md)
+
+### Patch Changes
+
+- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Allow components to return a Response
+
+* [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - `--experimental-ssr` now is only required when using a 3rd-party adapter
+
+- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Improve `Astro.slots` API to support passing arguments to function-based slots.
+
+ This allows for more ergonomic utility components that accept a callback function as a child.
+
+* [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fixes non-GET API routes in dev with Node 14
+
+- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update CLI error format and style
+
+* [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update `@astrojs/compiler`, fixing some bugs related to RegExp usage in frontmatter
+
+- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Add a Deno adapter for SSR
+
+* [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fix for copying public when using SSR and not client JS
+
+* Updated dependencies [[`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee)]:
+ - @astrojs/markdown-remark@0.8.0
+
## 0.25.4
### Patch Changes
@@ -53,7 +99,7 @@
import netlify from '@astrojs/netlify/functions';
export default defineConfig({
- adapter: netlify(),
+ adapter: netlify(),
});
```
@@ -73,7 +119,7 @@
import nodejs from '@astrojs/node';
export default {
- adapter: nodejs(),
+ adapter: nodejs(),
};
```
@@ -133,7 +179,7 @@
import nodejs from '@astrojs/node';
export default {
- adapter: nodejs(),
+ adapter: nodejs(),
};
```
@@ -229,7 +275,7 @@
import { defineConfig } from 'astro/config';
export default defineConfig({
- renderers: [],
+ renderers: [],
});
```
@@ -267,9 +313,9 @@
```json
{
- "scripts": {
- "build": "astro build --legacy-build"
- }
+ "scripts": {
+ "build": "astro build --legacy-build"
+ }
}
```
@@ -289,7 +335,7 @@
```ts
if (Astro.slots.has('default')) {
- const content = await Astro.slots.render('default');
+ const content = await Astro.slots.render('default');
}
```
@@ -373,7 +419,7 @@
```ts
if (Astro.slots.has('default')) {
- const content = await Astro.slots.render('default');
+ const content = await Astro.slots.render('default');
}
```
@@ -397,9 +443,9 @@
```json
{
- "scripts": {
- "build": "astro build --legacy-build"
- }
+ "scripts": {
+ "build": "astro build --legacy-build"
+ }
}
```
@@ -511,12 +557,12 @@
```typescript
// src/pages/company.json.ts
export async function get() {
- return {
- body: JSON.stringify({
- name: 'Astro Technology Company',
- url: 'https://astro.build/',
- }),
- };
+ return {
+ body: JSON.stringify({
+ name: 'Astro Technology Company',
+ url: 'https://astro.build/',
+ }),
+ };
}
```
@@ -678,12 +724,12 @@
```typescript
// src/pages/company.json.ts
export async function get() {
- return {
- body: JSON.stringify({
- name: 'Astro Technology Company',
- url: 'https://astro.build/',
- }),
- };
+ return {
+ body: JSON.stringify({
+ name: 'Astro Technology Company',
+ url: 'https://astro.build/',
+ }),
+ };
}
```
@@ -2038,10 +2084,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
```js
export default {
- markdownOptions: {
- remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
- rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
- },
+ markdownOptions: {
+ remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
+ rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
+ },
};
```
@@ -2061,10 +2107,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
```js
export default {
- name: '@matthewp/my-renderer',
- server: './server.js',
- client: './client.js',
- hydrationPolyfills: ['./my-polyfill.js'],
+ name: '@matthewp/my-renderer',
+ server: './server.js',
+ client: './client.js',
+ hydrationPolyfills: ['./my-polyfill.js'],
};
```
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 0bb17e5f4..649081130 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.25.4",
+ "version": "0.26.0",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
@@ -75,7 +75,7 @@
"dependencies": {
"@astrojs/compiler": "^0.14.1",
"@astrojs/language-server": "^0.13.3",
- "@astrojs/markdown-remark": "^0.7.0",
+ "@astrojs/markdown-remark": "^0.8.0",
"@astrojs/prism": "0.4.1",
"@astrojs/webapi": "^0.11.0",
"@babel/core": "^7.17.8",
diff --git a/packages/integrations/deno/CHANGELOG.md b/packages/integrations/deno/CHANGELOG.md
index 31593ed2b..0e7aa5fb6 100644
--- a/packages/integrations/deno/CHANGELOG.md
+++ b/packages/integrations/deno/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/node
+## 0.1.0
+
+### Minor Changes
+
+- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update config options to resepect [RFC0019](https://github.com/withastro/rfcs/blob/main/proposals/0019-config-finalization.md)
+
+### Patch Changes
+
+- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Add a Deno adapter for SSR
+
## 0.0.2-next.0
### Patch Changes
diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json
index 6fd86ab71..db93d8098 100644
--- a/packages/integrations/deno/package.json
+++ b/packages/integrations/deno/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/deno",
"description": "Deploy your site to a Deno server",
- "version": "0.0.2-next.0",
+ "version": "0.1.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md
index 49efea64e..b9da1917c 100644
--- a/packages/integrations/netlify/CHANGELOG.md
+++ b/packages/integrations/netlify/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/netlify
+## 0.1.0
+
+### Minor Changes
+
+- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update config options to resepect [RFC0019](https://github.com/withastro/rfcs/blob/main/proposals/0019-config-finalization.md)
+
## 0.0.2
### Patch Changes
@@ -13,6 +19,6 @@
import netlify from '@astrojs/netlify/functions';
export default defineConfig({
- adapter: netlify(),
+ adapter: netlify(),
});
```
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index 7fbeac138..80b0565ad 100644
--- a/packages/integrations/netlify/package.json
+++ b/packages/integrations/netlify/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/netlify",
"description": "Deploy your site to Netlify",
- "version": "0.0.2",
+ "version": "0.1.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md
index 52c5ed511..db57a46ad 100644
--- a/packages/integrations/partytown/CHANGELOG.md
+++ b/packages/integrations/partytown/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/partytown
+## 0.1.0
+
+### Minor Changes
+
+- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update config options to resepect [RFC0019](https://github.com/withastro/rfcs/blob/main/proposals/0019-config-finalization.md)
+
## 0.0.2
### Patch Changes
diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json
index 3e9a4d79f..7b3186543 100644
--- a/packages/integrations/partytown/package.json
+++ b/packages/integrations/partytown/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/partytown",
"description": "Astro + Partytown integration",
- "version": "0.0.2",
+ "version": "0.1.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md
index 3fc5d0350..8a20e5c9d 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 0.1.0
+
+### Minor Changes
+
+- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Add support for React v18
+
## 0.0.2
### Patch Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 1184ce8d3..359ad1c30 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": "0.0.2",
+ "version": "0.1.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md
index 0ad92093d..5cab73553 100644
--- a/packages/integrations/sitemap/CHANGELOG.md
+++ b/packages/integrations/sitemap/CHANGELOG.md
@@ -1,5 +1,17 @@
# @astrojs/sitemap
+## 0.1.0
+
+### Minor Changes
+
+- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update config options to resepect [RFC0019](https://github.com/withastro/rfcs/blob/main/proposals/0019-config-finalization.md)
+
+### Patch Changes
+
+- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Add new sitemap configuration options:
+ - `filter`: filter pages to include in your sitemap
+ - `canonicalURL`: override your astro.config `site` with a custom base URL
+
## 0.0.2
### Patch Changes
diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json
index 857322859..26d517b40 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 Astro",
- "version": "0.0.2",
+ "version": "0.1.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md
index 0d8ce6c98..3f0a1bb4e 100644
--- a/packages/integrations/tailwind/CHANGELOG.md
+++ b/packages/integrations/tailwind/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/tailwind
+## 0.1.0
+
+### Minor Changes
+
+- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update config options to resepect [RFC0019](https://github.com/withastro/rfcs/blob/main/proposals/0019-config-finalization.md)
+
+### Patch Changes
+
+- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Adds an option to opt-out of the default base styles for the Tailwind integration
+
## 0.0.2
### Patch Changes
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index b500180f4..0d9fb62a2 100644
--- a/packages/integrations/tailwind/package.json
+++ b/packages/integrations/tailwind/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/tailwind",
"description": "Tailwind + Astro Integrations",
- "version": "0.0.2",
+ "version": "0.1.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md
index 3a35a1b89..ec33d3af7 100644
--- a/packages/markdown/remark/CHANGELOG.md
+++ b/packages/markdown/remark/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/markdown-remark
+## 0.8.0
+
+### Minor Changes
+
+- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update config options to resepect [RFC0019](https://github.com/withastro/rfcs/blob/main/proposals/0019-config-finalization.md)
+
## 0.7.0
### Minor Changes
@@ -187,10 +193,10 @@
```js
export default {
- markdownOptions: {
- remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
- rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
- },
+ markdownOptions: {
+ remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
+ rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
+ },
};
```
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index cfee47f76..799be8dbf 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
- "version": "0.7.0",
+ "version": "0.8.0",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 1a72ae2a8..e367fbf9a 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -44,7 +44,7 @@ importers:
examples/blog:
specifiers:
'@astrojs/preact': ^0.0.2
- astro: ^0.25.4
+ astro: ^0.26.0
preact: ^10.7.0
dependencies:
preact: 10.7.0
@@ -55,7 +55,7 @@ importers:
examples/blog-multiple-authors:
specifiers:
'@astrojs/preact': ^0.0.2
- astro: ^0.25.4
+ astro: ^0.26.0
preact: ^10.7.0
sass: ^1.49.11
dependencies:
@@ -67,14 +67,14 @@ importers:
examples/component:
specifiers:
- astro: ^0.25.4
+ astro: ^0.26.0
devDependencies:
astro: link:../../packages/astro
examples/component/demo:
specifiers:
'@example/my-component': workspace:*
- astro: ^0.25.4
+ astro: ^0.26.0
devDependencies:
'@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro
@@ -86,11 +86,11 @@ importers:
specifiers:
'@algolia/client-search': ^4.13.0
'@astrojs/preact': ^0.0.2
- '@astrojs/react': ^0.0.2
+ '@astrojs/react': ^0.1.0
'@docsearch/css': ^3.0.0
'@docsearch/react': ^3.0.0
'@types/react': ^17.0.43
- astro: ^0.25.4
+ astro: ^0.26.0
preact: ^10.7.0
react: ^18.0.0
react-dom: ^18.0.0
@@ -109,13 +109,13 @@ importers:
examples/env-vars:
specifiers:
- astro: ^0.25.4
+ astro: ^0.26.0
devDependencies:
astro: link:../../packages/astro
examples/framework-alpine:
specifiers:
- astro: ^0.25.4
+ astro: ^0.26.0
devDependencies:
astro: link:../../packages/astro
@@ -123,7 +123,7 @@ importers:
specifiers:
'@astrojs/lit': ^0.0.2
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^0.25.4
+ astro: ^0.26.0
lit: ^2.2.1
dependencies:
'@webcomponents/template-shadowroot': 0.1.0
@@ -136,12 +136,12 @@ importers:
specifiers:
'@astrojs/lit': ^0.0.2
'@astrojs/preact': ^0.0.2
- '@astrojs/react': ^0.0.2
+ '@astrojs/react': ^0.1.0
'@astrojs/solid-js': ^0.0.3
'@astrojs/svelte': ^0.0.2
'@astrojs/vue': ^0.0.2
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^0.25.4
+ astro: ^0.26.0
lit: ^2.2.1
preact: ^10.7.0
react: ^18.0.0
@@ -170,7 +170,7 @@ importers:
examples/framework-preact:
specifiers:
'@astrojs/preact': ^0.0.2
- astro: ^0.25.4
+ astro: ^0.26.0
preact: ^10.7.0
dependencies:
preact: 10.7.0
@@ -180,8 +180,8 @@ importers:
examples/framework-react:
specifiers:
- '@astrojs/react': ^0.0.2
- astro: ^0.25.4
+ '@astrojs/react': ^0.1.0
+ astro: ^0.26.0
react: ^18.0.0
react-dom: ^18.0.0
dependencies:
@@ -194,7 +194,7 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^0.0.3
- astro: ^0.25.4
+ astro: ^0.26.0
solid-js: ^1.3.13
dependencies:
solid-js: 1.3.13
@@ -205,7 +205,7 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^0.0.2
- astro: ^0.25.4
+ astro: ^0.26.0
svelte: ^3.46.6
dependencies:
svelte: 3.46.6
@@ -216,7 +216,7 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^0.0.2
- astro: ^0.25.4
+ astro: ^0.26.0
vue: ^3.2.31
dependencies:
vue: 3.2.31
@@ -227,13 +227,13 @@ importers:
examples/integrations-playground:
specifiers:
'@astrojs/lit': ^0.0.2
- '@astrojs/partytown': ^0.0.2
- '@astrojs/react': ^0.0.2
- '@astrojs/sitemap': ^0.0.2
- '@astrojs/tailwind': ^0.0.2
+ '@astrojs/partytown': ^0.1.0
+ '@astrojs/react': ^0.1.0
+ '@astrojs/sitemap': ^0.1.0
+ '@astrojs/tailwind': ^0.1.0
'@astrojs/turbolinks': ^0.0.2
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^0.25.4
+ astro: ^0.26.0
lit: ^2.2.1
preact: ^10.7.0
react: ^18.0.0
@@ -261,20 +261,20 @@ importers:
examples/minimal:
specifiers:
- astro: ^0.25.4
+ astro: ^0.26.0
devDependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
- astro: ^0.25.4
+ astro: ^0.26.0
devDependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
'@astrojs/preact': ^0.0.2
- astro: ^0.25.4
+ astro: ^0.26.0
preact: ^10.7.0
sass: ^1.49.11
dependencies:
@@ -288,7 +288,7 @@ importers:
specifiers:
'@astrojs/node': ^0.0.2
'@astrojs/svelte': ^0.0.2
- astro: ^0.25.4
+ astro: ^0.26.0
concurrently: ^7.1.0
lightcookie: ^1.0.25
svelte: ^3.46.6
@@ -307,14 +307,14 @@ importers:
examples/starter:
specifiers:
- astro: ^0.25.4
+ astro: ^0.26.0
devDependencies:
astro: link:../../packages/astro
examples/subpath:
specifiers:
- '@astrojs/react': ^0.0.2
- astro: ^0.25.4
+ '@astrojs/react': ^0.1.0
+ astro: ^0.26.0
react: ^18.0.0
react-dom: ^18.0.0
sass: ^1.49.11
@@ -328,12 +328,12 @@ importers:
examples/with-markdown:
specifiers:
- '@astrojs/markdown-remark': ^0.7.0
+ '@astrojs/markdown-remark': ^0.8.0
'@astrojs/preact': ^0.0.2
- '@astrojs/react': ^0.0.2
+ '@astrojs/react': ^0.1.0
'@astrojs/svelte': ^0.0.2
'@astrojs/vue': ^0.0.2
- astro: ^0.25.4
+ astro: ^0.26.0
preact: ^10.7.0
react: ^18.0.0
react-dom: ^18.0.0
@@ -355,8 +355,8 @@ importers:
examples/with-markdown-plugins:
specifiers:
- '@astrojs/markdown-remark': ^0.7.0
- astro: ^0.25.4
+ '@astrojs/markdown-remark': ^0.8.0
+ astro: ^0.26.0
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@@ -373,8 +373,8 @@ importers:
examples/with-markdown-shiki:
specifiers:
- '@astrojs/markdown-remark': ^0.7.0
- astro: ^0.25.4
+ '@astrojs/markdown-remark': ^0.8.0
+ astro: ^0.26.0
devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark
astro: link:../../packages/astro
@@ -382,14 +382,14 @@ importers:
examples/with-nanostores:
specifiers:
'@astrojs/preact': ^0.0.2
- '@astrojs/react': ^0.0.2
+ '@astrojs/react': ^0.1.0
'@astrojs/solid-js': ^0.0.3
'@astrojs/svelte': ^0.0.2
'@astrojs/vue': ^0.0.2
'@nanostores/preact': ^0.1.3
'@nanostores/react': ^0.1.5
'@nanostores/vue': ^0.4.1
- astro: ^0.25.4
+ astro: ^0.26.0
nanostores: ^0.5.12
preact: ^10.7.0
react: ^18.0.0
@@ -416,8 +416,8 @@ importers:
examples/with-tailwindcss:
specifiers:
- '@astrojs/tailwind': ^0.0.2
- astro: ^0.25.4
+ '@astrojs/tailwind': ^0.1.0
+ astro: ^0.26.0
autoprefixer: ^10.4.4
canvas-confetti: ^1.5.1
postcss: ^8.4.12
@@ -432,7 +432,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
- astro: ^0.25.4
+ astro: ^0.26.0
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.2
devDependencies:
@@ -444,7 +444,7 @@ importers:
specifiers:
'@astrojs/compiler': ^0.14.1
'@astrojs/language-server': ^0.13.3
- '@astrojs/markdown-remark': ^0.7.0
+ '@astrojs/markdown-remark': ^0.8.0
'@astrojs/prism': 0.4.1
'@astrojs/webapi': ^0.11.0
'@babel/core': ^7.17.8