summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-06-07 12:45:50 -0400
committerGravatar GitHub <noreply@github.com> 2022-06-07 12:45:50 -0400
commitec89def67debc24a7eef38cab2f77632517d9a6a (patch)
tree60526f7870827b311a4dc951a816b786de7954cc
parent0a978e22fd82d40105d59aa0b3bac4b189f19214 (diff)
downloadastro-ec89def67debc24a7eef38cab2f77632517d9a6a.tar.gz
astro-ec89def67debc24a7eef38cab2f77632517d9a6a.tar.zst
astro-ec89def67debc24a7eef38cab2f77632517d9a6a.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/green-ducks-reply.md5
-rw-r--r--.changeset/spicy-planes-drum.md5
-rw-r--r--.changeset/swift-pigs-shave.md5
-rw-r--r--.changeset/tame-lies-flow.md6
-rw-r--r--.changeset/three-news-cry.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.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/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.json2
-rw-r--r--examples/with-vite-plugin-pwa/package.json2
-rw-r--r--packages/astro/CHANGELOG.md11
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/integrations/deno/CHANGELOG.md6
-rw-r--r--packages/integrations/deno/package.json2
-rw-r--r--packages/integrations/netlify/CHANGELOG.md6
-rw-r--r--packages/integrations/netlify/package.json2
-rw-r--r--pnpm-lock.yaml65
40 files changed, 82 insertions, 94 deletions
diff --git a/.changeset/green-ducks-reply.md b/.changeset/green-ducks-reply.md
deleted file mode 100644
index 20b00ddca..000000000
--- a/.changeset/green-ducks-reply.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes imported CSS packages in frontmatter
diff --git a/.changeset/spicy-planes-drum.md b/.changeset/spicy-planes-drum.md
deleted file mode 100644
index 7f758e4b4..000000000
--- a/.changeset/spicy-planes-drum.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/netlify': patch
----
-
-Fixes Netlify Edge Function and Astro.glob
diff --git a/.changeset/swift-pigs-shave.md b/.changeset/swift-pigs-shave.md
deleted file mode 100644
index f07f5c5e9..000000000
--- a/.changeset/swift-pigs-shave.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/deno': patch
----
-
-Fix for using Astro.glob when using the Deno Deploy adapter
diff --git a/.changeset/tame-lies-flow.md b/.changeset/tame-lies-flow.md
deleted file mode 100644
index 795098ccd..000000000
--- a/.changeset/tame-lies-flow.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'astro': patch
----
-
-- Improvements to how Astro handles style updates in HMR
-- Fixes a Svelte-specific HMR bug that caused Svelte component styles to be lost once a .astro file was hot reloaded
diff --git a/.changeset/three-news-cry.md b/.changeset/three-news-cry.md
deleted file mode 100644
index 9f69ba388..000000000
--- a/.changeset/three-news-cry.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Prevent minifying server JS
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 6a832dae6..ed267e2dc 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.41"
+ "astro": "^1.0.0-beta.42"
}
}
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index aa3e9db06..0895c9131 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.41",
+ "astro": "^1.0.0-beta.42",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 70e6ad815..c7d8e3f69 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.41"
+ "astro": "^1.0.0-beta.42"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index 4680f2c97..eaccac6c9 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.41"
+ "astro": "^1.0.0-beta.42"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index f33d39157..bd735e73e 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.41"
+ "astro": "^1.0.0-beta.42"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 043360948..5376e53ed 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.41"
+ "astro": "^1.0.0-beta.42"
}
}
diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json
index f1c6b002d..80e5816aa 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.41"
+ "astro": "^1.0.0-beta.42"
}
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 20dffbe5c..84fd721ec 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.41"
+ "astro": "^1.0.0-beta.42"
},
"dependencies": {
"alpinejs": "^3.10.2"
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index bf265762e..e06b20128 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.41"
+ "astro": "^1.0.0-beta.42"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index d1e75ff4b..e449f8dc2 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.41"
+ "astro": "^1.0.0-beta.42"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 85f93a9e9..721fc815f 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.41"
+ "astro": "^1.0.0-beta.42"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 6b82940f3..eada1b7ff 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.41"
+ "astro": "^1.0.0-beta.42"
},
"dependencies": {
"@types/react": "^18.0.10",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index e9aec064b..b4fd33843 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.41"
+ "astro": "^1.0.0-beta.42"
},
"dependencies": {
"solid-js": "^1.4.3"
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 68ee9d832..bb0c3b5e7 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.41"
+ "astro": "^1.0.0-beta.42"
},
"dependencies": {
"svelte": "^3.48.0"
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index e1649308c..1aa2d44c8 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.41"
+ "astro": "^1.0.0-beta.42"
},
"dependencies": {
"vue": "^3.2.36"
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json
index 75f8e0a05..09f89765c 100644
--- a/examples/integrations-playground/package.json
+++ b/examples/integrations-playground/package.json
@@ -16,7 +16,7 @@
"@astrojs/solid-js": "0.1.4",
"@astrojs/tailwind": "^0.2.1",
"@astrojs/turbolinks": "^0.1.3",
- "astro": "^1.0.0-beta.41",
+ "astro": "^1.0.0-beta.42",
"solid-js": "^1.4.3"
},
"dependencies": {
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 8d156dd0a..2e87a21ac 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.41"
+ "astro": "^1.0.0-beta.42"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 7ff00332f..ba416d6b0 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.41"
+ "astro": "^1.0.0-beta.42"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 53b0fa6cc..d48e60846 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.41",
+ "astro": "^1.0.0-beta.42",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 3547356e0..0bc8529ef 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.41",
+ "astro": "^1.0.0-beta.42",
"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 ff932dc9d..20e16303b 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.41"
+ "astro": "^1.0.0-beta.42"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index e9d5c1e6d..1879ef901 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.41",
+ "astro": "^1.0.0-beta.42",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 47b700ede..0ce5c0836 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.11.0",
- "astro": "^1.0.0-beta.41",
+ "astro": "^1.0.0-beta.42",
"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 f2fb05455..38263d91e 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.11.0",
- "astro": "^1.0.0-beta.41"
+ "astro": "^1.0.0-beta.42"
}
}
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index 57bd5d3d7..5d718313d 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -14,7 +14,7 @@
"@astrojs/react": "^0.1.3",
"@astrojs/svelte": "^0.1.4",
"@astrojs/vue": "^0.1.5",
- "astro": "^1.0.0-beta.41"
+ "astro": "^1.0.0-beta.42"
},
"dependencies": {
"preact": "^10.7.3",
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index a320a8d44..078f3269c 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.41"
+ "astro": "^1.0.0-beta.42"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 402377532..07c561560 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.41",
+ "astro": "^1.0.0-beta.42",
"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 aa6d57d89..a15a5d692 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.41",
+ "astro": "^1.0.0-beta.42",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index c8095bf0b..23f9eb933 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,16 @@
# astro
+## 1.0.0-beta.42
+
+### Patch Changes
+
+- [#3537](https://github.com/withastro/astro/pull/3537) [`51c60de7`](https://github.com/withastro/astro/commit/51c60de76cf8dd8b589cb7ae61d43159a83ef03d) Thanks [@matthewp](https://github.com/matthewp)! - Fixes imported CSS packages in frontmatter
+
+* [#3492](https://github.com/withastro/astro/pull/3492) [`a87ce441`](https://github.com/withastro/astro/commit/a87ce4412c583bce739e18b890e92a9bdaeff59d) Thanks [@natemoo-re](https://github.com/natemoo-re)! - - Improvements to how Astro handles style updates in HMR
+ - Fixes a Svelte-specific HMR bug that caused Svelte component styles to be lost once a .astro file was hot reloaded
+
+- [#3533](https://github.com/withastro/astro/pull/3533) [`d7688f05`](https://github.com/withastro/astro/commit/d7688f05c216a706105854474ba1caa737594871) Thanks [@matthewp](https://github.com/matthewp)! - Prevent minifying server JS
+
## 1.0.0-beta.41
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 4a611ac0e..cdae23376 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "1.0.0-beta.41",
+ "version": "1.0.0-beta.42",
"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/deno/CHANGELOG.md b/packages/integrations/deno/CHANGELOG.md
index 183863bfe..ab7052fe8 100644
--- a/packages/integrations/deno/CHANGELOG.md
+++ b/packages/integrations/deno/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/node
+## 0.1.5
+
+### Patch Changes
+
+- [#3532](https://github.com/withastro/astro/pull/3532) [`c22a07db`](https://github.com/withastro/astro/commit/c22a07db134a9d0741a05123fb506595aabf145b) Thanks [@matthewp](https://github.com/matthewp)! - Fix for using Astro.glob when using the Deno Deploy adapter
+
## 0.1.4
### Patch Changes
diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json
index 54cf23d2c..8392a1469 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.1.4",
+ "version": "0.1.5",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md
index 8ade489d4..0b0861b57 100644
--- a/packages/integrations/netlify/CHANGELOG.md
+++ b/packages/integrations/netlify/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/netlify
+## 0.4.3
+
+### Patch Changes
+
+- [#3535](https://github.com/withastro/astro/pull/3535) [`f3ab822e`](https://github.com/withastro/astro/commit/f3ab822e328725c3905b0adad9889ad37653c24a) Thanks [@matthewp](https://github.com/matthewp)! - Fixes Netlify Edge Function and Astro.glob
+
## 0.4.2
### Patch Changes
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index ff30831e4..b6672cc45 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.4.2",
+ "version": "0.4.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index b726e6ca0..0016663a8 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -47,14 +47,14 @@ importers:
examples/basics:
specifiers:
- astro: ^1.0.0-beta.41
+ astro: ^1.0.0-beta.42
devDependencies:
astro: link:../../packages/astro
examples/blog:
specifiers:
'@astrojs/preact': ^0.1.3
- astro: ^1.0.0-beta.41
+ astro: ^1.0.0-beta.42
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.41
+ astro: ^1.0.0-beta.42
preact: ^10.7.3
sass: ^1.52.2
dependencies:
@@ -77,14 +77,14 @@ importers:
examples/component:
specifiers:
- astro: ^1.0.0-beta.41
+ astro: ^1.0.0-beta.42
devDependencies:
astro: link:../../packages/astro
examples/component/demo:
specifiers:
'@example/my-component': workspace:*
- astro: ^1.0.0-beta.41
+ astro: ^1.0.0-beta.42
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.41
+ astro: ^1.0.0-beta.42
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.41
+ astro: ^1.0.0-beta.42
devDependencies:
astro: link:../../packages/astro
examples/framework-alpine:
specifiers:
alpinejs: ^3.10.2
- astro: ^1.0.0-beta.41
+ astro: ^1.0.0-beta.42
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.41
+ astro: ^1.0.0-beta.42
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.41
+ astro: ^1.0.0-beta.42
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.41
+ astro: ^1.0.0-beta.42
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.41
+ astro: ^1.0.0-beta.42
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.41
+ astro: ^1.0.0-beta.42
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.41
+ astro: ^1.0.0-beta.42
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.41
+ astro: ^1.0.0-beta.42
vue: ^3.2.36
dependencies:
vue: 3.2.36
@@ -251,7 +251,7 @@ importers:
'@astrojs/tailwind': ^0.2.1
'@astrojs/turbolinks': ^0.1.3
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.41
+ astro: ^1.0.0-beta.42
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.41
+ astro: ^1.0.0-beta.42
devDependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
- astro: ^1.0.0-beta.41
+ astro: ^1.0.0-beta.42
devDependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
'@astrojs/preact': ^0.1.3
- astro: ^1.0.0-beta.41
+ astro: ^1.0.0-beta.42
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.41
+ astro: ^1.0.0-beta.42
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.41
+ astro: ^1.0.0-beta.42
devDependencies:
astro: link:../../packages/astro
examples/subpath:
specifiers:
'@astrojs/react': ^0.1.3
- astro: ^1.0.0-beta.41
+ astro: ^1.0.0-beta.42
react: ^18.1.0
react-dom: ^18.1.0
sass: ^1.52.2
@@ -352,7 +352,7 @@ importers:
'@astrojs/react': ^0.1.3
'@astrojs/svelte': ^0.1.4
'@astrojs/vue': ^0.1.5
- astro: ^1.0.0-beta.41
+ astro: ^1.0.0-beta.42
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@@ -375,7 +375,7 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^0.11.0
- astro: ^1.0.0-beta.41
+ astro: ^1.0.0-beta.42
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@@ -393,7 +393,7 @@ importers:
examples/with-markdown-shiki:
specifiers:
'@astrojs/markdown-remark': ^0.11.0
- astro: ^1.0.0-beta.41
+ astro: ^1.0.0-beta.42
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.41
+ astro: ^1.0.0-beta.42
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.41
+ astro: ^1.0.0-beta.42
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.41
+ astro: ^1.0.0-beta.42
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
devDependencies:
@@ -8119,11 +8119,6 @@ packages:
/debug/3.2.7:
resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==}
- peerDependencies:
- supports-color: '*'
- peerDependenciesMeta:
- supports-color:
- optional: true
dependencies:
ms: 2.1.3
dev: false
@@ -11064,8 +11059,6 @@ packages:
debug: 3.2.7
iconv-lite: 0.4.24
sax: 1.2.4
- transitivePeerDependencies:
- - supports-color
dev: false
/netmask/2.0.2:
@@ -11149,8 +11142,6 @@ packages:
rimraf: 2.7.1
semver: 5.7.1
tar: 4.4.19
- transitivePeerDependencies:
- - supports-color
dev: false
/node-releases/2.0.5: