From 1704032e34e1a6b28dafb6ec665712b29934c1a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 30 May 2023 20:20:26 +0000 Subject: [PATCH] [ci] release --- .changeset/clever-garlics-doubt.md | 5 -- .changeset/curvy-hotels-study.md | 5 -- .changeset/dirty-singers-enjoy.md | 5 -- .changeset/dry-taxis-suffer.md | 6 --- .changeset/eighty-gifts-cheer.md | 5 -- .changeset/eleven-tables-speak.md | 19 ------- .changeset/eleven-walls-explain.md | 7 --- .changeset/fifty-months-mix.md | 5 -- .changeset/hungry-peaches-speak.md | 5 -- .changeset/lazy-zebras-invent.md | 6 --- .changeset/metal-bugs-drive.md | 17 ------ .changeset/moody-coats-develop.md | 5 -- .changeset/plenty-geese-fold.md | 5 -- .changeset/popular-berries-travel.md | 17 ------ .changeset/small-wombats-know.md | 5 -- .changeset/spotty-glasses-return.md | 5 -- .changeset/static-slot-css.md | 5 -- .changeset/strange-socks-give.md | 5 -- .changeset/wise-cars-hear.md | 5 -- packages/astro/CHANGELOG.md | 39 ++++++++++++++ packages/astro/package.json | 4 +- packages/integrations/cloudflare/package.json | 2 +- packages/integrations/deno/package.json | 2 +- packages/integrations/image/package.json | 2 +- packages/integrations/markdoc/CHANGELOG.md | 54 +++++++++++++++++++ packages/integrations/markdoc/package.json | 4 +- packages/integrations/mdx/CHANGELOG.md | 10 ++++ packages/integrations/mdx/package.json | 2 +- packages/integrations/netlify/package.json | 4 +- packages/integrations/node/package.json | 4 +- 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/react/CHANGELOG.md | 6 +++ packages/integrations/react/package.json | 2 +- packages/integrations/sitemap/CHANGELOG.md | 6 +++ packages/integrations/sitemap/package.json | 2 +- packages/integrations/svelte/package.json | 2 +- packages/integrations/tailwind/package.json | 2 +- packages/integrations/vercel/CHANGELOG.md | 10 ++++ packages/integrations/vercel/package.json | 6 +-- packages/integrations/vue/CHANGELOG.md | 9 ++++ packages/integrations/vue/package.json | 4 +- packages/webapi/CHANGELOG.md | 6 +++ packages/webapi/package.json | 2 +- pnpm-lock.yaml | 43 +++++++++++++-- 47 files changed, 214 insertions(+), 166 deletions(-) delete mode 100644 .changeset/clever-garlics-doubt.md delete mode 100644 .changeset/curvy-hotels-study.md delete mode 100644 .changeset/dirty-singers-enjoy.md delete mode 100644 .changeset/dry-taxis-suffer.md delete mode 100644 .changeset/eighty-gifts-cheer.md delete mode 100644 .changeset/eleven-tables-speak.md delete mode 100644 .changeset/eleven-walls-explain.md delete mode 100644 .changeset/fifty-months-mix.md delete mode 100644 .changeset/hungry-peaches-speak.md delete mode 100644 .changeset/lazy-zebras-invent.md delete mode 100644 .changeset/metal-bugs-drive.md delete mode 100644 .changeset/moody-coats-develop.md delete mode 100644 .changeset/plenty-geese-fold.md delete mode 100644 .changeset/popular-berries-travel.md delete mode 100644 .changeset/small-wombats-know.md delete mode 100644 .changeset/spotty-glasses-return.md delete mode 100644 .changeset/static-slot-css.md delete mode 100644 .changeset/strange-socks-give.md delete mode 100644 .changeset/wise-cars-hear.md diff --git a/.changeset/clever-garlics-doubt.md b/.changeset/clever-garlics-doubt.md deleted file mode 100644 index a09ca541eafce..0000000000000 --- a/.changeset/clever-garlics-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/sitemap': patch ---- - -exported enum type to support typescript > 5.0 diff --git a/.changeset/curvy-hotels-study.md b/.changeset/curvy-hotels-study.md deleted file mode 100644 index 7ac2e8033657d..0000000000000 --- a/.changeset/curvy-hotels-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/partytown': patch ---- - -fix typescript type for partytown options diff --git a/.changeset/dirty-singers-enjoy.md b/.changeset/dirty-singers-enjoy.md deleted file mode 100644 index b02f166fec56b..0000000000000 --- a/.changeset/dirty-singers-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/mdx': patch ---- - -Add `optimize` option for faster builds and rendering diff --git a/.changeset/dry-taxis-suffer.md b/.changeset/dry-taxis-suffer.md deleted file mode 100644 index b0cb68b24f987..0000000000000 --- a/.changeset/dry-taxis-suffer.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch ---- - -Refactor how pages are emitted during the internal bundling. Now each -page is emitted as a separate entry point. diff --git a/.changeset/eighty-gifts-cheer.md b/.changeset/eighty-gifts-cheer.md deleted file mode 100644 index 41ca0d7f628e8..0000000000000 --- a/.changeset/eighty-gifts-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix CSS deduping and missing chunks diff --git a/.changeset/eleven-tables-speak.md b/.changeset/eleven-tables-speak.md deleted file mode 100644 index 3eac90a360438..0000000000000 --- a/.changeset/eleven-tables-speak.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -'@astrojs/markdoc': patch ---- - -Add support for syntax highlighting with Shiki. Apply to your Markdoc config using the `extends` property: - -```js -// markdoc.config.mjs -import { defineMarkdocConfig } from '@astrojs/markdoc/config'; -import shiki from '@astrojs/markdoc/shiki'; - -export default defineMarkdocConfig({ - extends: [ - shiki({ /** Shiki config options */ }), - ], -}) -``` - -Learn more in the [`@astrojs/markdoc` README.](https://docs.astro.build/en/guides/integrations-guide/markdoc/#syntax-highlighting) diff --git a/.changeset/eleven-walls-explain.md b/.changeset/eleven-walls-explain.md deleted file mode 100644 index fd2772185718d..0000000000000 --- a/.changeset/eleven-walls-explain.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@astrojs/preact': patch -'@astrojs/react': patch -'@astrojs/vue': patch ---- - -Fix `astro-static-slot` hydration mismatch error diff --git a/.changeset/fifty-months-mix.md b/.changeset/fifty-months-mix.md deleted file mode 100644 index 78a009950d7be..0000000000000 --- a/.changeset/fifty-months-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/webapi': minor ---- - -Add polyfill for `crypto` diff --git a/.changeset/hungry-peaches-speak.md b/.changeset/hungry-peaches-speak.md deleted file mode 100644 index 4467b521dc4be..0000000000000 --- a/.changeset/hungry-peaches-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Prioritize dynamic prerendered routes over dynamic server routes diff --git a/.changeset/lazy-zebras-invent.md b/.changeset/lazy-zebras-invent.md deleted file mode 100644 index 1c2abb981edbf..0000000000000 --- a/.changeset/lazy-zebras-invent.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/mdx': patch -'astro': patch ---- - -Detect `mdx` files using their full extension diff --git a/.changeset/metal-bugs-drive.md b/.changeset/metal-bugs-drive.md deleted file mode 100644 index 16b4f6b19272b..0000000000000 --- a/.changeset/metal-bugs-drive.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -'@astrojs/markdoc': minor -'astro': patch ---- - -Remove the auto-generated `$entry` variable for Markdoc entries. To access frontmatter as a variable, you can pass `entry.data` as a prop where you render your content: - -```astro ---- -import { getEntry } from 'astro:content'; - -const entry = await getEntry('docs', 'why-markdoc'); -const { Content } = await entry.render(); ---- - - -``` diff --git a/.changeset/moody-coats-develop.md b/.changeset/moody-coats-develop.md deleted file mode 100644 index 20c12708c4683..0000000000000 --- a/.changeset/moody-coats-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Add error message if `Astro.glob` is called outside of an Astro file diff --git a/.changeset/plenty-geese-fold.md b/.changeset/plenty-geese-fold.md deleted file mode 100644 index aa7783e92770c..0000000000000 --- a/.changeset/plenty-geese-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vercel': patch ---- - -Fix `imagesConfig` being wrongly spelt as `imageConfig` in the README diff --git a/.changeset/popular-berries-travel.md b/.changeset/popular-berries-travel.md deleted file mode 100644 index a3755d2676dfa..0000000000000 --- a/.changeset/popular-berries-travel.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -'@astrojs/markdoc': patch ---- - -Add a built-in extension for syntax highlighting with Prism. Apply to your Markdoc config using the `extends` property: - -```js -// markdoc.config.mjs -import { defineMarkdocConfig } from '@astrojs/markdoc/config'; -import prism from '@astrojs/markdoc/prism'; - -export default defineMarkdocConfig({ - extends: [prism()], -}) -``` - -Learn more in the [`@astrojs/markdoc` README.](https://docs.astro.build/en/guides/integrations-guide/markdoc/#syntax-highlighting) diff --git a/.changeset/small-wombats-know.md b/.changeset/small-wombats-know.md deleted file mode 100644 index ca826a1aab4bb..0000000000000 --- a/.changeset/small-wombats-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -fix miss a head when the templaterender has a promise diff --git a/.changeset/spotty-glasses-return.md b/.changeset/spotty-glasses-return.md deleted file mode 100644 index 6786f77ebf79e..0000000000000 --- a/.changeset/spotty-glasses-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/mdx': patch ---- - -Remove `@mdx-js/rollup` dependency diff --git a/.changeset/static-slot-css.md b/.changeset/static-slot-css.md deleted file mode 100644 index a3f1c24752ff3..0000000000000 --- a/.changeset/static-slot-css.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -fix: add astro-static-slot to the list of inert tags in astro css diff --git a/.changeset/strange-socks-give.md b/.changeset/strange-socks-give.md deleted file mode 100644 index f1e9492bd75e2..0000000000000 --- a/.changeset/strange-socks-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Use `AstroError` for `Astro.glob` errors diff --git a/.changeset/wise-cars-hear.md b/.changeset/wise-cars-hear.md deleted file mode 100644 index 21019c26f31a2..0000000000000 --- a/.changeset/wise-cars-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -The `src` property returned by ESM importing images with `astro:assets` is now an absolute path, unlocking support for importing images outside the project. diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 9710862db886d..118d45e870a4e 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,44 @@ # astro +## 2.5.6 + +### Patch Changes + +- [#7193](https://github.com/withastro/astro/pull/7193) [`8b041bf57`](https://github.com/withastro/astro/commit/8b041bf57c76830c4070330270521e05d8e58474) Thanks [@ematipico](https://github.com/ematipico)! - Refactor how pages are emitted during the internal bundling. Now each + page is emitted as a separate entry point. + +- [#7218](https://github.com/withastro/astro/pull/7218) [`6c7df28ab`](https://github.com/withastro/astro/commit/6c7df28ab34b756b8426443bf6976e24d4611a62) Thanks [@bluwy](https://github.com/bluwy)! - Fix CSS deduping and missing chunks + +- [#7235](https://github.com/withastro/astro/pull/7235) [`ee2aca80a`](https://github.com/withastro/astro/commit/ee2aca80a71afe843af943b11966fcf77f556cfb) Thanks [@MoustaphaDev](https://github.com/MoustaphaDev)! - Prioritize dynamic prerendered routes over dynamic server routes + +- [#7192](https://github.com/withastro/astro/pull/7192) [`7851f9258`](https://github.com/withastro/astro/commit/7851f9258fae2f54795470253df9ce4bcd5f9cb0) Thanks [@ematipico](https://github.com/ematipico)! - Detect `mdx` files using their full extension + +- [#7244](https://github.com/withastro/astro/pull/7244) [`bef3a75db`](https://github.com/withastro/astro/commit/bef3a75dbc48d584daff9f7f3d5a8937b0356170) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Remove the auto-generated `$entry` variable for Markdoc entries. To access frontmatter as a variable, you can pass `entry.data` as a prop where you render your content: + + ```astro + --- + import { getEntry } from 'astro:content'; + + const entry = await getEntry('docs', 'why-markdoc'); + const { Content } = await entry.render(); + --- + + + ``` + +- [#7204](https://github.com/withastro/astro/pull/7204) [`52af9ad18`](https://github.com/withastro/astro/commit/52af9ad18840ffa4e2996386c82cbe34d9fd076a) Thanks [@bluwy](https://github.com/bluwy)! - Add error message if `Astro.glob` is called outside of an Astro file + +- [#7062](https://github.com/withastro/astro/pull/7062) [`cf621340b`](https://github.com/withastro/astro/commit/cf621340b00fda441f4ef43196c0363d09eae70c) Thanks [@wulinsheng123](https://github.com/wulinsheng123)! - fix miss a head when the templaterender has a promise + +- [#7189](https://github.com/withastro/astro/pull/7189) [`2bda7fb0b`](https://github.com/withastro/astro/commit/2bda7fb0bce346f7725086980e1648e2636bbefb) Thanks [@elevatebart](https://github.com/elevatebart)! - fix: add astro-static-slot to the list of inert tags in astro css + +- [#7219](https://github.com/withastro/astro/pull/7219) [`af3c5a2e2`](https://github.com/withastro/astro/commit/af3c5a2e25bd3e7b2a3f7f08e41ee457093c8cb1) Thanks [@bluwy](https://github.com/bluwy)! - Use `AstroError` for `Astro.glob` errors + +- [#7139](https://github.com/withastro/astro/pull/7139) [`f2f18b440`](https://github.com/withastro/astro/commit/f2f18b44055c6334a39d6379de88fe41e518aa1e) Thanks [@Princesseuh](https://github.com/Princesseuh)! - The `src` property returned by ESM importing images with `astro:assets` is now an absolute path, unlocking support for importing images outside the project. + +- Updated dependencies [[`bf63f615f`](https://github.com/withastro/astro/commit/bf63f615fc1b97d6fb84db55f7639084e3ada5af)]: + - @astrojs/webapi@2.2.0 + ## 2.5.5 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 714febe01e5f4..a97848219ab1a 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "2.5.5", + "version": "2.5.6", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", @@ -116,7 +116,7 @@ "@astrojs/language-server": "^1.0.0", "@astrojs/markdown-remark": "^2.2.1", "@astrojs/telemetry": "^2.1.1", - "@astrojs/webapi": "^2.1.1", + "@astrojs/webapi": "^2.2.0", "@babel/core": "^7.21.8", "@babel/generator": "^7.18.2", "@babel/parser": "^7.18.4", diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 2c298a270a765..ee88d2869bb8d 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -42,7 +42,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "workspace:^2.5.5" + "astro": "workspace:^2.5.6" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index fc0402570ca18..60a8bd0a158da 100644 --- a/packages/integrations/deno/package.json +++ b/packages/integrations/deno/package.json @@ -36,7 +36,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.5.5" + "astro": "workspace:^2.5.6" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 76fd1b6331886..ed7b1cabac058 100644 --- a/packages/integrations/image/package.json +++ b/packages/integrations/image/package.json @@ -62,7 +62,7 @@ "vite": "^4.3.1" }, "peerDependencies": { - "astro": "workspace:^2.5.5", + "astro": "workspace:^2.5.6", "sharp": ">=0.31.0" }, "peerDependenciesMeta": { diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md index d2233ff6081bf..cee856362831b 100644 --- a/packages/integrations/markdoc/CHANGELOG.md +++ b/packages/integrations/markdoc/CHANGELOG.md @@ -1,5 +1,59 @@ # @astrojs/markdoc +## 0.3.0 + +### Minor Changes + +- [#7244](https://github.com/withastro/astro/pull/7244) [`bef3a75db`](https://github.com/withastro/astro/commit/bef3a75dbc48d584daff9f7f3d5a8937b0356170) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Remove the auto-generated `$entry` variable for Markdoc entries. To access frontmatter as a variable, you can pass `entry.data` as a prop where you render your content: + + ```astro + --- + import { getEntry } from 'astro:content'; + + const entry = await getEntry('docs', 'why-markdoc'); + const { Content } = await entry.render(); + --- + + + ``` + +### Patch Changes + +- [#7187](https://github.com/withastro/astro/pull/7187) [`1efaef6be`](https://github.com/withastro/astro/commit/1efaef6be0265c68eac706623778e8ad23b33247) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add support for syntax highlighting with Shiki. Apply to your Markdoc config using the `extends` property: + + ```js + // markdoc.config.mjs + import { defineMarkdocConfig } from '@astrojs/markdoc/config'; + import shiki from '@astrojs/markdoc/shiki'; + + export default defineMarkdocConfig({ + extends: [ + shiki({ + /** Shiki config options */ + }), + ], + }); + ``` + + Learn more in the [`@astrojs/markdoc` README.](https://docs.astro.build/en/guides/integrations-guide/markdoc/#syntax-highlighting) + +- [#7209](https://github.com/withastro/astro/pull/7209) [`16b836411`](https://github.com/withastro/astro/commit/16b836411980f18c58ca15712d92cec1b3c95670) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add a built-in extension for syntax highlighting with Prism. Apply to your Markdoc config using the `extends` property: + + ```js + // markdoc.config.mjs + import { defineMarkdocConfig } from '@astrojs/markdoc/config'; + import prism from '@astrojs/markdoc/prism'; + + export default defineMarkdocConfig({ + extends: [prism()], + }); + ``` + + Learn more in the [`@astrojs/markdoc` README.](https://docs.astro.build/en/guides/integrations-guide/markdoc/#syntax-highlighting) + +- Updated dependencies [[`8b041bf57`](https://github.com/withastro/astro/commit/8b041bf57c76830c4070330270521e05d8e58474), [`6c7df28ab`](https://github.com/withastro/astro/commit/6c7df28ab34b756b8426443bf6976e24d4611a62), [`ee2aca80a`](https://github.com/withastro/astro/commit/ee2aca80a71afe843af943b11966fcf77f556cfb), [`7851f9258`](https://github.com/withastro/astro/commit/7851f9258fae2f54795470253df9ce4bcd5f9cb0), [`bef3a75db`](https://github.com/withastro/astro/commit/bef3a75dbc48d584daff9f7f3d5a8937b0356170), [`52af9ad18`](https://github.com/withastro/astro/commit/52af9ad18840ffa4e2996386c82cbe34d9fd076a), [`cf621340b`](https://github.com/withastro/astro/commit/cf621340b00fda441f4ef43196c0363d09eae70c), [`2bda7fb0b`](https://github.com/withastro/astro/commit/2bda7fb0bce346f7725086980e1648e2636bbefb), [`af3c5a2e2`](https://github.com/withastro/astro/commit/af3c5a2e25bd3e7b2a3f7f08e41ee457093c8cb1), [`f2f18b440`](https://github.com/withastro/astro/commit/f2f18b44055c6334a39d6379de88fe41e518aa1e)]: + - astro@2.5.6 + ## 0.2.3 ### Patch Changes diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 62ed853d79e9f..369b7163ae055 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/markdoc", "description": "Add support for Markdoc in your Astro site", - "version": "0.2.3", + "version": "0.3.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -51,7 +51,7 @@ "zod": "^3.17.3" }, "peerDependencies": { - "astro": "workspace:^2.5.5" + "astro": "workspace:^2.5.6" }, "devDependencies": { "@astrojs/markdown-remark": "^2.2.1", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 72df6c84b5d39..c5bf908fc17d7 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/mdx +## 0.19.5 + +### Patch Changes + +- [#7151](https://github.com/withastro/astro/pull/7151) [`ea16570b1`](https://github.com/withastro/astro/commit/ea16570b1e0929678170c10b06c011dc668d7013) Thanks [@bluwy](https://github.com/bluwy)! - Add `optimize` option for faster builds and rendering + +- [#7192](https://github.com/withastro/astro/pull/7192) [`7851f9258`](https://github.com/withastro/astro/commit/7851f9258fae2f54795470253df9ce4bcd5f9cb0) Thanks [@ematipico](https://github.com/ematipico)! - Detect `mdx` files using their full extension + +- [#7191](https://github.com/withastro/astro/pull/7191) [`27c6e0182`](https://github.com/withastro/astro/commit/27c6e01826a6da525f1f811d97784accd1ebbd96) Thanks [@bluwy](https://github.com/bluwy)! - Remove `@mdx-js/rollup` dependency + ## 0.19.4 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 4b14dad2c2d3f..7055444849cc5 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/mdx", "description": "Add support for MDX pages in your Astro site", - "version": "0.19.4", + "version": "0.19.5", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index c2d908812e9e9..e1cf6d2caa09f 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -37,12 +37,12 @@ "test": "npm run test-fn" }, "dependencies": { - "@astrojs/webapi": "^2.1.1", + "@astrojs/webapi": "^2.2.0", "@netlify/functions": "^1.0.0", "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.5.5" + "astro": "workspace:^2.5.6" }, "devDependencies": { "@netlify/edge-functions": "^2.0.0", diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index dc06d92d0d237..25d43d3735e69 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -33,12 +33,12 @@ "test": "mocha --exit --timeout 20000 test/" }, "dependencies": { - "@astrojs/webapi": "^2.1.1", + "@astrojs/webapi": "^2.2.0", "send": "^0.18.0", "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "workspace:^2.5.5" + "astro": "workspace:^2.5.6" }, "devDependencies": { "@types/send": "^0.17.1", diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md index d6a224fd169d3..4143a90355a98 100644 --- a/packages/integrations/partytown/CHANGELOG.md +++ b/packages/integrations/partytown/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/partytown +## 1.2.3 + +### Patch Changes + +- [#7175](https://github.com/withastro/astro/pull/7175) [`59d8c50b8`](https://github.com/withastro/astro/commit/59d8c50b8426cd6825abc07405041779b7999022) Thanks [@AkashRajpurohit](https://github.com/AkashRajpurohit)! - fix typescript type for partytown options + ## 1.2.2 ### Patch Changes diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json index b2e9823a782b5..40748cf05b3d3 100644 --- a/packages/integrations/partytown/package.json +++ b/packages/integrations/partytown/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/partytown", "description": "Use Partytown to move scripts into a web worker in your Astro project", - "version": "1.2.2", + "version": "1.2.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md index 1b2f396bfb9cc..96856cf85f257 100644 --- a/packages/integrations/preact/CHANGELOG.md +++ b/packages/integrations/preact/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/preact +## 2.2.1 + +### Patch Changes + +- [#7196](https://github.com/withastro/astro/pull/7196) [`1c77779dd`](https://github.com/withastro/astro/commit/1c77779dd66a6db77c81ed235da076a6118decde) Thanks [@bluwy](https://github.com/bluwy)! - Fix `astro-static-slot` hydration mismatch error + ## 2.2.0 ### Minor Changes diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index b0d852d39a5f9..cf9d98379ea5a 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.2.0", + "version": "2.2.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index 6cbed04f9ac94..268b1c8ea2f75 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 2.2.1 + +### Patch Changes + +- [#7196](https://github.com/withastro/astro/pull/7196) [`1c77779dd`](https://github.com/withastro/astro/commit/1c77779dd66a6db77c81ed235da076a6118decde) Thanks [@bluwy](https://github.com/bluwy)! - Fix `astro-static-slot` hydration mismatch error + ## 2.2.0 ### Minor Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index adf17d7b72972..27c55bdc20cea 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.2.0", + "version": "2.2.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md index a0e4b022c9661..775431ab2946e 100644 --- a/packages/integrations/sitemap/CHANGELOG.md +++ b/packages/integrations/sitemap/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/sitemap +## 1.3.2 + +### Patch Changes + +- [#7028](https://github.com/withastro/astro/pull/7028) [`6ca3b5a9e`](https://github.com/withastro/astro/commit/6ca3b5a9e8b9aa19a9436043f8ead41e7938c32e) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - exported enum type to support typescript > 5.0 + ## 1.3.1 ### Patch Changes diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json index c9e32c42e6d13..7b42550f69486 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 your Astro site", - "version": "1.3.1", + "version": "1.3.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 9c1ff3efa6f76..2b2b8f1496d3a 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -48,7 +48,7 @@ "vite": "^4.3.1" }, "peerDependencies": { - "astro": "workspace:^2.5.5", + "astro": "workspace:^2.5.6", "svelte": "^3.54.0" }, "engines": { diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 7290a24f0e323..9ad9c32f6e713 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -44,7 +44,7 @@ "vite": "^4.3.1" }, "peerDependencies": { - "astro": "workspace:^2.5.5", + "astro": "workspace:^2.5.6", "tailwindcss": "^3.0.24" }, "pnpm": { diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index aa9010f9d9974..bba0428753b02 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/vercel +## 3.4.1 + +### Patch Changes + +- [#7208](https://github.com/withastro/astro/pull/7208) [`f5a8cffac`](https://github.com/withastro/astro/commit/f5a8cffac22c9e33fad6f47f7d166b55c86ad87b) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix `imagesConfig` being wrongly spelt as `imageConfig` in the README + +- Updated dependencies [[`8b041bf57`](https://github.com/withastro/astro/commit/8b041bf57c76830c4070330270521e05d8e58474), [`6c7df28ab`](https://github.com/withastro/astro/commit/6c7df28ab34b756b8426443bf6976e24d4611a62), [`bf63f615f`](https://github.com/withastro/astro/commit/bf63f615fc1b97d6fb84db55f7639084e3ada5af), [`ee2aca80a`](https://github.com/withastro/astro/commit/ee2aca80a71afe843af943b11966fcf77f556cfb), [`7851f9258`](https://github.com/withastro/astro/commit/7851f9258fae2f54795470253df9ce4bcd5f9cb0), [`bef3a75db`](https://github.com/withastro/astro/commit/bef3a75dbc48d584daff9f7f3d5a8937b0356170), [`52af9ad18`](https://github.com/withastro/astro/commit/52af9ad18840ffa4e2996386c82cbe34d9fd076a), [`cf621340b`](https://github.com/withastro/astro/commit/cf621340b00fda441f4ef43196c0363d09eae70c), [`2bda7fb0b`](https://github.com/withastro/astro/commit/2bda7fb0bce346f7725086980e1648e2636bbefb), [`af3c5a2e2`](https://github.com/withastro/astro/commit/af3c5a2e25bd3e7b2a3f7f08e41ee457093c8cb1), [`f2f18b440`](https://github.com/withastro/astro/commit/f2f18b44055c6334a39d6379de88fe41e518aa1e)]: + - astro@2.5.6 + - @astrojs/webapi@2.2.0 + ## 3.4.0 ### Minor Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 56265f199c822..8b8629ad20a2d 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.4.0", + "version": "3.4.1", "type": "module", "author": "withastro", "license": "MIT", @@ -50,7 +50,7 @@ "test": "mocha --exit --timeout 20000 test/" }, "dependencies": { - "@astrojs/webapi": "^2.1.1", + "@astrojs/webapi": "^2.2.0", "@vercel/analytics": "^0.1.8", "@vercel/nft": "^0.22.1", "esbuild": "^0.17.12", @@ -59,7 +59,7 @@ "web-vitals": "^3.1.1" }, "peerDependencies": { - "astro": "workspace:^2.5.5" + "astro": "workspace:^2.5.6" }, "devDependencies": { "@types/set-cookie-parser": "^2.4.2", diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index 7324cb914c335..43e4406c20efb 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/vue +## 2.2.1 + +### Patch Changes + +- [#7196](https://github.com/withastro/astro/pull/7196) [`1c77779dd`](https://github.com/withastro/astro/commit/1c77779dd66a6db77c81ed235da076a6118decde) Thanks [@bluwy](https://github.com/bluwy)! - Fix `astro-static-slot` hydration mismatch error + +- Updated dependencies [[`8b041bf57`](https://github.com/withastro/astro/commit/8b041bf57c76830c4070330270521e05d8e58474), [`6c7df28ab`](https://github.com/withastro/astro/commit/6c7df28ab34b756b8426443bf6976e24d4611a62), [`ee2aca80a`](https://github.com/withastro/astro/commit/ee2aca80a71afe843af943b11966fcf77f556cfb), [`7851f9258`](https://github.com/withastro/astro/commit/7851f9258fae2f54795470253df9ce4bcd5f9cb0), [`bef3a75db`](https://github.com/withastro/astro/commit/bef3a75dbc48d584daff9f7f3d5a8937b0356170), [`52af9ad18`](https://github.com/withastro/astro/commit/52af9ad18840ffa4e2996386c82cbe34d9fd076a), [`cf621340b`](https://github.com/withastro/astro/commit/cf621340b00fda441f4ef43196c0363d09eae70c), [`2bda7fb0b`](https://github.com/withastro/astro/commit/2bda7fb0bce346f7725086980e1648e2636bbefb), [`af3c5a2e2`](https://github.com/withastro/astro/commit/af3c5a2e25bd3e7b2a3f7f08e41ee457093c8cb1), [`f2f18b440`](https://github.com/withastro/astro/commit/f2f18b44055c6334a39d6379de88fe41e518aa1e)]: + - astro@2.5.6 + ## 2.2.0 ### Minor Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 1c077b1179044..49964146269cd 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "2.2.0", + "version": "2.2.1", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", @@ -56,7 +56,7 @@ "vue": "^3.2.37" }, "peerDependencies": { - "astro": "workspace:^2.5.5", + "astro": "workspace:^2.5.6", "vue": "^3.2.30" }, "engines": { diff --git a/packages/webapi/CHANGELOG.md b/packages/webapi/CHANGELOG.md index bc2e5934e0145..a90ba9b240868 100644 --- a/packages/webapi/CHANGELOG.md +++ b/packages/webapi/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/webapi +## 2.2.0 + +### Minor Changes + +- [#6981](https://github.com/withastro/astro/pull/6981) [`bf63f615f`](https://github.com/withastro/astro/commit/bf63f615fc1b97d6fb84db55f7639084e3ada5af) Thanks [@andremralves](https://github.com/andremralves)! - Add polyfill for `crypto` + ## 2.1.1 ### Patch Changes diff --git a/packages/webapi/package.json b/packages/webapi/package.json index 61f359a33fdac..13f9e34a3c641 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.1.1", + "version": "2.2.0", "type": "module", "exports": { ".": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0b71686f93f60..80fe5e5c01f0a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -410,7 +410,7 @@ importers: dependencies: '@astrojs/markdoc': specifier: ^0.2.0 - version: link:../../packages/integrations/markdoc + version: 0.2.0(astro@packages+astro) astro: specifier: ^2.4.1 version: link:../../packages/astro @@ -544,7 +544,7 @@ importers: specifier: ^2.1.1 version: link:../telemetry '@astrojs/webapi': - specifier: ^2.1.1 + specifier: ^2.2.0 version: link:../webapi '@babel/core': specifier: ^7.21.8 @@ -4385,7 +4385,7 @@ importers: packages/integrations/netlify: dependencies: '@astrojs/webapi': - specifier: ^2.1.1 + specifier: ^2.2.0 version: link:../../webapi '@netlify/functions': specifier: ^1.0.0 @@ -4470,7 +4470,7 @@ importers: packages/integrations/node: dependencies: '@astrojs/webapi': - specifier: ^2.1.1 + specifier: ^2.2.0 version: link:../../webapi send: specifier: ^0.18.0 @@ -4837,7 +4837,7 @@ importers: packages/integrations/vercel: dependencies: '@astrojs/webapi': - specifier: ^2.1.1 + specifier: ^2.2.0 version: link:../../webapi '@vercel/analytics': specifier: ^0.1.8 @@ -5548,6 +5548,24 @@ packages: vscode-uri: 3.0.7 dev: false + /@astrojs/markdoc@0.2.0(astro@packages+astro): + resolution: {integrity: sha512-sGDdUooNq7I7LDWOrzuAiNvZLqtWzUvMdmWA6O7y54zMVVCx4OPsLCd+oIUGvF5lZ+Yvv1dHGCM1fWnqOc+B4A==} + engines: {node: '>=16.12.0'} + peerDependencies: + astro: '*' + dependencies: + '@markdoc/markdoc': 0.2.2 + astro: link:packages/astro + esbuild: 0.17.18 + github-slugger: 2.0.0 + gray-matter: 4.0.3 + kleur: 4.1.5 + zod: 3.20.6 + transitivePeerDependencies: + - '@types/react' + - react + dev: false + /@babel/code-frame@7.21.4: resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==} engines: {node: '>=6.9.0'} @@ -8070,6 +8088,21 @@ packages: - supports-color dev: false + /@markdoc/markdoc@0.2.2: + resolution: {integrity: sha512-0TiD9jmA5h5znN4lxo7HECAu3WieU5g5vUsfByeucrdR/x88hEilpt16EydFyJwJddQ/3w5HQgW7Ovy62r4cyw==} + engines: {node: '>=14.7.0'} + peerDependencies: + '@types/react': '*' + react: '*' + peerDependenciesMeta: + '@types/react': + optional: true + react: + optional: true + optionalDependencies: + '@types/markdown-it': 12.2.3 + dev: false + /@markdoc/markdoc@0.3.0: resolution: {integrity: sha512-QWCF8krIIw52ulflfnoff0yG1eKl9CCGA3KAiOjHyYtHNzSEouFh8lO52nAaO3qV2Ctj1GTB8TTb2rTfvISQfA==} engines: {node: '>=14.7.0'}