From 7c61568db4b6dc390a8bd4caefad985176053220 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 8 Dec 2022 13:16:53 +0000 Subject: [PATCH] [ci] release --- .changeset/beige-forks-cough.md | 7 --- .changeset/chilled-papayas-build.md | 5 -- .changeset/chilly-pumpkins-fetch.md | 5 -- .changeset/cool-jobs-draw.md | 7 --- .changeset/fast-carpets-float.md | 5 -- .changeset/good-terms-walk.md | 5 -- .changeset/hungry-snakes-live.md | 5 -- .changeset/purple-knives-tan.md | 6 -- .changeset/slow-cherries-bake.md | 5 -- .changeset/sour-otters-exercise.md | 5 -- examples/basics/package.json | 2 +- examples/blog/package.json | 4 +- examples/component/package.json | 4 +- examples/deno/package.json | 4 +- examples/docs/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/hackernews/package.json | 2 +- examples/integration/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-rss/CHANGELOG.md | 11 ++++ packages/astro-rss/package.json | 2 +- packages/astro/CHANGELOG.md | 20 +++++++ packages/astro/package.json | 2 +- packages/integrations/cloudflare/CHANGELOG.md | 9 +++ packages/integrations/cloudflare/package.json | 4 +- packages/integrations/deno/CHANGELOG.md | 9 +++ packages/integrations/deno/package.json | 4 +- packages/integrations/netlify/CHANGELOG.md | 6 ++ packages/integrations/netlify/package.json | 2 +- packages/integrations/node/package.json | 2 +- pnpm-lock.yaml | 56 +++++++++---------- 48 files changed, 121 insertions(+), 121 deletions(-) delete mode 100644 .changeset/beige-forks-cough.md delete mode 100644 .changeset/chilled-papayas-build.md delete mode 100644 .changeset/chilly-pumpkins-fetch.md delete mode 100644 .changeset/cool-jobs-draw.md delete mode 100644 .changeset/fast-carpets-float.md delete mode 100644 .changeset/good-terms-walk.md delete mode 100644 .changeset/hungry-snakes-live.md delete mode 100644 .changeset/purple-knives-tan.md delete mode 100644 .changeset/slow-cherries-bake.md delete mode 100644 .changeset/sour-otters-exercise.md diff --git a/.changeset/beige-forks-cough.md b/.changeset/beige-forks-cough.md deleted file mode 100644 index 282beb5191d8..000000000000 --- a/.changeset/beige-forks-cough.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@astrojs/cloudflare': patch -'@astrojs/deno': patch -'@astrojs/netlify': patch ---- - -Update esbuild dependency diff --git a/.changeset/chilled-papayas-build.md b/.changeset/chilled-papayas-build.md deleted file mode 100644 index 374f6ed94444..000000000000 --- a/.changeset/chilled-papayas-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Exclude astro from Vite optimization diff --git a/.changeset/chilly-pumpkins-fetch.md b/.changeset/chilly-pumpkins-fetch.md deleted file mode 100644 index f0e5ef55c821..000000000000 --- a/.changeset/chilly-pumpkins-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix redirect() typing to allow all redirection status codes. diff --git a/.changeset/cool-jobs-draw.md b/.changeset/cool-jobs-draw.md deleted file mode 100644 index 1fee55e54439..000000000000 --- a/.changeset/cool-jobs-draw.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'astro': patch ---- - -Low-level head propagation - -This adds low-level head propagation ability within the Astro runtime. This is not really useable within an Astro app at the moment, but provides the APIs necessary for `renderEntry` to do head propagation. diff --git a/.changeset/fast-carpets-float.md b/.changeset/fast-carpets-float.md deleted file mode 100644 index 0d565296de40..000000000000 --- a/.changeset/fast-carpets-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix Astro.params not having values when using base in SSR diff --git a/.changeset/good-terms-walk.md b/.changeset/good-terms-walk.md deleted file mode 100644 index c6d1c0d89308..000000000000 --- a/.changeset/good-terms-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Use accumulated sort order when order production CSS diff --git a/.changeset/hungry-snakes-live.md b/.changeset/hungry-snakes-live.md deleted file mode 100644 index fb3c159612c3..000000000000 --- a/.changeset/hungry-snakes-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/rss': patch ---- - -Generate RSS feed with proper XML escaping diff --git a/.changeset/purple-knives-tan.md b/.changeset/purple-knives-tan.md deleted file mode 100644 index 188c49ee64c9..000000000000 --- a/.changeset/purple-knives-tan.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/rss': minor ---- - -Added the ability for users to include the full content of their posts/items in each RSS feed entry -via the new `content` key on the `RSSFeedItem` model. diff --git a/.changeset/slow-cherries-bake.md b/.changeset/slow-cherries-bake.md deleted file mode 100644 index ed2837ca09cf..000000000000 --- a/.changeset/slow-cherries-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Error reporting fails on undefined error index diff --git a/.changeset/sour-otters-exercise.md b/.changeset/sour-otters-exercise.md deleted file mode 100644 index 45d1fa711ea9..000000000000 --- a/.changeset/sour-otters-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Removed premature optimization diff --git a/examples/basics/package.json b/examples/basics/package.json index fc572693d99a..0e5498d6ae18 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.13" + "astro": "^1.6.14" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 1f155e39a27d..85871728ea8e 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.13", + "astro": "^1.6.14", "@astrojs/mdx": "^0.12.1", - "@astrojs/rss": "^1.0.3", + "@astrojs/rss": "^1.1.0", "@astrojs/sitemap": "^1.0.0" } } diff --git a/examples/component/package.json b/examples/component/package.json index 24565ffa933a..3ef49e29ad4f 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,9 +15,9 @@ ], "scripts": {}, "devDependencies": { - "astro": "^1.6.13" + "astro": "^1.6.14" }, "peerDependencies": { - "astro": "^1.6.13" + "astro": "^1.6.14" } } diff --git a/examples/deno/package.json b/examples/deno/package.json index e2721411e523..378ea852b360 100644 --- a/examples/deno/package.json +++ b/examples/deno/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.13" + "astro": "^1.6.14" }, "devDependencies": { - "@astrojs/deno": "^2.0.0" + "@astrojs/deno": "^2.0.1" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 3d561a2fe262..089dfb233808 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,7 +12,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.13", + "astro": "^1.6.14", "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 003e78cd881d..344ec2bb6d45 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.13", + "astro": "^1.6.14", "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 fbd6dd8b9859..d11a800bd127 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.13", + "astro": "^1.6.14", "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 3d961699de7b..3678cc0d7274 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.13", + "astro": "^1.6.14", "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 c2a8a4026ace..7e5f756b7eac 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.13", + "astro": "^1.6.14", "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 d6e33f0501d2..c7a6461f0f42 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.13", + "astro": "^1.6.14", "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 27e68e623b7e..a38240258a75 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.13", + "astro": "^1.6.14", "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 be4047d0c850..174eddf6392e 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.13" + "astro": "^1.6.14" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 271431e45a37..b1c22452c310 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.13", + "astro": "^1.6.14", "vue": "^3.2.37", "@astrojs/vue": "^1.2.1" } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 8f240ea32c23..6fbac8b44bcb 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -13,6 +13,6 @@ }, "dependencies": { "@astrojs/node": "^3.1.0", - "astro": "^1.6.13" + "astro": "^1.6.14" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 185725888816..c9c5814b2523 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,9 +15,9 @@ ], "scripts": {}, "devDependencies": { - "astro": "^1.6.13" + "astro": "^1.6.14" }, "peerDependencies": { - "astro": "^1.6.13" + "astro": "^1.6.14" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 3d477be8db03..05c7b0e17e0d 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.13" + "astro": "^1.6.14" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 2819f3629dd7..d9327c4b4fd1 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.13" + "astro": "^1.6.14" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index a147ac01a062..802c2701a2ff 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.13" + "astro": "^1.6.14" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 98c8e8b68b7c..d4f508818b3c 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.13", + "astro": "^1.6.14", "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.2", "@astrojs/node": "^3.1.0", diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index bf2f4101642e..de0956c11fb1 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.13", + "astro": "^1.6.14", "@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 932ccc150f4f..adf321f6dd58 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.13" + "astro": "^1.6.14" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index d19ac3d83e2c..370e499dc367 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.13", + "astro": "^1.6.14", "preact": "^10.6.5", "@astrojs/preact": "^1.2.0", "@astrojs/mdx": "^0.12.1" diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 07b45733f53b..007000fe580f 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.13", + "astro": "^1.6.14", "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 c6cc9d6586e7..ced83f639237 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^0.12.1", "@astrojs/tailwind": "^2.1.3", "@types/canvas-confetti": "^1.4.3", - "astro": "^1.6.13", + "astro": "^1.6.14", "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 822312eb0e6e..474b5214123f 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.13", + "astro": "^1.6.14", "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 436e673f8491..7888464a2246 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^1.6.13", + "astro": "^1.6.14", "vitest": "^0.20.3" } } diff --git a/packages/astro-rss/CHANGELOG.md b/packages/astro-rss/CHANGELOG.md index 88859d8d3259..14f3a9c36c03 100644 --- a/packages/astro-rss/CHANGELOG.md +++ b/packages/astro-rss/CHANGELOG.md @@ -1,5 +1,16 @@ # @astrojs/rss +## 1.1.0 + +### Minor Changes + +- [#5366](https://github.com/withastro/astro/pull/5366) [`081e0a9d2`](https://github.com/withastro/astro/commit/081e0a9d2070b23d596b687ad52ed3a68bc3ac24) Thanks [@smithbm2316](https://github.com/smithbm2316)! - Added the ability for users to include the full content of their posts/items in each RSS feed entry + via the new `content` key on the `RSSFeedItem` model. + +### Patch Changes + +- [#5550](https://github.com/withastro/astro/pull/5550) [`fe0da0185`](https://github.com/withastro/astro/commit/fe0da0185a85762ac5ac5bf66ea91947af1c329d) Thanks [@andersk](https://github.com/andersk)! - Generate RSS feed with proper XML escaping + ## 1.0.3 ### Patch Changes diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json index 582f244f0c8a..ccac93b14943 100644 --- a/packages/astro-rss/package.json +++ b/packages/astro-rss/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/rss", "description": "Add RSS feeds to your Astro projects", - "version": "1.0.3", + "version": "1.1.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 3bc3591920ef..9cc7e4364625 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,25 @@ # astro +## 1.6.14 + +### Patch Changes + +- [#5545](https://github.com/withastro/astro/pull/5545) [`9082a850e`](https://github.com/withastro/astro/commit/9082a850eef4ab0187fc3bfdd5a377f0c7040070) Thanks [@bluwy](https://github.com/bluwy)! - Exclude astro from Vite optimization + +- [#5446](https://github.com/withastro/astro/pull/5446) [`4f7f20616`](https://github.com/withastro/astro/commit/4f7f20616ed2b63f94ebf43bc5fdc1be55062a94) Thanks [@jyasskin](https://github.com/jyasskin)! - Fix redirect() typing to allow all redirection status codes. + +- [#5511](https://github.com/withastro/astro/pull/5511) [`05915fec0`](https://github.com/withastro/astro/commit/05915fec01a51f27ab5051644f01e6112ecf06bc) Thanks [@matthewp](https://github.com/matthewp)! - Low-level head propagation + + This adds low-level head propagation ability within the Astro runtime. This is not really useable within an Astro app at the moment, but provides the APIs necessary for `renderEntry` to do head propagation. + +- [#5553](https://github.com/withastro/astro/pull/5553) [`1aeabe417`](https://github.com/withastro/astro/commit/1aeabe417077505bc0cdb8d2e47366ddbc616072) Thanks [@matthewp](https://github.com/matthewp)! - Fix Astro.params not having values when using base in SSR + +- [#5549](https://github.com/withastro/astro/pull/5549) [`795f00f73`](https://github.com/withastro/astro/commit/795f00f73c549727e05d5b7bf0e39cce87add4e7) Thanks [@matthewp](https://github.com/matthewp)! - Use accumulated sort order when order production CSS + +- [#5539](https://github.com/withastro/astro/pull/5539) [`2c836b9d1`](https://github.com/withastro/astro/commit/2c836b9d1283a0707128d172e92ee2bba767486c) Thanks [@wulinsheng123](https://github.com/wulinsheng123)! - Error reporting fails on undefined error index + +- [#5548](https://github.com/withastro/astro/pull/5548) [`8f3f67c96`](https://github.com/withastro/astro/commit/8f3f67c96aee63be64de77f374293761ff73f6ce) Thanks [@ido-pluto](https://github.com/ido-pluto)! - Removed premature optimization + ## 1.6.13 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index f75ca1131cd7..ac7976fd4a03 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.6.13", + "version": "1.6.14", "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/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index c71e087f7a88..f17fef36e793 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/cloudflare +## 4.1.1 + +### Patch Changes + +- [#5534](https://github.com/withastro/astro/pull/5534) [`fabd9124b`](https://github.com/withastro/astro/commit/fabd9124bd3e654e885054f30e9c0d01eabf0470) Thanks [@bluwy](https://github.com/bluwy)! - Update esbuild dependency + +- Updated dependencies [[`9082a850e`](https://github.com/withastro/astro/commit/9082a850eef4ab0187fc3bfdd5a377f0c7040070), [`4f7f20616`](https://github.com/withastro/astro/commit/4f7f20616ed2b63f94ebf43bc5fdc1be55062a94), [`05915fec0`](https://github.com/withastro/astro/commit/05915fec01a51f27ab5051644f01e6112ecf06bc), [`1aeabe417`](https://github.com/withastro/astro/commit/1aeabe417077505bc0cdb8d2e47366ddbc616072), [`795f00f73`](https://github.com/withastro/astro/commit/795f00f73c549727e05d5b7bf0e39cce87add4e7), [`2c836b9d1`](https://github.com/withastro/astro/commit/2c836b9d1283a0707128d172e92ee2bba767486c), [`8f3f67c96`](https://github.com/withastro/astro/commit/8f3f67c96aee63be64de77f374293761ff73f6ce)]: + - astro@1.6.14 + ## 4.1.0 ### Minor Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 2f45c547ca40..578eda3bd969 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/cloudflare", "description": "Deploy your site to cloudflare workers or cloudflare pages", - "version": "4.1.0", + "version": "4.1.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -38,7 +38,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "^1.6.13" + "astro": "^1.6.14" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/CHANGELOG.md b/packages/integrations/deno/CHANGELOG.md index 890e579e4bf3..5b0fc99d5146 100644 --- a/packages/integrations/deno/CHANGELOG.md +++ b/packages/integrations/deno/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/deno +## 2.0.1 + +### Patch Changes + +- [#5534](https://github.com/withastro/astro/pull/5534) [`fabd9124b`](https://github.com/withastro/astro/commit/fabd9124bd3e654e885054f30e9c0d01eabf0470) Thanks [@bluwy](https://github.com/bluwy)! - Update esbuild dependency + +- Updated dependencies [[`9082a850e`](https://github.com/withastro/astro/commit/9082a850eef4ab0187fc3bfdd5a377f0c7040070), [`4f7f20616`](https://github.com/withastro/astro/commit/4f7f20616ed2b63f94ebf43bc5fdc1be55062a94), [`05915fec0`](https://github.com/withastro/astro/commit/05915fec01a51f27ab5051644f01e6112ecf06bc), [`1aeabe417`](https://github.com/withastro/astro/commit/1aeabe417077505bc0cdb8d2e47366ddbc616072), [`795f00f73`](https://github.com/withastro/astro/commit/795f00f73c549727e05d5b7bf0e39cce87add4e7), [`2c836b9d1`](https://github.com/withastro/astro/commit/2c836b9d1283a0707128d172e92ee2bba767486c), [`8f3f67c96`](https://github.com/withastro/astro/commit/8f3f67c96aee63be64de77f374293761ff73f6ce)]: + - astro@1.6.14 + ## 2.0.0 ### Major Changes diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index 2d75e15d5905..5e50d6b45a69 100644 --- a/packages/integrations/deno/package.json +++ b/packages/integrations/deno/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/deno", "description": "Deploy your site to a Deno server", - "version": "2.0.0", + "version": "2.0.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -32,7 +32,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "^1.6.13" + "astro": "^1.6.14" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 3b970c401bfb..fc7e33f4af2f 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/netlify +## 1.2.2 + +### Patch Changes + +- [#5534](https://github.com/withastro/astro/pull/5534) [`fabd9124b`](https://github.com/withastro/astro/commit/fabd9124bd3e654e885054f30e9c0d01eabf0470) Thanks [@bluwy](https://github.com/bluwy)! - Update esbuild dependency + ## 1.2.1 ### Patch Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 2df3b9d02534..43413247fd5c 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/netlify", "description": "Deploy your site to Netlify", - "version": "1.2.1", + "version": "1.2.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index d325095b1196..815bf8ca5f89 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.13" + "astro": "^1.6.14" }, "devDependencies": { "@types/node-fetch": "^2.6.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c4d7626e3c3b..1e7519466b61 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -61,16 +61,16 @@ importers: examples/basics: specifiers: - astro: ^1.6.13 + astro: ^1.6.14 dependencies: astro: link:../../packages/astro examples/blog: specifiers: '@astrojs/mdx': ^0.12.1 - '@astrojs/rss': ^1.0.3 + '@astrojs/rss': ^1.1.0 '@astrojs/sitemap': ^1.0.0 - astro: ^1.6.13 + astro: ^1.6.14 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/rss': link:../../packages/astro-rss @@ -79,14 +79,14 @@ importers: examples/component: specifiers: - astro: ^1.6.13 + astro: ^1.6.14 devDependencies: astro: link:../../packages/astro examples/deno: specifiers: - '@astrojs/deno': ^2.0.0 - astro: ^1.6.13 + '@astrojs/deno': ^2.0.1 + astro: ^1.6.14 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.13 + astro: ^1.6.14 html-escaper: ^3.0.3 preact: ^10.7.3 react: ^18.1.0 @@ -128,7 +128,7 @@ importers: '@astrojs/alpinejs': ^0.1.2 '@types/alpinejs': ^3.7.0 alpinejs: ^3.10.2 - astro: ^1.6.13 + astro: ^1.6.14 dependencies: '@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@types/alpinejs': 3.7.1 @@ -139,7 +139,7 @@ importers: specifiers: '@astrojs/lit': ^1.0.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.6.13 + astro: ^1.6.14 lit: ^2.2.5 dependencies: '@astrojs/lit': link:../../packages/integrations/lit @@ -154,7 +154,7 @@ importers: '@astrojs/solid-js': ^1.2.3 '@astrojs/svelte': ^1.0.2 '@astrojs/vue': ^1.2.1 - astro: ^1.6.13 + astro: ^1.6.14 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -179,7 +179,7 @@ importers: specifiers: '@astrojs/preact': ^1.2.0 '@preact/signals': ^1.1.0 - astro: ^1.6.13 + astro: ^1.6.14 preact: ^10.7.3 dependencies: '@astrojs/preact': link:../../packages/integrations/preact @@ -192,7 +192,7 @@ importers: '@astrojs/react': ^1.2.2 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^1.6.13 + astro: ^1.6.14 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -206,7 +206,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^1.2.3 - astro: ^1.6.13 + astro: ^1.6.14 solid-js: ^1.4.3 dependencies: '@astrojs/solid-js': link:../../packages/integrations/solid @@ -216,7 +216,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^1.0.2 - astro: ^1.6.13 + astro: ^1.6.14 svelte: ^3.48.0 dependencies: '@astrojs/svelte': link:../../packages/integrations/svelte @@ -226,7 +226,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^1.2.1 - astro: ^1.6.13 + astro: ^1.6.14 vue: ^3.2.37 dependencies: '@astrojs/vue': link:../../packages/integrations/vue @@ -236,32 +236,32 @@ importers: examples/hackernews: specifiers: '@astrojs/node': ^3.1.0 - astro: ^1.6.13 + astro: ^1.6.14 dependencies: '@astrojs/node': link:../../packages/integrations/node astro: link:../../packages/astro examples/integration: specifiers: - astro: ^1.6.13 + astro: ^1.6.14 devDependencies: astro: link:../../packages/astro examples/minimal: specifiers: - astro: ^1.6.13 + astro: ^1.6.14 dependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.6.13 + astro: ^1.6.14 dependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - astro: ^1.6.13 + astro: ^1.6.14 dependencies: astro: link:../../packages/astro @@ -269,7 +269,7 @@ importers: specifiers: '@astrojs/node': ^3.1.0 '@astrojs/svelte': ^1.0.2 - astro: ^1.6.13 + astro: ^1.6.14 concurrently: ^7.2.1 svelte: ^3.48.0 unocss: ^0.15.6 @@ -286,7 +286,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^1.1.3 - astro: ^1.6.13 + astro: ^1.6.14 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -303,7 +303,7 @@ importers: examples/with-markdown-shiki: specifiers: - astro: ^1.6.13 + astro: ^1.6.14 dependencies: astro: link:../../packages/astro @@ -311,7 +311,7 @@ importers: specifiers: '@astrojs/mdx': ^0.12.1 '@astrojs/preact': ^1.2.0 - astro: ^1.6.13 + astro: ^1.6.14 preact: ^10.6.5 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -323,7 +323,7 @@ importers: specifiers: '@astrojs/preact': ^1.2.0 '@nanostores/preact': ^0.1.3 - astro: ^1.6.13 + astro: ^1.6.14 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -338,7 +338,7 @@ importers: '@astrojs/mdx': ^0.12.1 '@astrojs/tailwind': ^2.1.3 '@types/canvas-confetti': ^1.4.3 - astro: ^1.6.13 + astro: ^1.6.14 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -355,7 +355,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.6.13 + astro: ^1.6.14 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 dependencies: @@ -365,7 +365,7 @@ importers: examples/with-vitest: specifiers: - astro: ^1.6.13 + astro: ^1.6.14 vitest: ^0.20.3 dependencies: astro: link:../../packages/astro