summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/blue-mayflies-cheat.md5
-rw-r--r--.changeset/tame-lamps-roll.md7
-rw-r--r--.changeset/wild-llamas-argue.md5
-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.json2
-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.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/integrations-playground/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/starter/package.json2
-rw-r--r--examples/subpath/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-markdown/package.json2
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json4
-rw-r--r--examples/with-vite-plugin-pwa/package.json2
-rw-r--r--packages/astro/CHANGELOG.md8
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/integrations/tailwind/CHANGELOG.md8
-rw-r--r--packages/integrations/tailwind/package.json2
-rw-r--r--pnpm-lock.yaml68
35 files changed, 82 insertions, 81 deletions
diff --git a/.changeset/blue-mayflies-cheat.md b/.changeset/blue-mayflies-cheat.md
deleted file mode 100644
index ca554fcad..000000000
--- a/.changeset/blue-mayflies-cheat.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Support runtime markdown parsing
diff --git a/.changeset/tame-lamps-roll.md b/.changeset/tame-lamps-roll.md
deleted file mode 100644
index 057a56190..000000000
--- a/.changeset/tame-lamps-roll.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@astrojs/tailwind': minor
----
-
-Removes the `applyAstroPreset` integration option. Tailwind presets can be disabled directly from the Tailwind config file by including `presets: []`
-
-See the [Tailwind preset docs](https://tailwindcss.com/docs/presets#disabling-the-default-configuration) for more details. \ No newline at end of file
diff --git a/.changeset/wild-llamas-argue.md b/.changeset/wild-llamas-argue.md
deleted file mode 100644
index 862712c47..000000000
--- a/.changeset/wild-llamas-argue.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes usage of the Markdown component in SSR
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 629aa9a6d..9b71fad88 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.1",
- "astro": "^1.0.0-beta.10",
+ "astro": "^1.0.0-beta.11",
"sass": "^1.50.0"
},
"dependencies": {
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 5a37b5e1c..8d7e556c3 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.1",
- "astro": "^1.0.0-beta.10"
+ "astro": "^1.0.0-beta.11"
},
"dependencies": {
"preact": "^10.7.1"
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index 99fd17623..776b1529b 100644
--- a/examples/component/demo/package.json
+++ b/examples/component/demo/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@example/my-component": "workspace:*",
- "astro": "^1.0.0-beta.10"
+ "astro": "^1.0.0-beta.11"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 42d17f29a..d17abf0d0 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -8,6 +8,6 @@
"serve": "astro --root demo preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.10"
+ "astro": "^1.0.0-beta.11"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 5a49e32db..5aeec2736 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -20,6 +20,6 @@
"devDependencies": {
"@astrojs/preact": "^0.1.1",
"@astrojs/react": "^0.1.0",
- "astro": "^1.0.0-beta.10"
+ "astro": "^1.0.0-beta.11"
}
}
diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json
index 8f7730fe0..10e247efa 100644
--- a/examples/env-vars/package.json
+++ b/examples/env-vars/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.10"
+ "astro": "^1.0.0-beta.11"
}
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 0dfc90b49..f1121a856 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.10"
+ "astro": "^1.0.0-beta.11"
},
"dependencies": {
"alpinejs": "^3.9.6"
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 78c6d64cf..9c4d6cc04 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/lit": "^0.1.1",
- "astro": "^1.0.0-beta.10"
+ "astro": "^1.0.0-beta.11"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index a99aa7d03..87d47b969 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -15,7 +15,7 @@
"@astrojs/solid-js": "^0.1.1",
"@astrojs/svelte": "^0.1.1",
"@astrojs/vue": "^0.1.1",
- "astro": "^1.0.0-beta.10"
+ "astro": "^1.0.0-beta.11"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index c9c27c19a..6f4847b3d 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.1",
- "astro": "^1.0.0-beta.10"
+ "astro": "^1.0.0-beta.11"
},
"dependencies": {
"preact": "^10.7.1"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index e88aab7d4..0099d0c60 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/react": "^0.1.0",
- "astro": "^1.0.0-beta.10"
+ "astro": "^1.0.0-beta.11"
},
"dependencies": {
"react": "^18.0.0",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index c017f3883..9bb015b02 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/solid-js": "^0.1.1",
- "astro": "^1.0.0-beta.10"
+ "astro": "^1.0.0-beta.11"
},
"dependencies": {
"solid-js": "^1.3.14"
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 0a24c9a01..ab9aa884c 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/svelte": "^0.1.1",
- "astro": "^1.0.0-beta.10"
+ "astro": "^1.0.0-beta.11"
},
"dependencies": {
"svelte": "^3.47.0"
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 20e1ca955..40b5df616 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/vue": "^0.1.1",
- "astro": "^1.0.0-beta.10"
+ "astro": "^1.0.0-beta.11"
},
"dependencies": {
"vue": "^3.2.31"
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json
index 216d387b6..857f1b46c 100644
--- a/examples/integrations-playground/package.json
+++ b/examples/integrations-playground/package.json
@@ -13,9 +13,9 @@
"@astrojs/partytown": "^0.1.2",
"@astrojs/react": "^0.1.0",
"@astrojs/sitemap": "^0.1.0",
- "@astrojs/tailwind": "^0.1.2",
+ "@astrojs/tailwind": "^0.2.0",
"@astrojs/turbolinks": "^0.1.1",
- "astro": "^1.0.0-beta.10"
+ "astro": "^1.0.0-beta.11"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index c2c6c86eb..36ca38baf 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.10"
+ "astro": "^1.0.0-beta.11"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index b348bc34d..87a360060 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.10"
+ "astro": "^1.0.0-beta.11"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index a6b6142ce..c6b0e80eb 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.1",
- "astro": "^1.0.0-beta.10",
+ "astro": "^1.0.0-beta.11",
"sass": "^1.50.0"
},
"dependencies": {
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 77f476f12..752484fbf 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/node": "^0.1.1",
"@astrojs/svelte": "^0.1.1",
- "astro": "^1.0.0-beta.10",
+ "astro": "^1.0.0-beta.11",
"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 4b9673507..c630db867 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.10"
+ "astro": "^1.0.0-beta.11"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 8d83ea0e9..e0f00a459 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/react": "^0.1.0",
- "astro": "^1.0.0-beta.10",
+ "astro": "^1.0.0-beta.11",
"sass": "^1.50.0"
},
"dependencies": {
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 7f5fc42dd..936fa5fc1 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.9.0",
- "astro": "^1.0.0-beta.10",
+ "astro": "^1.0.0-beta.11",
"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 4e8377876..94259af72 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.9.0",
- "astro": "^1.0.0-beta.10"
+ "astro": "^1.0.0-beta.11"
}
}
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index f64659dda..e096e36a5 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -14,7 +14,7 @@
"@astrojs/react": "^0.1.0",
"@astrojs/svelte": "^0.1.1",
"@astrojs/vue": "^0.1.1",
- "astro": "^1.0.0-beta.10"
+ "astro": "^1.0.0-beta.11"
},
"dependencies": {
"preact": "^10.7.1",
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index bdd99a839..f6706faf5 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -25,6 +25,6 @@
"@astrojs/solid-js": "^0.1.1",
"@astrojs/svelte": "^0.1.1",
"@astrojs/vue": "^0.1.1",
- "astro": "^1.0.0-beta.10"
+ "astro": "^1.0.0-beta.11"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 6bb71af16..83374177d 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/tailwind": "^0.1.2",
- "astro": "^1.0.0-beta.10",
+ "@astrojs/tailwind": "^0.2.0",
+ "astro": "^1.0.0-beta.11",
"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 fc5cdbc9b..efb5c38dd 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": "^1.0.0-beta.10",
+ "astro": "^1.0.0-beta.11",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.2"
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 9d879b363..8e7f25df4 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,13 @@
# astro
+## 1.0.0-beta.11
+
+### Patch Changes
+
+- [#3036](https://github.com/withastro/astro/pull/3036) [`4ac0d5d4`](https://github.com/withastro/astro/commit/4ac0d5d4e73aa41cb2269f1428c4eed5e69b5947) Thanks [@matthewp](https://github.com/matthewp)! - Support runtime markdown parsing
+
+* [#3036](https://github.com/withastro/astro/pull/3036) [`4ac0d5d4`](https://github.com/withastro/astro/commit/4ac0d5d4e73aa41cb2269f1428c4eed5e69b5947) Thanks [@matthewp](https://github.com/matthewp)! - Fixes usage of the Markdown component in SSR
+
## 1.0.0-beta.10
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 0b4e17486..662750696 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "1.0.0-beta.10",
+ "version": "1.0.0-beta.11",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md
index 1218023a8..281ca3d7c 100644
--- a/packages/integrations/tailwind/CHANGELOG.md
+++ b/packages/integrations/tailwind/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/tailwind
+## 0.2.0
+
+### Minor Changes
+
+- [#3099](https://github.com/withastro/astro/pull/3099) [`254a8f37`](https://github.com/withastro/astro/commit/254a8f37499863c5684fb0d5b0f59a8cee093d0b) Thanks [@tony-sull](https://github.com/tony-sull)! - Removes the `applyAstroPreset` integration option. Tailwind presets can be disabled directly from the Tailwind config file by including `presets: []`
+
+ See the [Tailwind preset docs](https://tailwindcss.com/docs/presets#disabling-the-default-configuration) for more details.
+
## 0.1.2
### Patch Changes
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index 5ba9d1e53..6192fc3a9 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.1.2",
+ "version": "0.2.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index bfa399a2d..445165259 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -46,7 +46,7 @@ importers:
examples/blog:
specifiers:
'@astrojs/preact': ^0.1.1
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
preact: ^10.7.1
dependencies:
preact: 10.7.1
@@ -57,7 +57,7 @@ importers:
examples/blog-multiple-authors:
specifiers:
'@astrojs/preact': ^0.1.1
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
preact: ^10.7.1
sass: ^1.50.0
dependencies:
@@ -69,14 +69,14 @@ importers:
examples/component:
specifiers:
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
devDependencies:
astro: link:../../packages/astro
examples/component/demo:
specifiers:
'@example/my-component': workspace:*
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
devDependencies:
'@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro
@@ -92,7 +92,7 @@ importers:
'@docsearch/css': ^3.0.0
'@docsearch/react': ^3.0.0
'@types/react': ^17.0.44
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
preact: ^10.7.1
react: ^18.0.0
react-dom: ^18.0.0
@@ -111,14 +111,14 @@ importers:
examples/env-vars:
specifiers:
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
devDependencies:
astro: link:../../packages/astro
examples/framework-alpine:
specifiers:
alpinejs: ^3.9.6
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
dependencies:
alpinejs: 3.9.6
devDependencies:
@@ -128,7 +128,7 @@ importers:
specifiers:
'@astrojs/lit': ^0.1.1
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
lit: ^2.2.2
dependencies:
'@webcomponents/template-shadowroot': 0.1.0
@@ -146,7 +146,7 @@ importers:
'@astrojs/svelte': ^0.1.1
'@astrojs/vue': ^0.1.1
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
lit: ^2.2.2
preact: ^10.7.1
react: ^18.0.0
@@ -175,7 +175,7 @@ importers:
examples/framework-preact:
specifiers:
'@astrojs/preact': ^0.1.1
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
preact: ^10.7.1
dependencies:
preact: 10.7.1
@@ -186,7 +186,7 @@ importers:
examples/framework-react:
specifiers:
'@astrojs/react': ^0.1.0
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
react: ^18.0.0
react-dom: ^18.0.0
dependencies:
@@ -199,7 +199,7 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^0.1.1
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
solid-js: ^1.3.14
dependencies:
solid-js: 1.3.14
@@ -210,7 +210,7 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^0.1.1
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
svelte: ^3.47.0
dependencies:
svelte: 3.47.0
@@ -221,7 +221,7 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^0.1.1
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
vue: ^3.2.31
dependencies:
vue: 3.2.31
@@ -235,10 +235,10 @@ importers:
'@astrojs/partytown': ^0.1.2
'@astrojs/react': ^0.1.0
'@astrojs/sitemap': ^0.1.0
- '@astrojs/tailwind': ^0.1.2
+ '@astrojs/tailwind': ^0.2.0
'@astrojs/turbolinks': ^0.1.1
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
lit: ^2.2.2
preact: ^10.7.1
react: ^18.0.0
@@ -266,20 +266,20 @@ importers:
examples/minimal:
specifiers:
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
devDependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
devDependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
'@astrojs/preact': ^0.1.1
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
preact: ^10.7.1
sass: ^1.50.0
dependencies:
@@ -293,7 +293,7 @@ importers:
specifiers:
'@astrojs/node': ^0.1.1
'@astrojs/svelte': ^0.1.1
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
concurrently: ^7.1.0
lightcookie: ^1.0.25
svelte: ^3.47.0
@@ -312,14 +312,14 @@ importers:
examples/starter:
specifiers:
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
devDependencies:
astro: link:../../packages/astro
examples/subpath:
specifiers:
'@astrojs/react': ^0.1.0
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
react: ^18.0.0
react-dom: ^18.0.0
sass: ^1.50.0
@@ -338,7 +338,7 @@ importers:
'@astrojs/react': ^0.1.0
'@astrojs/svelte': ^0.1.1
'@astrojs/vue': ^0.1.1
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
preact: ^10.7.1
react: ^18.0.0
react-dom: ^18.0.0
@@ -361,7 +361,7 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^0.9.0
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@@ -379,7 +379,7 @@ importers:
examples/with-markdown-shiki:
specifiers:
'@astrojs/markdown-remark': ^0.9.0
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark
astro: link:../../packages/astro
@@ -394,7 +394,7 @@ importers:
'@nanostores/preact': ^0.1.3
'@nanostores/react': ^0.1.5
'@nanostores/vue': ^0.4.1
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
nanostores: ^0.5.12
preact: ^10.7.1
react: ^18.0.0
@@ -421,8 +421,8 @@ importers:
examples/with-tailwindcss:
specifiers:
- '@astrojs/tailwind': ^0.1.2
- astro: ^1.0.0-beta.10
+ '@astrojs/tailwind': ^0.2.0
+ astro: ^1.0.0-beta.11
autoprefixer: ^10.4.4
canvas-confetti: ^1.5.1
postcss: ^8.4.12
@@ -437,7 +437,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
- astro: ^1.0.0-beta.10
+ astro: ^1.0.0-beta.11
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.2
devDependencies:
@@ -1356,7 +1356,7 @@ importers:
dependencies:
'@sveltejs/vite-plugin-svelte': 1.0.0-next.41_svelte@3.47.0
postcss-load-config: 3.1.4
- svelte-preprocess: 4.10.6_752b810ab855973626d4335cb0788eac
+ svelte-preprocess: 4.10.6_1402eb22fee660bb6c891bb9c1bca0d1
devDependencies:
astro: link:../../astro
astro-scripts: link:../../../scripts
@@ -1502,7 +1502,7 @@ importers:
'@rollup/plugin-alias': 3.1.9_rollup@2.70.1
'@rollup/plugin-inject': 4.0.4_rollup@2.70.1
'@rollup/plugin-node-resolve': 13.1.3_rollup@2.70.1
- '@rollup/plugin-typescript': 8.3.1_rollup@2.70.1+tslib@2.3.1
+ '@rollup/plugin-typescript': 8.3.1_8fb0118e9d69f3600cbb8f144f7d456c
'@types/chai': 4.3.0
'@types/mocha': 9.1.0
'@types/node': 14.18.12
@@ -3796,7 +3796,7 @@ packages:
rollup: 2.70.1
dev: true
- /@rollup/plugin-typescript/8.3.1_rollup@2.70.1+tslib@2.3.1:
+ /@rollup/plugin-typescript/8.3.1_8fb0118e9d69f3600cbb8f144f7d456c:
resolution: {integrity: sha512-84rExe3ICUBXzqNX48WZV2Jp3OddjTMX97O2Py6D1KJaGSwWp0mDHXj+bCGNJqWHIEKDIT2U0sDjhP4czKi6cA==}
engines: {node: '>=8.0.0'}
peerDependencies:
@@ -3808,6 +3808,7 @@ packages:
resolve: 1.22.0
rollup: 2.70.1
tslib: 2.3.1
+ typescript: 4.6.3
dev: true
/@rollup/pluginutils/3.1.0_rollup@2.70.1:
@@ -9662,7 +9663,7 @@ packages:
svelte: 3.47.0
dev: false
- /svelte-preprocess/4.10.6_752b810ab855973626d4335cb0788eac:
+ /svelte-preprocess/4.10.6_1402eb22fee660bb6c891bb9c1bca0d1:
resolution: {integrity: sha512-I2SV1w/AveMvgIQlUF/ZOO3PYVnhxfcpNyGt8pxpUVhPfyfL/CZBkkw/KPfuFix5FJ9TnnNYMhACK3DtSaYVVQ==}
engines: {node: '>= 9.11.2'}
requiresBuild: true
@@ -9711,6 +9712,7 @@ packages:
sorcery: 0.10.0
strip-indent: 3.0.0
svelte: 3.47.0
+ typescript: 4.6.3
dev: false
/svelte/3.47.0: