From afaf366fb37bc78a845890cf012dbc7d07bfb305 Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Tue, 7 Mar 2023 11:49:19 -0800 Subject: [PATCH] [ci] release (#6432) Co-authored-by: github-actions[bot] --- .changeset/breezy-cats-grab.md | 15 -- .changeset/eleven-mugs-flash.md | 5 - .changeset/flat-candles-glow.md | 5 - .changeset/gold-rocks-cry.md | 15 -- .changeset/heavy-kids-heal.md | 5 - .changeset/old-rivers-remember.md | 5 - .changeset/six-moons-taste.md | 5 - .changeset/wicked-pumpkins-punch.md | 30 --- examples/basics/package.json | 2 +- examples/blog/package.json | 8 +- examples/component/package.json | 2 +- examples/deno/package.json | 4 +- examples/docs/package.json | 6 +- examples/framework-alpine/package.json | 4 +- 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-markdoc/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-rss/CHANGELOG.md | 6 + packages/astro-rss/package.json | 2 +- packages/astro/CHANGELOG.md | 42 ++++ packages/astro/package.json | 8 +- packages/create-astro/CHANGELOG.md | 6 + packages/create-astro/package.json | 2 +- packages/integrations/alpinejs/CHANGELOG.md | 6 + packages/integrations/alpinejs/package.json | 2 +- packages/integrations/cloudflare/CHANGELOG.md | 11 + packages/integrations/cloudflare/package.json | 4 +- packages/integrations/deno/CHANGELOG.md | 11 + packages/integrations/deno/package.json | 4 +- packages/integrations/image/CHANGELOG.md | 13 ++ packages/integrations/image/package.json | 4 +- packages/integrations/lit/CHANGELOG.md | 6 + packages/integrations/lit/package.json | 2 +- packages/integrations/markdoc/CHANGELOG.md | 15 ++ packages/integrations/markdoc/package.json | 2 +- packages/integrations/mdx/CHANGELOG.md | 33 +++ packages/integrations/mdx/package.json | 6 +- packages/integrations/netlify/CHANGELOG.md | 12 + packages/integrations/netlify/package.json | 6 +- packages/integrations/node/CHANGELOG.md | 12 + packages/integrations/node/package.json | 6 +- packages/integrations/partytown/CHANGELOG.md | 6 + packages/integrations/partytown/package.json | 2 +- packages/integrations/preact/CHANGELOG.md | 6 + packages/integrations/preact/package.json | 2 +- packages/integrations/prefetch/CHANGELOG.md | 6 + packages/integrations/prefetch/package.json | 2 +- packages/integrations/react/CHANGELOG.md | 6 + packages/integrations/react/package.json | 2 +- packages/integrations/sitemap/CHANGELOG.md | 6 + packages/integrations/sitemap/package.json | 2 +- packages/integrations/solid/CHANGELOG.md | 6 + packages/integrations/solid/package.json | 2 +- packages/integrations/svelte/CHANGELOG.md | 11 + packages/integrations/svelte/package.json | 4 +- packages/integrations/tailwind/CHANGELOG.md | 11 + packages/integrations/tailwind/package.json | 4 +- packages/integrations/turbolinks/CHANGELOG.md | 6 + packages/integrations/turbolinks/package.json | 2 +- packages/integrations/vercel/CHANGELOG.md | 12 + packages/integrations/vercel/package.json | 6 +- packages/integrations/vue/CHANGELOG.md | 11 + packages/integrations/vue/package.json | 4 +- packages/markdown/remark/CHANGELOG.md | 23 ++ packages/markdown/remark/package.json | 6 +- packages/telemetry/CHANGELOG.md | 6 + packages/telemetry/package.json | 2 +- packages/webapi/CHANGELOG.md | 6 + packages/webapi/package.json | 2 +- pnpm-lock.yaml | 220 ++++++++++++------ scripts/CHANGELOG.md | 7 + scripts/package.json | 2 +- 92 files changed, 564 insertions(+), 253 deletions(-) delete mode 100644 .changeset/breezy-cats-grab.md delete mode 100644 .changeset/eleven-mugs-flash.md delete mode 100644 .changeset/flat-candles-glow.md delete mode 100644 .changeset/gold-rocks-cry.md delete mode 100644 .changeset/heavy-kids-heal.md delete mode 100644 .changeset/old-rivers-remember.md delete mode 100644 .changeset/six-moons-taste.md delete mode 100644 .changeset/wicked-pumpkins-punch.md create mode 100644 packages/integrations/markdoc/CHANGELOG.md diff --git a/.changeset/breezy-cats-grab.md b/.changeset/breezy-cats-grab.md deleted file mode 100644 index bc8228221f1d..000000000000 --- a/.changeset/breezy-cats-grab.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'astro': patch -'@astrojs/markdoc': patch -'@astrojs/mdx': patch ---- - -Introduce the (experimental) `@astrojs/markdoc` integration. This unlocks Markdoc inside your Content Collections, bringing support for Astro and UI components in your content. This also improves Astro core internals to make Content Collections extensible to more file types in the future. - -You can install this integration using the `astro add` command: - -``` -astro add markdoc -``` - -[Read the `@astrojs/markdoc` documentation](https://docs.astro.build/en/guides/integrations-guide/markdoc/) for usage instructions, and browse the [new `with-markdoc` starter](https://astro.new/with-markdoc) to try for yourself. diff --git a/.changeset/eleven-mugs-flash.md b/.changeset/eleven-mugs-flash.md deleted file mode 100644 index e733a9ff0496..000000000000 --- a/.changeset/eleven-mugs-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': patch ---- - -Handle missing trailing slash in processStaticImage diff --git a/.changeset/flat-candles-glow.md b/.changeset/flat-candles-glow.md deleted file mode 100644 index 75d69f51e4ed..000000000000 --- a/.changeset/flat-candles-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': minor ---- - -Add getStaticPaths type helpers to infer params and props diff --git a/.changeset/gold-rocks-cry.md b/.changeset/gold-rocks-cry.md deleted file mode 100644 index 412ef354a912..000000000000 --- a/.changeset/gold-rocks-cry.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'astro': minor -'@astrojs/mdx': minor -'@astrojs/markdown-remark': minor ---- - -Add a new experimental flag (`experimental.assets`) to enable our new core Assets story. - -This unlocks a few features: -- A new built-in image component and JavaScript API to transform and optimize images. -- Relative images with automatic optimization in Markdown. -- Support for validating assets using content collections. -- and more! - -See [Assets (Experimental)](https://docs.astro.build/en/guides/assets/) on our docs site for more information on how to use this feature! diff --git a/.changeset/heavy-kids-heal.md b/.changeset/heavy-kids-heal.md deleted file mode 100644 index 41a1f5824d8d..000000000000 --- a/.changeset/heavy-kids-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': minor ---- - -Expose the manifest to plugins via the astro:ssr-manifest virtual module diff --git a/.changeset/old-rivers-remember.md b/.changeset/old-rivers-remember.md deleted file mode 100644 index 10340061b9d2..000000000000 --- a/.changeset/old-rivers-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': minor ---- - -Add `--help` to various commands: `check`, `sync`, `dev`, `preview`, and `build` diff --git a/.changeset/six-moons-taste.md b/.changeset/six-moons-taste.md deleted file mode 100644 index badeae9b67fc..000000000000 --- a/.changeset/six-moons-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': minor ---- - -Added a new `--watch` flag to the command `astro check` diff --git a/.changeset/wicked-pumpkins-punch.md b/.changeset/wicked-pumpkins-punch.md deleted file mode 100644 index 5fc693b7de6e..000000000000 --- a/.changeset/wicked-pumpkins-punch.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -'astro': minor -'@astrojs/prism': minor -'@astrojs/rss': minor -'create-astro': minor -'@astrojs/alpinejs': minor -'@astrojs/cloudflare': minor -'@astrojs/deno': minor -'@astrojs/image': minor -'@astrojs/lit': minor -'@astrojs/mdx': minor -'@astrojs/netlify': minor -'@astrojs/node': minor -'@astrojs/partytown': minor -'@astrojs/preact': minor -'@astrojs/prefetch': minor -'@astrojs/react': minor -'@astrojs/sitemap': minor -'@astrojs/solid-js': minor -'@astrojs/svelte': minor -'@astrojs/tailwind': minor -'@astrojs/turbolinks': minor -'@astrojs/vercel': minor -'@astrojs/vue': minor -'@astrojs/markdown-remark': minor -'@astrojs/telemetry': minor -'@astrojs/webapi': minor ---- - -Updated compilation settings to disable downlevelling for Node 14 diff --git a/examples/basics/package.json b/examples/basics/package.json index 1c0eeabeda23..38e80465c9a0 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.18" + "astro": "^2.1.0" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index b59d79bdb7c5..80e720387961 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.18", - "@astrojs/mdx": "^0.17.2", - "@astrojs/rss": "^2.1.1", - "@astrojs/sitemap": "^1.1.0" + "astro": "^2.1.0", + "@astrojs/mdx": "^0.18.0", + "@astrojs/rss": "^2.2.0", + "@astrojs/sitemap": "^1.2.0" } } diff --git a/examples/component/package.json b/examples/component/package.json index 44632af937fd..05b2ed626e09 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.0.18" + "astro": "^2.1.0" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/deno/package.json b/examples/deno/package.json index 4a2e32f4ff62..aeb9bd036409 100644 --- a/examples/deno/package.json +++ b/examples/deno/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.18" + "astro": "^2.1.0" }, "devDependencies": { - "@astrojs/deno": "^4.0.2" + "@astrojs/deno": "^4.1.0" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 0f4ba5ae8ce6..8c938c17292e 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -11,12 +11,12 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.18", + "astro": "^2.1.0", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", - "@astrojs/react": "^2.0.2", - "@astrojs/preact": "^2.0.3", + "@astrojs/react": "^2.1.0", + "@astrojs/preact": "^2.1.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 7fdae5ecbfaa..e80ffad524f5 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.18", + "astro": "^2.1.0", "alpinejs": "^3.10.2", - "@astrojs/alpinejs": "^0.1.3", + "@astrojs/alpinejs": "^0.2.0", "@types/alpinejs": "^3.7.0" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 23fa81944b17..68b8d859add4 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.18", + "astro": "^2.1.0", "lit": "^2.2.5", - "@astrojs/lit": "^1.2.1", + "@astrojs/lit": "^1.3.0", "@webcomponents/template-shadowroot": "^0.1.0" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 09bc994947df..de42f0de1a58 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,17 +11,17 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.18", + "astro": "^2.1.0", "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": "^2.0.3", - "@astrojs/react": "^2.0.2", - "@astrojs/solid-js": "^2.0.2", - "@astrojs/svelte": "^2.0.2", - "@astrojs/vue": "^2.0.1" + "@astrojs/preact": "^2.1.0", + "@astrojs/react": "^2.1.0", + "@astrojs/solid-js": "^2.1.0", + "@astrojs/svelte": "^2.1.0", + "@astrojs/vue": "^2.1.0" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index d7f28798ff26..3877d274cd08 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.18", + "astro": "^2.1.0", "preact": "^10.7.3", - "@astrojs/preact": "^2.0.3", + "@astrojs/preact": "^2.1.0", "@preact/signals": "^1.1.0" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index bae8008f4e9d..ff0e46f5b147 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.18", + "astro": "^2.1.0", "react": "^18.1.0", "react-dom": "^18.1.0", - "@astrojs/react": "^2.0.2", + "@astrojs/react": "^2.1.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 a7d78f4f7549..f98ddce5581d 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.18", + "astro": "^2.1.0", "solid-js": "^1.4.3", - "@astrojs/solid-js": "^2.0.2" + "@astrojs/solid-js": "^2.1.0" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 954a3941fda6..043f6f96dfce 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.2", - "astro": "^2.0.18" + "@astrojs/svelte": "^2.1.0", + "astro": "^2.1.0" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 295b887c53a8..5c68001781d9 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.18", + "astro": "^2.1.0", "vue": "^3.2.37", - "@astrojs/vue": "^2.0.1" + "@astrojs/vue": "^2.1.0" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 4587adfd0f50..4c450bf01d78 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^5.0.4", - "astro": "^2.0.18" + "@astrojs/node": "^5.1.0", + "astro": "^2.1.0" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 353a9129bb43..0179ecd6606b 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.0.18" + "astro": "^2.1.0" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 6fca41efd15e..3a34b670e27f 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.18" + "astro": "^2.1.0" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index a222bb85cbd3..a7c2b321c12b 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.18" + "astro": "^2.1.0" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 309c06ef104b..f9d9dbceb49a 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.18" + "astro": "^2.1.0" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 90fd198aa710..6ab66fe865fe 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.18", + "astro": "^2.1.0", "svelte": "^3.48.0", - "@astrojs/svelte": "^2.0.2", - "@astrojs/node": "^5.0.4", + "@astrojs/svelte": "^2.1.0", + "@astrojs/node": "^5.1.0", "concurrently": "^7.2.1", "unocss": "^0.15.6", "vite-imagetools": "^4.0.4" diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index ad1f9810b6e5..ab62051659ee 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.0.0-markdoc-20230214163516", - "astro": "^2.0.6" + "@astrojs/markdoc": "^0.0.1", + "astro": "^2.1.0" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 0703d2440ee4..d40f9d37bcba 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.18", - "@astrojs/markdown-remark": "^2.0.1", + "astro": "^2.1.0", + "@astrojs/markdown-remark": "^2.1.0", "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 abb161ff8aa4..191b42ccc348 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.18" + "astro": "^2.1.0" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 162402282386..3581f0010713 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.18", + "astro": "^2.1.0", "preact": "^10.6.5", - "@astrojs/preact": "^2.0.3", - "@astrojs/mdx": "^0.17.2" + "@astrojs/preact": "^2.1.0", + "@astrojs/mdx": "^0.18.0" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 5167bdd5d17d..a3c86ce7f4bc 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.18", + "astro": "^2.1.0", "preact": "^10.7.3", - "@astrojs/preact": "^2.0.3", + "@astrojs/preact": "^2.1.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 7c5f755a2be4..3c476b2d03bc 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^0.17.2", - "@astrojs/tailwind": "^3.0.1", + "@astrojs/mdx": "^0.18.0", + "@astrojs/tailwind": "^3.1.0", "@types/canvas-confetti": "^1.4.3", - "astro": "^2.0.18", + "astro": "^2.1.0", "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 7699a18222c7..7450a322e1d1 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.18", + "astro": "^2.1.0", "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 fc32860eee7e..5dbb36470bfe 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^2.0.18", + "astro": "^2.1.0", "vitest": "^0.20.3" } } diff --git a/packages/astro-prism/CHANGELOG.md b/packages/astro-prism/CHANGELOG.md index f6d633b3778c..922b1013267d 100644 --- a/packages/astro-prism/CHANGELOG.md +++ b/packages/astro-prism/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/prism +## 2.1.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + ## 2.0.0 ### Major Changes diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json index 009ad3b8157b..c7c2a3193ecf 100644 --- a/packages/astro-prism/package.json +++ b/packages/astro-prism/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/prism", - "version": "2.0.0", + "version": "2.1.0", "description": "Supports Prism highlighting in Astro projects", "author": "withastro", "type": "module", diff --git a/packages/astro-rss/CHANGELOG.md b/packages/astro-rss/CHANGELOG.md index d71442d4a455..4edff3029454 100644 --- a/packages/astro-rss/CHANGELOG.md +++ b/packages/astro-rss/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/rss +## 2.2.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + ## 2.1.1 ### Patch Changes diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json index 236e36c5bba9..68872645a51f 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": "2.1.1", + "version": "2.2.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 1d7aaf185f27..b6bbed4066e9 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,47 @@ # astro +## 2.1.0 + +### Minor Changes + +- [#6150](https://github.com/withastro/astro/pull/6150) [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6) Thanks [@morellodev](https://github.com/morellodev)! - Add getStaticPaths type helpers to infer params and props + +- [#6344](https://github.com/withastro/astro/pull/6344) [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add a new experimental flag (`experimental.assets`) to enable our new core Assets story. + + This unlocks a few features: + + - A new built-in image component and JavaScript API to transform and optimize images. + - Relative images with automatic optimization in Markdown. + - Support for validating assets using content collections. + - and more! + + See [Assets (Experimental)](https://docs.astro.build/en/guides/assets/) on our docs site for more information on how to use this feature! + +- [#6435](https://github.com/withastro/astro/pull/6435) [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5) Thanks [@matthewp](https://github.com/matthewp)! - Expose the manifest to plugins via the astro:ssr-manifest virtual module + +- [#6394](https://github.com/withastro/astro/pull/6394) [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf) Thanks [@ematipico](https://github.com/ematipico)! - Add `--help` to various commands: `check`, `sync`, `dev`, `preview`, and `build` + +- [#6356](https://github.com/withastro/astro/pull/6356) [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13) Thanks [@ematipico](https://github.com/ematipico)! - Added a new `--watch` flag to the command `astro check` + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + +### Patch Changes + +- [#6209](https://github.com/withastro/astro/pull/6209) [`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Introduce the (experimental) `@astrojs/markdoc` integration. This unlocks Markdoc inside your Content Collections, bringing support for Astro and UI components in your content. This also improves Astro core internals to make Content Collections extensible to more file types in the future. + + You can install this integration using the `astro add` command: + + ``` + astro add markdoc + ``` + + [Read the `@astrojs/markdoc` documentation](https://docs.astro.build/en/guides/integrations-guide/markdoc/) for usage instructions, and browse the [new `with-markdoc` starter](https://astro.new/with-markdoc) to try for yourself. + +- Updated dependencies [[`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]: + - @astrojs/markdown-remark@2.1.0 + - @astrojs/telemetry@2.1.0 + - @astrojs/webapi@2.1.0 + ## 2.0.18 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 141b07477cbe..096b702a2816 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "2.0.18", + "version": "2.1.0", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", @@ -106,9 +106,9 @@ "dependencies": { "@astrojs/compiler": "^1.2.0", "@astrojs/language-server": "^0.28.3", - "@astrojs/markdown-remark": "^2.0.1", - "@astrojs/telemetry": "^2.0.1", - "@astrojs/webapi": "^2.0.3", + "@astrojs/markdown-remark": "^2.1.0", + "@astrojs/telemetry": "^2.1.0", + "@astrojs/webapi": "^2.1.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 f5d96580f7b7..c60c2cc2aeb2 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 3.1.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + ## 3.0.5 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 6eab50b11dc9..33d4a8e1aef3 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "3.0.5", + "version": "3.1.0", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/integrations/alpinejs/CHANGELOG.md b/packages/integrations/alpinejs/CHANGELOG.md index c33a02963f48..564f4928b861 100644 --- a/packages/integrations/alpinejs/CHANGELOG.md +++ b/packages/integrations/alpinejs/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/alpinejs +## 0.2.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + ## 0.1.3 ### Patch Changes diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json index dff272e8f1e5..f705eaf96efc 100644 --- a/packages/integrations/alpinejs/package.json +++ b/packages/integrations/alpinejs/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/alpinejs", "description": "The official Alpine.js integration for Astro.", - "version": "0.1.3", + "version": "0.2.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index 0bc61c6344a7..09b0facf785b 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,16 @@ # @astrojs/cloudflare +## 6.2.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + +### Patch Changes + +- Updated dependencies [[`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94), [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6), [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5), [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf), [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]: + - astro@2.1.0 + ## 6.1.3 ### Patch Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 04d4f6ab3b7d..d94a5fb29def 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.1.3", + "version": "6.2.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -38,7 +38,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "workspace:^2.0.18" + "astro": "workspace:^2.1.0" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/CHANGELOG.md b/packages/integrations/deno/CHANGELOG.md index 8c6ee648bbb4..0e127c085ff7 100644 --- a/packages/integrations/deno/CHANGELOG.md +++ b/packages/integrations/deno/CHANGELOG.md @@ -1,5 +1,16 @@ # @astrojs/deno +## 4.1.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + +### Patch Changes + +- Updated dependencies [[`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94), [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6), [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5), [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf), [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]: + - astro@2.1.0 + ## 4.0.2 ### Patch Changes diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index 134804da97e2..d05db7835a95 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.2", + "version": "4.1.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -33,7 +33,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.0.18" + "astro": "workspace:^2.1.0" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index 891010e893ae..633d15676322 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,18 @@ # @astrojs/image +## 0.16.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + +### Patch Changes + +- [#6421](https://github.com/withastro/astro/pull/6421) [`e58a92527`](https://github.com/withastro/astro/commit/e58a92527f54cb29d3515d544fad833a5ce1061d) Thanks [@vtavernier](https://github.com/vtavernier)! - Handle missing trailing slash in processStaticImage + +- Updated dependencies [[`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94), [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6), [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5), [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf), [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]: + - astro@2.1.0 + ## 0.15.1 ### Patch Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index bc2752dc2c11..561b59052a32 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.15.1", + "version": "0.16.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -63,7 +63,7 @@ "vite": "^4.1.2" }, "peerDependencies": { - "astro": "workspace:^2.0.18", + "astro": "workspace:^2.1.0", "sharp": ">=0.31.0" }, "peerDependenciesMeta": { diff --git a/packages/integrations/lit/CHANGELOG.md b/packages/integrations/lit/CHANGELOG.md index f4c86f2781a8..9a632fa1feb9 100644 --- a/packages/integrations/lit/CHANGELOG.md +++ b/packages/integrations/lit/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/lit +## 1.3.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + ## 1.2.1 ### Patch Changes diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json index 5e1b9eea614c..8ad1a527911b 100644 --- a/packages/integrations/lit/package.json +++ b/packages/integrations/lit/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/lit", - "version": "1.2.1", + "version": "1.3.0", "description": "Use Lit components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md new file mode 100644 index 000000000000..d24049d7495f --- /dev/null +++ b/packages/integrations/markdoc/CHANGELOG.md @@ -0,0 +1,15 @@ +# @astrojs/markdoc + +## 0.0.1 + +### Patch Changes + +- [#6209](https://github.com/withastro/astro/pull/6209) [`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Introduce the (experimental) `@astrojs/markdoc` integration. This unlocks Markdoc inside your Content Collections, bringing support for Astro and UI components in your content. This also improves Astro core internals to make Content Collections extensible to more file types in the future. + + You can install this integration using the `astro add` command: + + ``` + astro add markdoc + ``` + + [Read the `@astrojs/markdoc` documentation](https://docs.astro.build/en/guides/integrations-guide/markdoc/) for usage instructions, and browse the [new `with-markdoc` starter](https://astro.new/with-markdoc) to try for yourself. diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index d41ca0ef1c35..bccfb530f72a 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/markdoc", "description": "Use Markdoc within Astro", - "version": "0.0.0", + "version": "0.0.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 0b0e095ac233..66bab804209d 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,38 @@ # @astrojs/mdx +## 0.18.0 + +### Minor Changes + +- [#6344](https://github.com/withastro/astro/pull/6344) [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add a new experimental flag (`experimental.assets`) to enable our new core Assets story. + + This unlocks a few features: + + - A new built-in image component and JavaScript API to transform and optimize images. + - Relative images with automatic optimization in Markdown. + - Support for validating assets using content collections. + - and more! + + See [Assets (Experimental)](https://docs.astro.build/en/guides/assets/) on our docs site for more information on how to use this feature! + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + +### Patch Changes + +- [#6209](https://github.com/withastro/astro/pull/6209) [`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Introduce the (experimental) `@astrojs/markdoc` integration. This unlocks Markdoc inside your Content Collections, bringing support for Astro and UI components in your content. This also improves Astro core internals to make Content Collections extensible to more file types in the future. + + You can install this integration using the `astro add` command: + + ``` + astro add markdoc + ``` + + [Read the `@astrojs/markdoc` documentation](https://docs.astro.build/en/guides/integrations-guide/markdoc/) for usage instructions, and browse the [new `with-markdoc` starter](https://astro.new/with-markdoc) to try for yourself. + +- Updated dependencies [[`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]: + - @astrojs/markdown-remark@2.1.0 + - @astrojs/prism@2.1.0 + ## 0.17.2 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index e7c5542c30c5..d33925fdb4e0 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.17.2", + "version": "0.18.0", "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.1", - "@astrojs/prism": "^2.0.0", + "@astrojs/markdown-remark": "^2.1.0", + "@astrojs/prism": "^2.1.0", "@mdx-js/mdx": "^2.3.0", "@mdx-js/rollup": "^2.3.0", "acorn": "^8.8.0", diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index c3bd8085a183..90a9f7f26051 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,17 @@ # @astrojs/netlify +## 2.2.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + +### Patch Changes + +- Updated dependencies [[`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94), [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6), [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5), [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf), [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]: + - astro@2.1.0 + - @astrojs/webapi@2.1.0 + ## 2.1.3 ### Patch Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 0c03a7bce3ac..639d0a7e99e8 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.1.3", + "version": "2.2.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -34,12 +34,12 @@ "test": "npm run test-fn" }, "dependencies": { - "@astrojs/webapi": "^2.0.3", + "@astrojs/webapi": "^2.1.0", "@netlify/functions": "^1.0.0", "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.0.18" + "astro": "workspace:^2.1.0" }, "devDependencies": { "@netlify/edge-handler-types": "^0.34.1", diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index 59024151b017..e2bac6402065 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,17 @@ # @astrojs/node +## 5.1.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + +### Patch Changes + +- Updated dependencies [[`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94), [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6), [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5), [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf), [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]: + - astro@2.1.0 + - @astrojs/webapi@2.1.0 + ## 5.0.4 ### Patch Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index fd77acfc2427..ae270710499a 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.4", + "version": "5.1.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -30,12 +30,12 @@ "test": "mocha --exit --timeout 20000 test/" }, "dependencies": { - "@astrojs/webapi": "^2.0.3", + "@astrojs/webapi": "^2.1.0", "send": "^0.18.0", "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "workspace:^2.0.18" + "astro": "workspace:^2.1.0" }, "devDependencies": { "@types/send": "^0.17.1", diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md index abf4f92450de..f31f6d5f4b40 100644 --- a/packages/integrations/partytown/CHANGELOG.md +++ b/packages/integrations/partytown/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/partytown +## 1.1.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + ## 1.0.3 ### Patch Changes diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json index b97a1de0c66e..517edbb1ca3c 100644 --- a/packages/integrations/partytown/package.json +++ b/packages/integrations/partytown/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/partytown", "description": "Astro + Partytown integration", - "version": "1.0.3", + "version": "1.1.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md index 80fdd812ec4b..619c305df11e 100644 --- a/packages/integrations/preact/CHANGELOG.md +++ b/packages/integrations/preact/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/preact +## 2.1.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + ## 2.0.3 ### Patch Changes diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index e5359da38219..37598d18d865 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": "2.0.3", + "version": "2.1.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/prefetch/CHANGELOG.md b/packages/integrations/prefetch/CHANGELOG.md index 1a63b147f939..ed81c20543a6 100644 --- a/packages/integrations/prefetch/CHANGELOG.md +++ b/packages/integrations/prefetch/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/prefetch +## 0.2.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + ## 0.1.2 ### Patch Changes diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json index fed148e5cb6d..74398b3630f6 100644 --- a/packages/integrations/prefetch/package.json +++ b/packages/integrations/prefetch/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/prefetch", "description": "Faster page navigations by prefetching links when the browser is idle.", - "version": "0.1.2", + "version": "0.2.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 ec93d323451f..7109a21da6d5 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 2.1.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + ## 2.0.2 ### Patch Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 0a709a4280df..c029f6e3fe24 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": "2.0.2", + "version": "2.1.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md index f128515628a1..6335b97d8041 100644 --- a/packages/integrations/sitemap/CHANGELOG.md +++ b/packages/integrations/sitemap/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/sitemap +## 1.2.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + ## 1.1.0 ### Minor Changes diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json index 63f39caf9185..10b1f93fb44c 100644 --- a/packages/integrations/sitemap/package.json +++ b/packages/integrations/sitemap/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/sitemap", "description": "Generate a sitemap for Astro", - "version": "1.1.0", + "version": "1.2.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 b8c1c84da5fe..7504fbe003bd 100644 --- a/packages/integrations/solid/CHANGELOG.md +++ b/packages/integrations/solid/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/solid-js +## 2.1.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + ## 2.0.2 ### Patch Changes diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index b4c4595ea9ac..4ddb9f31cec3 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/solid-js", - "version": "2.0.2", + "version": "2.1.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 c8393d89307f..5fde2862c821 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,16 @@ # @astrojs/svelte +## 2.1.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + +### Patch Changes + +- Updated dependencies [[`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94), [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6), [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5), [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf), [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]: + - astro@2.1.0 + ## 2.0.2 ### Patch Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 701bf6aa0d14..affb374ad311 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "2.0.2", + "version": "2.1.0", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", @@ -43,7 +43,7 @@ "vite": "^4.1.2" }, "peerDependencies": { - "astro": "workspace:^2.0.18", + "astro": "workspace:^2.1.0", "svelte": "^3.54.0" }, "engines": { diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md index 6cd4b4507d78..0ae1c71014f4 100644 --- a/packages/integrations/tailwind/CHANGELOG.md +++ b/packages/integrations/tailwind/CHANGELOG.md @@ -1,5 +1,16 @@ # @astrojs/tailwind +## 3.1.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + +### Patch Changes + +- Updated dependencies [[`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94), [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6), [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5), [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf), [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]: + - astro@2.1.0 + ## 3.0.1 ### Patch Changes diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 81b8c8539610..e16aa4e81d4c 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.1", + "version": "3.1.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -40,7 +40,7 @@ "vite": "^4.1.2" }, "peerDependencies": { - "astro": "workspace:^2.0.18", + "astro": "workspace:^2.1.0", "tailwindcss": "^3.0.24" }, "pnpm": { diff --git a/packages/integrations/turbolinks/CHANGELOG.md b/packages/integrations/turbolinks/CHANGELOG.md index 4ae1491c13f3..2ce820560cab 100644 --- a/packages/integrations/turbolinks/CHANGELOG.md +++ b/packages/integrations/turbolinks/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/turbolinks +## 0.2.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + ## 0.1.5 ### Patch Changes diff --git a/packages/integrations/turbolinks/package.json b/packages/integrations/turbolinks/package.json index 247c214349d7..3d48348b2e42 100644 --- a/packages/integrations/turbolinks/package.json +++ b/packages/integrations/turbolinks/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/turbolinks", "description": "Turbolinks + Astro Integrations", - "version": "0.1.5", + "version": "0.2.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 2370ef736929..6c24a2dae6ff 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,17 @@ # @astrojs/vercel +## 3.2.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + +### Patch Changes + +- Updated dependencies [[`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94), [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6), [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5), [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf), [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]: + - astro@2.1.0 + - @astrojs/webapi@2.1.0 + ## 3.1.4 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index c1d634d5bbd6..256e6840870c 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.1.4", + "version": "3.2.0", "type": "module", "author": "withastro", "license": "MIT", @@ -45,7 +45,7 @@ "test": "mocha --exit --timeout 20000 test/" }, "dependencies": { - "@astrojs/webapi": "^2.0.3", + "@astrojs/webapi": "^2.1.0", "@vercel/analytics": "^0.1.8", "@vercel/nft": "^0.22.1", "fast-glob": "^3.2.11", @@ -53,7 +53,7 @@ "web-vitals": "^3.1.1" }, "peerDependencies": { - "astro": "workspace:^2.0.18" + "astro": "workspace:^2.1.0" }, "devDependencies": { "@types/set-cookie-parser": "^2.4.2", diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index 19247014ff88..a63491376c52 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,16 @@ # @astrojs/vue +## 2.1.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + +### Patch Changes + +- Updated dependencies [[`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94), [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6), [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5), [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf), [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]: + - astro@2.1.0 + ## 2.0.1 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 2c0008fa1d26..038483b175c9 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "2.0.1", + "version": "2.1.0", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", @@ -50,7 +50,7 @@ "vue": "^3.2.37" }, "peerDependencies": { - "astro": "workspace:^2.0.18", + "astro": "workspace:^2.1.0", "vue": "^3.2.30" }, "engines": { diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index ba97148e198b..c82a3961ccdd 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,28 @@ # @astrojs/markdown-remark +## 2.1.0 + +### Minor Changes + +- [#6344](https://github.com/withastro/astro/pull/6344) [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add a new experimental flag (`experimental.assets`) to enable our new core Assets story. + + This unlocks a few features: + + - A new built-in image component and JavaScript API to transform and optimize images. + - Relative images with automatic optimization in Markdown. + - Support for validating assets using content collections. + - and more! + + See [Assets (Experimental)](https://docs.astro.build/en/guides/assets/) on our docs site for more information on how to use this feature! + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + +### Patch Changes + +- Updated dependencies [[`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94), [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6), [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5), [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf), [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]: + - astro@2.1.0 + - @astrojs/prism@2.1.0 + ## 2.0.1 ### Patch Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 1f087e45773f..1dda55cc7d96 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "2.0.1", + "version": "2.1.0", "type": "module", "author": "withastro", "license": "MIT", @@ -25,10 +25,10 @@ "test": "mocha --exit --timeout 20000" }, "peerDependencies": { - "astro": "workspace:^2.0.18" + "astro": "workspace:^2.1.0" }, "dependencies": { - "@astrojs/prism": "^2.0.0", + "@astrojs/prism": "^2.1.0", "github-slugger": "^1.4.0", "image-size": "^1.0.2", "import-meta-resolve": "^2.1.0", diff --git a/packages/telemetry/CHANGELOG.md b/packages/telemetry/CHANGELOG.md index 90ad1f214fe3..bfcd9e9c7770 100644 --- a/packages/telemetry/CHANGELOG.md +++ b/packages/telemetry/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/telemetry +## 2.1.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + ## 2.0.1 ### Patch Changes diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index 704970a07ffc..2095775a9f8a 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/telemetry", - "version": "2.0.1", + "version": "2.1.0", "type": "module", "types": "./dist/types/index.d.ts", "author": "withastro", diff --git a/packages/webapi/CHANGELOG.md b/packages/webapi/CHANGELOG.md index 23ed7427d2d2..b90e36fe47f4 100644 --- a/packages/webapi/CHANGELOG.md +++ b/packages/webapi/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/webapi +## 2.1.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + ## 2.0.3 ### Patch Changes diff --git a/packages/webapi/package.json b/packages/webapi/package.json index 93180ec58956..21b1af55fd31 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": "2.0.3", + "version": "2.1.0", "type": "module", "exports": { ".": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e53efa3903b3..67ec48275749 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -104,16 +104,16 @@ importers: examples/basics: specifiers: - astro: ^2.0.18 + astro: ^2.1.0 dependencies: astro: link:../../packages/astro examples/blog: specifiers: - '@astrojs/mdx': ^0.17.2 - '@astrojs/rss': ^2.1.1 - '@astrojs/sitemap': ^1.1.0 - astro: ^2.0.18 + '@astrojs/mdx': ^0.18.0 + '@astrojs/rss': ^2.2.0 + '@astrojs/sitemap': ^1.2.0 + astro: ^2.1.0 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/rss': link:../../packages/astro-rss @@ -122,14 +122,14 @@ importers: examples/component: specifiers: - astro: ^2.0.18 + astro: ^2.1.0 devDependencies: astro: link:../../packages/astro examples/deno: specifiers: - '@astrojs/deno': ^4.0.2 - astro: ^2.0.18 + '@astrojs/deno': ^4.1.0 + astro: ^2.1.0 dependencies: astro: link:../../packages/astro devDependencies: @@ -138,14 +138,14 @@ importers: examples/docs: specifiers: '@algolia/client-search': ^4.13.1 - '@astrojs/preact': ^2.0.3 - '@astrojs/react': ^2.0.2 + '@astrojs/preact': ^2.1.0 + '@astrojs/react': ^2.1.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.18 + astro: ^2.1.0 html-escaper: ^3.0.3 preact: ^10.7.3 react: ^18.1.0 @@ -168,10 +168,10 @@ importers: examples/framework-alpine: specifiers: - '@astrojs/alpinejs': ^0.1.3 + '@astrojs/alpinejs': ^0.2.0 '@types/alpinejs': ^3.7.0 alpinejs: ^3.10.2 - astro: ^2.0.18 + astro: ^2.1.0 dependencies: '@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@types/alpinejs': 3.7.1 @@ -180,9 +180,9 @@ importers: examples/framework-lit: specifiers: - '@astrojs/lit': ^1.2.1 + '@astrojs/lit': ^1.3.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^2.0.18 + astro: ^2.1.0 lit: ^2.2.5 dependencies: '@astrojs/lit': link:../../packages/integrations/lit @@ -192,12 +192,12 @@ importers: examples/framework-multiple: specifiers: - '@astrojs/preact': ^2.0.3 - '@astrojs/react': ^2.0.2 - '@astrojs/solid-js': ^2.0.2 - '@astrojs/svelte': ^2.0.2 - '@astrojs/vue': ^2.0.1 - astro: ^2.0.18 + '@astrojs/preact': ^2.1.0 + '@astrojs/react': ^2.1.0 + '@astrojs/solid-js': ^2.1.0 + '@astrojs/svelte': ^2.1.0 + '@astrojs/vue': ^2.1.0 + astro: ^2.1.0 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -220,9 +220,9 @@ importers: examples/framework-preact: specifiers: - '@astrojs/preact': ^2.0.3 + '@astrojs/preact': ^2.1.0 '@preact/signals': ^1.1.0 - astro: ^2.0.18 + astro: ^2.1.0 preact: ^10.7.3 dependencies: '@astrojs/preact': link:../../packages/integrations/preact @@ -232,10 +232,10 @@ importers: examples/framework-react: specifiers: - '@astrojs/react': ^2.0.2 + '@astrojs/react': ^2.1.0 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^2.0.18 + astro: ^2.1.0 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -248,8 +248,8 @@ importers: examples/framework-solid: specifiers: - '@astrojs/solid-js': ^2.0.2 - astro: ^2.0.18 + '@astrojs/solid-js': ^2.1.0 + astro: ^2.1.0 solid-js: ^1.4.3 dependencies: '@astrojs/solid-js': link:../../packages/integrations/solid @@ -258,8 +258,8 @@ importers: examples/framework-svelte: specifiers: - '@astrojs/svelte': ^2.0.2 - astro: ^2.0.18 + '@astrojs/svelte': ^2.1.0 + astro: ^2.1.0 svelte: ^3.48.0 dependencies: '@astrojs/svelte': link:../../packages/integrations/svelte @@ -268,8 +268,8 @@ importers: examples/framework-vue: specifiers: - '@astrojs/vue': ^2.0.1 - astro: ^2.0.18 + '@astrojs/vue': ^2.1.0 + astro: ^2.1.0 vue: ^3.2.37 dependencies: '@astrojs/vue': link:../../packages/integrations/vue @@ -278,41 +278,41 @@ importers: examples/hackernews: specifiers: - '@astrojs/node': ^5.0.4 - astro: ^2.0.18 + '@astrojs/node': ^5.1.0 + astro: ^2.1.0 dependencies: '@astrojs/node': link:../../packages/integrations/node astro: link:../../packages/astro examples/integration: specifiers: - astro: ^2.0.18 + astro: ^2.1.0 devDependencies: astro: link:../../packages/astro examples/minimal: specifiers: - astro: ^2.0.18 + astro: ^2.1.0 dependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^2.0.18 + astro: ^2.1.0 dependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - astro: ^2.0.18 + astro: ^2.1.0 dependencies: astro: link:../../packages/astro examples/ssr: specifiers: - '@astrojs/node': ^5.0.4 - '@astrojs/svelte': ^2.0.2 - astro: ^2.0.18 + '@astrojs/node': ^5.1.0 + '@astrojs/svelte': ^2.1.0 + astro: ^2.1.0 concurrently: ^7.2.1 svelte: ^3.48.0 unocss: ^0.15.6 @@ -328,16 +328,16 @@ importers: examples/with-markdoc: specifiers: - '@astrojs/markdoc': ^0.0.0-markdoc-20230214163516 - astro: ^2.0.6 + '@astrojs/markdoc': ^0.0.1 + astro: ^2.1.0 dependencies: '@astrojs/markdoc': link:../../packages/integrations/markdoc astro: link:../../packages/astro examples/with-markdown-plugins: specifiers: - '@astrojs/markdown-remark': ^2.0.1 - astro: ^2.0.18 + '@astrojs/markdown-remark': ^2.1.0 + astro: ^2.1.0 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -354,15 +354,15 @@ importers: examples/with-markdown-shiki: specifiers: - astro: ^2.0.18 + astro: ^2.1.0 dependencies: astro: link:../../packages/astro examples/with-mdx: specifiers: - '@astrojs/mdx': ^0.17.2 - '@astrojs/preact': ^2.0.3 - astro: ^2.0.18 + '@astrojs/mdx': ^0.18.0 + '@astrojs/preact': ^2.1.0 + astro: ^2.1.0 preact: ^10.6.5 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -372,9 +372,9 @@ importers: examples/with-nanostores: specifiers: - '@astrojs/preact': ^2.0.3 + '@astrojs/preact': ^2.1.0 '@nanostores/preact': ^0.1.3 - astro: ^2.0.18 + astro: ^2.1.0 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -386,10 +386,10 @@ importers: examples/with-tailwindcss: specifiers: - '@astrojs/mdx': ^0.17.2 - '@astrojs/tailwind': ^3.0.1 + '@astrojs/mdx': ^0.18.0 + '@astrojs/tailwind': ^3.1.0 '@types/canvas-confetti': ^1.4.3 - astro: ^2.0.18 + astro: ^2.1.0 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -406,7 +406,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^2.0.18 + astro: ^2.1.0 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 dependencies: @@ -416,7 +416,7 @@ importers: examples/with-vitest: specifiers: - astro: ^2.0.18 + astro: ^2.1.0 vitest: ^0.20.3 dependencies: astro: link:../../packages/astro @@ -426,9 +426,9 @@ importers: specifiers: '@astrojs/compiler': ^1.2.0 '@astrojs/language-server': ^0.28.3 - '@astrojs/markdown-remark': ^2.0.1 - '@astrojs/telemetry': ^2.0.1 - '@astrojs/webapi': ^2.0.3 + '@astrojs/markdown-remark': ^2.1.0 + '@astrojs/telemetry': ^2.1.0 + '@astrojs/webapi': ^2.1.0 '@babel/core': ^7.18.2 '@babel/generator': ^7.18.2 '@babel/parser': ^7.18.4 @@ -1198,7 +1198,7 @@ importers: react: ^18.0.0 react-dom: ^18.0.0 dependencies: - '@astrojs/markdoc': link:../../../../integrations/markdoc + '@astrojs/markdoc': 0.0.0-markdoc-20230302210326_3stiutgnnbnfnf3uowm5cip22i '@astrojs/react': link:../../../../integrations/react '@performance/utils': link:../utils '@types/react': 18.0.27 @@ -1218,7 +1218,7 @@ importers: react: ^18.0.0 react-dom: ^18.0.0 dependencies: - '@astrojs/mdx': link:../../../../integrations/mdx + '@astrojs/mdx': 0.17.2_astro@packages+astro '@astrojs/react': link:../../../../integrations/react '@performance/utils': link:../utils '@types/react': 18.0.27 @@ -3091,8 +3091,8 @@ importers: packages/integrations/mdx: specifiers: - '@astrojs/markdown-remark': ^2.0.1 - '@astrojs/prism': ^2.0.0 + '@astrojs/markdown-remark': ^2.1.0 + '@astrojs/prism': ^2.1.0 '@mdx-js/mdx': ^2.3.0 '@mdx-js/rollup': ^2.3.0 '@types/chai': ^4.3.1 @@ -3254,7 +3254,7 @@ importers: packages/integrations/netlify: specifiers: - '@astrojs/webapi': ^2.0.3 + '@astrojs/webapi': ^2.1.0 '@netlify/edge-handler-types': ^0.34.1 '@netlify/functions': ^1.0.0 '@types/node': ^14.18.20 @@ -3319,7 +3319,7 @@ importers: packages/integrations/node: specifiers: - '@astrojs/webapi': ^2.0.3 + '@astrojs/webapi': ^2.1.0 '@types/send': ^0.17.1 '@types/server-destroy': ^1.0.1 astro: workspace:* @@ -3579,7 +3579,7 @@ importers: packages/integrations/vercel: specifiers: - '@astrojs/webapi': ^2.0.3 + '@astrojs/webapi': ^2.1.0 '@types/set-cookie-parser': ^2.4.2 '@vercel/analytics': ^0.1.8 '@vercel/nft': ^0.22.1 @@ -3779,7 +3779,7 @@ importers: packages/markdown/remark: specifiers: - '@astrojs/prism': ^2.0.0 + '@astrojs/prism': ^2.1.0 '@types/chai': ^4.3.1 '@types/estree': ^1.0.0 '@types/github-slugger': ^1.3.0 @@ -4165,6 +4165,69 @@ packages: vscode-uri: 3.0.7 dev: false + /@astrojs/markdoc/0.0.0-markdoc-20230302210326_3stiutgnnbnfnf3uowm5cip22i: + resolution: {integrity: sha512-tcov6vc4QETuN+5vV+QEASVKIDotavz2N5SgRZa9YwQWhjZOgWVJs+1udbPEps6WTCjjoX8L4M+C9CXv3/xskw==} + engines: {node: '>=16.12.0'} + dependencies: + '@markdoc/markdoc': 0.2.2_3stiutgnnbnfnf3uowm5cip22i + gray-matter: 4.0.3 + stringify-attributes: 3.0.0 + zod: 3.20.6 + transitivePeerDependencies: + - '@types/react' + - react + dev: false + + /@astrojs/markdown-remark/2.0.1_astro@packages+astro: + resolution: {integrity: sha512-xQF1rXGJN18m+zZucwRRtmNehuhPMMhZhi6HWKrtpEAKnHSPk8lqf1GXgKH7/Sypglu8ivdECZ+EGs6kOYVasQ==} + peerDependencies: + astro: '*' + dependencies: + '@astrojs/prism': 2.0.0 + astro: link:packages/astro + github-slugger: 1.5.0 + import-meta-resolve: 2.2.1 + rehype-raw: 6.1.1 + rehype-stringify: 9.0.3 + remark-gfm: 3.0.1 + remark-parse: 10.0.1 + remark-rehype: 10.1.0 + remark-smartypants: 2.0.0 + shiki: 0.11.1 + unified: 10.1.2 + unist-util-visit: 4.1.2 + vfile: 5.3.7 + transitivePeerDependencies: + - supports-color + dev: false + + /@astrojs/mdx/0.17.2_astro@packages+astro: + resolution: {integrity: sha512-mol57cw1jJMcQgKMRGn7p6cewajq6JTNtqj5aAZgROWam/phVDSOCbXj/WU3O9+3qFnyKtpczoufQKwJTQltAw==} + engines: {node: '>=16.12.0'} + dependencies: + '@astrojs/markdown-remark': 2.0.1_astro@packages+astro + '@astrojs/prism': 2.0.0 + '@mdx-js/mdx': 2.3.0 + '@mdx-js/rollup': 2.3.0 + acorn: 8.8.2 + es-module-lexer: 1.1.1 + estree-util-visit: 1.2.1 + github-slugger: 1.5.0 + gray-matter: 4.0.3 + kleur: 4.1.5 + rehype-raw: 6.1.1 + remark-frontmatter: 4.0.1 + remark-gfm: 3.0.1 + remark-smartypants: 2.0.0 + shiki: 0.11.1 + unist-util-visit: 4.1.2 + vfile: 5.3.7 + transitivePeerDependencies: + - astro + - rollup + - supports-color + dev: false + /@astrojs/node/1.1.0: resolution: {integrity: sha512-4KkCEFYtmTUSvU49UZSJD/VQfD/oKzf0ld8COjFW1pxfquBgvevLxRVpYLRanZB20L3c8/xyyQpDq7zMSMqQrg==} dependencies: @@ -4187,6 +4250,13 @@ packages: - supports-color dev: false + /@astrojs/prism/2.0.0: + resolution: {integrity: sha512-YgeoeEPqsxaEpg0rwe/bUq3653LqSQnMjrLlpYwrbQQMQQqz6Y5yXN+RX3SfLJ6ppNb4+Fu2+Z49EXjk48Ihjw==} + engines: {node: '>=16.12.0'} + dependencies: + prismjs: 1.29.0 + dev: false + /@astrojs/webapi/1.1.1: resolution: {integrity: sha512-yeUvP27PoiBK/WCxyQzC4HLYZo4Hg6dzRd/dTsL50WGlAQVCwWcqzVJrIZKvzNDNaW/fIXutZTmdj6nec0PIGg==} dependencies: @@ -6661,6 +6731,24 @@ packages: '@types/markdown-it': 12.2.3 dev: false + /@markdoc/markdoc/0.2.2_3stiutgnnbnfnf3uowm5cip22i: + resolution: {integrity: sha512-0TiD9jmA5h5znN4lxo7HECAu3WieU5g5vUsfByeucrdR/x88hEilpt16EydFyJwJddQ/3w5HQgW7Ovy62r4cyw==} + engines: {node: '>=14.7.0'} + peerDependencies: + '@types/react': '*' + react: '*' + peerDependenciesMeta: + '@types/react': + optional: true + react: + optional: true + dependencies: + '@types/react': 18.0.27 + react: 18.2.0 + optionalDependencies: + '@types/markdown-it': 12.2.3 + dev: false + /@mdx-js/mdx/2.3.0: resolution: {integrity: sha512-jLuwRlz8DQfQNiUCJR50Y09CGPq3fLtmtUQfVrj79E0JWu3dvsVcxVIcfhR5h0iXu+/z++zDrYeiJqifRynJkA==} dependencies: diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md index ca275cdc4475..d847e16f3abc 100644 --- a/scripts/CHANGELOG.md +++ b/scripts/CHANGELOG.md @@ -1,5 +1,12 @@ # astro-scripts +## 0.0.14 + +### Patch Changes + +- Updated dependencies [[`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]: + - @astrojs/webapi@2.1.0 + ## 0.0.13 ### Patch Changes diff --git a/scripts/package.json b/scripts/package.json index eeb62e0bbf76..ec4b1bafdbb7 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -1,6 +1,6 @@ { "name": "astro-scripts", - "version": "0.0.13", + "version": "0.0.14", "private": true, "type": "module", "main": "./index.js",