From f0cf92c1112d30f3f3a5953ac595f8ac407258ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Jan 2023 17:02:37 +0000 Subject: [PATCH] [ci] release (beta) --- .changeset/pre.json | 10 ++ examples/basics/package.json | 2 +- examples/blog/package.json | 4 +- examples/component/package.json | 2 +- examples/deno/package.json | 4 +- examples/docs/package.json | 6 +- examples/framework-alpine/package.json | 2 +- examples/framework-lit/package.json | 4 +- examples/framework-multiple/package.json | 12 +- examples/framework-preact/package.json | 4 +- examples/framework-react/package.json | 4 +- examples/framework-solid/package.json | 4 +- examples/framework-svelte/package.json | 4 +- examples/framework-vue/package.json | 4 +- examples/hackernews/package.json | 4 +- examples/integration/package.json | 2 +- examples/minimal/package.json | 2 +- examples/non-html-pages/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/ssr/package.json | 6 +- examples/with-content/package.json | 4 +- examples/with-markdown-plugins/package.json | 4 +- examples/with-markdown-shiki/package.json | 2 +- examples/with-mdx/package.json | 6 +- examples/with-nanostores/package.json | 4 +- examples/with-tailwindcss/package.json | 6 +- examples/with-vite-plugin-pwa/package.json | 2 +- examples/with-vitest/package.json | 2 +- packages/astro-prism/CHANGELOG.md | 6 + packages/astro-prism/package.json | 2 +- packages/astro/CHANGELOG.md | 19 +++ packages/astro/package.json | 8 +- packages/create-astro/CHANGELOG.md | 6 + packages/create-astro/package.json | 2 +- packages/integrations/cloudflare/CHANGELOG.md | 13 ++ packages/integrations/cloudflare/package.json | 4 +- packages/integrations/deno/CHANGELOG.md | 13 ++ packages/integrations/deno/package.json | 4 +- packages/integrations/image/CHANGELOG.md | 13 ++ packages/integrations/image/package.json | 4 +- packages/integrations/lit/CHANGELOG.md | 8 + packages/integrations/lit/package.json | 2 +- packages/integrations/mdx/CHANGELOG.md | 12 ++ packages/integrations/mdx/package.json | 6 +- packages/integrations/netlify/CHANGELOG.md | 14 ++ packages/integrations/netlify/package.json | 6 +- packages/integrations/node/CHANGELOG.md | 18 +++ packages/integrations/node/package.json | 6 +- .../integrations/node/test/api-route.test.js | 4 +- .../node/test/node-middleware.test.js | 6 +- packages/integrations/preact/CHANGELOG.md | 6 + packages/integrations/preact/package.json | 2 +- packages/integrations/react/CHANGELOG.md | 6 + packages/integrations/react/package.json | 2 +- packages/integrations/solid/CHANGELOG.md | 6 + packages/integrations/solid/package.json | 2 +- packages/integrations/svelte/CHANGELOG.md | 15 ++ packages/integrations/svelte/package.json | 4 +- packages/integrations/tailwind/CHANGELOG.md | 13 ++ packages/integrations/tailwind/package.json | 4 +- packages/integrations/vercel/CHANGELOG.md | 16 ++ packages/integrations/vercel/package.json | 6 +- packages/integrations/vue/CHANGELOG.md | 15 ++ packages/integrations/vue/package.json | 4 +- packages/markdown/remark/CHANGELOG.md | 16 ++ packages/markdown/remark/package.json | 6 +- packages/telemetry/CHANGELOG.md | 6 + packages/telemetry/package.json | 2 +- packages/webapi/CHANGELOG.md | 10 ++ packages/webapi/package.json | 2 +- pnpm-lock.yaml | 140 ++++++++++-------- scripts/CHANGELOG.md | 7 + scripts/package.json | 2 +- 73 files changed, 423 insertions(+), 159 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 57f666dd4a6f0..3cbc92696dc65 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -64,22 +64,32 @@ "angry-pots-boil", "beige-pumpkins-pump", "calm-peas-doubt", + "chatty-rivers-camp", "chilled-geese-worry", + "curvy-beds-warn", "grumpy-days-yell", + "kind-beers-give", + "lemon-bobcats-kick", "lemon-eagles-worry", "lovely-terms-drive", "lovely-worms-invite", "modern-bulldogs-film", "new-lies-guess", + "poor-chicken-film", "pretty-planes-promise", "quick-impalas-rush", + "red-snakes-fetch", "selfish-tigers-do", "serious-cats-jog", + "shaggy-bags-attend", "shaggy-keys-turn", "shaggy-melons-tap", + "six-carpets-talk", "smart-clouds-applaud", "spotty-bees-switch", + "stupid-wolves-explain", "thick-walls-smell", + "thin-seahorses-worry", "tricky-rabbits-count", "two-geese-eat" ] diff --git a/examples/basics/package.json b/examples/basics/package.json index 6a671700617f4..792bdcdd65753 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.1" + "astro": "^2.0.0-beta.2" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index b63178c2d0162..908e25bec6447 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.1", - "@astrojs/mdx": "^0.15.0-beta.1", + "astro": "^2.0.0-beta.2", + "@astrojs/mdx": "^0.15.0-beta.2", "@astrojs/rss": "^2.0.0", "@astrojs/sitemap": "^1.0.0" } diff --git a/examples/component/package.json b/examples/component/package.json index 99afee6d404ac..c7dae3c5ccc3d 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.0.0-beta.1" + "astro": "^2.0.0-beta.2" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/deno/package.json b/examples/deno/package.json index d243e0c3a1a5a..1a6bff5844e53 100644 --- a/examples/deno/package.json +++ b/examples/deno/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.1" + "astro": "^2.0.0-beta.2" }, "devDependencies": { - "@astrojs/deno": "^4.0.0-beta.1" + "@astrojs/deno": "^4.0.0-beta.2" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 00e6c665ae29f..33d3027f33cd1 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,12 +12,12 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.1", + "astro": "^2.0.0-beta.2", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", - "@astrojs/react": "^1.2.2", - "@astrojs/preact": "^1.2.0", + "@astrojs/react": "^2.0.0-beta.0", + "@astrojs/preact": "^2.0.0-beta.0", "@algolia/client-search": "^4.13.1", "@docsearch/css": "^3.1.0", "@docsearch/react": "^3.1.0", diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 8206c0a56142d..0b802c6cfe99f 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.1", + "astro": "^2.0.0-beta.2", "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 bae39ad63cff7..2e1295ec27617 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.1", + "astro": "^2.0.0-beta.2", "lit": "^2.2.5", - "@astrojs/lit": "^1.0.0", + "@astrojs/lit": "^1.0.2-beta.0", "@webcomponents/template-shadowroot": "^0.1.0" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index d91ede0458f36..385c675e8659e 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,17 +11,17 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.1", + "astro": "^2.0.0-beta.2", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", "solid-js": "^1.4.3", "svelte": "^3.48.0", "vue": "^3.2.37", - "@astrojs/preact": "^1.2.0", - "@astrojs/react": "^1.2.2", - "@astrojs/solid-js": "^1.2.3", - "@astrojs/svelte": "^2.0.0-beta.0", - "@astrojs/vue": "^2.0.0-beta.0" + "@astrojs/preact": "^2.0.0-beta.0", + "@astrojs/react": "^2.0.0-beta.0", + "@astrojs/solid-js": "^2.0.0-beta.0", + "@astrojs/svelte": "^2.0.0-beta.1", + "@astrojs/vue": "^2.0.0-beta.1" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 173e2ba0d8d5b..b03a5484398bb 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.1", + "astro": "^2.0.0-beta.2", "preact": "^10.7.3", - "@astrojs/preact": "^1.2.0", + "@astrojs/preact": "^2.0.0-beta.0", "@preact/signals": "^1.1.0" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 135c612d1871d..3c07599e5bce8 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.1", + "astro": "^2.0.0-beta.2", "react": "^18.1.0", "react-dom": "^18.1.0", - "@astrojs/react": "^1.2.2", + "@astrojs/react": "^2.0.0-beta.0", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 06c21fbe6469e..cbcf18b9df05d 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.1", + "astro": "^2.0.0-beta.2", "solid-js": "^1.4.3", - "@astrojs/solid-js": "^1.2.3" + "@astrojs/solid-js": "^2.0.0-beta.0" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 993cd3a486194..6e38c6196e62d 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "svelte": "^3.48.0", - "@astrojs/svelte": "^2.0.0-beta.0", - "astro": "^2.0.0-beta.1" + "@astrojs/svelte": "^2.0.0-beta.1", + "astro": "^2.0.0-beta.2" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 38a5e9ed14252..d30add8419b75 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.1", + "astro": "^2.0.0-beta.2", "vue": "^3.2.37", - "@astrojs/vue": "^2.0.0-beta.0" + "@astrojs/vue": "^2.0.0-beta.1" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index bbe266e4ebb8c..f1a301206ee20 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,7 +12,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^5.0.0-beta.0", - "astro": "^2.0.0-beta.1" + "@astrojs/node": "^5.0.0-beta.1", + "astro": "^2.0.0-beta.2" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 64c163d0feaa0..f386381d1935f 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.0.0-beta.1" + "astro": "^2.0.0-beta.2" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 9f5f2f2b04bb4..1922b43ed03eb 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.1" + "astro": "^2.0.0-beta.2" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 37b3e1810f456..dd51521372397 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.1" + "astro": "^2.0.0-beta.2" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index f2bbcf2c7663d..804898dfd3d8a 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.1" + "astro": "^2.0.0-beta.2" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 24d14aaeb497e..2912925318b12 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,10 +12,10 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "astro": "^2.0.0-beta.1", + "astro": "^2.0.0-beta.2", "svelte": "^3.48.0", - "@astrojs/svelte": "^2.0.0-beta.0", - "@astrojs/node": "^5.0.0-beta.0", + "@astrojs/svelte": "^2.0.0-beta.1", + "@astrojs/node": "^5.0.0-beta.1", "concurrently": "^7.2.1", "unocss": "^0.15.6", "vite-imagetools": "^4.0.4" diff --git a/examples/with-content/package.json b/examples/with-content/package.json index 6fe1835874d5b..3060665f9e2ea 100644 --- a/examples/with-content/package.json +++ b/examples/with-content/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.1", - "@astrojs/mdx": "^0.15.0-beta.1", + "astro": "^2.0.0-beta.2", + "@astrojs/mdx": "^0.15.0-beta.2", "@astrojs/sitemap": "^1.0.0" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 2ddfe5bd052d6..daa376a734a7f 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.1", - "@astrojs/markdown-remark": "^2.0.0-beta.1", + "astro": "^2.0.0-beta.2", + "@astrojs/markdown-remark": "^2.0.0-beta.2", "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 098a4e4807131..81bc160bb6321 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.1" + "astro": "^2.0.0-beta.2" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 48e01be430de8..9d65163ad1dcf 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.1", + "astro": "^2.0.0-beta.2", "preact": "^10.6.5", - "@astrojs/preact": "^1.2.0", - "@astrojs/mdx": "^0.15.0-beta.1" + "@astrojs/preact": "^2.0.0-beta.0", + "@astrojs/mdx": "^0.15.0-beta.2" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index e35cf746eeb47..1d9c13cbe2d9d 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.1", + "astro": "^2.0.0-beta.2", "preact": "^10.7.3", - "@astrojs/preact": "^1.2.0", + "@astrojs/preact": "^2.0.0-beta.0", "nanostores": "^0.5.12", "@nanostores/preact": "^0.1.3" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index fffd8b343f84b..0e550b80c3c0f 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^0.15.0-beta.1", - "@astrojs/tailwind": "^3.0.0-beta.0", + "@astrojs/mdx": "^0.15.0-beta.2", + "@astrojs/tailwind": "^3.0.0-beta.1", "@types/canvas-confetti": "^1.4.3", - "astro": "^2.0.0-beta.1", + "astro": "^2.0.0-beta.2", "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 22461438f5cd7..a2a372d1b6ac8 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": "^2.0.0-beta.1", + "astro": "^2.0.0-beta.2", "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 2c8a9389faf0d..3c04ea9f999fd 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^2.0.0-beta.1", + "astro": "^2.0.0-beta.2", "vitest": "^0.20.3" } } diff --git a/packages/astro-prism/CHANGELOG.md b/packages/astro-prism/CHANGELOG.md index a8ba7b30ba492..580eaf7f445a1 100644 --- a/packages/astro-prism/CHANGELOG.md +++ b/packages/astro-prism/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/prism +## 2.0.0-beta.0 + +### Major Changes + +- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0 + ## 1.0.2 ### Patch Changes diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json index 1de10b5951e93..a1dfaa6285a38 100644 --- a/packages/astro-prism/package.json +++ b/packages/astro-prism/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/prism", - "version": "1.0.2", + "version": "2.0.0-beta.0", "description": "Supports Prism highlighting in Astro projects", "author": "withastro", "type": "module", diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 9a96b14460830..bbd1d1f1afb84 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,24 @@ # astro +## 2.0.0-beta.2 + +### Major Changes + +- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0 + +- [#5753](https://github.com/withastro/astro/pull/5753) [`302e0ef8f`](https://github.com/withastro/astro/commit/302e0ef8f5d5232e3348afe680e599f3e537b5c5) Thanks [@bluwy](https://github.com/bluwy)! - Default preview host to `localhost` instead of `127.0.0.1`. This allows the static server and integration preview servers to serve under ipv6. + +### Patch Changes + +- [#5791](https://github.com/withastro/astro/pull/5791) [`f7aa1ec25`](https://github.com/withastro/astro/commit/f7aa1ec25d1584f7abd421903fbef66b1c050e2a) Thanks [@ba55ie](https://github.com/ba55ie)! - Fix Lit slotted content + +- [#5773](https://github.com/withastro/astro/pull/5773) [`4a1cabfe6`](https://github.com/withastro/astro/commit/4a1cabfe6b9ef8a6fbbcc0727a0dc6fa300cedaa) Thanks [@bluwy](https://github.com/bluwy)! - Cleanup dependencies + +- Updated dependencies [[`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a), [`16107b6a1`](https://github.com/withastro/astro/commit/16107b6a10514ef1b563e585ec9add4b14f42b94), [`c55fbcb8e`](https://github.com/withastro/astro/commit/c55fbcb8edca1fe118a44f68c9f9436a4719d171), [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a), [`7572f7402`](https://github.com/withastro/astro/commit/7572f7402238da37de748be58d678fedaf863b53)]: + - @astrojs/telemetry@2.0.0-beta.0 + - @astrojs/markdown-remark@2.0.0-beta.2 + - @astrojs/webapi@2.0.0-beta.0 + ## 2.0.0-beta.1 ### Major Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index b73779f8c608e..a7746cd2f07a5 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", @@ -111,9 +111,9 @@ "dependencies": { "@astrojs/compiler": "^0.31.4", "@astrojs/language-server": "^0.28.3", - "@astrojs/markdown-remark": "^2.0.0-beta.1", - "@astrojs/telemetry": "^1.0.1", - "@astrojs/webapi": "^1.1.1", + "@astrojs/markdown-remark": "^2.0.0-beta.2", + "@astrojs/telemetry": "^2.0.0-beta.0", + "@astrojs/webapi": "^2.0.0-beta.0", "@babel/core": "^7.18.2", "@babel/generator": "^7.18.2", "@babel/parser": "^7.18.4", diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 8d92cd6e8967a..b838c3e334a0c 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 2.0.0-beta.0 + +### Major Changes + +- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0 + ## 1.2.4 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index b009db1a88659..1de7b0e9de8f7 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "1.2.4", + "version": "2.0.0-beta.0", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index 38aa97350afc8..086edc5f81caa 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,18 @@ # @astrojs/cloudflare +## 6.0.0-beta.1 + +### Major Changes + +- [#5806](https://github.com/withastro/astro/pull/5806) [`7572f7402`](https://github.com/withastro/astro/commit/7572f7402238da37de748be58d678fedaf863b53) Thanks [@matthewp](https://github.com/matthewp)! - Make astro a peerDependency of integrations + + This marks `astro` as a peerDependency of several packages that are already getting `major` version bumps. This is so we can more properly track the dependency between them and what version of Astro they are being used with. + +### Patch Changes + +- Updated dependencies [[`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a), [`f7aa1ec25`](https://github.com/withastro/astro/commit/f7aa1ec25d1584f7abd421903fbef66b1c050e2a), [`302e0ef8f`](https://github.com/withastro/astro/commit/302e0ef8f5d5232e3348afe680e599f3e537b5c5), [`4a1cabfe6`](https://github.com/withastro/astro/commit/4a1cabfe6b9ef8a6fbbcc0727a0dc6fa300cedaa)]: + - astro@2.0.0-beta.2 + ## 6.0.0-beta.0 ### Major Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 28a2b9a0cc757..7eef2b66b1a8b 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": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -38,7 +38,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "workspace:^2.0.0-beta.0" + "astro": "workspace:^2.0.0-beta.2" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/CHANGELOG.md b/packages/integrations/deno/CHANGELOG.md index f6f32036e2778..1f75eed2aa5b6 100644 --- a/packages/integrations/deno/CHANGELOG.md +++ b/packages/integrations/deno/CHANGELOG.md @@ -1,5 +1,18 @@ # @astrojs/deno +## 4.0.0-beta.2 + +### Major Changes + +- [#5806](https://github.com/withastro/astro/pull/5806) [`7572f7402`](https://github.com/withastro/astro/commit/7572f7402238da37de748be58d678fedaf863b53) Thanks [@matthewp](https://github.com/matthewp)! - Make astro a peerDependency of integrations + + This marks `astro` as a peerDependency of several packages that are already getting `major` version bumps. This is so we can more properly track the dependency between them and what version of Astro they are being used with. + +### Patch Changes + +- Updated dependencies [[`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a), [`f7aa1ec25`](https://github.com/withastro/astro/commit/f7aa1ec25d1584f7abd421903fbef66b1c050e2a), [`302e0ef8f`](https://github.com/withastro/astro/commit/302e0ef8f5d5232e3348afe680e599f3e537b5c5), [`4a1cabfe6`](https://github.com/withastro/astro/commit/4a1cabfe6b9ef8a6fbbcc0727a0dc6fa300cedaa)]: + - astro@2.0.0-beta.2 + ## 4.0.0-beta.1 ### Major Changes diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index af89c9af45392..63e5ef2e5b881 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": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -32,7 +32,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.0.0-beta.0" + "astro": "workspace:^2.0.0-beta.2" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index 7fbdcdea74fcf..6ebb6a1e4b18e 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,18 @@ # @astrojs/image +## 0.13.0-beta.2 + +### Minor Changes + +- [#5806](https://github.com/withastro/astro/pull/5806) [`7572f7402`](https://github.com/withastro/astro/commit/7572f7402238da37de748be58d678fedaf863b53) Thanks [@matthewp](https://github.com/matthewp)! - Make astro a peerDependency of integrations + + This marks `astro` as a peerDependency of several packages that are already getting `major` version bumps. This is so we can more properly track the dependency between them and what version of Astro they are being used with. + +### Patch Changes + +- Updated dependencies [[`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a), [`f7aa1ec25`](https://github.com/withastro/astro/commit/f7aa1ec25d1584f7abd421903fbef66b1c050e2a), [`302e0ef8f`](https://github.com/withastro/astro/commit/302e0ef8f5d5232e3348afe680e599f3e537b5c5), [`4a1cabfe6`](https://github.com/withastro/astro/commit/4a1cabfe6b9ef8a6fbbcc0727a0dc6fa300cedaa)]: + - astro@2.0.0-beta.2 + ## 0.13.0-beta.1 ### Minor Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index d223ccfec83cf..f1c46bc6fb735 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.13.0-beta.1", + "version": "0.13.0-beta.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -66,7 +66,7 @@ }, "peerDependencies": { "sharp": ">=0.31.0", - "astro": "workspace:^2.0.0-beta.0" + "astro": "workspace:^2.0.0-beta.2" }, "peerDependenciesMeta": { "sharp": { diff --git a/packages/integrations/lit/CHANGELOG.md b/packages/integrations/lit/CHANGELOG.md index f1a152798bbd3..fa81953010098 100644 --- a/packages/integrations/lit/CHANGELOG.md +++ b/packages/integrations/lit/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/lit +## 1.0.2-beta.0 + +### Patch Changes + +- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Only shim fetch if not already present + +- [#5791](https://github.com/withastro/astro/pull/5791) [`f7aa1ec25`](https://github.com/withastro/astro/commit/f7aa1ec25d1584f7abd421903fbef66b1c050e2a) Thanks [@ba55ie](https://github.com/ba55ie)! - Fix Lit slotted content + ## 1.0.1 ### Patch Changes diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json index 24410f7e8fb5c..ad238591ebe98 100644 --- a/packages/integrations/lit/package.json +++ b/packages/integrations/lit/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/lit", - "version": "1.0.1", + "version": "1.0.2-beta.0", "description": "Use Lit components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 4604723bff0e8..07fc599a60a38 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,17 @@ # @astrojs/mdx +## 0.15.0-beta.2 + +### Minor Changes + +- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0 + +### Patch Changes + +- Updated dependencies [[`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a), [`16107b6a1`](https://github.com/withastro/astro/commit/16107b6a10514ef1b563e585ec9add4b14f42b94), [`7572f7402`](https://github.com/withastro/astro/commit/7572f7402238da37de748be58d678fedaf863b53)]: + - @astrojs/prism@2.0.0-beta.0 + - @astrojs/markdown-remark@2.0.0-beta.2 + ## 0.15.0-beta.1 ### Minor Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 8ca5c9bfd9261..a7f0ba976901b 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.15.0-beta.1", + "version": "0.15.0-beta.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -30,8 +30,8 @@ "test:match": "mocha --timeout 20000 -g" }, "dependencies": { - "@astrojs/markdown-remark": "^2.0.0-beta.1", - "@astrojs/prism": "^1.0.2", + "@astrojs/markdown-remark": "^2.0.0-beta.2", + "@astrojs/prism": "^2.0.0-beta.0", "@mdx-js/mdx": "^2.1.2", "@mdx-js/rollup": "^2.1.1", "acorn": "^8.8.0", diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 943ca2a18cf9d..2acf6604db1c2 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,19 @@ # @astrojs/netlify +## 2.0.0-beta.2 + +### Major Changes + +- [#5806](https://github.com/withastro/astro/pull/5806) [`7572f7402`](https://github.com/withastro/astro/commit/7572f7402238da37de748be58d678fedaf863b53) Thanks [@matthewp](https://github.com/matthewp)! - Make astro a peerDependency of integrations + + This marks `astro` as a peerDependency of several packages that are already getting `major` version bumps. This is so we can more properly track the dependency between them and what version of Astro they are being used with. + +### Patch Changes + +- Updated dependencies [[`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a), [`f7aa1ec25`](https://github.com/withastro/astro/commit/f7aa1ec25d1584f7abd421903fbef66b1c050e2a), [`302e0ef8f`](https://github.com/withastro/astro/commit/302e0ef8f5d5232e3348afe680e599f3e537b5c5), [`c55fbcb8e`](https://github.com/withastro/astro/commit/c55fbcb8edca1fe118a44f68c9f9436a4719d171), [`4a1cabfe6`](https://github.com/withastro/astro/commit/4a1cabfe6b9ef8a6fbbcc0727a0dc6fa300cedaa), [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a)]: + - astro@2.0.0-beta.2 + - @astrojs/webapi@2.0.0-beta.0 + ## 2.0.0-beta.1 ### Major Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index d91f05ad6370e..cb26755cbc06d 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": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -34,11 +34,11 @@ "test": "npm run test-fn" }, "dependencies": { - "@astrojs/webapi": "^1.1.1", + "@astrojs/webapi": "^2.0.0-beta.0", "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.0.0-beta.0" + "astro": "workspace:^2.0.0-beta.2" }, "devDependencies": { "@netlify/edge-handler-types": "^0.34.1", diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index 574aeedcb5b13..dea42ef4d44ad 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,23 @@ # @astrojs/node +## 5.0.0-beta.1 + +### Major Changes + +- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0 + +- [#5806](https://github.com/withastro/astro/pull/5806) [`7572f7402`](https://github.com/withastro/astro/commit/7572f7402238da37de748be58d678fedaf863b53) Thanks [@matthewp](https://github.com/matthewp)! - Make astro a peerDependency of integrations + + This marks `astro` as a peerDependency of several packages that are already getting `major` version bumps. This is so we can more properly track the dependency between them and what version of Astro they are being used with. + +### Patch Changes + +- [#5701](https://github.com/withastro/astro/pull/5701) [`9869f2f6d`](https://github.com/withastro/astro/commit/9869f2f6d8c344babb8a59cb54918de14bd95dcc) Thanks [@wulinsheng123](https://github.com/wulinsheng123)! - Support custom 404 page in standalone mode + +- Updated dependencies [[`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a), [`f7aa1ec25`](https://github.com/withastro/astro/commit/f7aa1ec25d1584f7abd421903fbef66b1c050e2a), [`302e0ef8f`](https://github.com/withastro/astro/commit/302e0ef8f5d5232e3348afe680e599f3e537b5c5), [`c55fbcb8e`](https://github.com/withastro/astro/commit/c55fbcb8edca1fe118a44f68c9f9436a4719d171), [`4a1cabfe6`](https://github.com/withastro/astro/commit/4a1cabfe6b9ef8a6fbbcc0727a0dc6fa300cedaa), [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a)]: + - astro@2.0.0-beta.2 + - @astrojs/webapi@2.0.0-beta.0 + ## 5.0.0-beta.0 ### Major Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 86910a34eed65..6f9ad130d6b16 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/node", "description": "Deploy your site to a Node.js server", - "version": "5.0.0-beta.0", + "version": "5.0.0-beta.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -30,11 +30,11 @@ "test": "mocha --exit --timeout 20000 test/" }, "dependencies": { - "@astrojs/webapi": "^1.1.1", + "@astrojs/webapi": "^2.0.0-beta.0", "send": "^0.18.0" }, "peerDependencies": { - "astro": "workspace:^2.0.0-beta.0" + "astro": "workspace:^2.0.0-beta.2" }, "devDependencies": { "@types/send": "^0.17.1", diff --git a/packages/integrations/node/test/api-route.test.js b/packages/integrations/node/test/api-route.test.js index 39ba10dbf6723..7fbd9577630b0 100644 --- a/packages/integrations/node/test/api-route.test.js +++ b/packages/integrations/node/test/api-route.test.js @@ -25,13 +25,13 @@ describe('API routes', () => { handler(req, res); req.send(JSON.stringify({ id: 2 })); - + let [buffer] = await done; let json = JSON.parse(buffer.toString('utf-8')); expect(json.length).to.equal(1); - + expect(json[0].name).to.equal('Broccoli Soup'); }); diff --git a/packages/integrations/node/test/node-middleware.test.js b/packages/integrations/node/test/node-middleware.test.js index 8a2f947d54d0e..e96d29ed480f8 100644 --- a/packages/integrations/node/test/node-middleware.test.js +++ b/packages/integrations/node/test/node-middleware.test.js @@ -1,5 +1,5 @@ import nodejs from '../dist/index.js'; -import { loadFixture , createRequestAndResponse} from './test-utils.js'; +import { loadFixture, createRequestAndResponse } from './test-utils.js'; import { expect } from 'chai'; import * as cheerio from 'cheerio'; @@ -33,5 +33,5 @@ describe('test 404 cant load', () => { const h1 = $('h1'); expect(h1.text()).to.equal('404!!!!!!!!!!'); }); - }) -}) + }); +}); diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md index fcc9d473920ad..b599cc99d992f 100644 --- a/packages/integrations/preact/CHANGELOG.md +++ b/packages/integrations/preact/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/preact +## 2.0.0-beta.0 + +### Major Changes + +- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0 + ## 1.2.0 ### Minor Changes diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index acb94c3200015..79c7176e0ed41 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/preact", "description": "Use Preact components within Astro", - "version": "1.2.0", + "version": "2.0.0-beta.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index 199eba37d9282..eb02abba5850f 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 2.0.0-beta.0 + +### Major Changes + +- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0 + ## 1.2.2 ### Patch Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 4bc1c1afad5c2..e9a4175fbfbbb 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/react", "description": "Use React components within Astro", - "version": "1.2.2", + "version": "2.0.0-beta.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md index 11579b24396a5..bf08cebb169ab 100644 --- a/packages/integrations/solid/CHANGELOG.md +++ b/packages/integrations/solid/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/solid-js +## 2.0.0-beta.0 + +### Major Changes + +- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0 + ## 1.2.3 ### Patch Changes diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index 334b0fb8173e6..7a5b1b24cde94 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/solid-js", - "version": "1.2.3", + "version": "2.0.0-beta.0", "description": "Use Solid components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index 7a386b523dc2c..a2926d0ec8841 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,20 @@ # @astrojs/svelte +## 2.0.0-beta.1 + +### Major Changes + +- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0 + +- [#5806](https://github.com/withastro/astro/pull/5806) [`7572f7402`](https://github.com/withastro/astro/commit/7572f7402238da37de748be58d678fedaf863b53) Thanks [@matthewp](https://github.com/matthewp)! - Make astro a peerDependency of integrations + + This marks `astro` as a peerDependency of several packages that are already getting `major` version bumps. This is so we can more properly track the dependency between them and what version of Astro they are being used with. + +### Patch Changes + +- Updated dependencies [[`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a), [`f7aa1ec25`](https://github.com/withastro/astro/commit/f7aa1ec25d1584f7abd421903fbef66b1c050e2a), [`302e0ef8f`](https://github.com/withastro/astro/commit/302e0ef8f5d5232e3348afe680e599f3e537b5c5), [`4a1cabfe6`](https://github.com/withastro/astro/commit/4a1cabfe6b9ef8a6fbbcc0727a0dc6fa300cedaa)]: + - astro@2.0.0-beta.2 + ## 2.0.0-beta.0 ### Major Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 1ad7abcc5d7a3..cde7315ec075b 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "2.0.0-beta.0", + "version": "2.0.0-beta.1", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", @@ -44,7 +44,7 @@ }, "peerDependencies": { "svelte": "^3.54.0", - "astro": "workspace:^2.0.0-beta.0" + "astro": "workspace:^2.0.0-beta.2" }, "engines": { "node": ">=16.12.0" diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md index f8238736edc4e..91467a745fc1f 100644 --- a/packages/integrations/tailwind/CHANGELOG.md +++ b/packages/integrations/tailwind/CHANGELOG.md @@ -1,5 +1,18 @@ # @astrojs/tailwind +## 3.0.0-beta.1 + +### Major Changes + +- [#5806](https://github.com/withastro/astro/pull/5806) [`7572f7402`](https://github.com/withastro/astro/commit/7572f7402238da37de748be58d678fedaf863b53) Thanks [@matthewp](https://github.com/matthewp)! - Make astro a peerDependency of integrations + + This marks `astro` as a peerDependency of several packages that are already getting `major` version bumps. This is so we can more properly track the dependency between them and what version of Astro they are being used with. + +### Patch Changes + +- Updated dependencies [[`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a), [`f7aa1ec25`](https://github.com/withastro/astro/commit/f7aa1ec25d1584f7abd421903fbef66b1c050e2a), [`302e0ef8f`](https://github.com/withastro/astro/commit/302e0ef8f5d5232e3348afe680e599f3e537b5c5), [`4a1cabfe6`](https://github.com/withastro/astro/commit/4a1cabfe6b9ef8a6fbbcc0727a0dc6fa300cedaa)]: + - astro@2.0.0-beta.2 + ## 3.0.0-beta.0 ### Major Changes diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index dee4fbff4ca33..d4c4fb4e0ba4b 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/tailwind", "description": "Tailwind + Astro Integrations", - "version": "3.0.0-beta.0", + "version": "3.0.0-beta.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -39,7 +39,7 @@ }, "peerDependencies": { "tailwindcss": "^3.0.24", - "astro": "workspace:^2.0.0-beta.0" + "astro": "workspace:^2.0.0-beta.2" }, "pnpm": { "peerDependencyRules": { diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 3e1e91a926e7c..33e8a3f1bdd54 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,21 @@ # @astrojs/vercel +## 3.0.0-beta.1 + +### Major Changes + +- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0 + +- [#5806](https://github.com/withastro/astro/pull/5806) [`7572f7402`](https://github.com/withastro/astro/commit/7572f7402238da37de748be58d678fedaf863b53) Thanks [@matthewp](https://github.com/matthewp)! - Make astro a peerDependency of integrations + + This marks `astro` as a peerDependency of several packages that are already getting `major` version bumps. This is so we can more properly track the dependency between them and what version of Astro they are being used with. + +### Patch Changes + +- Updated dependencies [[`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a), [`f7aa1ec25`](https://github.com/withastro/astro/commit/f7aa1ec25d1584f7abd421903fbef66b1c050e2a), [`302e0ef8f`](https://github.com/withastro/astro/commit/302e0ef8f5d5232e3348afe680e599f3e537b5c5), [`c55fbcb8e`](https://github.com/withastro/astro/commit/c55fbcb8edca1fe118a44f68c9f9436a4719d171), [`4a1cabfe6`](https://github.com/withastro/astro/commit/4a1cabfe6b9ef8a6fbbcc0727a0dc6fa300cedaa), [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a)]: + - astro@2.0.0-beta.2 + - @astrojs/webapi@2.0.0-beta.0 + ## 3.0.0-beta.0 ### Major Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 70ca2f253a191..2f5e42dff3bc1 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": "3.0.0-beta.0", + "version": "3.0.0-beta.1", "type": "module", "author": "withastro", "license": "MIT", @@ -44,13 +44,13 @@ "test": "mocha --exit --timeout 20000 test/" }, "dependencies": { - "@astrojs/webapi": "^1.1.1", + "@astrojs/webapi": "^2.0.0-beta.0", "@vercel/nft": "^0.22.1", "fast-glob": "^3.2.11", "set-cookie-parser": "^2.5.1" }, "peerDependencies": { - "astro": "workspace:^2.0.0-beta.0" + "astro": "workspace:^2.0.0-beta.2" }, "devDependencies": { "@types/set-cookie-parser": "^2.4.2", diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index a1e203656a435..041dc943c0fd1 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,20 @@ # @astrojs/vue +## 2.0.0-beta.1 + +### Major Changes + +- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0 + +- [#5806](https://github.com/withastro/astro/pull/5806) [`7572f7402`](https://github.com/withastro/astro/commit/7572f7402238da37de748be58d678fedaf863b53) Thanks [@matthewp](https://github.com/matthewp)! - Make astro a peerDependency of integrations + + This marks `astro` as a peerDependency of several packages that are already getting `major` version bumps. This is so we can more properly track the dependency between them and what version of Astro they are being used with. + +### Patch Changes + +- Updated dependencies [[`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a), [`f7aa1ec25`](https://github.com/withastro/astro/commit/f7aa1ec25d1584f7abd421903fbef66b1c050e2a), [`302e0ef8f`](https://github.com/withastro/astro/commit/302e0ef8f5d5232e3348afe680e599f3e537b5c5), [`4a1cabfe6`](https://github.com/withastro/astro/commit/4a1cabfe6b9ef8a6fbbcc0727a0dc6fa300cedaa)]: + - astro@2.0.0-beta.2 + ## 2.0.0-beta.0 ### Major Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index a8b9b8fd87f33..a1e4b2bb89b6c 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "2.0.0-beta.0", + "version": "2.0.0-beta.1", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", @@ -51,7 +51,7 @@ }, "peerDependencies": { "vue": "^3.2.30", - "astro": "workspace:^2.0.0-beta.0" + "astro": "workspace:^2.0.0-beta.2" }, "engines": { "node": ">=16.12.0" diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index a6c3c85c20574..ca6ad9025cc60 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,21 @@ # @astrojs/markdown-remark +## 2.0.0-beta.2 + +### Major Changes + +- [#5785](https://github.com/withastro/astro/pull/5785) [`16107b6a1`](https://github.com/withastro/astro/commit/16107b6a10514ef1b563e585ec9add4b14f42b94) Thanks [@delucis](https://github.com/delucis)! - Drop support for legacy Astro-flavored Markdown + +- [#5806](https://github.com/withastro/astro/pull/5806) [`7572f7402`](https://github.com/withastro/astro/commit/7572f7402238da37de748be58d678fedaf863b53) Thanks [@matthewp](https://github.com/matthewp)! - Make astro a peerDependency of integrations + + This marks `astro` as a peerDependency of several packages that are already getting `major` version bumps. This is so we can more properly track the dependency between them and what version of Astro they are being used with. + +### Patch Changes + +- Updated dependencies [[`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a), [`f7aa1ec25`](https://github.com/withastro/astro/commit/f7aa1ec25d1584f7abd421903fbef66b1c050e2a), [`302e0ef8f`](https://github.com/withastro/astro/commit/302e0ef8f5d5232e3348afe680e599f3e537b5c5), [`4a1cabfe6`](https://github.com/withastro/astro/commit/4a1cabfe6b9ef8a6fbbcc0727a0dc6fa300cedaa)]: + - astro@2.0.0-beta.2 + - @astrojs/prism@2.0.0-beta.0 + ## 2.0.0-beta.1 ### Minor Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 1cb4f3b099914..e1e9cf85fb3cc 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "type": "module", "author": "withastro", "license": "MIT", @@ -25,10 +25,10 @@ "test": "mocha --exit --timeout 20000" }, "peerDependencies": { - "astro": "workspace:^2.0.0" + "astro": "workspace:^2.0.0-beta.2" }, "dependencies": { - "@astrojs/prism": "^1.0.0", + "@astrojs/prism": "^2.0.0-beta.0", "github-slugger": "^1.4.0", "import-meta-resolve": "^2.1.0", "rehype-raw": "^6.1.1", diff --git a/packages/telemetry/CHANGELOG.md b/packages/telemetry/CHANGELOG.md index 1fae15a62b9c0..c438365080b20 100644 --- a/packages/telemetry/CHANGELOG.md +++ b/packages/telemetry/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/telemetry +## 2.0.0-beta.0 + +### Major Changes + +- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0 + ## 1.0.1 ### Patch Changes diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index 32bd2a1d1e770..358c745044762 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/telemetry", - "version": "1.0.1", + "version": "2.0.0-beta.0", "type": "module", "types": "./dist/types/index.d.ts", "author": "withastro", diff --git a/packages/webapi/CHANGELOG.md b/packages/webapi/CHANGELOG.md index ad134f7f4ad51..d5906e0b90280 100644 --- a/packages/webapi/CHANGELOG.md +++ b/packages/webapi/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/webapi +## 2.0.0-beta.0 + +### Major Changes + +- [#5814](https://github.com/withastro/astro/pull/5814) [`c55fbcb8e`](https://github.com/withastro/astro/commit/c55fbcb8edca1fe118a44f68c9f9436a4719d171) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Moved target to Node 16. Removed polyfills for AbortController, AbortSignal, atob, btoa, Object.hasOwn, Promise.all, Array.at and String.replaceAll + +- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Replace node-fetch's polyfill with undici. + + Since `undici` does not support it, this change also removes custom support for the `file:` protocol + ## 1.1.1 ### Patch Changes diff --git a/packages/webapi/package.json b/packages/webapi/package.json index aafdbc119d424..247e089de7035 100644 --- a/packages/webapi/package.json +++ b/packages/webapi/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/webapi", "description": "Use Web APIs in Node", - "version": "1.1.1", + "version": "2.0.0-beta.0", "type": "module", "exports": { ".": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e83d9f7a2a2c9..3844a8481c99a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,16 +63,16 @@ importers: examples/basics: specifiers: - astro: ^2.0.0-beta.1 + astro: ^2.0.0-beta.2 dependencies: astro: link:../../packages/astro examples/blog: specifiers: - '@astrojs/mdx': ^0.15.0-beta.1 + '@astrojs/mdx': ^0.15.0-beta.2 '@astrojs/rss': ^2.0.0 '@astrojs/sitemap': ^1.0.0 - astro: ^2.0.0-beta.1 + astro: ^2.0.0-beta.2 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/rss': link:../../packages/astro-rss @@ -81,14 +81,14 @@ importers: examples/component: specifiers: - astro: ^2.0.0-beta.1 + astro: ^2.0.0-beta.2 devDependencies: astro: link:../../packages/astro examples/deno: specifiers: - '@astrojs/deno': ^4.0.0-beta.1 - astro: ^2.0.0-beta.1 + '@astrojs/deno': ^4.0.0-beta.2 + astro: ^2.0.0-beta.2 dependencies: astro: link:../../packages/astro devDependencies: @@ -97,14 +97,14 @@ importers: examples/docs: specifiers: '@algolia/client-search': ^4.13.1 - '@astrojs/preact': ^1.2.0 - '@astrojs/react': ^1.2.2 + '@astrojs/preact': ^2.0.0-beta.0 + '@astrojs/react': ^2.0.0-beta.0 '@docsearch/css': ^3.1.0 '@docsearch/react': ^3.1.0 '@types/node': ^18.0.0 '@types/react': ^17.0.45 '@types/react-dom': ^18.0.0 - astro: ^2.0.0-beta.1 + astro: ^2.0.0-beta.2 html-escaper: ^3.0.3 preact: ^10.7.3 react: ^18.1.0 @@ -130,7 +130,7 @@ importers: '@astrojs/alpinejs': ^0.1.2 '@types/alpinejs': ^3.7.0 alpinejs: ^3.10.2 - astro: ^2.0.0-beta.1 + astro: ^2.0.0-beta.2 dependencies: '@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@types/alpinejs': 3.7.1 @@ -139,9 +139,9 @@ importers: examples/framework-lit: specifiers: - '@astrojs/lit': ^1.0.0 + '@astrojs/lit': ^1.0.2-beta.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^2.0.0-beta.1 + astro: ^2.0.0-beta.2 lit: ^2.2.5 dependencies: '@astrojs/lit': link:../../packages/integrations/lit @@ -151,12 +151,12 @@ importers: examples/framework-multiple: specifiers: - '@astrojs/preact': ^1.2.0 - '@astrojs/react': ^1.2.2 - '@astrojs/solid-js': ^1.2.3 - '@astrojs/svelte': ^2.0.0-beta.0 - '@astrojs/vue': ^2.0.0-beta.0 - astro: ^2.0.0-beta.1 + '@astrojs/preact': ^2.0.0-beta.0 + '@astrojs/react': ^2.0.0-beta.0 + '@astrojs/solid-js': ^2.0.0-beta.0 + '@astrojs/svelte': ^2.0.0-beta.1 + '@astrojs/vue': ^2.0.0-beta.1 + astro: ^2.0.0-beta.2 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -179,9 +179,9 @@ importers: examples/framework-preact: specifiers: - '@astrojs/preact': ^1.2.0 + '@astrojs/preact': ^2.0.0-beta.0 '@preact/signals': ^1.1.0 - astro: ^2.0.0-beta.1 + astro: ^2.0.0-beta.2 preact: ^10.7.3 dependencies: '@astrojs/preact': link:../../packages/integrations/preact @@ -191,10 +191,10 @@ importers: examples/framework-react: specifiers: - '@astrojs/react': ^1.2.2 + '@astrojs/react': ^2.0.0-beta.0 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^2.0.0-beta.1 + astro: ^2.0.0-beta.2 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -207,8 +207,8 @@ importers: examples/framework-solid: specifiers: - '@astrojs/solid-js': ^1.2.3 - astro: ^2.0.0-beta.1 + '@astrojs/solid-js': ^2.0.0-beta.0 + astro: ^2.0.0-beta.2 solid-js: ^1.4.3 dependencies: '@astrojs/solid-js': link:../../packages/integrations/solid @@ -217,8 +217,8 @@ importers: examples/framework-svelte: specifiers: - '@astrojs/svelte': ^2.0.0-beta.0 - astro: ^2.0.0-beta.1 + '@astrojs/svelte': ^2.0.0-beta.1 + astro: ^2.0.0-beta.2 svelte: ^3.48.0 dependencies: '@astrojs/svelte': link:../../packages/integrations/svelte @@ -227,8 +227,8 @@ importers: examples/framework-vue: specifiers: - '@astrojs/vue': ^2.0.0-beta.0 - astro: ^2.0.0-beta.1 + '@astrojs/vue': ^2.0.0-beta.1 + astro: ^2.0.0-beta.2 vue: ^3.2.37 dependencies: '@astrojs/vue': link:../../packages/integrations/vue @@ -237,41 +237,41 @@ importers: examples/hackernews: specifiers: - '@astrojs/node': ^5.0.0-beta.0 - astro: ^2.0.0-beta.1 + '@astrojs/node': ^5.0.0-beta.1 + astro: ^2.0.0-beta.2 dependencies: '@astrojs/node': link:../../packages/integrations/node astro: link:../../packages/astro examples/integration: specifiers: - astro: ^2.0.0-beta.1 + astro: ^2.0.0-beta.2 devDependencies: astro: link:../../packages/astro examples/minimal: specifiers: - astro: ^2.0.0-beta.1 + astro: ^2.0.0-beta.2 dependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^2.0.0-beta.1 + astro: ^2.0.0-beta.2 dependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - astro: ^2.0.0-beta.1 + astro: ^2.0.0-beta.2 dependencies: astro: link:../../packages/astro examples/ssr: specifiers: - '@astrojs/node': ^5.0.0-beta.0 - '@astrojs/svelte': ^2.0.0-beta.0 - astro: ^2.0.0-beta.1 + '@astrojs/node': ^5.0.0-beta.1 + '@astrojs/svelte': ^2.0.0-beta.1 + astro: ^2.0.0-beta.2 concurrently: ^7.2.1 svelte: ^3.48.0 unocss: ^0.15.6 @@ -287,9 +287,9 @@ importers: examples/with-content: specifiers: - '@astrojs/mdx': ^0.15.0-beta.1 + '@astrojs/mdx': ^0.15.0-beta.2 '@astrojs/sitemap': ^1.0.0 - astro: ^2.0.0-beta.1 + astro: ^2.0.0-beta.2 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/sitemap': link:../../packages/integrations/sitemap @@ -297,8 +297,8 @@ importers: examples/with-markdown-plugins: specifiers: - '@astrojs/markdown-remark': ^2.0.0-beta.1 - astro: ^2.0.0-beta.1 + '@astrojs/markdown-remark': ^2.0.0-beta.2 + astro: ^2.0.0-beta.2 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -315,15 +315,15 @@ importers: examples/with-markdown-shiki: specifiers: - astro: ^2.0.0-beta.1 + astro: ^2.0.0-beta.2 dependencies: astro: link:../../packages/astro examples/with-mdx: specifiers: - '@astrojs/mdx': ^0.15.0-beta.1 - '@astrojs/preact': ^1.2.0 - astro: ^2.0.0-beta.1 + '@astrojs/mdx': ^0.15.0-beta.2 + '@astrojs/preact': ^2.0.0-beta.0 + astro: ^2.0.0-beta.2 preact: ^10.6.5 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -333,9 +333,9 @@ importers: examples/with-nanostores: specifiers: - '@astrojs/preact': ^1.2.0 + '@astrojs/preact': ^2.0.0-beta.0 '@nanostores/preact': ^0.1.3 - astro: ^2.0.0-beta.1 + astro: ^2.0.0-beta.2 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -347,10 +347,10 @@ importers: examples/with-tailwindcss: specifiers: - '@astrojs/mdx': ^0.15.0-beta.1 - '@astrojs/tailwind': ^3.0.0-beta.0 + '@astrojs/mdx': ^0.15.0-beta.2 + '@astrojs/tailwind': ^3.0.0-beta.1 '@types/canvas-confetti': ^1.4.3 - astro: ^2.0.0-beta.1 + astro: ^2.0.0-beta.2 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -367,7 +367,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^2.0.0-beta.1 + astro: ^2.0.0-beta.2 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 dependencies: @@ -377,7 +377,7 @@ importers: examples/with-vitest: specifiers: - astro: ^2.0.0-beta.1 + astro: ^2.0.0-beta.2 vitest: ^0.20.3 dependencies: astro: link:../../packages/astro @@ -387,9 +387,9 @@ importers: specifiers: '@astrojs/compiler': ^0.31.4 '@astrojs/language-server': ^0.28.3 - '@astrojs/markdown-remark': ^2.0.0-beta.1 - '@astrojs/telemetry': ^1.0.1 - '@astrojs/webapi': ^1.1.1 + '@astrojs/markdown-remark': ^2.0.0-beta.2 + '@astrojs/telemetry': ^2.0.0-beta.0 + '@astrojs/webapi': ^2.0.0-beta.0 '@babel/core': ^7.18.2 '@babel/generator': ^7.18.2 '@babel/parser': ^7.18.4 @@ -615,7 +615,7 @@ importers: astro: workspace:* preact: ^10.11.0 dependencies: - '@astrojs/preact': link:../../../../integrations/preact + '@astrojs/preact': 1.2.0_preact@10.11.3 '@e2e/astro-linked-lib': link:../_deps/astro-linked-lib astro: link:../../.. preact: 10.11.3 @@ -2848,8 +2848,8 @@ importers: packages/integrations/mdx: specifiers: - '@astrojs/markdown-remark': ^2.0.0-beta.1 - '@astrojs/prism': ^1.0.2 + '@astrojs/markdown-remark': ^2.0.0-beta.2 + '@astrojs/prism': ^2.0.0-beta.0 '@mdx-js/mdx': ^2.1.2 '@mdx-js/rollup': ^2.1.1 '@types/chai': ^4.3.1 @@ -3001,7 +3001,7 @@ importers: packages/integrations/netlify: specifiers: - '@astrojs/webapi': ^1.1.1 + '@astrojs/webapi': ^2.0.0-beta.0 '@netlify/edge-handler-types': ^0.34.1 '@netlify/functions': ^1.0.0 '@types/node': ^14.18.20 @@ -3058,7 +3058,7 @@ importers: packages/integrations/node: specifiers: - '@astrojs/webapi': ^1.1.1 + '@astrojs/webapi': ^2.0.0-beta.0 '@types/send': ^0.17.1 astro: workspace:* astro-scripts: workspace:* @@ -3278,7 +3278,7 @@ importers: packages/integrations/vercel: specifiers: - '@astrojs/webapi': ^1.1.1 + '@astrojs/webapi': ^2.0.0-beta.0 '@types/set-cookie-parser': ^2.4.2 '@vercel/nft': ^0.22.1 astro: workspace:* @@ -3466,7 +3466,7 @@ importers: packages/markdown/remark: specifiers: - '@astrojs/prism': ^1.0.0 + '@astrojs/prism': ^2.0.0-beta.0 '@types/chai': ^4.3.1 '@types/github-slugger': ^1.3.0 '@types/hast': ^2.3.4 @@ -3889,6 +3889,22 @@ packages: '@astrojs/webapi': 1.1.1 dev: false + /@astrojs/preact/1.2.0_preact@10.11.3: + resolution: {integrity: sha512-Vm8rkBIE3cNlxhFoUO2Rsv5RxSP7x7Oi9J6qz8+91lwAIjdm6oyDOrrBmdGqsONJ1MqnjPG4EPmIZJGuFtz2SQ==} + engines: {node: ^14.18.0 || >=16.12.0} + peerDependencies: + preact: ^10.6.5 + dependencies: + '@babel/core': 7.20.12 + '@babel/plugin-transform-react-jsx': 7.20.7_@babel+core@7.20.12 + '@preact/signals': 1.1.3_preact@10.11.3 + babel-plugin-module-resolver: 4.1.0 + preact: 10.11.3 + preact-render-to-string: 5.2.6_preact@10.11.3 + transitivePeerDependencies: + - supports-color + dev: false + /@astrojs/prism/1.0.2: resolution: {integrity: sha512-o3cUVoAuALDqdN5puNlsN2eO4Yi1kDh68YO8V7o6U4Ts+J/mMayzlJ7JsgYAmob0xrf/XnADVgu8khfMv/w3uA==} engines: {node: ^14.18.0 || >=16.12.0} diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md index a645433cd4051..c12d8947ec161 100644 --- a/scripts/CHANGELOG.md +++ b/scripts/CHANGELOG.md @@ -1,5 +1,12 @@ # astro-scripts +## 0.0.10-beta.0 + +### Patch Changes + +- Updated dependencies [[`c55fbcb8e`](https://github.com/withastro/astro/commit/c55fbcb8edca1fe118a44f68c9f9436a4719d171), [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a)]: + - @astrojs/webapi@2.0.0-beta.0 + ## 0.0.9 ### Patch Changes diff --git a/scripts/package.json b/scripts/package.json index a54c92956cba9..375b53462c0e6 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -1,6 +1,6 @@ { "name": "astro-scripts", - "version": "0.0.9", + "version": "0.0.10-beta.0", "private": true, "type": "module", "main": "./index.js",