summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/modern-toes-glow.md5
-rw-r--r--.changeset/nice-zebras-unite.md5
-rw-r--r--.changeset/proud-forks-hammer.md5
-rw-r--r--.changeset/rare-buckets-kneel.md5
-rw-r--r--examples/basics/package.json2
-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.json4
-rw-r--r--examples/with-markdown-shiki/package.json4
-rw-r--r--examples/with-markdown/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--packages/astro/CHANGELOG.md11
-rw-r--r--packages/astro/package.json4
-rw-r--r--packages/integrations/sitemap/CHANGELOG.md6
-rw-r--r--packages/integrations/sitemap/package.json2
-rw-r--r--packages/markdown/remark/CHANGELOG.md6
-rw-r--r--packages/markdown/remark/package.json2
-rw-r--r--pnpm-lock.yaml66
39 files changed, 92 insertions, 89 deletions
diff --git a/.changeset/modern-toes-glow.md b/.changeset/modern-toes-glow.md
deleted file mode 100644
index cfab01c82..000000000
--- a/.changeset/modern-toes-glow.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes race condition causing the "self accepting" error message
diff --git a/.changeset/nice-zebras-unite.md b/.changeset/nice-zebras-unite.md
deleted file mode 100644
index 3e2c3348c..000000000
--- a/.changeset/nice-zebras-unite.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/sitemap': patch
----
-
-Remove unused dependency
diff --git a/.changeset/proud-forks-hammer.md b/.changeset/proud-forks-hammer.md
deleted file mode 100644
index 2706b9b1b..000000000
--- a/.changeset/proud-forks-hammer.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/markdown-remark': patch
----
-
-Fix remarkMdxish performance issue on huge sites
diff --git a/.changeset/rare-buckets-kneel.md b/.changeset/rare-buckets-kneel.md
deleted file mode 100644
index 74a05f545..000000000
--- a/.changeset/rare-buckets-kneel.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Improve the way YAML errors are surfaced
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 323d03b49..3d313c4c1 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.43"
+ "astro": "^1.0.0-beta.44"
}
}
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 072883566..3faf0ed9d 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.3",
- "astro": "^1.0.0-beta.43",
+ "astro": "^1.0.0-beta.44",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 6e908ea1b..afd3fa1ae 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.3",
- "astro": "^1.0.0-beta.43"
+ "astro": "^1.0.0-beta.44"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index 695983251..fe097f5ee 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.43"
+ "astro": "^1.0.0-beta.44"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index a0ae87f27..7c85f99e6 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.43"
+ "astro": "^1.0.0-beta.44"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index bfed781c0..6b4e3713c 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -20,6 +20,6 @@
"devDependencies": {
"@astrojs/preact": "^0.1.3",
"@astrojs/react": "^0.1.3",
- "astro": "^1.0.0-beta.43"
+ "astro": "^1.0.0-beta.44"
}
}
diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json
index d953e719f..e0c86b7bb 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.43"
+ "astro": "^1.0.0-beta.44"
}
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 838704f80..1ab846760 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.43"
+ "astro": "^1.0.0-beta.44"
},
"dependencies": {
"alpinejs": "^3.10.2"
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 135b5dfb4..8178b467d 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/lit": "^0.1.5",
- "astro": "^1.0.0-beta.43"
+ "astro": "^1.0.0-beta.44"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 7b80bcec4..ceec1290f 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -15,7 +15,7 @@
"@astrojs/solid-js": "^0.1.4",
"@astrojs/svelte": "^0.1.4",
"@astrojs/vue": "^0.1.5",
- "astro": "^1.0.0-beta.43"
+ "astro": "^1.0.0-beta.44"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index d1ec8bb51..eb23ec39e 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.3",
- "astro": "^1.0.0-beta.43"
+ "astro": "^1.0.0-beta.44"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 0558c5f42..e512821dc 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/react": "^0.1.3",
- "astro": "^1.0.0-beta.43"
+ "astro": "^1.0.0-beta.44"
},
"dependencies": {
"@types/react": "^18.0.10",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index dd57eee86..d3d6925c3 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/solid-js": "^0.1.4",
- "astro": "^1.0.0-beta.43"
+ "astro": "^1.0.0-beta.44"
},
"dependencies": {
"solid-js": "^1.4.3"
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 097675fad..12ca1fc80 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/svelte": "^0.1.4",
- "astro": "^1.0.0-beta.43"
+ "astro": "^1.0.0-beta.44"
},
"dependencies": {
"svelte": "^3.48.0"
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index bb23480bc..cbb73137b 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/vue": "^0.1.5",
- "astro": "^1.0.0-beta.43"
+ "astro": "^1.0.0-beta.44"
},
"dependencies": {
"vue": "^3.2.36"
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json
index 574438f7f..874280b0f 100644
--- a/examples/integrations-playground/package.json
+++ b/examples/integrations-playground/package.json
@@ -12,11 +12,11 @@
"@astrojs/lit": "^0.1.5",
"@astrojs/partytown": "^0.1.4",
"@astrojs/react": "^0.1.3",
- "@astrojs/sitemap": "^0.1.1",
+ "@astrojs/sitemap": "^0.1.2",
"@astrojs/solid-js": "0.1.4",
"@astrojs/tailwind": "^0.2.1",
"@astrojs/turbolinks": "^0.1.3",
- "astro": "^1.0.0-beta.43",
+ "astro": "^1.0.0-beta.44",
"solid-js": "^1.4.3"
},
"dependencies": {
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 56aa073f9..b910d1259 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.43"
+ "astro": "^1.0.0-beta.44"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index c9d7564e9..85e209234 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.43"
+ "astro": "^1.0.0-beta.44"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 67acb5c48..07a51d389 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.3",
- "astro": "^1.0.0-beta.43",
+ "astro": "^1.0.0-beta.44",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index d4d49e6ea..65007b1fe 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/node": "^0.1.2",
"@astrojs/svelte": "^0.1.4",
- "astro": "^1.0.0-beta.43",
+ "astro": "^1.0.0-beta.44",
"concurrently": "^7.2.1",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",
diff --git a/examples/starter/package.json b/examples/starter/package.json
index ed8aadf15..2f047a498 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.43"
+ "astro": "^1.0.0-beta.44"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 92a462a26..ac87b2eba 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/react": "^0.1.3",
- "astro": "^1.0.0-beta.43",
+ "astro": "^1.0.0-beta.44",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 5479a2345..d4879ce34 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.11.1",
- "astro": "^1.0.0-beta.43",
+ "@astrojs/markdown-remark": "^0.11.2",
+ "astro": "^1.0.0-beta.44",
"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 d8878d24e..ca615e20b 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.11.1",
- "astro": "^1.0.0-beta.43"
+ "@astrojs/markdown-remark": "^0.11.2",
+ "astro": "^1.0.0-beta.44"
}
}
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index b84a1580c..6fcdaa3d4 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.11.1",
+ "@astrojs/markdown-remark": "^0.11.2",
"@astrojs/preact": "^0.1.3",
"@astrojs/react": "^0.1.3",
"@astrojs/svelte": "^0.1.4",
"@astrojs/vue": "^0.1.5",
- "astro": "^1.0.0-beta.43"
+ "astro": "^1.0.0-beta.44"
},
"dependencies": {
"preact": "^10.7.3",
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 01cd2dfa5..99645670b 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -25,6 +25,6 @@
"@astrojs/solid-js": "^0.1.4",
"@astrojs/svelte": "^0.1.4",
"@astrojs/vue": "^0.1.5",
- "astro": "^1.0.0-beta.43"
+ "astro": "^1.0.0-beta.44"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 5dc673d9b..254948b1d 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "^0.2.1",
- "astro": "^1.0.0-beta.43",
+ "astro": "^1.0.0-beta.44",
"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 7edc91886..26ee68a19 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.43",
+ "astro": "^1.0.0-beta.44",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 1832ad29b..c3db8370a 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,16 @@
# astro
+## 1.0.0-beta.44
+
+### Patch Changes
+
+- [#3568](https://github.com/withastro/astro/pull/3568) [`614769a3`](https://github.com/withastro/astro/commit/614769a39b4976dc292d1ed7fa1735811c0bdb8c) Thanks [@matthewp](https://github.com/matthewp)! - Fixes race condition causing the "self accepting" error message
+
+* [#3557](https://github.com/withastro/astro/pull/3557) [`3ec41f28`](https://github.com/withastro/astro/commit/3ec41f284c7c6e7abfb75704ffbf19cdf3e3eaa0) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Improve the way YAML errors are surfaced
+
+* Updated dependencies [[`5c73f614`](https://github.com/withastro/astro/commit/5c73f614e8f579e04fe61c948b69be7bc6d81d5d)]:
+ - @astrojs/markdown-remark@0.11.2
+
## 1.0.0-beta.43
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index d58c5a189..6921fcb3a 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "1.0.0-beta.43",
+ "version": "1.0.0-beta.44",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
@@ -79,7 +79,7 @@
"dependencies": {
"@astrojs/compiler": "^0.15.2",
"@astrojs/language-server": "^0.13.4",
- "@astrojs/markdown-remark": "^0.11.1",
+ "@astrojs/markdown-remark": "^0.11.2",
"@astrojs/prism": "0.4.1",
"@astrojs/telemetry": "^0.1.2",
"@astrojs/webapi": "^0.12.0",
diff --git a/packages/integrations/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md
index 188e64e05..45d423ca4 100644
--- a/packages/integrations/sitemap/CHANGELOG.md
+++ b/packages/integrations/sitemap/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/sitemap
+## 0.1.2
+
+### Patch Changes
+
+- [#3563](https://github.com/withastro/astro/pull/3563) [`09803129`](https://github.com/withastro/astro/commit/098031294f4e25619d0ae5a6ffc871c7401d98ae) Thanks [@alextim](https://github.com/alextim)! - Remove unused dependency
+
## 0.1.1
### Patch Changes
diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json
index ec53b20f0..3fbfc2b94 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.1.1",
+ "version": "0.1.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md
index cc75445b4..7144cb8fb 100644
--- a/packages/markdown/remark/CHANGELOG.md
+++ b/packages/markdown/remark/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/markdown-remark
+## 0.11.2
+
+### Patch Changes
+
+- [#3572](https://github.com/withastro/astro/pull/3572) [`5c73f614`](https://github.com/withastro/astro/commit/5c73f614e8f579e04fe61c948b69be7bc6d81d5d) Thanks [@hippotastic](https://github.com/hippotastic)! - Fix remarkMdxish performance issue on huge sites
+
## 0.11.1
### Patch Changes
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index 36f20bddb..77c7b0775 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
- "version": "0.11.1",
+ "version": "0.11.2",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 3b08018be..b65f9394b 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -47,14 +47,14 @@ importers:
examples/basics:
specifiers:
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
devDependencies:
astro: link:../../packages/astro
examples/blog:
specifiers:
'@astrojs/preact': ^0.1.3
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
preact: ^10.7.3
dependencies:
preact: 10.7.3
@@ -65,7 +65,7 @@ importers:
examples/blog-multiple-authors:
specifiers:
'@astrojs/preact': ^0.1.3
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
preact: ^10.7.3
sass: ^1.52.2
dependencies:
@@ -77,14 +77,14 @@ importers:
examples/component:
specifiers:
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
devDependencies:
astro: link:../../packages/astro
examples/component/demo:
specifiers:
'@example/my-component': workspace:*
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
devDependencies:
'@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro
@@ -100,7 +100,7 @@ importers:
'@docsearch/css': ^3.1.0
'@docsearch/react': ^3.1.0
'@types/react': ^17.0.45
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
preact: ^10.7.3
react: ^17.0.2
react-dom: ^17.0.2
@@ -119,14 +119,14 @@ importers:
examples/env-vars:
specifiers:
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
devDependencies:
astro: link:../../packages/astro
examples/framework-alpine:
specifiers:
alpinejs: ^3.10.2
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
dependencies:
alpinejs: 3.10.2
devDependencies:
@@ -136,7 +136,7 @@ importers:
specifiers:
'@astrojs/lit': ^0.1.5
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
lit: ^2.2.5
dependencies:
'@webcomponents/template-shadowroot': 0.1.0
@@ -154,7 +154,7 @@ importers:
'@astrojs/svelte': ^0.1.4
'@astrojs/vue': ^0.1.5
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
lit: ^2.2.5
preact: ^10.7.3
react: ^18.1.0
@@ -183,7 +183,7 @@ importers:
examples/framework-preact:
specifiers:
'@astrojs/preact': ^0.1.3
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
preact: ^10.7.3
dependencies:
preact: 10.7.3
@@ -196,7 +196,7 @@ importers:
'@astrojs/react': ^0.1.3
'@types/react': ^18.0.10
'@types/react-dom': ^18.0.5
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@@ -211,7 +211,7 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^0.1.4
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
solid-js: ^1.4.3
dependencies:
solid-js: 1.4.3
@@ -222,7 +222,7 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^0.1.4
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
svelte: ^3.48.0
dependencies:
svelte: 3.48.0
@@ -233,7 +233,7 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^0.1.5
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
vue: ^3.2.36
dependencies:
vue: 3.2.37
@@ -246,12 +246,12 @@ importers:
'@astrojs/lit': ^0.1.5
'@astrojs/partytown': ^0.1.4
'@astrojs/react': ^0.1.3
- '@astrojs/sitemap': ^0.1.1
+ '@astrojs/sitemap': ^0.1.2
'@astrojs/solid-js': 0.1.4
'@astrojs/tailwind': ^0.2.1
'@astrojs/turbolinks': ^0.1.3
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
lit: ^2.2.5
preact: ^10.7.3
react: ^18.1.0
@@ -280,20 +280,20 @@ importers:
examples/minimal:
specifiers:
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
devDependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
devDependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
'@astrojs/preact': ^0.1.3
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
preact: ^10.7.3
sass: ^1.52.2
dependencies:
@@ -307,7 +307,7 @@ importers:
specifiers:
'@astrojs/node': ^0.1.2
'@astrojs/svelte': ^0.1.4
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
concurrently: ^7.2.1
lightcookie: ^1.0.25
svelte: ^3.48.0
@@ -326,14 +326,14 @@ importers:
examples/starter:
specifiers:
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
devDependencies:
astro: link:../../packages/astro
examples/subpath:
specifiers:
'@astrojs/react': ^0.1.3
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
react: ^18.1.0
react-dom: ^18.1.0
sass: ^1.52.2
@@ -347,12 +347,12 @@ importers:
examples/with-markdown:
specifiers:
- '@astrojs/markdown-remark': ^0.11.1
+ '@astrojs/markdown-remark': ^0.11.2
'@astrojs/preact': ^0.1.3
'@astrojs/react': ^0.1.3
'@astrojs/svelte': ^0.1.4
'@astrojs/vue': ^0.1.5
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@@ -374,8 +374,8 @@ importers:
examples/with-markdown-plugins:
specifiers:
- '@astrojs/markdown-remark': ^0.11.1
- astro: ^1.0.0-beta.43
+ '@astrojs/markdown-remark': ^0.11.2
+ astro: ^1.0.0-beta.44
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@@ -392,8 +392,8 @@ importers:
examples/with-markdown-shiki:
specifiers:
- '@astrojs/markdown-remark': ^0.11.1
- astro: ^1.0.0-beta.43
+ '@astrojs/markdown-remark': ^0.11.2
+ astro: ^1.0.0-beta.44
devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark
astro: link:../../packages/astro
@@ -408,7 +408,7 @@ importers:
'@nanostores/preact': ^0.1.3
'@nanostores/react': ^0.1.5
'@nanostores/vue': ^0.4.1
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
nanostores: ^0.5.12
preact: ^10.7.3
react: ^18.1.0
@@ -436,7 +436,7 @@ importers:
examples/with-tailwindcss:
specifiers:
'@astrojs/tailwind': ^0.2.1
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@@ -451,7 +451,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
- astro: ^1.0.0-beta.43
+ astro: ^1.0.0-beta.44
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
devDependencies:
@@ -463,7 +463,7 @@ importers:
specifiers:
'@astrojs/compiler': ^0.15.2
'@astrojs/language-server': ^0.13.4
- '@astrojs/markdown-remark': ^0.11.1
+ '@astrojs/markdown-remark': ^0.11.2
'@astrojs/prism': 0.4.1
'@astrojs/telemetry': ^0.1.2
'@astrojs/webapi': ^0.12.0