From 5427e89491331ec1ce1691705aae3c6fe5e759b1 Mon Sep 17 00:00:00 2001 From: "Fred K. Bot" <108291165+fredkbot@users.noreply.github.com> Date: Tue, 23 Aug 2022 12:27:10 -0700 Subject: [PATCH] [ci] release (#4431) Co-authored-by: github-actions[bot] --- .changeset/eight-adults-guess.md | 5 -- .changeset/eleven-shoes-lie.md | 5 -- .changeset/flat-ads-lay.md | 5 -- .changeset/four-worms-wonder.md | 5 -- .changeset/hungry-pens-develop.md | 5 -- .changeset/kind-onions-reply.md | 5 -- .changeset/loud-eagles-do.md | 5 -- .changeset/nice-mice-teach.md | 5 -- .changeset/nine-pants-leave.md | 9 ---- .changeset/odd-elephants-remember.md | 5 -- examples/basics/package.json | 2 +- examples/blog/package.json | 4 +- 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/minimal/package.json | 2 +- examples/non-html-pages/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/ssr/package.json | 2 +- examples/subpath/package.json | 2 +- examples/with-markdown-plugins/package.json | 2 +- examples/with-markdown-shiki/package.json | 2 +- examples/with-mdx/package.json | 4 +- examples/with-nanostores/package.json | 2 +- examples/with-tailwindcss/package.json | 2 +- examples/with-vite-plugin-pwa/package.json | 2 +- examples/with-vitest/package.json | 2 +- packages/astro/CHANGELOG.md | 24 +++++++++ packages/astro/package.json | 2 +- packages/integrations/mdx/CHANGELOG.md | 8 +++ packages/integrations/mdx/package.json | 2 +- pnpm-lock.yaml | 56 ++++++++++----------- 41 files changed, 90 insertions(+), 112 deletions(-) delete mode 100644 .changeset/eight-adults-guess.md delete mode 100644 .changeset/eleven-shoes-lie.md delete mode 100644 .changeset/flat-ads-lay.md delete mode 100644 .changeset/four-worms-wonder.md delete mode 100644 .changeset/hungry-pens-develop.md delete mode 100644 .changeset/kind-onions-reply.md delete mode 100644 .changeset/loud-eagles-do.md delete mode 100644 .changeset/nice-mice-teach.md delete mode 100644 .changeset/nine-pants-leave.md delete mode 100644 .changeset/odd-elephants-remember.md diff --git a/.changeset/eight-adults-guess.md b/.changeset/eight-adults-guess.md deleted file mode 100644 index 8b73fb442..000000000 --- a/.changeset/eight-adults-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Warn hydration directive for Astro components in JSX diff --git a/.changeset/eleven-shoes-lie.md b/.changeset/eleven-shoes-lie.md deleted file mode 100644 index e5700e83b..000000000 --- a/.changeset/eleven-shoes-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix config types to allow falsy values in integrations list, to match docs diff --git a/.changeset/flat-ads-lay.md b/.changeset/flat-ads-lay.md deleted file mode 100644 index a5d2a7e69..000000000 --- a/.changeset/flat-ads-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix warning when using hooks inside the react components not exported as a function declaration diff --git a/.changeset/four-worms-wonder.md b/.changeset/four-worms-wonder.md deleted file mode 100644 index 409ada67e..000000000 --- a/.changeset/four-worms-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Add "waiting for X integration" log for long-running integration hooks diff --git a/.changeset/hungry-pens-develop.md b/.changeset/hungry-pens-develop.md deleted file mode 100644 index c5e7876c7..000000000 --- a/.changeset/hungry-pens-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/mdx': patch ---- - -Fix MDX style imports when layout is not applied diff --git a/.changeset/kind-onions-reply.md b/.changeset/kind-onions-reply.md deleted file mode 100644 index 8092d3772..000000000 --- a/.changeset/kind-onions-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/mdx': patch ---- - -Fix dev server reload performance when globbing from an MDX layout diff --git a/.changeset/loud-eagles-do.md b/.changeset/loud-eagles-do.md deleted file mode 100644 index df2066a0e..000000000 --- a/.changeset/loud-eagles-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -astro add - Fix third-party npm orgs, i.e. `@example/integration` diff --git a/.changeset/nice-mice-teach.md b/.changeset/nice-mice-teach.md deleted file mode 100644 index 1d0d916a9..000000000 --- a/.changeset/nice-mice-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Allow arbitrary strings on the target attribute diff --git a/.changeset/nine-pants-leave.md b/.changeset/nine-pants-leave.md deleted file mode 100644 index 75b180263..000000000 --- a/.changeset/nine-pants-leave.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'astro': patch ---- - -Deterministic CSS ordering - -This makes our CSS link order deterministic. It uses CSS depth; that is how deeply a module import the CSS comes from, in order to determine which CSS is page-level vs. component-level CSS. - -This is intended to match dev ordering where, because we do not bundle, the page-level CSS always comes after component-level. diff --git a/.changeset/odd-elephants-remember.md b/.changeset/odd-elephants-remember.md deleted file mode 100644 index c75dcf4c2..000000000 --- a/.changeset/odd-elephants-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Ensure index pages are generated on paginated results diff --git a/examples/basics/package.json b/examples/basics/package.json index 9e0849cf8..0496f7bb3 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.7" + "astro": "^1.0.8" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 951470ff8..4d13029e1 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/mdx": "^0.10.0", + "@astrojs/mdx": "^0.10.1", "@astrojs/rss": "^1.0.0", "@astrojs/sitemap": "^1.0.0", - "astro": "^1.0.7" + "astro": "^1.0.8" } } diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index 53f20e8df..26b710422 100644 --- a/examples/component/demo/package.json +++ b/examples/component/demo/package.json @@ -11,6 +11,6 @@ }, "devDependencies": { "@example/my-component": "workspace:*", - "astro": "^1.0.7" + "astro": "^1.0.8" } } diff --git a/examples/component/package.json b/examples/component/package.json index 5b95bf2a3..cebe68b3e 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -8,6 +8,6 @@ "serve": "astro --root demo preview" }, "devDependencies": { - "astro": "^1.0.7" + "astro": "^1.0.8" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index a1fffb14a..385cbdaaf 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -21,6 +21,6 @@ "devDependencies": { "@astrojs/preact": "^1.0.2", "@astrojs/react": "^1.0.0", - "astro": "^1.0.7" + "astro": "^1.0.8" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index b957da714..70ddbea75 100644 --- a/examples/env-vars/package.json +++ b/examples/env-vars/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.7" + "astro": "^1.0.8" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 38273d9c5..0c6fbc144 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -13,7 +13,7 @@ "@astrojs/alpinejs": "^0.1.0", "@types/alpinejs": "^3.7.0", "alpinejs": "^3.10.2", - "astro": "^1.0.7" + "astro": "^1.0.8" }, "dependencies": {} } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 48dd0936f..b2d5bf91d 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/lit": "^1.0.0", - "astro": "^1.0.7" + "astro": "^1.0.8" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index b78b4e42e..6ac714997 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^1.0.0", "@astrojs/svelte": "^1.0.0", "@astrojs/vue": "^1.0.0", - "astro": "^1.0.7" + "astro": "^1.0.8" }, "dependencies": { "preact": "^10.7.3", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 01dd0b08c..b6a36a10d 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "astro": "^1.0.7" + "astro": "^1.0.8" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index a371919aa..5c5398857 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^1.0.0", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", - "astro": "^1.0.7" + "astro": "^1.0.8" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 778ed9529..92572d5ae 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/solid-js": "^1.0.0", - "astro": "^1.0.7" + "astro": "^1.0.8" }, "dependencies": { "solid-js": "^1.4.3" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 8562dc318..9725fa0e1 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/svelte": "^1.0.0", - "astro": "^1.0.7" + "astro": "^1.0.8" }, "dependencies": { "svelte": "^3.48.0" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index c998fb588..e044f8ca8 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/vue": "^1.0.0", - "astro": "^1.0.7" + "astro": "^1.0.8" }, "dependencies": { "vue": "^3.2.37" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 81b3c6822..23edbdd08 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.7" + "astro": "^1.0.8" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index aaed3ebd2..85e6dfefd 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.7" + "astro": "^1.0.8" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index d25c8f078..c39db4810 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "astro": "^1.0.7", + "astro": "^1.0.8", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 082e48963..5168906bb 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@astrojs/node": "^1.0.0", "@astrojs/svelte": "^1.0.0", - "astro": "^1.0.7", + "astro": "^1.0.8", "concurrently": "^7.2.1", "lightcookie": "^1.0.25", "unocss": "^0.15.6", diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 10aa82f78..a1e9d4ec8 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/react": "^1.0.0", - "astro": "^1.0.7" + "astro": "^1.0.8" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 0098dd710..4dc89a07f 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^1.0.0", - "astro": "^1.0.7", + "astro": "^1.0.8", "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 86d52d286..a14a6ccb5 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^1.0.0", - "astro": "^1.0.7" + "astro": "^1.0.8" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 4c1ba699b..d6e1ee6fb 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/mdx": "^0.10.0", + "@astrojs/mdx": "^0.10.1", "@astrojs/preact": "^1.0.2", - "astro": "^1.0.7", + "astro": "^1.0.8", "preact": "^10.6.5" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index dbdc84d35..34756a4ea 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "astro": "^1.0.7" + "astro": "^1.0.8" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index af41dceb2..94307d719 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/tailwind": "^1.0.0", - "astro": "^1.0.7", + "astro": "^1.0.8", "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 102c0d645..59e20ed56 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.7", + "astro": "^1.0.8", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index d33105c30..dfe123126 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "devDependencies": { - "astro": "^1.0.7", + "astro": "^1.0.8", "vitest": "^0.20.3" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 628e80aa8..40e3924a7 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,29 @@ # astro +## 1.0.8 + +### Patch Changes + +- [#4330](https://github.com/withastro/astro/pull/4330) [`baa2ddd01`](https://github.com/withastro/astro/commit/baa2ddd0103c269c862258520020395135e823ec) Thanks [@bluwy](https://github.com/bluwy)! - Warn hydration directive for Astro components in JSX + +* [#4427](https://github.com/withastro/astro/pull/4427) [`b2e976f39`](https://github.com/withastro/astro/commit/b2e976f39c383eda8de58a2c86e94cbc9b3d678c) Thanks [@cameronmcefee](https://github.com/cameronmcefee)! - Fix config types to allow falsy values in integrations list, to match docs + +- [#4385](https://github.com/withastro/astro/pull/4385) [`8164fa6f1`](https://github.com/withastro/astro/commit/8164fa6f1a01152f00542be33baebecd8ac60818) Thanks [@krolebord](https://github.com/krolebord)! - Fix warning when using hooks inside the react components not exported as a function declaration + +* [#4445](https://github.com/withastro/astro/pull/4445) [`df4e99928`](https://github.com/withastro/astro/commit/df4e999284ae912b2a3f8a56573598a6ff21aa2a) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add "waiting for X integration" log for long-running integration hooks + +- [#4430](https://github.com/withastro/astro/pull/4430) [`dc42f2c00`](https://github.com/withastro/astro/commit/dc42f2c00fdc0c2f310ba43aa7f6ab15c525f18c) Thanks [@bholmesdev](https://github.com/bholmesdev)! - astro add - Fix third-party npm orgs, i.e. `@example/integration` + +* [#4441](https://github.com/withastro/astro/pull/4441) [`ca0c7e8b8`](https://github.com/withastro/astro/commit/ca0c7e8b836b1be2db6a77698c9535a34ada8fe6) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Allow arbitrary strings on the target attribute + +- [#4446](https://github.com/withastro/astro/pull/4446) [`27ac6a03a`](https://github.com/withastro/astro/commit/27ac6a03a1b58da836190922304de5645854b49b) Thanks [@matthewp](https://github.com/matthewp)! - Deterministic CSS ordering + + This makes our CSS link order deterministic. It uses CSS depth; that is how deeply a module import the CSS comes from, in order to determine which CSS is page-level vs. component-level CSS. + + This is intended to match dev ordering where, because we do not bundle, the page-level CSS always comes after component-level. + +* [#4426](https://github.com/withastro/astro/pull/4426) [`f40065f51`](https://github.com/withastro/astro/commit/f40065f510b4fef40d3d3e069e8dc2d4d9a4edb2) Thanks [@matthewp](https://github.com/matthewp)! - Ensure index pages are generated on paginated results + ## 1.0.7 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 5be9f98ea..a564e683e 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.0.7", + "version": "1.0.8", "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/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 449a91dbb..7a23098d0 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/mdx +## 0.10.1 + +### Patch Changes + +- [#4443](https://github.com/withastro/astro/pull/4443) [`adb207979`](https://github.com/withastro/astro/commit/adb20797962c280d4d38f335f577fd52a1b48d4b) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix MDX style imports when layout is not applied + +* [#4428](https://github.com/withastro/astro/pull/4428) [`a2414bf59`](https://github.com/withastro/astro/commit/a2414bf59e2e2cd633aece68e724401c4ad281b9) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix dev server reload performance when globbing from an MDX layout + ## 0.10.0 ### Minor Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 91411cd68..6bd346716 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/mdx", "description": "Use MDX within Astro", - "version": "0.10.0", + "version": "0.10.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c19dc7e09..fd168cfd6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -56,16 +56,16 @@ importers: examples/basics: specifiers: - astro: ^1.0.7 + astro: ^1.0.8 devDependencies: astro: link:../../packages/astro examples/blog: specifiers: - '@astrojs/mdx': ^0.10.0 + '@astrojs/mdx': ^0.10.1 '@astrojs/rss': ^1.0.0 '@astrojs/sitemap': ^1.0.0 - astro: ^1.0.7 + astro: ^1.0.8 devDependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/rss': link:../../packages/astro-rss @@ -74,14 +74,14 @@ importers: examples/component: specifiers: - astro: ^1.0.7 + astro: ^1.0.8 devDependencies: astro: link:../../packages/astro examples/component/demo: specifiers: '@example/my-component': workspace:* - astro: ^1.0.7 + astro: ^1.0.8 devDependencies: '@example/my-component': link:../packages/my-component astro: link:../../../packages/astro @@ -97,7 +97,7 @@ importers: '@docsearch/css': ^3.1.0 '@docsearch/react': ^3.1.0 '@types/react': ^17.0.45 - astro: ^1.0.7 + astro: ^1.0.8 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -116,7 +116,7 @@ importers: examples/env-vars: specifiers: - astro: ^1.0.7 + astro: ^1.0.8 devDependencies: astro: link:../../packages/astro @@ -125,7 +125,7 @@ importers: '@astrojs/alpinejs': ^0.1.0 '@types/alpinejs': ^3.7.0 alpinejs: ^3.10.2 - astro: ^1.0.7 + astro: ^1.0.8 devDependencies: '@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@types/alpinejs': 3.7.0 @@ -136,7 +136,7 @@ importers: specifiers: '@astrojs/lit': ^1.0.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.7 + astro: ^1.0.8 lit: ^2.2.5 dependencies: '@webcomponents/template-shadowroot': 0.1.0 @@ -152,7 +152,7 @@ importers: '@astrojs/solid-js': ^1.0.0 '@astrojs/svelte': ^1.0.0 '@astrojs/vue': ^1.0.0 - astro: ^1.0.7 + astro: ^1.0.8 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -177,7 +177,7 @@ importers: examples/framework-preact: specifiers: '@astrojs/preact': ^1.0.2 - astro: ^1.0.7 + astro: ^1.0.8 preact: ^10.7.3 dependencies: preact: 10.10.2 @@ -190,7 +190,7 @@ importers: '@astrojs/react': ^1.0.0 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^1.0.7 + astro: ^1.0.8 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -205,7 +205,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^1.0.0 - astro: ^1.0.7 + astro: ^1.0.8 solid-js: ^1.4.3 dependencies: solid-js: 1.4.8 @@ -216,7 +216,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^1.0.0 - astro: ^1.0.7 + astro: ^1.0.8 svelte: ^3.48.0 dependencies: svelte: 3.49.0 @@ -227,7 +227,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^1.0.0 - astro: ^1.0.7 + astro: ^1.0.8 vue: ^3.2.37 dependencies: vue: 3.2.37 @@ -237,20 +237,20 @@ importers: examples/minimal: specifiers: - astro: ^1.0.7 + astro: ^1.0.8 devDependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.0.7 + astro: ^1.0.8 devDependencies: astro: link:../../packages/astro examples/portfolio: specifiers: '@astrojs/preact': ^1.0.2 - astro: ^1.0.7 + astro: ^1.0.8 preact: ^10.7.3 sass: ^1.52.2 dependencies: @@ -264,7 +264,7 @@ importers: specifiers: '@astrojs/node': ^1.0.0 '@astrojs/svelte': ^1.0.0 - astro: ^1.0.7 + astro: ^1.0.8 concurrently: ^7.2.1 lightcookie: ^1.0.25 svelte: ^3.48.0 @@ -284,7 +284,7 @@ importers: examples/subpath: specifiers: '@astrojs/react': ^1.0.0 - astro: ^1.0.7 + astro: ^1.0.8 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -297,7 +297,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^1.0.0 - astro: ^1.0.7 + astro: ^1.0.8 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -315,16 +315,16 @@ importers: examples/with-markdown-shiki: specifiers: '@astrojs/markdown-remark': ^1.0.0 - astro: ^1.0.7 + astro: ^1.0.8 devDependencies: '@astrojs/markdown-remark': link:../../packages/markdown/remark astro: link:../../packages/astro examples/with-mdx: specifiers: - '@astrojs/mdx': ^0.10.0 + '@astrojs/mdx': ^0.10.1 '@astrojs/preact': ^1.0.2 - astro: ^1.0.7 + astro: ^1.0.8 preact: ^10.6.5 devDependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -336,7 +336,7 @@ importers: specifiers: '@astrojs/preact': ^1.0.2 '@nanostores/preact': ^0.1.3 - astro: ^1.0.7 + astro: ^1.0.8 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -350,7 +350,7 @@ importers: examples/with-tailwindcss: specifiers: '@astrojs/tailwind': ^1.0.0 - astro: ^1.0.7 + astro: ^1.0.8 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -365,7 +365,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.0.7 + astro: ^1.0.8 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 devDependencies: @@ -375,7 +375,7 @@ importers: examples/with-vitest: specifiers: - astro: ^1.0.7 + astro: ^1.0.8 vitest: ^0.20.3 devDependencies: astro: link:../../packages/astro