From d02578fd4cab1a95980dbf6c0e5f12efb4aa9582 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 15:03:52 +0000 Subject: [PATCH] [ci] release (#3549) Co-authored-by: github-actions[bot] --- .changeset/afraid-stingrays-sell.md | 5 -- .changeset/brown-peas-destroy.md | 5 -- .changeset/large-rings-invite.md | 5 -- .changeset/stale-flowers-share.md | 5 -- .changeset/swift-rocks-refuse.md | 5 -- .changeset/tough-papayas-jam.md | 5 -- examples/basics/package.json | 2 +- examples/blog-multiple-authors/package.json | 2 +- examples/blog/package.json | 2 +- examples/component/demo/package.json | 2 +- examples/component/package.json | 2 +- examples/docs/package.json | 2 +- examples/env-vars/package.json | 2 +- examples/framework-alpine/package.json | 2 +- examples/framework-lit/package.json | 2 +- examples/framework-multiple/package.json | 2 +- examples/framework-preact/package.json | 2 +- examples/framework-react/package.json | 2 +- examples/framework-solid/package.json | 2 +- examples/framework-svelte/package.json | 2 +- examples/framework-vue/package.json | 2 +- examples/integrations-playground/package.json | 4 +- examples/minimal/package.json | 2 +- examples/non-html-pages/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/ssr/package.json | 2 +- examples/starter/package.json | 2 +- examples/subpath/package.json | 2 +- examples/with-markdown-plugins/package.json | 4 +- examples/with-markdown-shiki/package.json | 4 +- examples/with-markdown/package.json | 4 +- examples/with-nanostores/package.json | 2 +- examples/with-tailwindcss/package.json | 2 +- examples/with-vite-plugin-pwa/package.json | 2 +- packages/astro/CHANGELOG.md | 13 ++++ packages/astro/package.json | 4 +- packages/integrations/sitemap/CHANGELOG.md | 6 ++ packages/integrations/sitemap/package.json | 2 +- packages/markdown/remark/CHANGELOG.md | 8 ++ packages/markdown/remark/package.json | 2 +- pnpm-lock.yaml | 75 ++++++++----------- 41 files changed, 96 insertions(+), 108 deletions(-) delete mode 100644 .changeset/afraid-stingrays-sell.md delete mode 100644 .changeset/brown-peas-destroy.md delete mode 100644 .changeset/large-rings-invite.md delete mode 100644 .changeset/stale-flowers-share.md delete mode 100644 .changeset/swift-rocks-refuse.md delete mode 100644 .changeset/tough-papayas-jam.md diff --git a/.changeset/afraid-stingrays-sell.md b/.changeset/afraid-stingrays-sell.md deleted file mode 100644 index 3c30c423b..000000000 --- a/.changeset/afraid-stingrays-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/markdown-remark': patch ---- - -Fix autolinking of URLs inside links diff --git a/.changeset/brown-peas-destroy.md b/.changeset/brown-peas-destroy.md deleted file mode 100644 index f4bbb7586..000000000 --- a/.changeset/brown-peas-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix: Astro.site should default to localhost when not provided in a project's config diff --git a/.changeset/large-rings-invite.md b/.changeset/large-rings-invite.md deleted file mode 100644 index edf16f8d0..000000000 --- a/.changeset/large-rings-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/sitemap': patch ---- - -Prevent sitemap URLs with trimmed paths diff --git a/.changeset/stale-flowers-share.md b/.changeset/stale-flowers-share.md deleted file mode 100644 index 0be809e54..000000000 --- a/.changeset/stale-flowers-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix: showing a more helpful error message when an import in an Astro component could not be resolved diff --git a/.changeset/swift-rocks-refuse.md b/.changeset/swift-rocks-refuse.md deleted file mode 100644 index 20e941acb..000000000 --- a/.changeset/swift-rocks-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/markdown-remark': patch ---- - -Allow AlpineJS syntax extensions in Markdown diff --git a/.changeset/tough-papayas-jam.md b/.changeset/tough-papayas-jam.md deleted file mode 100644 index af72144df..000000000 --- a/.changeset/tough-papayas-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix: show "unable to find network to expose" with local network log when using --host without suitable networks diff --git a/examples/basics/package.json b/examples/basics/package.json index ed267e2dc..323d03b49 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.42" + "astro": "^1.0.0-beta.43" } } diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 0895c9131..072883566 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.42", + "astro": "^1.0.0-beta.43", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/blog/package.json b/examples/blog/package.json index c7d8e3f69..6e908ea1b 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.42" + "astro": "^1.0.0-beta.43" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index eaccac6c9..695983251 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.42" + "astro": "^1.0.0-beta.43" } } diff --git a/examples/component/package.json b/examples/component/package.json index bd735e73e..a0ae87f27 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.42" + "astro": "^1.0.0-beta.43" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 5376e53ed..bfed781c0 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.42" + "astro": "^1.0.0-beta.43" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index 80e5816aa..d953e719f 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.42" + "astro": "^1.0.0-beta.43" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 84fd721ec..838704f80 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.42" + "astro": "^1.0.0-beta.43" }, "dependencies": { "alpinejs": "^3.10.2" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index e06b20128..135b5dfb4 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.42" + "astro": "^1.0.0-beta.43" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index e449f8dc2..7b80bcec4 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.42" + "astro": "^1.0.0-beta.43" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 721fc815f..d1ec8bb51 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.42" + "astro": "^1.0.0-beta.43" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index eada1b7ff..0558c5f42 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.42" + "astro": "^1.0.0-beta.43" }, "dependencies": { "@types/react": "^18.0.10", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index b4fd33843..dd57eee86 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.42" + "astro": "^1.0.0-beta.43" }, "dependencies": { "solid-js": "^1.4.3" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index bb0c3b5e7..097675fad 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.42" + "astro": "^1.0.0-beta.43" }, "dependencies": { "svelte": "^3.48.0" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 1aa2d44c8..bb23480bc 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.42" + "astro": "^1.0.0-beta.43" }, "dependencies": { "vue": "^3.2.36" diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index 09f89765c..574438f7f 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.0", + "@astrojs/sitemap": "^0.1.1", "@astrojs/solid-js": "0.1.4", "@astrojs/tailwind": "^0.2.1", "@astrojs/turbolinks": "^0.1.3", - "astro": "^1.0.0-beta.42", + "astro": "^1.0.0-beta.43", "solid-js": "^1.4.3" }, "dependencies": { diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 2e87a21ac..56aa073f9 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.42" + "astro": "^1.0.0-beta.43" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index ba416d6b0..c9d7564e9 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.42" + "astro": "^1.0.0-beta.43" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index d48e60846..67acb5c48 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.42", + "astro": "^1.0.0-beta.43", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 0bc8529ef..d4d49e6ea 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.42", + "astro": "^1.0.0-beta.43", "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 20e16303b..ed8aadf15 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.42" + "astro": "^1.0.0-beta.43" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 1879ef901..92a462a26 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.42", + "astro": "^1.0.0-beta.43", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 0ce5c0836..5479a2345 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.0", - "astro": "^1.0.0-beta.42", + "@astrojs/markdown-remark": "^0.11.1", + "astro": "^1.0.0-beta.43", "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 38263d91e..d8878d24e 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.0", - "astro": "^1.0.0-beta.42" + "@astrojs/markdown-remark": "^0.11.1", + "astro": "^1.0.0-beta.43" } } diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 5d718313d..b84a1580c 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.0", + "@astrojs/markdown-remark": "^0.11.1", "@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.42" + "astro": "^1.0.0-beta.43" }, "dependencies": { "preact": "^10.7.3", diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 078f3269c..01cd2dfa5 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.42" + "astro": "^1.0.0-beta.43" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 07c561560..5dc673d9b 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.42", + "astro": "^1.0.0-beta.43", "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 a15a5d692..7edc91886 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.42", + "astro": "^1.0.0-beta.43", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 23f9eb933..1832ad29b 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,18 @@ # astro +## 1.0.0-beta.43 + +### Patch Changes + +- [#3552](https://github.com/withastro/astro/pull/3552) [`3eb96a7a`](https://github.com/withastro/astro/commit/3eb96a7ab768a807d2b665dfa692ca9d6ae18d20) Thanks [@tony-sull](https://github.com/tony-sull)! - Fix: Astro.site should default to localhost when not provided in a project's config + +* [#3540](https://github.com/withastro/astro/pull/3540) [`78164033`](https://github.com/withastro/astro/commit/78164033060d22d45ef89f9d8b87b649aa350e66) Thanks [@tony-sull](https://github.com/tony-sull)! - Fix: showing a more helpful error message when an import in an Astro component could not be resolved + +- [#3547](https://github.com/withastro/astro/pull/3547) [`a83d5817`](https://github.com/withastro/astro/commit/a83d5817141081ac28f84a436c177af63decd831) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix: show "unable to find network to expose" with local network log when using --host without suitable networks + +- Updated dependencies [[`76fb01cf`](https://github.com/withastro/astro/commit/76fb01cff1002f2a37e93869378802156c4eca7c), [`c549f161`](https://github.com/withastro/astro/commit/c549f161cadd76a666672556f2c2d63b5f97f00d)]: + - @astrojs/markdown-remark@0.11.1 + ## 1.0.0-beta.42 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index cdae23376..cdecaf45f 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.0.0-beta.42", + "version": "1.0.0-beta.43", "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.0", + "@astrojs/markdown-remark": "^0.11.1", "@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 5cab73553..188e64e05 100644 --- a/packages/integrations/sitemap/CHANGELOG.md +++ b/packages/integrations/sitemap/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/sitemap +## 0.1.1 + +### Patch Changes + +- [#3553](https://github.com/withastro/astro/pull/3553) [`c601ce59`](https://github.com/withastro/astro/commit/c601ce59b5740e7ff48c6575a6168d6a2408f7a3) Thanks [@caioferrarezi](https://github.com/caioferrarezi)! - Prevent sitemap URLs with trimmed paths + ## 0.1.0 ### Minor Changes diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json index 26d517b40..92c86160f 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.0", + "version": "0.1.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index 61dc25190..cc75445b4 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/markdown-remark +## 0.11.1 + +### Patch Changes + +- [#3564](https://github.com/withastro/astro/pull/3564) [`76fb01cf`](https://github.com/withastro/astro/commit/76fb01cff1002f2a37e93869378802156c4eca7c) Thanks [@hippotastic](https://github.com/hippotastic)! - Fix autolinking of URLs inside links + +* [#3554](https://github.com/withastro/astro/pull/3554) [`c549f161`](https://github.com/withastro/astro/commit/c549f161cadd76a666672556f2c2d63b5f97f00d) Thanks [@hippotastic](https://github.com/hippotastic)! - Allow AlpineJS syntax extensions in Markdown + ## 0.11.0 ### Minor Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 9f1e7eca4..36f20bddb 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "0.11.0", + "version": "0.11.1", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 976de1b78..d86bd07f1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,14 +47,14 @@ importers: examples/basics: specifiers: - astro: ^1.0.0-beta.42 + astro: ^1.0.0-beta.43 devDependencies: astro: link:../../packages/astro examples/blog: specifiers: '@astrojs/preact': ^0.1.3 - astro: ^1.0.0-beta.42 + astro: ^1.0.0-beta.43 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.42 + astro: ^1.0.0-beta.43 preact: ^10.7.3 sass: ^1.52.2 dependencies: @@ -77,14 +77,14 @@ importers: examples/component: specifiers: - astro: ^1.0.0-beta.42 + astro: ^1.0.0-beta.43 devDependencies: astro: link:../../packages/astro examples/component/demo: specifiers: '@example/my-component': workspace:* - astro: ^1.0.0-beta.42 + astro: ^1.0.0-beta.43 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.42 + astro: ^1.0.0-beta.43 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.42 + astro: ^1.0.0-beta.43 devDependencies: astro: link:../../packages/astro examples/framework-alpine: specifiers: alpinejs: ^3.10.2 - astro: ^1.0.0-beta.42 + astro: ^1.0.0-beta.43 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.42 + astro: ^1.0.0-beta.43 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.42 + astro: ^1.0.0-beta.43 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.42 + astro: ^1.0.0-beta.43 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.42 + astro: ^1.0.0-beta.43 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.42 + astro: ^1.0.0-beta.43 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.42 + astro: ^1.0.0-beta.43 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.42 + astro: ^1.0.0-beta.43 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.0 + '@astrojs/sitemap': ^0.1.1 '@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.42 + astro: ^1.0.0-beta.43 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.42 + astro: ^1.0.0-beta.43 devDependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.0.0-beta.42 + astro: ^1.0.0-beta.43 devDependencies: astro: link:../../packages/astro examples/portfolio: specifiers: '@astrojs/preact': ^0.1.3 - astro: ^1.0.0-beta.42 + astro: ^1.0.0-beta.43 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.42 + astro: ^1.0.0-beta.43 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.42 + astro: ^1.0.0-beta.43 devDependencies: astro: link:../../packages/astro examples/subpath: specifiers: '@astrojs/react': ^0.1.3 - astro: ^1.0.0-beta.42 + astro: ^1.0.0-beta.43 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.0 + '@astrojs/markdown-remark': ^0.11.1 '@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.42 + astro: ^1.0.0-beta.43 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.0 - astro: ^1.0.0-beta.42 + '@astrojs/markdown-remark': ^0.11.1 + astro: ^1.0.0-beta.43 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.0 - astro: ^1.0.0-beta.42 + '@astrojs/markdown-remark': ^0.11.1 + astro: ^1.0.0-beta.43 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.42 + astro: ^1.0.0-beta.43 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.42 + astro: ^1.0.0-beta.43 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.42 + astro: ^1.0.0-beta.43 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.0 + '@astrojs/markdown-remark': ^0.11.1 '@astrojs/prism': 0.4.1 '@astrojs/telemetry': ^0.1.2 '@astrojs/webapi': ^0.12.0 @@ -8143,11 +8143,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 @@ -11041,8 +11036,6 @@ packages: debug: 3.2.7 iconv-lite: 0.4.24 sax: 1.2.4 - transitivePeerDependencies: - - supports-color dev: false /netmask/2.0.2: @@ -11126,8 +11119,6 @@ packages: rimraf: 2.7.1 semver: 5.7.1 tar: 4.4.19 - transitivePeerDependencies: - - supports-color dev: false /node-releases/2.0.5: