From 481e0d1d8ae313714cfbc14e82f6dd248232ee33 Mon Sep 17 00:00:00 2001 From: "Fred K. Bot" <108291165+fredkbot@users.noreply.github.com> Date: Tue, 6 Sep 2022 12:40:15 -0700 Subject: [PATCH] [ci] release (#4620) Co-authored-by: github-actions[bot] --- .changeset/fifty-avocados-lay.md | 5 -- .changeset/little-boats-happen.md | 5 -- .changeset/rich-dolphins-teach.md | 5 -- .changeset/seven-zoos-lie.md | 5 -- .changeset/slimy-fireants-carry.md | 5 -- .changeset/smooth-hats-smell.md | 5 -- .changeset/three-owls-help.md | 5 -- examples/basics/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/framework-alpine/package.json | 4 +- examples/framework-lit/package.json | 2 +- examples/framework-multiple/package.json | 4 +- 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 | 4 +- examples/minimal/package.json | 2 +- examples/non-html-pages/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/ssr/package.json | 2 +- examples/with-markdown-plugins/package.json | 2 +- examples/with-markdown-shiki/package.json | 2 +- examples/with-mdx/package.json | 2 +- 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 | 12 ++++ packages/astro/package.json | 2 +- packages/integrations/alpinejs/CHANGELOG.md | 6 ++ packages/integrations/alpinejs/package.json | 2 +- packages/integrations/image/CHANGELOG.md | 6 ++ packages/integrations/image/package.json | 2 +- packages/integrations/vue/CHANGELOG.md | 6 ++ packages/integrations/vue/package.json | 2 +- pnpm-lock.yaml | 62 +++++++++------------ 40 files changed, 88 insertions(+), 101 deletions(-) delete mode 100644 .changeset/fifty-avocados-lay.md delete mode 100644 .changeset/little-boats-happen.md delete mode 100644 .changeset/rich-dolphins-teach.md delete mode 100644 .changeset/seven-zoos-lie.md delete mode 100644 .changeset/slimy-fireants-carry.md delete mode 100644 .changeset/smooth-hats-smell.md delete mode 100644 .changeset/three-owls-help.md diff --git a/.changeset/fifty-avocados-lay.md b/.changeset/fifty-avocados-lay.md deleted file mode 100644 index eaf9f2e32f5c..000000000000 --- a/.changeset/fifty-avocados-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Improve third-party Astro package support diff --git a/.changeset/little-boats-happen.md b/.changeset/little-boats-happen.md deleted file mode 100644 index ba970324bdef..000000000000 --- a/.changeset/little-boats-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vue': patch ---- - -Mark vueperslides as a default noExternal diff --git a/.changeset/rich-dolphins-teach.md b/.changeset/rich-dolphins-teach.md deleted file mode 100644 index a9bbf7de9bb1..000000000000 --- a/.changeset/rich-dolphins-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': patch ---- - -Parallelize image transforms diff --git a/.changeset/seven-zoos-lie.md b/.changeset/seven-zoos-lie.md deleted file mode 100644 index b19de1b05d3d..000000000000 --- a/.changeset/seven-zoos-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Remove regression when there is duplicate client/server CSS diff --git a/.changeset/slimy-fireants-carry.md b/.changeset/slimy-fireants-carry.md deleted file mode 100644 index 7f972759a223..000000000000 --- a/.changeset/slimy-fireants-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Correctly escape paths in file names diff --git a/.changeset/smooth-hats-smell.md b/.changeset/smooth-hats-smell.md deleted file mode 100644 index cac2f8befcaa..000000000000 --- a/.changeset/smooth-hats-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Ensure SSR module is loaded before testing if it's CSS in dev diff --git a/.changeset/three-owls-help.md b/.changeset/three-owls-help.md deleted file mode 100644 index 9fe2ded0f27c..000000000000 --- a/.changeset/three-owls-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/alpinejs': patch ---- - -Update homepage link diff --git a/examples/basics/package.json b/examples/basics/package.json index d4d44b91f410..2820756ba031 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.5" + "astro": "^1.1.6" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 0ccc1d178a1a..141c81ab86c4 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.5", + "astro": "^1.1.6", "@astrojs/mdx": "^0.11.1", "@astrojs/rss": "^1.0.0", "@astrojs/sitemap": "^1.0.0" diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index 118b218b790b..80a5480beff2 100644 --- a/examples/component/demo/package.json +++ b/examples/component/demo/package.json @@ -11,6 +11,6 @@ }, "devDependencies": { "@example/my-component": "workspace:*", - "astro": "^1.1.5" + "astro": "^1.1.6" } } diff --git a/examples/component/package.json b/examples/component/package.json index f8fb376309e8..35958f0b0f15 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -8,6 +8,6 @@ "serve": "astro --root demo preview" }, "dependencies": { - "astro": "^1.1.5" + "astro": "^1.1.6" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 0c0add7dc4c7..d951800bed21 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.5", + "astro": "^1.1.6", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index f5f2f3071f3b..8f4fe38c0d9c 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.5", + "astro": "^1.1.6", "alpinejs": "^3.10.2", - "@astrojs/alpinejs": "^0.1.1", + "@astrojs/alpinejs": "^0.1.2", "@types/alpinejs": "^3.7.0" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index aa9cdae26d7d..bd3db1cd924c 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.5", + "astro": "^1.1.6", "lit": "^2.2.5", "@astrojs/lit": "^1.0.0", "@webcomponents/template-shadowroot": "^0.1.0" diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index edab8d7421c3..49467a2b0b59 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.5", + "astro": "^1.1.6", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", @@ -21,6 +21,6 @@ "@astrojs/react": "^1.1.0", "@astrojs/solid-js": "^1.1.0", "@astrojs/svelte": "^1.0.0", - "@astrojs/vue": "^1.0.0" + "@astrojs/vue": "^1.0.1" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 9fe5859b46be..3442809f86a2 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.5", + "astro": "^1.1.6", "preact": "^10.7.3", "@astrojs/preact": "^1.0.2" } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index cccfbf0cebb7..98182f91167f 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.5", + "astro": "^1.1.6", "react": "^18.1.0", "react-dom": "^18.1.0", "@astrojs/react": "^1.1.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 40484e92f89d..0efc31906d21 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.5", + "astro": "^1.1.6", "solid-js": "^1.4.3", "@astrojs/solid-js": "^1.1.0" } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 9b64aba736f9..467785540261 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,6 +12,6 @@ "dependencies": { "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.0", - "astro": "^1.1.5" + "astro": "^1.1.6" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index ca8b3b07564b..6e139cbece2d 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.5", + "astro": "^1.1.6", "vue": "^3.2.37", - "@astrojs/vue": "^1.0.0" + "@astrojs/vue": "^1.0.1" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 1151625105f0..62de8b1cd8bf 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.5" + "astro": "^1.1.6" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 1c02146f942c..7a84da998a7c 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.5" + "astro": "^1.1.6" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index a1c002dc7f59..b184de383c84 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.5" + "astro": "^1.1.6" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index b9d96f4c78de..f122ed1e5635 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,7 +12,7 @@ }, "devDependencies": {}, "dependencies": { - "astro": "^1.1.5", + "astro": "^1.1.6", "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.0", "@astrojs/node": "^1.0.1", diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index eca0da00b551..378683c19176 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.5", + "astro": "^1.1.6", "@astrojs/markdown-remark": "^1.1.0", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index 860e310c6174..eabf835b07b7 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.5" + "astro": "^1.1.6" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 94b99ee43030..fe71432c5452 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.5", + "astro": "^1.1.6", "preact": "^10.6.5", "@astrojs/preact": "^1.0.2", "@astrojs/mdx": "^0.11.1" diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 6391fca6705f..550a4fa9f8c8 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.5", + "astro": "^1.1.6", "preact": "^10.7.3", "@astrojs/preact": "^1.0.2", "nanostores": "^0.5.12", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index f44677545947..e7fe0a909c56 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.5", + "astro": "^1.1.6", "@astrojs/tailwind": "^1.0.0", "autoprefixer": "^10.4.7", "canvas-confetti": "^1.5.1", diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index c2a3d17450de..ddc48bb852d1 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.5", + "astro": "^1.1.6", "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 ba93c3bc9286..5071f2db5d1c 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^1.1.5", + "astro": "^1.1.6", "vitest": "^0.20.3" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index fdaea438139f..27ee31f297d7 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,17 @@ # astro +## 1.1.6 + +### Patch Changes + +- [#4623](https://github.com/withastro/astro/pull/4623) [`eb1862b4e`](https://github.com/withastro/astro/commit/eb1862b4e68b399eecc7267ea9e0bee36983b0cb) Thanks [@delucis](https://github.com/delucis)! - Improve third-party Astro package support + +- [#4643](https://github.com/withastro/astro/pull/4643) [`307b7b97c`](https://github.com/withastro/astro/commit/307b7b97ce79d076ceb4fdc25fd28a27077deb34) Thanks [@matthewp](https://github.com/matthewp)! - Remove regression when there is duplicate client/server CSS + +- [#4584](https://github.com/withastro/astro/pull/4584) [`29a5fdc15`](https://github.com/withastro/astro/commit/29a5fdc1535fc389035d8107025f7490bfa976ed) Thanks [@bluwy](https://github.com/bluwy)! - Correctly escape paths in file names + +- [#4621](https://github.com/withastro/astro/pull/4621) [`0068afb87`](https://github.com/withastro/astro/commit/0068afb876342ae76154e552dfc5bb6832b665ed) Thanks [@AllanChain](https://github.com/AllanChain)! - Ensure SSR module is loaded before testing if it's CSS in dev + ## 1.1.5 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 6ec238651dd7..c42b8c9e9433 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.1.5", + "version": "1.1.6", "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/alpinejs/CHANGELOG.md b/packages/integrations/alpinejs/CHANGELOG.md index dc46c6a1bddf..b28097914ee4 100644 --- a/packages/integrations/alpinejs/CHANGELOG.md +++ b/packages/integrations/alpinejs/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/alpinejs +## 0.1.2 + +### Patch Changes + +- [#4622](https://github.com/withastro/astro/pull/4622) [`63cd9d89e`](https://github.com/withastro/astro/commit/63cd9d89e8b83ce5e39cdae84a8342e28d1940cc) Thanks [@mohammed-elhaouari](https://github.com/mohammed-elhaouari)! - Update homepage link + ## 0.1.1 ### Patch Changes diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json index b19ca0359cbc..44f924e6adf8 100644 --- a/packages/integrations/alpinejs/package.json +++ b/packages/integrations/alpinejs/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/alpinejs", "description": "The official Alpine.js integration for Astro.", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index e88f9b4a2e87..6b55539d2e0d 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/image +## 0.5.1 + +### Patch Changes + +- [#4626](https://github.com/withastro/astro/pull/4626) [`494c2b835`](https://github.com/withastro/astro/commit/494c2b8353d1975d840c5acaf70cb513b99c58e5) Thanks [@altano](https://github.com/altano)! - Parallelize image transforms + ## 0.5.0 ### Minor Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index fb1aaa67be18..6ed535695ba8 100644 --- a/packages/integrations/image/package.json +++ b/packages/integrations/image/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/image", "description": "Load and transform images in your Astro site.", - "version": "0.5.0", + "version": "0.5.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index 7dba68ad0749..d896d668c0fe 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 1.0.1 + +### Patch Changes + +- [#4639](https://github.com/withastro/astro/pull/4639) [`f08ca005e`](https://github.com/withastro/astro/commit/f08ca005e28cc7d279535680d5b44495877aa7b6) Thanks [@matthewp](https://github.com/matthewp)! - Mark vueperslides as a default noExternal + ## 1.0.0 ### Major Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index fc9e56d4fba0..9e4879c46c70 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "1.0.0", + "version": "1.0.1", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a48d94cd43ab..546ed4114765 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -56,7 +56,7 @@ importers: examples/basics: specifiers: - astro: ^1.1.5 + astro: ^1.1.6 dependencies: astro: link:../../packages/astro @@ -65,7 +65,7 @@ importers: '@astrojs/mdx': ^0.11.1 '@astrojs/rss': ^1.0.0 '@astrojs/sitemap': ^1.0.0 - astro: ^1.1.5 + astro: ^1.1.6 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/rss': link:../../packages/astro-rss @@ -74,14 +74,14 @@ importers: examples/component: specifiers: - astro: ^1.1.5 + astro: ^1.1.6 dependencies: astro: link:../../packages/astro examples/component/demo: specifiers: '@example/my-component': workspace:* - astro: ^1.1.5 + astro: ^1.1.6 devDependencies: '@example/my-component': link:../packages/my-component astro: link:../../../packages/astro @@ -99,7 +99,7 @@ importers: '@types/node': ^18.0.0 '@types/react': ^17.0.45 '@types/react-dom': ^18.0.0 - astro: ^1.1.5 + astro: ^1.1.6 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -119,10 +119,10 @@ importers: examples/framework-alpine: specifiers: - '@astrojs/alpinejs': ^0.1.1 + '@astrojs/alpinejs': ^0.1.2 '@types/alpinejs': ^3.7.0 alpinejs: ^3.10.2 - astro: ^1.1.5 + astro: ^1.1.6 dependencies: '@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@types/alpinejs': 3.7.0 @@ -133,7 +133,7 @@ importers: specifiers: '@astrojs/lit': ^1.0.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.1.5 + astro: ^1.1.6 lit: ^2.2.5 dependencies: '@astrojs/lit': link:../../packages/integrations/lit @@ -147,8 +147,8 @@ importers: '@astrojs/react': ^1.1.0 '@astrojs/solid-js': ^1.1.0 '@astrojs/svelte': ^1.0.0 - '@astrojs/vue': ^1.0.0 - astro: ^1.1.5 + '@astrojs/vue': ^1.0.1 + astro: ^1.1.6 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -172,7 +172,7 @@ importers: examples/framework-preact: specifiers: '@astrojs/preact': ^1.0.2 - astro: ^1.1.5 + astro: ^1.1.6 preact: ^10.7.3 dependencies: '@astrojs/preact': link:../../packages/integrations/preact @@ -184,7 +184,7 @@ importers: '@astrojs/react': ^1.1.0 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^1.1.5 + astro: ^1.1.6 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -198,7 +198,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^1.1.0 - astro: ^1.1.5 + astro: ^1.1.6 solid-js: ^1.4.3 dependencies: '@astrojs/solid-js': link:../../packages/integrations/solid @@ -208,7 +208,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^1.0.0 - astro: ^1.1.5 + astro: ^1.1.6 svelte: ^3.48.0 dependencies: '@astrojs/svelte': link:../../packages/integrations/svelte @@ -217,8 +217,8 @@ importers: examples/framework-vue: specifiers: - '@astrojs/vue': ^1.0.0 - astro: ^1.1.5 + '@astrojs/vue': ^1.0.1 + astro: ^1.1.6 vue: ^3.2.37 dependencies: '@astrojs/vue': link:../../packages/integrations/vue @@ -227,19 +227,19 @@ importers: examples/minimal: specifiers: - astro: ^1.1.5 + astro: ^1.1.6 dependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.1.5 + astro: ^1.1.6 dependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - astro: ^1.1.5 + astro: ^1.1.6 dependencies: astro: link:../../packages/astro @@ -247,7 +247,7 @@ importers: specifiers: '@astrojs/node': ^1.0.1 '@astrojs/svelte': ^1.0.0 - astro: ^1.1.5 + astro: ^1.1.6 concurrently: ^7.2.1 lightcookie: ^1.0.25 svelte: ^3.48.0 @@ -266,7 +266,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^1.1.0 - astro: ^1.1.5 + astro: ^1.1.6 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -283,7 +283,7 @@ importers: examples/with-markdown-shiki: specifiers: - astro: ^1.1.5 + astro: ^1.1.6 dependencies: astro: link:../../packages/astro @@ -291,7 +291,7 @@ importers: specifiers: '@astrojs/mdx': ^0.11.1 '@astrojs/preact': ^1.0.2 - astro: ^1.1.5 + astro: ^1.1.6 preact: ^10.6.5 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -303,7 +303,7 @@ importers: specifiers: '@astrojs/preact': ^1.0.2 '@nanostores/preact': ^0.1.3 - astro: ^1.1.5 + astro: ^1.1.6 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -316,7 +316,7 @@ importers: examples/with-tailwindcss: specifiers: '@astrojs/tailwind': ^1.0.0 - astro: ^1.1.5 + astro: ^1.1.6 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -331,7 +331,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.1.5 + astro: ^1.1.6 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 dependencies: @@ -341,7 +341,7 @@ importers: examples/with-vitest: specifiers: - astro: ^1.1.5 + astro: ^1.1.6 vitest: ^0.20.3 dependencies: astro: link:../../packages/astro @@ -972,14 +972,6 @@ importers: '@astrojs/tailwind': link:../../../../integrations/tailwind astro: link:../../.. - packages/astro/e2e/fixtures/third-party-astro: - specifiers: - astro: workspace:* - astro-embed: ^0.1.1 - dependencies: - astro: link:../../.. - astro-embed: 0.1.1_astro@packages+astro - packages/astro/e2e/fixtures/ts-resolution: specifiers: '@astrojs/react': workspace:*