summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/pre.json10
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog/package.json4
-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/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/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-mdx/package.json4
-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.md21
-rw-r--r--packages/astro/package.json4
-rw-r--r--packages/create-astro/CHANGELOG.md6
-rw-r--r--packages/create-astro/package.json2
-rw-r--r--packages/integrations/mdx/CHANGELOG.md6
-rw-r--r--packages/integrations/mdx/package.json2
-rw-r--r--packages/integrations/react/CHANGELOG.md8
-rw-r--r--packages/integrations/react/package.json2
-rw-r--r--packages/markdown/remark/CHANGELOG.md8
-rw-r--r--packages/markdown/remark/package.json2
-rw-r--r--pnpm-lock.yaml70
38 files changed, 133 insertions, 76 deletions
diff --git a/.changeset/pre.json b/.changeset/pre.json
index 45932fed8..4daaaf5aa 100644
--- a/.changeset/pre.json
+++ b/.changeset/pre.json
@@ -60,5 +60,13 @@
"@astrojs/webapi": "1.0.0",
"astro-scripts": "0.0.7"
},
- "changesets": []
+ "changesets": [
+ "angry-peaches-remember",
+ "beige-deers-travel",
+ "chilly-stingrays-play",
+ "cool-turtles-lay",
+ "giant-pandas-roll",
+ "healthy-kangaroos-smoke",
+ "perfect-melons-wonder"
+ ]
}
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 10906b956..11ff97454 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.9"
+ "astro": "^1.1.0-next.0"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index db2ff84c8..a4509012c 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/mdx": "^0.10.1",
+ "@astrojs/mdx": "^0.10.2-next.0",
"@astrojs/rss": "^1.0.0",
"@astrojs/sitemap": "^1.0.0",
- "astro": "^1.0.9"
+ "astro": "^1.1.0-next.0"
}
}
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index e7c40f73e..31ef7931f 100644
--- a/examples/component/demo/package.json
+++ b/examples/component/demo/package.json
@@ -11,6 +11,6 @@
},
"devDependencies": {
"@example/my-component": "workspace:*",
- "astro": "^1.0.9"
+ "astro": "^1.1.0-next.0"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 2fe2de1e8..ba0ce2785 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -8,6 +8,6 @@
"serve": "astro --root demo preview"
},
"devDependencies": {
- "astro": "^1.0.9"
+ "astro": "^1.1.0-next.0"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 2d418ed07..b0fb10a02 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -20,7 +20,7 @@
},
"devDependencies": {
"@astrojs/preact": "^1.0.2",
- "@astrojs/react": "^1.0.0",
- "astro": "^1.0.9"
+ "@astrojs/react": "^1.1.0-next.0",
+ "astro": "^1.1.0-next.0"
}
}
diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json
index 9ab0cb09a..4d0b39a25 100644
--- a/examples/env-vars/package.json
+++ b/examples/env-vars/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.9"
+ "astro": "^1.1.0-next.0"
}
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 5a5eb95e6..8455bf8a8 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -13,7 +13,7 @@
"@astrojs/alpinejs": "^0.1.0",
"@types/alpinejs": "^3.7.0",
"alpinejs": "^3.10.2",
- "astro": "^1.0.9"
+ "astro": "^1.1.0-next.0"
},
"dependencies": {}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 25dfdb740..a6e894fdc 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/lit": "^1.0.0",
- "astro": "^1.0.9"
+ "astro": "^1.1.0-next.0"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 215e27aaa..216e84f6e 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -11,11 +11,11 @@
},
"devDependencies": {
"@astrojs/preact": "^1.0.2",
- "@astrojs/react": "^1.0.0",
+ "@astrojs/react": "^1.1.0-next.0",
"@astrojs/solid-js": "^1.0.0",
"@astrojs/svelte": "^1.0.0",
"@astrojs/vue": "^1.0.0",
- "astro": "^1.0.9"
+ "astro": "^1.1.0-next.0"
},
"dependencies": {
"preact": "^10.7.3",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index ec3985f59..a2e249146 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/preact": "^1.0.2",
- "astro": "^1.0.9"
+ "astro": "^1.1.0-next.0"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 8e9344cdf..be36762fd 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -10,10 +10,10 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/react": "^1.0.0",
+ "@astrojs/react": "^1.1.0-next.0",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
- "astro": "^1.0.9"
+ "astro": "^1.1.0-next.0"
},
"dependencies": {
"react": "^18.1.0",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index f6d4d1a28..74e56c811 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/solid-js": "^1.0.0",
- "astro": "^1.0.9"
+ "astro": "^1.1.0-next.0"
},
"dependencies": {
"solid-js": "^1.4.3"
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 1cfee7360..ac700bb7b 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/svelte": "^1.0.0",
- "astro": "^1.0.9"
+ "astro": "^1.1.0-next.0"
},
"dependencies": {
"svelte": "^3.48.0"
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 5ecaa1bf5..cec3bd140 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/vue": "^1.0.0",
- "astro": "^1.0.9"
+ "astro": "^1.1.0-next.0"
},
"dependencies": {
"vue": "^3.2.37"
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 3b5c4b0a1..90698dd9b 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.9"
+ "astro": "^1.1.0-next.0"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 7de9e04ae..2deeefdb8 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.9"
+ "astro": "^1.1.0-next.0"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 5a010d31b..fa5084f1d 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/preact": "^1.0.2",
- "astro": "^1.0.9",
+ "astro": "^1.1.0-next.0",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index d1cf61f99..38ed0b8c3 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -13,7 +13,7 @@
"devDependencies": {
"@astrojs/node": "^1.0.0",
"@astrojs/svelte": "^1.0.0",
- "astro": "^1.0.9",
+ "astro": "^1.1.0-next.0",
"concurrently": "^7.2.1",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 6460dd558..47ddf233b 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/react": "^1.0.0",
- "astro": "^1.0.9"
+ "@astrojs/react": "^1.1.0-next.0",
+ "astro": "^1.1.0-next.0"
},
"dependencies": {
"react": "^18.1.0",
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 641b930a0..ad405ab32 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/markdown-remark": "^1.0.0",
- "astro": "^1.0.9",
+ "@astrojs/markdown-remark": "^1.1.0-next.0",
+ "astro": "^1.1.0-next.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 b2be864ce..a651a8104 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/markdown-remark": "^1.0.0",
- "astro": "^1.0.9"
+ "@astrojs/markdown-remark": "^1.1.0-next.0",
+ "astro": "^1.1.0-next.0"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index d63334015..20a852207 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/mdx": "^0.10.1",
+ "@astrojs/mdx": "^0.10.2-next.0",
"@astrojs/preact": "^1.0.2",
- "astro": "^1.0.9",
+ "astro": "^1.1.0-next.0",
"preact": "^10.6.5"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 2391593d4..ac8f764cd 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -16,6 +16,6 @@
},
"devDependencies": {
"@astrojs/preact": "^1.0.2",
- "astro": "^1.0.9"
+ "astro": "^1.1.0-next.0"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 10e59131a..de5b264d9 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "^1.0.0",
- "astro": "^1.0.9",
+ "astro": "^1.1.0-next.0",
"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 c0e3e0b8f..35b8b84dd 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.9",
+ "astro": "^1.1.0-next.0",
"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 663cfa3ff..4a81f7a78 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"devDependencies": {
- "astro": "^1.0.9",
+ "astro": "^1.1.0-next.0",
"vitest": "^0.20.3"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index c24e8da79..e1cdd4a76 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,26 @@
# astro
+## 1.1.0-next.0
+
+### Minor Changes
+
+- [#4352](https://github.com/withastro/astro/pull/4352) [`cd154e447`](https://github.com/withastro/astro/commit/cd154e447ba7883531d484deea2fd046898d749b) Thanks [@matthewp](https://github.com/matthewp)! - Make Astro.url match the build.format configuration during the build
+
+* [#4423](https://github.com/withastro/astro/pull/4423) [`d4cd7a59f`](https://github.com/withastro/astro/commit/d4cd7a59fd38d411c442a818cfaab40f74106628) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Update Markdown type signature to match new markdown plugin,and update top-level layout props for better alignment
+
+- [#4474](https://github.com/withastro/astro/pull/4474) [`ac0321824`](https://github.com/withastro/astro/commit/ac03218247763e4782824e220a384fd20ae6d769) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add "extends" to markdown plugin config to preserve Astro defaults
+
+* [#4138](https://github.com/withastro/astro/pull/4138) [`839097c84`](https://github.com/withastro/astro/commit/839097c84e830542c17c18d8337a88de8885c356) Thanks [@gtnbssn](https://github.com/gtnbssn)! - Makes remark-rehype options available in astro.config.mjs
+
+- [#4182](https://github.com/withastro/astro/pull/4182) [`fcc36ac90`](https://github.com/withastro/astro/commit/fcc36ac908429733b1d9e51caddbc7590f9eeea5) Thanks [@Alxandr](https://github.com/Alxandr)! - Make type definitions available through package.json exports
+
+### Patch Changes
+
+- [#4439](https://github.com/withastro/astro/pull/4439) [`77ce6be30`](https://github.com/withastro/astro/commit/77ce6be30c9cb8054ebf69a4943b984eed90152e) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add tsconfig templates for users to extend from
+
+- Updated dependencies [[`ac0321824`](https://github.com/withastro/astro/commit/ac03218247763e4782824e220a384fd20ae6d769), [`839097c84`](https://github.com/withastro/astro/commit/839097c84e830542c17c18d8337a88de8885c356)]:
+ - @astrojs/markdown-remark@1.1.0-next.0
+
## 1.0.9
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 2479a28ff..f02ff1d72 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "1.0.9",
+ "version": "1.1.0-next.0",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
@@ -94,7 +94,7 @@
"dependencies": {
"@astrojs/compiler": "^0.23.4",
"@astrojs/language-server": "^0.20.0",
- "@astrojs/markdown-remark": "^1.0.0",
+ "@astrojs/markdown-remark": "^1.1.0-next.0",
"@astrojs/telemetry": "^1.0.0",
"@astrojs/webapi": "^1.0.0",
"@babel/core": "^7.18.2",
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md
index 7205cd471..4e187d3c8 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# create-astro
+## 1.0.1-next.0
+
+### Patch Changes
+
+- [#4439](https://github.com/withastro/astro/pull/4439) [`77ce6be30`](https://github.com/withastro/astro/commit/77ce6be30c9cb8054ebf69a4943b984eed90152e) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add tsconfig templates for users to extend from
+
## 1.0.0
### Major Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index ba21ac1e8..6ec322a84 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "1.0.0",
+ "version": "1.0.1-next.0",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md
index 7a23098d0..2d11631d9 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/mdx
+## 0.10.2-next.0
+
+### Patch Changes
+
+- [#4423](https://github.com/withastro/astro/pull/4423) [`d4cd7a59f`](https://github.com/withastro/astro/commit/d4cd7a59fd38d411c442a818cfaab40f74106628) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Update Markdown type signature to match new markdown plugin,and update top-level layout props for better alignment
+
## 0.10.1
### Patch Changes
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index 6bd346716..2fa4b09c6 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/mdx",
"description": "Use MDX within Astro",
- "version": "0.10.1",
+ "version": "0.10.2-next.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 92eea29b3..aebec177c 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/react
+## 1.1.0-next.0
+
+### Minor Changes
+
+- [#4478](https://github.com/withastro/astro/pull/4478) [`243525b15`](https://github.com/withastro/astro/commit/243525b1565385753ae1464c5def0d7de799f906) Thanks [@matthewp](https://github.com/matthewp)! - Uses startTransition on React roots
+
+ This prevents hydration from blocking the main thread when multiple islands are rendering at the same time.
+
## 1.0.0
### Major Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 02df926c6..6e680a659 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": "1.0.0",
+ "version": "1.1.0-next.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 5e689f8ce..638541778 100644
--- a/packages/markdown/remark/CHANGELOG.md
+++ b/packages/markdown/remark/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/markdown-remark
+## 1.1.0-next.0
+
+### Minor Changes
+
+- [#4474](https://github.com/withastro/astro/pull/4474) [`ac0321824`](https://github.com/withastro/astro/commit/ac03218247763e4782824e220a384fd20ae6d769) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add "extends" to markdown plugin config to preserve Astro defaults
+
+* [#4138](https://github.com/withastro/astro/pull/4138) [`839097c84`](https://github.com/withastro/astro/commit/839097c84e830542c17c18d8337a88de8885c356) Thanks [@gtnbssn](https://github.com/gtnbssn)! - Makes remark-rehype options available in astro.config.mjs
+
## 1.0.0
### Major Changes
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index 7573e833d..aa3020506 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
- "version": "1.0.0",
+ "version": "1.1.0-next.0",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index a6fa6af7f..c53016516 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -56,16 +56,16 @@ importers:
examples/basics:
specifiers:
- astro: ^1.0.9
+ astro: ^1.1.0-next.0
devDependencies:
astro: link:../../packages/astro
examples/blog:
specifiers:
- '@astrojs/mdx': ^0.10.1
+ '@astrojs/mdx': ^0.10.2-next.0
'@astrojs/rss': ^1.0.0
'@astrojs/sitemap': ^1.0.0
- astro: ^1.0.9
+ astro: ^1.1.0-next.0
devDependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
'@astrojs/rss': link:../../packages/astro-rss
@@ -74,14 +74,14 @@ importers:
examples/component:
specifiers:
- astro: ^1.0.9
+ astro: ^1.1.0-next.0
devDependencies:
astro: link:../../packages/astro
examples/component/demo:
specifiers:
'@example/my-component': workspace:*
- astro: ^1.0.9
+ astro: ^1.1.0-next.0
devDependencies:
'@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro
@@ -93,11 +93,11 @@ importers:
specifiers:
'@algolia/client-search': ^4.13.1
'@astrojs/preact': ^1.0.2
- '@astrojs/react': ^1.0.0
+ '@astrojs/react': ^1.1.0-next.0
'@docsearch/css': ^3.1.0
'@docsearch/react': ^3.1.0
'@types/react': ^17.0.45
- astro: ^1.0.9
+ astro: ^1.1.0-next.0
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@@ -116,7 +116,7 @@ importers:
examples/env-vars:
specifiers:
- astro: ^1.0.9
+ astro: ^1.1.0-next.0
devDependencies:
astro: link:../../packages/astro
@@ -125,7 +125,7 @@ importers:
'@astrojs/alpinejs': ^0.1.0
'@types/alpinejs': ^3.7.0
alpinejs: ^3.10.2
- astro: ^1.0.9
+ astro: ^1.1.0-next.0
devDependencies:
'@astrojs/alpinejs': link:../../packages/integrations/alpinejs
'@types/alpinejs': 3.7.0
@@ -136,7 +136,7 @@ importers:
specifiers:
'@astrojs/lit': ^1.0.0
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.9
+ astro: ^1.1.0-next.0
lit: ^2.2.5
dependencies:
'@webcomponents/template-shadowroot': 0.1.0
@@ -148,11 +148,11 @@ importers:
examples/framework-multiple:
specifiers:
'@astrojs/preact': ^1.0.2
- '@astrojs/react': ^1.0.0
+ '@astrojs/react': ^1.1.0-next.0
'@astrojs/solid-js': ^1.0.0
'@astrojs/svelte': ^1.0.0
'@astrojs/vue': ^1.0.0
- astro: ^1.0.9
+ astro: ^1.1.0-next.0
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@@ -177,7 +177,7 @@ importers:
examples/framework-preact:
specifiers:
'@astrojs/preact': ^1.0.2
- astro: ^1.0.9
+ astro: ^1.1.0-next.0
preact: ^10.7.3
dependencies:
preact: 10.10.6
@@ -187,10 +187,10 @@ importers:
examples/framework-react:
specifiers:
- '@astrojs/react': ^1.0.0
+ '@astrojs/react': ^1.1.0-next.0
'@types/react': ^18.0.10
'@types/react-dom': ^18.0.5
- astro: ^1.0.9
+ astro: ^1.1.0-next.0
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@@ -205,7 +205,7 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^1.0.0
- astro: ^1.0.9
+ astro: ^1.1.0-next.0
solid-js: ^1.4.3
dependencies:
solid-js: 1.4.8
@@ -216,7 +216,7 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^1.0.0
- astro: ^1.0.9
+ astro: ^1.1.0-next.0
svelte: ^3.48.0
dependencies:
svelte: 3.49.0
@@ -227,7 +227,7 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^1.0.0
- astro: ^1.0.9
+ astro: ^1.1.0-next.0
vue: ^3.2.37
dependencies:
vue: 3.2.37
@@ -237,20 +237,20 @@ importers:
examples/minimal:
specifiers:
- astro: ^1.0.9
+ astro: ^1.1.0-next.0
devDependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
- astro: ^1.0.9
+ astro: ^1.1.0-next.0
devDependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
'@astrojs/preact': ^1.0.2
- astro: ^1.0.9
+ astro: ^1.1.0-next.0
preact: ^10.7.3
sass: ^1.52.2
dependencies:
@@ -264,7 +264,7 @@ importers:
specifiers:
'@astrojs/node': ^1.0.0
'@astrojs/svelte': ^1.0.0
- astro: ^1.0.9
+ astro: ^1.1.0-next.0
concurrently: ^7.2.1
lightcookie: ^1.0.25
svelte: ^3.48.0
@@ -283,8 +283,8 @@ importers:
examples/subpath:
specifiers:
- '@astrojs/react': ^1.0.0
- astro: ^1.0.9
+ '@astrojs/react': ^1.1.0-next.0
+ astro: ^1.1.0-next.0
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@@ -296,8 +296,8 @@ importers:
examples/with-markdown-plugins:
specifiers:
- '@astrojs/markdown-remark': ^1.0.0
- astro: ^1.0.9
+ '@astrojs/markdown-remark': ^1.1.0-next.0
+ astro: ^1.1.0-next.0
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@@ -314,17 +314,17 @@ importers:
examples/with-markdown-shiki:
specifiers:
- '@astrojs/markdown-remark': ^1.0.0
- astro: ^1.0.9
+ '@astrojs/markdown-remark': ^1.1.0-next.0
+ astro: ^1.1.0-next.0
devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark
astro: link:../../packages/astro
examples/with-mdx:
specifiers:
- '@astrojs/mdx': ^0.10.1
+ '@astrojs/mdx': ^0.10.2-next.0
'@astrojs/preact': ^1.0.2
- astro: ^1.0.9
+ astro: ^1.1.0-next.0
preact: ^10.6.5
devDependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
@@ -336,7 +336,7 @@ importers:
specifiers:
'@astrojs/preact': ^1.0.2
'@nanostores/preact': ^0.1.3
- astro: ^1.0.9
+ astro: ^1.1.0-next.0
nanostores: ^0.5.12
preact: ^10.7.3
dependencies:
@@ -350,7 +350,7 @@ importers:
examples/with-tailwindcss:
specifiers:
'@astrojs/tailwind': ^1.0.0
- astro: ^1.0.9
+ astro: ^1.1.0-next.0
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@@ -365,7 +365,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
- astro: ^1.0.9
+ astro: ^1.1.0-next.0
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
devDependencies:
@@ -375,7 +375,7 @@ importers:
examples/with-vitest:
specifiers:
- astro: ^1.0.9
+ astro: ^1.1.0-next.0
vitest: ^0.20.3
devDependencies:
astro: link:../../packages/astro
@@ -385,7 +385,7 @@ importers:
specifiers:
'@astrojs/compiler': ^0.23.4
'@astrojs/language-server': ^0.20.0
- '@astrojs/markdown-remark': ^1.0.0
+ '@astrojs/markdown-remark': ^1.1.0-next.0
'@astrojs/telemetry': ^1.0.0
'@astrojs/webapi': ^1.0.0
'@babel/core': ^7.18.2