diff --git a/.changeset/cuddly-eyes-change.md b/.changeset/cuddly-eyes-change.md deleted file mode 100644 index 971358672af2..000000000000 --- a/.changeset/cuddly-eyes-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix Code component usage in Vercel diff --git a/.changeset/loud-penguins-tickle.md b/.changeset/loud-penguins-tickle.md deleted file mode 100644 index 1076db0d300c..000000000000 --- a/.changeset/loud-penguins-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix: https://github.com/withastro/astro/issues/5400 diff --git a/.changeset/olive-walls-hunt.md b/.changeset/olive-walls-hunt.md deleted file mode 100644 index b28eee851f46..000000000000 --- a/.changeset/olive-walls-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Restart dev server on package.json changes diff --git a/.changeset/swift-bees-hope.md b/.changeset/swift-bees-hope.md deleted file mode 100644 index 0bf096e3a92c..000000000000 --- a/.changeset/swift-bees-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Uses vite to load astro.config.ts files diff --git a/.changeset/tidy-shoes-yawn.md b/.changeset/tidy-shoes-yawn.md deleted file mode 100644 index e7d2e268ed24..000000000000 --- a/.changeset/tidy-shoes-yawn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/image': patch -'@astrojs/vercel': patch ---- - -Allows @astrojs/image to be used in Vercel SSR diff --git a/.changeset/violet-apricots-smash.md b/.changeset/violet-apricots-smash.md deleted file mode 100644 index eb472b8a8803..000000000000 --- a/.changeset/violet-apricots-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -fix error when don't have template input diff --git a/examples/basics/package.json b/examples/basics/package.json index b2f537a693ed..5350599db205 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.8" + "astro": "^1.6.9" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index b23a7e50218f..3d2c691a4778 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.8", + "astro": "^1.6.9", "@astrojs/mdx": "^0.11.6", "@astrojs/rss": "^1.0.3", "@astrojs/sitemap": "^1.0.0" diff --git a/examples/component/package.json b/examples/component/package.json index 16e3106cb29d..1ca88c10dc22 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,9 +15,9 @@ ], "scripts": {}, "devDependencies": { - "astro": "^1.6.8" + "astro": "^1.6.9" }, "peerDependencies": { - "astro": "^1.6.8" + "astro": "^1.6.9" } } diff --git a/examples/deno/package.json b/examples/deno/package.json index c85695c2da9f..277980f407a4 100644 --- a/examples/deno/package.json +++ b/examples/deno/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.8" + "astro": "^1.6.9" }, "devDependencies": { "@astrojs/deno": "^2.0.0" diff --git a/examples/docs/package.json b/examples/docs/package.json index a40635f6ae7c..d7ac1d0e9262 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,7 +12,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.8", + "astro": "^1.6.9", "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 f1fbbd3762f6..1d0bcb39a2af 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.8", + "astro": "^1.6.9", "alpinejs": "^3.10.2", "@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 d7034b69ff8b..79e2748d7222 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.8", + "astro": "^1.6.9", "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 799c97a25241..2fa39841a35e 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.8", + "astro": "^1.6.9", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 25082c9e6ab8..e5227af56319 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.8", + "astro": "^1.6.9", "preact": "^10.7.3", "@astrojs/preact": "^1.2.0", "@preact/signals": "^1.1.0" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 32ec19e92892..38dfc52961aa 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.8", + "astro": "^1.6.9", "react": "^18.1.0", "react-dom": "^18.1.0", "@astrojs/react": "^1.2.2", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 01849e3462fe..9f7e96462edd 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.8", + "astro": "^1.6.9", "solid-js": "^1.4.3", "@astrojs/solid-js": "^1.2.3" } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 1e864ed07e2c..0ab907cbcfd3 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,6 +13,6 @@ "dependencies": { "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.2", - "astro": "^1.6.8" + "astro": "^1.6.9" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 1edfd2558c52..f61a1fae3d10 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.8", + "astro": "^1.6.9", "vue": "^3.2.37", "@astrojs/vue": "^1.2.1" } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index d538db72813b..465911695b5f 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -13,6 +13,6 @@ }, "dependencies": { "@astrojs/node": "^3.0.0", - "astro": "^1.6.8" + "astro": "^1.6.9" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 1986dfa33ce4..42faf88823f7 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,9 +15,9 @@ ], "scripts": {}, "devDependencies": { - "astro": "^1.6.8" + "astro": "^1.6.9" }, "peerDependencies": { - "astro": "^1.6.8" + "astro": "^1.6.9" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index c9d3429c22c2..340692aebf53 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.8" + "astro": "^1.6.9" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 52727bef08ad..37b48986fb3d 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.8" + "astro": "^1.6.9" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index d952c9d8ca4c..eabf77edccf6 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.8" + "astro": "^1.6.9" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index c71b83998d7d..6c140327cadd 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,7 +12,7 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "astro": "^1.6.8", + "astro": "^1.6.9", "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.2", "@astrojs/node": "^3.0.0", diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 19bb93733f65..0adc4e8a6de3 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.8", + "astro": "^1.6.9", "@astrojs/markdown-remark": "^1.1.3", "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 8b5388524e04..3774dd8a493e 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.8" + "astro": "^1.6.9" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 8fcb624e6e4d..bf8f02b8c860 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.8", + "astro": "^1.6.9", "preact": "^10.6.5", "@astrojs/preact": "^1.2.0", "@astrojs/mdx": "^0.11.6" diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 70b113f5ae44..ae1f4db90851 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.8", + "astro": "^1.6.9", "preact": "^10.7.3", "@astrojs/preact": "^1.2.0", "nanostores": "^0.5.12", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 0415a334e221..2b588fb86058 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^0.11.6", "@astrojs/tailwind": "^2.1.2", "@types/canvas-confetti": "^1.4.3", - "astro": "^1.6.8", + "astro": "^1.6.9", "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 aa3b351a577c..3ba3432f03e8 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.8", + "astro": "^1.6.9", "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 44130c62f6ca..f5156e95b6e9 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^1.6.8", + "astro": "^1.6.9", "vitest": "^0.20.3" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 0a41388b2407..3241523bc071 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,17 @@ # astro +## 1.6.9 + +### Patch Changes + +- [#5409](https://github.com/withastro/astro/pull/5409) [`9f80a4046`](https://github.com/withastro/astro/commit/9f80a4046ff90e379be68bf03c3c4dd4dd5d6d87) Thanks [@matthewp](https://github.com/matthewp)! - Fix Code component usage in Vercel + +- [#5410](https://github.com/withastro/astro/pull/5410) [`3c5cb6948`](https://github.com/withastro/astro/commit/3c5cb69488c76bbf0e9774fff5d948d29990515c) Thanks [@impcyber](https://github.com/impcyber)! - Fix: https://github.com/withastro/astro/issues/5400 + +- [#5412](https://github.com/withastro/astro/pull/5412) [`a278c7ae6`](https://github.com/withastro/astro/commit/a278c7ae6f2e93cabfe56fc16eb8b82b904ffb3a) Thanks [@matthewp](https://github.com/matthewp)! - Restart dev server on package.json changes + +- [#5377](https://github.com/withastro/astro/pull/5377) [`40226dd14`](https://github.com/withastro/astro/commit/40226dd14d9f2d00d943f508dcfc76654c352938) Thanks [@matthewp](https://github.com/matthewp)! - Uses vite to load astro.config.ts files + ## 1.6.8 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index b28eecb87026..f2ab90444cfb 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.6.8", + "version": "1.6.9", "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/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index c4656f1f53f0..c9cbcda01592 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 1.2.3 + +### Patch Changes + +- [#5404](https://github.com/withastro/astro/pull/5404) [`505abfd64`](https://github.com/withastro/astro/commit/505abfd6430b1f71e52d10b02bf9beb5847df8b6) Thanks [@liruifengv](https://github.com/liruifengv)! - fix error when don't have template input + ## 1.2.2 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index f44caa742670..06a3daa066e3 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "1.2.2", + "version": "1.2.3", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 4662675121b7..3874bd54409c 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -37,7 +37,7 @@ "esbuild": "^0.14.42" }, "peerDependencies": { - "astro": "^1.6.8" + "astro": "^1.6.9" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index abe15d6895d6..39fba145c352 100644 --- a/packages/integrations/deno/package.json +++ b/packages/integrations/deno/package.json @@ -32,7 +32,7 @@ "esbuild": "^0.14.43" }, "peerDependencies": { - "astro": "^1.6.8" + "astro": "^1.6.9" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index cc05d06b809b..aa328f551b6c 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/image +## 0.11.5 + +### Patch Changes + +- [#5361](https://github.com/withastro/astro/pull/5361) [`ee750087c`](https://github.com/withastro/astro/commit/ee750087ce360c54d349f160d84bbdafb0ec83b4) Thanks [@matthewp](https://github.com/matthewp)! - Allows @astrojs/image to be used in Vercel SSR + ## 0.11.4 ### Patch Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 0baaeeae0e09..17043044eca0 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.11.4", + "version": "0.11.5", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 88c62314c562..cc18df1a4fbc 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -34,7 +34,7 @@ "send": "^0.18.0" }, "peerDependencies": { - "astro": "^1.6.8" + "astro": "^1.6.9" }, "devDependencies": { "@types/send": "^0.17.1", diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 45fbfd89f480..8786e110ff61 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vercel +## 2.3.4 + +### Patch Changes + +- [#5361](https://github.com/withastro/astro/pull/5361) [`ee750087c`](https://github.com/withastro/astro/commit/ee750087ce360c54d349f160d84bbdafb0ec83b4) Thanks [@matthewp](https://github.com/matthewp)! - Allows @astrojs/image to be used in Vercel SSR + ## 2.3.3 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 1d30fb5e77fb..7827f2dca3ae 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/vercel", "description": "Deploy your site to Vercel", - "version": "2.3.3", + "version": "2.3.4", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8b55fa8cd0e8..2216b931fbbf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -61,7 +61,7 @@ importers: examples/basics: specifiers: - astro: ^1.6.8 + astro: ^1.6.9 dependencies: astro: link:../../packages/astro @@ -70,7 +70,7 @@ importers: '@astrojs/mdx': ^0.11.6 '@astrojs/rss': ^1.0.3 '@astrojs/sitemap': ^1.0.0 - astro: ^1.6.8 + astro: ^1.6.9 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/rss': link:../../packages/astro-rss @@ -79,14 +79,14 @@ importers: examples/component: specifiers: - astro: ^1.6.8 + astro: ^1.6.9 devDependencies: astro: link:../../packages/astro examples/deno: specifiers: '@astrojs/deno': ^2.0.0 - astro: ^1.6.8 + astro: ^1.6.9 dependencies: astro: link:../../packages/astro devDependencies: @@ -102,7 +102,7 @@ importers: '@types/node': ^18.0.0 '@types/react': ^17.0.45 '@types/react-dom': ^18.0.0 - astro: ^1.6.8 + astro: ^1.6.9 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -125,7 +125,7 @@ importers: '@astrojs/alpinejs': ^0.1.2 '@types/alpinejs': ^3.7.0 alpinejs: ^3.10.2 - astro: ^1.6.8 + astro: ^1.6.9 dependencies: '@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@types/alpinejs': 3.7.1 @@ -136,7 +136,7 @@ importers: specifiers: '@astrojs/lit': ^1.0.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.6.8 + astro: ^1.6.9 lit: ^2.2.5 dependencies: '@astrojs/lit': link:../../packages/integrations/lit @@ -151,7 +151,7 @@ importers: '@astrojs/solid-js': ^1.2.3 '@astrojs/svelte': ^1.0.2 '@astrojs/vue': ^1.2.1 - astro: ^1.6.8 + astro: ^1.6.9 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -176,7 +176,7 @@ importers: specifiers: '@astrojs/preact': ^1.2.0 '@preact/signals': ^1.1.0 - astro: ^1.6.8 + astro: ^1.6.9 preact: ^10.7.3 dependencies: '@astrojs/preact': link:../../packages/integrations/preact @@ -189,7 +189,7 @@ importers: '@astrojs/react': ^1.2.2 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^1.6.8 + astro: ^1.6.9 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -203,7 +203,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^1.2.3 - astro: ^1.6.8 + astro: ^1.6.9 solid-js: ^1.4.3 dependencies: '@astrojs/solid-js': link:../../packages/integrations/solid @@ -213,7 +213,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^1.0.2 - astro: ^1.6.8 + astro: ^1.6.9 svelte: ^3.48.0 dependencies: '@astrojs/svelte': link:../../packages/integrations/svelte @@ -223,7 +223,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^1.2.1 - astro: ^1.6.8 + astro: ^1.6.9 vue: ^3.2.37 dependencies: '@astrojs/vue': link:../../packages/integrations/vue @@ -233,32 +233,32 @@ importers: examples/hackernews: specifiers: '@astrojs/node': ^3.0.0 - astro: ^1.6.8 + astro: ^1.6.9 dependencies: '@astrojs/node': link:../../packages/integrations/node astro: link:../../packages/astro examples/integration: specifiers: - astro: ^1.6.8 + astro: ^1.6.9 devDependencies: astro: link:../../packages/astro examples/minimal: specifiers: - astro: ^1.6.8 + astro: ^1.6.9 dependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.6.8 + astro: ^1.6.9 dependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - astro: ^1.6.8 + astro: ^1.6.9 dependencies: astro: link:../../packages/astro @@ -266,7 +266,7 @@ importers: specifiers: '@astrojs/node': ^3.0.0 '@astrojs/svelte': ^1.0.2 - astro: ^1.6.8 + astro: ^1.6.9 concurrently: ^7.2.1 svelte: ^3.48.0 unocss: ^0.15.6 @@ -283,7 +283,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^1.1.3 - astro: ^1.6.8 + astro: ^1.6.9 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -300,7 +300,7 @@ importers: examples/with-markdown-shiki: specifiers: - astro: ^1.6.8 + astro: ^1.6.9 dependencies: astro: link:../../packages/astro @@ -308,7 +308,7 @@ importers: specifiers: '@astrojs/mdx': ^0.11.6 '@astrojs/preact': ^1.2.0 - astro: ^1.6.8 + astro: ^1.6.9 preact: ^10.6.5 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -320,7 +320,7 @@ importers: specifiers: '@astrojs/preact': ^1.2.0 '@nanostores/preact': ^0.1.3 - astro: ^1.6.8 + astro: ^1.6.9 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -335,7 +335,7 @@ importers: '@astrojs/mdx': ^0.11.6 '@astrojs/tailwind': ^2.1.2 '@types/canvas-confetti': ^1.4.3 - astro: ^1.6.8 + astro: ^1.6.9 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -352,7 +352,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.6.8 + astro: ^1.6.9 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 dependencies: @@ -362,7 +362,7 @@ importers: examples/with-vitest: specifiers: - astro: ^1.6.8 + astro: ^1.6.9 vitest: ^0.20.3 dependencies: astro: link:../../packages/astro