diff --git a/.changeset/dirty-flies-hunt.md b/.changeset/dirty-flies-hunt.md deleted file mode 100644 index a204780556032..0000000000000 --- a/.changeset/dirty-flies-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix images having the wrong width and height when using the new astro:assets features if both dimensions were provided diff --git a/.changeset/early-kangaroos-invent.md b/.changeset/early-kangaroos-invent.md deleted file mode 100644 index e2de069196aab..0000000000000 --- a/.changeset/early-kangaroos-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/cloudflare': patch ---- - -fix `config.base` trimming logic for cloudflare integration `_routes.json` generation diff --git a/.changeset/empty-ravens-complain.md b/.changeset/empty-ravens-complain.md deleted file mode 100644 index 8078824374abe..0000000000000 --- a/.changeset/empty-ravens-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Support tsconfig aliases in styles diff --git a/.changeset/forty-dodos-dress.md b/.changeset/forty-dodos-dress.md deleted file mode 100644 index 8876c3460b912..0000000000000 --- a/.changeset/forty-dodos-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -don't finish the action of the copy before removing all files. diff --git a/.changeset/gorgeous-beds-tickle.md b/.changeset/gorgeous-beds-tickle.md deleted file mode 100644 index 5be7b2c0d7d6a..0000000000000 --- a/.changeset/gorgeous-beds-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix Invalid Input error when trying to use a custom Image Service diff --git a/.changeset/lazy-elephants-relate.md b/.changeset/lazy-elephants-relate.md deleted file mode 100644 index 7e9095dbb8ebc..0000000000000 --- a/.changeset/lazy-elephants-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/rss': patch ---- - -Preserve self-closing tags in `customData` option diff --git a/.changeset/perfect-humans-wink.md b/.changeset/perfect-humans-wink.md deleted file mode 100644 index 7138b43ac9402..0000000000000 --- a/.changeset/perfect-humans-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix image() type to be compatible with ImageMetadata diff --git a/.changeset/shy-walls-divide.md b/.changeset/shy-walls-divide.md deleted file mode 100644 index e2b139068f21d..0000000000000 --- a/.changeset/shy-walls-divide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/markdown-remark': patch ---- - -Vendor `image-size` to fix CJS-related issues diff --git a/.changeset/small-pens-knock.md b/.changeset/small-pens-knock.md deleted file mode 100644 index dde86fc0cced7..0000000000000 --- a/.changeset/small-pens-knock.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/markdoc': patch -'@astrojs/mdx': patch ---- - -Fix integration return type diff --git a/.changeset/soft-plants-hope.md b/.changeset/soft-plants-hope.md deleted file mode 100644 index 1268215d31a47..0000000000000 --- a/.changeset/soft-plants-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Simplify internal resolver in dev diff --git a/.changeset/stupid-lemons-boil.md b/.changeset/stupid-lemons-boil.md deleted file mode 100644 index ce334e875694f..0000000000000 --- a/.changeset/stupid-lemons-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix Image component and `getImage` not handling images from public correctly diff --git a/.changeset/tender-emus-eat.md b/.changeset/tender-emus-eat.md deleted file mode 100644 index bdf084fdb67a8..0000000000000 --- a/.changeset/tender-emus-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -fix: Add missing --watch flag for astro check when running astro check --help diff --git a/.changeset/tidy-crabs-warn.md b/.changeset/tidy-crabs-warn.md deleted file mode 100644 index 43976ba0a2dcf..0000000000000 --- a/.changeset/tidy-crabs-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Properly handle empty markdown files in content collections \ No newline at end of file diff --git a/.changeset/tidy-dryers-add.md b/.changeset/tidy-dryers-add.md deleted file mode 100644 index f47ffdbda3145..0000000000000 --- a/.changeset/tidy-dryers-add.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/markdown-remark': patch ---- - -Add a `validateOptions` hook to the Image Service API in order to set default options and validate the passed options diff --git a/.changeset/tiny-worms-joke.md b/.changeset/tiny-worms-joke.md deleted file mode 100644 index a298b2ade3e9b..0000000000000 --- a/.changeset/tiny-worms-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Update tsconfig.json templates to ignore TypeScript 5.0 deprecations for the moment diff --git a/.changeset/warm-bananas-provide.md b/.changeset/warm-bananas-provide.md deleted file mode 100644 index b172fd1edb99e..0000000000000 --- a/.changeset/warm-bananas-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix overflow title in error message diff --git a/.changeset/yellow-grapes-design.md b/.changeset/yellow-grapes-design.md deleted file mode 100644 index ba3594ce2cbd7..0000000000000 --- a/.changeset/yellow-grapes-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix prerendered 404 page handling in SSR diff --git a/examples/basics/package.json b/examples/basics/package.json index 29bf19a7d4662..a3fcb99e8f5d3 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.3" + "astro": "^2.1.4" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 4fe88e7763cf5..80abd18339d19 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.3", - "@astrojs/mdx": "^0.18.1", - "@astrojs/rss": "^2.3.0", + "astro": "^2.1.4", + "@astrojs/mdx": "^0.18.2", + "@astrojs/rss": "^2.3.1", "@astrojs/sitemap": "^1.2.1" } } diff --git a/examples/component/package.json b/examples/component/package.json index 24c526c404d73..27ac2c6d3c4c9 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.1.3" + "astro": "^2.1.4" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/deno/package.json b/examples/deno/package.json index 7e21cf9aac4e3..2e9e88832b99c 100644 --- a/examples/deno/package.json +++ b/examples/deno/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.3" + "astro": "^2.1.4" }, "devDependencies": { "@astrojs/deno": "^4.1.0" diff --git a/examples/docs/package.json b/examples/docs/package.json index 1cd51ac498022..41af960fd882a 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.3", + "astro": "^2.1.4", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 510a3cde82927..4716c293ad946 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.3", + "astro": "^2.1.4", "alpinejs": "^3.10.2", "@astrojs/alpinejs": "^0.2.1", "@types/alpinejs": "^3.7.0" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 8e2b0c1728475..e06b0fa9c9884 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.3", + "astro": "^2.1.4", "lit": "^2.2.5", "@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 ef6d858eb3261..85c3f620f2080 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.3", + "astro": "^2.1.4", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 5ed040cd5c342..497f40ec17bfd 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.3", + "astro": "^2.1.4", "preact": "^10.7.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 100dfcee2e9bb..a793d9577db60 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.3", + "astro": "^2.1.4", "react": "^18.1.0", "react-dom": "^18.1.0", "@astrojs/react": "^2.1.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 5c465646111db..46b7f1237dda6 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.3", + "astro": "^2.1.4", "solid-js": "^1.4.3", "@astrojs/solid-js": "^2.1.0" } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 194bd31d87589..25f835196e460 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,6 +13,6 @@ "dependencies": { "svelte": "^3.48.0", "@astrojs/svelte": "^2.1.0", - "astro": "^2.1.3" + "astro": "^2.1.4" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 71316690bf759..0768ba279e074 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.3", + "astro": "^2.1.4", "vue": "^3.2.37", "@astrojs/vue": "^2.1.0" } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index d9a3adfc1bcec..7d1fb613247a0 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^5.1.0", - "astro": "^2.1.3" + "astro": "^2.1.4" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index a98fca18eb33d..4e588e438b3df 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.1.3" + "astro": "^2.1.4" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 49458a4513cbf..f6c72a0963f0d 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.3" + "astro": "^2.1.4" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index c1fc365dbe6dc..9be8167ef1040 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.3" + "astro": "^2.1.4" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 423657f26656a..6ac098b32e87d 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.3" + "astro": "^2.1.4" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 830876afb5a48..ae5612d0a3f9c 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,7 +12,7 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "astro": "^2.1.3", + "astro": "^2.1.4", "svelte": "^3.48.0", "@astrojs/svelte": "^2.1.0", "@astrojs/node": "^5.1.0", diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 7892652621e79..58d0266bd3608 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.0.2", - "astro": "^2.1.3" + "@astrojs/markdoc": "^0.0.3", + "astro": "^2.1.4" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 60f3a67ba48ba..ccfa065696683 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.3", - "@astrojs/markdown-remark": "^2.1.0", + "astro": "^2.1.4", + "@astrojs/markdown-remark": "^2.1.1", "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 51153aa548b68..0386895ffef4a 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.3" + "astro": "^2.1.4" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 1de2b4ad064db..c8592d212b79b 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.3", + "astro": "^2.1.4", "preact": "^10.6.5", "@astrojs/preact": "^2.1.0", - "@astrojs/mdx": "^0.18.1" + "@astrojs/mdx": "^0.18.2" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 7108bd330f484..c3096132853ee 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.3", + "astro": "^2.1.4", "preact": "^10.7.3", "@astrojs/preact": "^2.1.0", "nanostores": "^0.5.12", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index d1e0be94d07ea..23f005aa401f2 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^0.18.1", + "@astrojs/mdx": "^0.18.2", "@astrojs/tailwind": "^3.1.1", "@types/canvas-confetti": "^1.4.3", - "astro": "^2.1.3", + "astro": "^2.1.4", "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 34977d8ea0092..a7582689356ab 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.1.3", + "astro": "^2.1.4", "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 22a018ab3aa43..78a201fcff484 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^2.1.3", + "astro": "^2.1.4", "vitest": "^0.20.3" } } diff --git a/packages/astro-rss/CHANGELOG.md b/packages/astro-rss/CHANGELOG.md index 2f5c0d02369fc..24253b3a6d715 100644 --- a/packages/astro-rss/CHANGELOG.md +++ b/packages/astro-rss/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/rss +## 2.3.1 + +### Patch Changes + +- [#6538](https://github.com/withastro/astro/pull/6538) [`400ef26c9`](https://github.com/withastro/astro/commit/400ef26c998a586b29c2f3931e63c1c5801d3bea) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Preserve self-closing tags in `customData` option + ## 2.3.0 ### Minor Changes diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json index 5537b3fe67ba4..751534b5425e8 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.3.0", + "version": "2.3.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 0e7daa5386f57..22b4b666ab5e7 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,40 @@ # astro +## 2.1.4 + +### Patch Changes + +- [#6547](https://github.com/withastro/astro/pull/6547) [`04dddd783`](https://github.com/withastro/astro/commit/04dddd783da3235aa9ed523d2856adf86b792b5f) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix images having the wrong width and height when using the new astro:assets features if both dimensions were provided + +- [#6566](https://github.com/withastro/astro/pull/6566) [`ea9b3dd72`](https://github.com/withastro/astro/commit/ea9b3dd72b98b3f5a542ca24a275f673faa6c7c5) Thanks [@bluwy](https://github.com/bluwy)! - Support tsconfig aliases in styles + +- [#6472](https://github.com/withastro/astro/pull/6472) [`bf024cb34`](https://github.com/withastro/astro/commit/bf024cb3429c5929d98378108230bc946a376b17) Thanks [@wulinsheng123](https://github.com/wulinsheng123)! - don't finish the action of the copy before removing all files. + +- [#6556](https://github.com/withastro/astro/pull/6556) [`22955b895`](https://github.com/withastro/astro/commit/22955b895ce4343e282355db64b3a5c1415f3944) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix Invalid Input error when trying to use a custom Image Service + +- [#6568](https://github.com/withastro/astro/pull/6568) [`f413446a8`](https://github.com/withastro/astro/commit/f413446a859e497395b3612e44d1540cc6b9dad7) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix image() type to be compatible with ImageMetadata + +- [#6559](https://github.com/withastro/astro/pull/6559) [`90e5f87d0`](https://github.com/withastro/astro/commit/90e5f87d03215a833bb6ac91f9548670a25ce659) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Vendor `image-size` to fix CJS-related issues + +- [#6576](https://github.com/withastro/astro/pull/6576) [`388190102`](https://github.com/withastro/astro/commit/3881901028cbb586f5a4de1b4953e2d6730458ab) Thanks [@bluwy](https://github.com/bluwy)! - Simplify internal resolver in dev + +- [#6536](https://github.com/withastro/astro/pull/6536) [`035c0c4df`](https://github.com/withastro/astro/commit/035c0c4df2a623bcc2f2a1cb9e490df35fa29adc) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix Image component and `getImage` not handling images from public correctly + +- [#6586](https://github.com/withastro/astro/pull/6586) [`689884251`](https://github.com/withastro/astro/commit/68988425119255382f94c983796574050006f003) Thanks [@solelychloe](https://github.com/solelychloe)! - fix: Add missing --watch flag for astro check when running astro check --help + +- [#6572](https://github.com/withastro/astro/pull/6572) [`fa132e35c`](https://github.com/withastro/astro/commit/fa132e35c23f2cfe368fd0a7239584a2bc5c4f12) Thanks [@MoustaphaDev](https://github.com/MoustaphaDev)! - Properly handle empty markdown files in content collections + +- [#6555](https://github.com/withastro/astro/pull/6555) [`f5fddafc2`](https://github.com/withastro/astro/commit/f5fddafc248bb1ef57b7349bfecc25539ae2b5ea) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add a `validateOptions` hook to the Image Service API in order to set default options and validate the passed options + +- [#6605](https://github.com/withastro/astro/pull/6605) [`283734525`](https://github.com/withastro/astro/commit/28373452503bc6ca88221ffd39a5590e015e4d71) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Update tsconfig.json templates to ignore TypeScript 5.0 deprecations for the moment + +- [#6583](https://github.com/withastro/astro/pull/6583) [`66858f1f2`](https://github.com/withastro/astro/commit/66858f1f238a0edf6ded2b0f693bc738785d5aa3) Thanks [@francoromanol](https://github.com/francoromanol)! - Fix overflow title in error message + +- [#6558](https://github.com/withastro/astro/pull/6558) [`6c465e958`](https://github.com/withastro/astro/commit/6c465e958e088ff55e5b895e67c64c0dfd4277a6) Thanks [@bluwy](https://github.com/bluwy)! - Fix prerendered 404 page handling in SSR + +- Updated dependencies [[`90e5f87d0`](https://github.com/withastro/astro/commit/90e5f87d03215a833bb6ac91f9548670a25ce659), [`f5fddafc2`](https://github.com/withastro/astro/commit/f5fddafc248bb1ef57b7349bfecc25539ae2b5ea)]: + - @astrojs/markdown-remark@2.1.1 + ## 2.1.3 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index f4a8418684503..4d512d3bdd23f 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "2.1.3", + "version": "2.1.4", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", @@ -108,7 +108,7 @@ "dependencies": { "@astrojs/compiler": "^1.2.0", "@astrojs/language-server": "^0.28.3", - "@astrojs/markdown-remark": "^2.1.0", + "@astrojs/markdown-remark": "^2.1.1", "@astrojs/telemetry": "^2.1.0", "@astrojs/webapi": "^2.1.0", "@babel/core": "^7.18.2", diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index c712799e27e69..f932891f4c8ea 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/cloudflare +## 6.2.2 + +### Patch Changes + +- [#6550](https://github.com/withastro/astro/pull/6550) [`2c829fdf6`](https://github.com/withastro/astro/commit/2c829fdf65bcb91485837c9cfb5a3b453c6fccc7) Thanks [@RichiCoder1](https://github.com/RichiCoder1)! - fix `config.base` trimming logic for cloudflare integration `_routes.json` generation + +- Updated dependencies [[`04dddd783`](https://github.com/withastro/astro/commit/04dddd783da3235aa9ed523d2856adf86b792b5f), [`ea9b3dd72`](https://github.com/withastro/astro/commit/ea9b3dd72b98b3f5a542ca24a275f673faa6c7c5), [`bf024cb34`](https://github.com/withastro/astro/commit/bf024cb3429c5929d98378108230bc946a376b17), [`22955b895`](https://github.com/withastro/astro/commit/22955b895ce4343e282355db64b3a5c1415f3944), [`f413446a8`](https://github.com/withastro/astro/commit/f413446a859e497395b3612e44d1540cc6b9dad7), [`90e5f87d0`](https://github.com/withastro/astro/commit/90e5f87d03215a833bb6ac91f9548670a25ce659), [`388190102`](https://github.com/withastro/astro/commit/3881901028cbb586f5a4de1b4953e2d6730458ab), [`035c0c4df`](https://github.com/withastro/astro/commit/035c0c4df2a623bcc2f2a1cb9e490df35fa29adc), [`689884251`](https://github.com/withastro/astro/commit/68988425119255382f94c983796574050006f003), [`fa132e35c`](https://github.com/withastro/astro/commit/fa132e35c23f2cfe368fd0a7239584a2bc5c4f12), [`f5fddafc2`](https://github.com/withastro/astro/commit/f5fddafc248bb1ef57b7349bfecc25539ae2b5ea), [`283734525`](https://github.com/withastro/astro/commit/28373452503bc6ca88221ffd39a5590e015e4d71), [`66858f1f2`](https://github.com/withastro/astro/commit/66858f1f238a0edf6ded2b0f693bc738785d5aa3), [`6c465e958`](https://github.com/withastro/astro/commit/6c465e958e088ff55e5b895e67c64c0dfd4277a6)]: + - astro@2.1.4 + ## 6.2.1 ### Patch Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index a76091561c68d..a632cad421b48 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/Pages", - "version": "6.2.1", + "version": "6.2.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -38,7 +38,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "workspace:^2.1.3" + "astro": "workspace:^2.1.4" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index 7b0752dab16cf..b49694b2cfd27 100644 --- a/packages/integrations/deno/package.json +++ b/packages/integrations/deno/package.json @@ -33,7 +33,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.1.3" + "astro": "workspace:^2.1.4" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index daea782be6762..8530422e144f1 100644 --- a/packages/integrations/image/package.json +++ b/packages/integrations/image/package.json @@ -63,7 +63,7 @@ "vite": "^4.1.2" }, "peerDependencies": { - "astro": "workspace:^2.1.3", + "astro": "workspace:^2.1.4", "sharp": ">=0.31.0" }, "peerDependenciesMeta": { diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md index 679b7cf901570..ecd8b10858663 100644 --- a/packages/integrations/markdoc/CHANGELOG.md +++ b/packages/integrations/markdoc/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/markdoc +## 0.0.3 + +### Patch Changes + +- [#6552](https://github.com/withastro/astro/pull/6552) [`392ba3e4d`](https://github.com/withastro/astro/commit/392ba3e4d55f73ce9194bd94a2243f1aa62af079) Thanks [@bluwy](https://github.com/bluwy)! - Fix integration return type + ## 0.0.2 ### Patch Changes diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 8ae11bb2ef356..e1cb6b84c7c67 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 pages in your Astro site", - "version": "0.0.2", + "version": "0.0.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 23caaff644b6c..344903a990a30 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/mdx +## 0.18.2 + +### Patch Changes + +- [#6552](https://github.com/withastro/astro/pull/6552) [`392ba3e4d`](https://github.com/withastro/astro/commit/392ba3e4d55f73ce9194bd94a2243f1aa62af079) Thanks [@bluwy](https://github.com/bluwy)! - Fix integration return type + +- Updated dependencies [[`90e5f87d0`](https://github.com/withastro/astro/commit/90e5f87d03215a833bb6ac91f9548670a25ce659), [`f5fddafc2`](https://github.com/withastro/astro/commit/f5fddafc248bb1ef57b7349bfecc25539ae2b5ea)]: + - @astrojs/markdown-remark@2.1.1 + ## 0.18.1 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 8343fbdd9f56b..00e7b46ba2238 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.18.1", + "version": "0.18.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -30,7 +30,7 @@ "test:match": "mocha --timeout 20000 -g" }, "dependencies": { - "@astrojs/markdown-remark": "^2.1.0", + "@astrojs/markdown-remark": "^2.1.1", "@astrojs/prism": "^2.1.1", "@mdx-js/mdx": "^2.3.0", "@mdx-js/rollup": "^2.3.0", diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 85f4ea4926b55..2a360bed6e155 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -39,7 +39,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.1.3" + "astro": "workspace:^2.1.4" }, "devDependencies": { "@netlify/edge-handler-types": "^0.34.1", diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 203e077da2880..8c53e12e0b9f6 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -35,7 +35,7 @@ "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "workspace:^2.1.3" + "astro": "workspace:^2.1.4" }, "devDependencies": { "@types/send": "^0.17.1", diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index f6bd3c91df866..9bb7e2f253f71 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -43,7 +43,7 @@ "vite": "^4.1.2" }, "peerDependencies": { - "astro": "workspace:^2.1.3", + "astro": "workspace:^2.1.4", "svelte": "^3.54.0" }, "engines": { diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 4312b4b793776..6414239dee7fa 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -40,7 +40,7 @@ "vite": "^4.1.2" }, "peerDependencies": { - "astro": "workspace:^2.1.3", + "astro": "workspace:^2.1.4", "tailwindcss": "^3.0.24" }, "pnpm": { diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index b63a54299f6c8..16e01ed2b9a82 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -53,7 +53,7 @@ "web-vitals": "^3.1.1" }, "peerDependencies": { - "astro": "workspace:^2.1.3" + "astro": "workspace:^2.1.4" }, "devDependencies": { "@types/set-cookie-parser": "^2.4.2", diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index b84aa5f0869dc..0036bdd4d4881 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -50,7 +50,7 @@ "vue": "^3.2.37" }, "peerDependencies": { - "astro": "workspace:^2.1.3", + "astro": "workspace:^2.1.4", "vue": "^3.2.30" }, "engines": { diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index c82a3961ccddb..824842060fe1f 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,16 @@ # @astrojs/markdown-remark +## 2.1.1 + +### Patch Changes + +- [#6559](https://github.com/withastro/astro/pull/6559) [`90e5f87d0`](https://github.com/withastro/astro/commit/90e5f87d03215a833bb6ac91f9548670a25ce659) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Vendor `image-size` to fix CJS-related issues + +- [#6555](https://github.com/withastro/astro/pull/6555) [`f5fddafc2`](https://github.com/withastro/astro/commit/f5fddafc248bb1ef57b7349bfecc25539ae2b5ea) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add a `validateOptions` hook to the Image Service API in order to set default options and validate the passed options + +- Updated dependencies [[`04dddd783`](https://github.com/withastro/astro/commit/04dddd783da3235aa9ed523d2856adf86b792b5f), [`ea9b3dd72`](https://github.com/withastro/astro/commit/ea9b3dd72b98b3f5a542ca24a275f673faa6c7c5), [`bf024cb34`](https://github.com/withastro/astro/commit/bf024cb3429c5929d98378108230bc946a376b17), [`22955b895`](https://github.com/withastro/astro/commit/22955b895ce4343e282355db64b3a5c1415f3944), [`f413446a8`](https://github.com/withastro/astro/commit/f413446a859e497395b3612e44d1540cc6b9dad7), [`90e5f87d0`](https://github.com/withastro/astro/commit/90e5f87d03215a833bb6ac91f9548670a25ce659), [`388190102`](https://github.com/withastro/astro/commit/3881901028cbb586f5a4de1b4953e2d6730458ab), [`035c0c4df`](https://github.com/withastro/astro/commit/035c0c4df2a623bcc2f2a1cb9e490df35fa29adc), [`689884251`](https://github.com/withastro/astro/commit/68988425119255382f94c983796574050006f003), [`fa132e35c`](https://github.com/withastro/astro/commit/fa132e35c23f2cfe368fd0a7239584a2bc5c4f12), [`f5fddafc2`](https://github.com/withastro/astro/commit/f5fddafc248bb1ef57b7349bfecc25539ae2b5ea), [`283734525`](https://github.com/withastro/astro/commit/28373452503bc6ca88221ffd39a5590e015e4d71), [`66858f1f2`](https://github.com/withastro/astro/commit/66858f1f238a0edf6ded2b0f693bc738785d5aa3), [`6c465e958`](https://github.com/withastro/astro/commit/6c465e958e088ff55e5b895e67c64c0dfd4277a6)]: + - astro@2.1.4 + ## 2.1.0 ### Minor Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 38d55f07936fd..48f9385cb6f66 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "2.1.0", + "version": "2.1.1", "type": "module", "author": "withastro", "license": "MIT", @@ -25,7 +25,7 @@ "test": "mocha --exit --timeout 20000" }, "peerDependencies": { - "astro": "workspace:^2.1.0" + "astro": "workspace:^2.1.4" }, "dependencies": { "@astrojs/prism": "^2.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2c05ead567e48..8413313b73e1d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -104,16 +104,16 @@ importers: examples/basics: specifiers: - astro: ^2.1.3 + astro: ^2.1.4 dependencies: astro: link:../../packages/astro examples/blog: specifiers: - '@astrojs/mdx': ^0.18.1 - '@astrojs/rss': ^2.3.0 + '@astrojs/mdx': ^0.18.2 + '@astrojs/rss': ^2.3.1 '@astrojs/sitemap': ^1.2.1 - astro: ^2.1.3 + astro: ^2.1.4 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/rss': link:../../packages/astro-rss @@ -122,14 +122,14 @@ importers: examples/component: specifiers: - astro: ^2.1.3 + astro: ^2.1.4 devDependencies: astro: link:../../packages/astro examples/deno: specifiers: '@astrojs/deno': ^4.1.0 - astro: ^2.1.3 + astro: ^2.1.4 dependencies: astro: link:../../packages/astro devDependencies: @@ -145,7 +145,7 @@ importers: '@types/node': ^18.0.0 '@types/react': ^17.0.45 '@types/react-dom': ^18.0.0 - astro: ^2.1.3 + astro: ^2.1.4 html-escaper: ^3.0.3 preact: ^10.7.3 react: ^18.1.0 @@ -171,7 +171,7 @@ importers: '@astrojs/alpinejs': ^0.2.1 '@types/alpinejs': ^3.7.0 alpinejs: ^3.10.2 - astro: ^2.1.3 + astro: ^2.1.4 dependencies: '@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@types/alpinejs': 3.7.1 @@ -182,7 +182,7 @@ importers: specifiers: '@astrojs/lit': ^1.3.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^2.1.3 + astro: ^2.1.4 lit: ^2.2.5 dependencies: '@astrojs/lit': link:../../packages/integrations/lit @@ -197,7 +197,7 @@ importers: '@astrojs/solid-js': ^2.1.0 '@astrojs/svelte': ^2.1.0 '@astrojs/vue': ^2.1.0 - astro: ^2.1.3 + astro: ^2.1.4 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -222,7 +222,7 @@ importers: specifiers: '@astrojs/preact': ^2.1.0 '@preact/signals': ^1.1.0 - astro: ^2.1.3 + astro: ^2.1.4 preact: ^10.7.3 dependencies: '@astrojs/preact': link:../../packages/integrations/preact @@ -235,7 +235,7 @@ importers: '@astrojs/react': ^2.1.0 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^2.1.3 + astro: ^2.1.4 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -249,7 +249,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^2.1.0 - astro: ^2.1.3 + astro: ^2.1.4 solid-js: ^1.4.3 dependencies: '@astrojs/solid-js': link:../../packages/integrations/solid @@ -259,7 +259,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^2.1.0 - astro: ^2.1.3 + astro: ^2.1.4 svelte: ^3.48.0 dependencies: '@astrojs/svelte': link:../../packages/integrations/svelte @@ -269,7 +269,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^2.1.0 - astro: ^2.1.3 + astro: ^2.1.4 vue: ^3.2.37 dependencies: '@astrojs/vue': link:../../packages/integrations/vue @@ -279,32 +279,32 @@ importers: examples/hackernews: specifiers: '@astrojs/node': ^5.1.0 - astro: ^2.1.3 + astro: ^2.1.4 dependencies: '@astrojs/node': link:../../packages/integrations/node astro: link:../../packages/astro examples/integration: specifiers: - astro: ^2.1.3 + astro: ^2.1.4 devDependencies: astro: link:../../packages/astro examples/minimal: specifiers: - astro: ^2.1.3 + astro: ^2.1.4 dependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^2.1.3 + astro: ^2.1.4 dependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - astro: ^2.1.3 + astro: ^2.1.4 dependencies: astro: link:../../packages/astro @@ -312,7 +312,7 @@ importers: specifiers: '@astrojs/node': ^5.1.0 '@astrojs/svelte': ^2.1.0 - astro: ^2.1.3 + astro: ^2.1.4 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.2 - astro: ^2.1.3 + '@astrojs/markdoc': ^0.0.3 + astro: ^2.1.4 dependencies: '@astrojs/markdoc': link:../../packages/integrations/markdoc astro: link:../../packages/astro examples/with-markdown-plugins: specifiers: - '@astrojs/markdown-remark': ^2.1.0 - astro: ^2.1.3 + '@astrojs/markdown-remark': ^2.1.1 + astro: ^2.1.4 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.1.3 + astro: ^2.1.4 dependencies: astro: link:../../packages/astro examples/with-mdx: specifiers: - '@astrojs/mdx': ^0.18.1 + '@astrojs/mdx': ^0.18.2 '@astrojs/preact': ^2.1.0 - astro: ^2.1.3 + astro: ^2.1.4 preact: ^10.6.5 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -374,7 +374,7 @@ importers: specifiers: '@astrojs/preact': ^2.1.0 '@nanostores/preact': ^0.1.3 - astro: ^2.1.3 + astro: ^2.1.4 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -386,10 +386,10 @@ importers: examples/with-tailwindcss: specifiers: - '@astrojs/mdx': ^0.18.1 + '@astrojs/mdx': ^0.18.2 '@astrojs/tailwind': ^3.1.1 '@types/canvas-confetti': ^1.4.3 - astro: ^2.1.3 + astro: ^2.1.4 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.1.3 + astro: ^2.1.4 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 dependencies: @@ -416,7 +416,7 @@ importers: examples/with-vitest: specifiers: - astro: ^2.1.3 + astro: ^2.1.4 vitest: ^0.20.3 dependencies: astro: link:../../packages/astro @@ -426,7 +426,7 @@ importers: specifiers: '@astrojs/compiler': ^1.2.0 '@astrojs/language-server': ^0.28.3 - '@astrojs/markdown-remark': ^2.1.0 + '@astrojs/markdown-remark': ^2.1.1 '@astrojs/telemetry': ^2.1.0 '@astrojs/webapi': ^2.1.0 '@babel/core': ^7.18.2 @@ -3113,7 +3113,7 @@ importers: packages/integrations/mdx: specifiers: - '@astrojs/markdown-remark': ^2.1.0 + '@astrojs/markdown-remark': ^2.1.1 '@astrojs/prism': ^2.1.1 '@mdx-js/mdx': ^2.3.0 '@mdx-js/rollup': ^2.3.0