diff --git a/.changeset/angry-hounds-train.md b/.changeset/angry-hounds-train.md deleted file mode 100644 index b42b8935141d2..0000000000000 --- a/.changeset/angry-hounds-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/lit': patch ---- - -Provide `renderInfo` when rendering Lit components. Fixes issue with rendering nested components. diff --git a/.changeset/chatty-parrots-compare.md b/.changeset/chatty-parrots-compare.md deleted file mode 100644 index f273c4ed1817a..0000000000000 --- a/.changeset/chatty-parrots-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/sitemap': patch ---- - -Fix sitemap generation with a base path diff --git a/.changeset/cyan-fireants-care.md b/.changeset/cyan-fireants-care.md deleted file mode 100644 index 58316e3b718eb..0000000000000 --- a/.changeset/cyan-fireants-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vercel': patch ---- - -Fix vercel analytics id not being set diff --git a/.changeset/cyan-sheep-smile.md b/.changeset/cyan-sheep-smile.md deleted file mode 100644 index 3a9c271b2cc01..0000000000000 --- a/.changeset/cyan-sheep-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/node': patch ---- - -Fix malformed URLs crashing the server in certain cases diff --git a/.changeset/empty-moose-grin.md b/.changeset/empty-moose-grin.md deleted file mode 100644 index b2b69f2ecdfe5..0000000000000 --- a/.changeset/empty-moose-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix `getViteConfig` return type diff --git a/.changeset/green-turtles-jump.md b/.changeset/green-turtles-jump.md deleted file mode 100644 index 22c670c17602b..0000000000000 --- a/.changeset/green-turtles-jump.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/markdown-remark': patch ---- - -Fix remote images in Markdown throwing errors when using `experimental.assets` diff --git a/.changeset/mean-guests-joke.md b/.changeset/mean-guests-joke.md deleted file mode 100644 index c55693e500bf0..0000000000000 --- a/.changeset/mean-guests-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/markdoc': patch ---- - -Fix: when using `render: null` in your config, content is now rendered without a wrapper element. diff --git a/.changeset/red-parents-knock.md b/.changeset/red-parents-knock.md deleted file mode 100644 index b169a31931af0..0000000000000 --- a/.changeset/red-parents-knock.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'astro': patch ---- - -Better errors for when response is already sent - -This adds clearer error messaging when a Response has already been sent to the browser and the developer attempts to use: - -- Astro.cookies.set -- Astro.redirect diff --git a/.changeset/serious-ladybugs-eat.md b/.changeset/serious-ladybugs-eat.md deleted file mode 100644 index fe996b3e47553..0000000000000 --- a/.changeset/serious-ladybugs-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix content-type header being wrong in dev on images from `astro:assets` diff --git a/.changeset/spotty-keys-change.md b/.changeset/spotty-keys-change.md deleted file mode 100644 index 3518721f3267b..0000000000000 --- a/.changeset/spotty-keys-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vue': patch ---- - -Supporting the top of the await syntax sugar for Vue in the template's setup diff --git a/.changeset/unlucky-emus-learn.md b/.changeset/unlucky-emus-learn.md deleted file mode 100644 index 2fdac383a3f83..0000000000000 --- a/.changeset/unlucky-emus-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Added more types and utilities exports related to `astro:assets` to help building custom image components and image services diff --git a/examples/basics/package.json b/examples/basics/package.json index d37f33455f022..a4134846e4cdb 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.9" + "astro": "^2.1.10" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 2061d1dae0605..7af8b8f1c136d 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.9", + "astro": "^2.1.10", "@astrojs/mdx": "^0.18.2", "@astrojs/rss": "^2.3.2", - "@astrojs/sitemap": "^1.2.1" + "@astrojs/sitemap": "^1.2.2" } } diff --git a/examples/component/package.json b/examples/component/package.json index b519cdd8c1cda..7e1f29d03a85e 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.1.9" + "astro": "^2.1.10" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/deno/package.json b/examples/deno/package.json index 75ac97e2ecaf7..42bfa042476b7 100644 --- a/examples/deno/package.json +++ b/examples/deno/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.9" + "astro": "^2.1.10" }, "devDependencies": { "@astrojs/deno": "^4.1.0" diff --git a/examples/docs/package.json b/examples/docs/package.json index c6f9f88c03f94..2bce36108d22a 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.9", + "astro": "^2.1.10", "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 2cf0a3d5d727c..19ec8958ada91 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.9", + "astro": "^2.1.10", "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 bba2e38ecc229..1a46382576101 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.9", + "astro": "^2.1.10", "lit": "^2.7.0", - "@astrojs/lit": "^2.0.0", + "@astrojs/lit": "^2.0.1", "@webcomponents/template-shadowroot": "^0.2.1" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index d108ac2962dc2..5a419d396d455 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.9", + "astro": "^2.1.10", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", @@ -22,6 +22,6 @@ "@astrojs/react": "^2.1.1", "@astrojs/solid-js": "^2.1.0", "@astrojs/svelte": "^2.1.0", - "@astrojs/vue": "^2.1.0" + "@astrojs/vue": "^2.1.1" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index b2cf8c22dce24..f621ad5fbee91 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.9", + "astro": "^2.1.10", "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 9c01859c1a905..10311c6dc82d7 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.9", + "astro": "^2.1.10", "react": "^18.1.0", "react-dom": "^18.1.0", "@astrojs/react": "^2.1.1", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 01ed5bc282b93..160e5ceaa9383 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.9", + "astro": "^2.1.10", "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 f284fdb2d7647..c2c20c6743213 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.9" + "astro": "^2.1.10" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 9bb8a94f26fde..e52011e9430ad 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.9", + "astro": "^2.1.10", "vue": "^3.2.37", - "@astrojs/vue": "^2.1.0" + "@astrojs/vue": "^2.1.1" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 31047b12401d3..103749615742b 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^5.1.0", - "astro": "^2.1.9" + "@astrojs/node": "^5.1.1", + "astro": "^2.1.10" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 633cdd888b5c0..f129b5d6dad97 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.1.9" + "astro": "^2.1.10" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 8a1b74d74589b..b5099c32ca5ba 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.9" + "astro": "^2.1.10" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 7e4f5a81f84a0..cec781090a972 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.9" + "astro": "^2.1.10" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 5c43603e79443..1b591ba228769 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.9" + "astro": "^2.1.10" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index b5dc8f41e12c4..8f564424b412e 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,10 +12,10 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "astro": "^2.1.9", + "astro": "^2.1.10", "svelte": "^3.48.0", "@astrojs/svelte": "^2.1.0", - "@astrojs/node": "^5.1.0", + "@astrojs/node": "^5.1.1", "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 8e91691aaed09..292c71e318f13 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.1.0", - "astro": "^2.1.9", + "@astrojs/markdoc": "^0.1.1", + "astro": "^2.1.10", "kleur": "^4.1.5" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 1c8d931ef891e..c5610bbae6a4a 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.9", - "@astrojs/markdown-remark": "^2.1.2", + "astro": "^2.1.10", + "@astrojs/markdown-remark": "^2.1.3", "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 3f3ae45816f91..2d20383c0add7 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.9" + "astro": "^2.1.10" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 45cb1dda09edc..6265c51dc5215 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.9", + "astro": "^2.1.10", "preact": "^10.6.5", "@astrojs/preact": "^2.1.0", "@astrojs/mdx": "^0.18.2" diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index f383cfc15efd3..70355c872bc47 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.9", + "astro": "^2.1.10", "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 93dfa96694ba7..ea9cb3ae7f9ac 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^0.18.2", "@astrojs/tailwind": "^3.1.1", "@types/canvas-confetti": "^1.4.3", - "astro": "^2.1.9", + "astro": "^2.1.10", "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 9ffdc7e5f30e8..e5ba916b00db7 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.9", + "astro": "^2.1.10", "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 3cd805add39d7..e7d9e532c8e1e 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^2.1.9", + "astro": "^2.1.10", "vitest": "^0.20.3" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 8b2178e065745..4761e1bd437b0 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,27 @@ # astro +## 2.1.10 + +### Patch Changes + +- [#6753](https://github.com/withastro/astro/pull/6753) [`489dd8d69`](https://github.com/withastro/astro/commit/489dd8d69cdd9d7c243cf8bec96051a914984b9c) Thanks [@bluwy](https://github.com/bluwy)! - Fix `getViteConfig` return type + +- [#6744](https://github.com/withastro/astro/pull/6744) [`a1a4f45b5`](https://github.com/withastro/astro/commit/a1a4f45b51a80215fa7598da83bd0d9c5acd20d2) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix remote images in Markdown throwing errors when using `experimental.assets` + +- [#6719](https://github.com/withastro/astro/pull/6719) [`d54cbe413`](https://github.com/withastro/astro/commit/d54cbe41349e55f8544212ad9320705f07325920) Thanks [@matthewp](https://github.com/matthewp)! - Better errors for when response is already sent + + This adds clearer error messaging when a Response has already been sent to the browser and the developer attempts to use: + + - Astro.cookies.set + - Astro.redirect + +- [#6741](https://github.com/withastro/astro/pull/6741) [`4c347ab51`](https://github.com/withastro/astro/commit/4c347ab51e46f2319d614f8577fe502e3dc816e2) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix content-type header being wrong in dev on images from `astro:assets` + +- [#6739](https://github.com/withastro/astro/pull/6739) [`2f2e572e9`](https://github.com/withastro/astro/commit/2f2e572e937fd25451bbc78a05d55b7caa1ca3ec) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Added more types and utilities exports related to `astro:assets` to help building custom image components and image services + +- Updated dependencies [[`a1a4f45b5`](https://github.com/withastro/astro/commit/a1a4f45b51a80215fa7598da83bd0d9c5acd20d2)]: + - @astrojs/markdown-remark@2.1.3 + ## 2.1.9 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index e80e25090236b..014f8ad65d503 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "2.1.9", + "version": "2.1.10", "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.3.0", "@astrojs/language-server": "^0.28.3", - "@astrojs/markdown-remark": "^2.1.2", + "@astrojs/markdown-remark": "^2.1.3", "@astrojs/telemetry": "^2.1.0", "@astrojs/webapi": "^2.1.0", "@babel/core": "^7.18.2", diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 4bd0b1c16ab97..ac57070c3045f 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -38,7 +38,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "workspace:^2.1.9" + "astro": "workspace:^2.1.10" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index 675edde61645f..9ec68b0074925 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.9" + "astro": "workspace:^2.1.10" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 6d465ff8091e4..fb787a14e590f 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.9", + "astro": "workspace:^2.1.10", "sharp": ">=0.31.0" }, "peerDependenciesMeta": { diff --git a/packages/integrations/lit/CHANGELOG.md b/packages/integrations/lit/CHANGELOG.md index c8c0200470b49..31c9416c1741a 100644 --- a/packages/integrations/lit/CHANGELOG.md +++ b/packages/integrations/lit/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/lit +## 2.0.1 + +### Patch Changes + +- [#6752](https://github.com/withastro/astro/pull/6752) [`c7eb0d431`](https://github.com/withastro/astro/commit/c7eb0d431032edc5d4af72726d84e1c52ef36575) Thanks [@augustjk](https://github.com/augustjk)! - Provide `renderInfo` when rendering Lit components. Fixes issue with rendering nested components. + ## 2.0.0 ### Major Changes diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json index 18e870087cdb0..596b6de5b996a 100644 --- a/packages/integrations/lit/package.json +++ b/packages/integrations/lit/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/lit", - "version": "2.0.0", + "version": "2.0.1", "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 index 74d4a3f3300a6..394fa39991516 100644 --- a/packages/integrations/markdoc/CHANGELOG.md +++ b/packages/integrations/markdoc/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/markdoc +## 0.1.1 + +### Patch Changes + +- [#6723](https://github.com/withastro/astro/pull/6723) [`73fcc7627`](https://github.com/withastro/astro/commit/73fcc7627e27a001d3ed2f4d046999d91f1aef85) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix: when using `render: null` in your config, content is now rendered without a wrapper element. + +- Updated dependencies [[`489dd8d69`](https://github.com/withastro/astro/commit/489dd8d69cdd9d7c243cf8bec96051a914984b9c), [`a1a4f45b5`](https://github.com/withastro/astro/commit/a1a4f45b51a80215fa7598da83bd0d9c5acd20d2), [`d54cbe413`](https://github.com/withastro/astro/commit/d54cbe41349e55f8544212ad9320705f07325920), [`4c347ab51`](https://github.com/withastro/astro/commit/4c347ab51e46f2319d614f8577fe502e3dc816e2), [`2f2e572e9`](https://github.com/withastro/astro/commit/2f2e572e937fd25451bbc78a05d55b7caa1ca3ec)]: + - astro@2.1.10 + ## 0.1.0 ### Minor Changes diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index e209970f3872d..c8b6bd4afefd2 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.1.0", + "version": "0.1.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -41,7 +41,7 @@ "zod": "^3.17.3" }, "peerDependencies": { - "astro": "workspace:^2.1.9" + "astro": "workspace:^2.1.10" }, "devDependencies": { "@types/chai": "^4.3.1", diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 093f72bf3c383..855247c8a18d7 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -30,7 +30,7 @@ "test:match": "mocha --timeout 20000 -g" }, "dependencies": { - "@astrojs/markdown-remark": "^2.1.2", + "@astrojs/markdown-remark": "^2.1.3", "@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 30126d96104be..7031a669a0238 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.9" + "astro": "workspace:^2.1.10" }, "devDependencies": { "@netlify/edge-handler-types": "^0.34.1", diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index e2bac64020659..53c7d612cb182 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/node +## 5.1.1 + +### Patch Changes + +- [#6746](https://github.com/withastro/astro/pull/6746) [`4cc1bf61b`](https://github.com/withastro/astro/commit/4cc1bf61b832dba9aab1916b56f5260ceac2d97d) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix malformed URLs crashing the server in certain cases + +- Updated dependencies [[`489dd8d69`](https://github.com/withastro/astro/commit/489dd8d69cdd9d7c243cf8bec96051a914984b9c), [`a1a4f45b5`](https://github.com/withastro/astro/commit/a1a4f45b51a80215fa7598da83bd0d9c5acd20d2), [`d54cbe413`](https://github.com/withastro/astro/commit/d54cbe41349e55f8544212ad9320705f07325920), [`4c347ab51`](https://github.com/withastro/astro/commit/4c347ab51e46f2319d614f8577fe502e3dc816e2), [`2f2e572e9`](https://github.com/withastro/astro/commit/2f2e572e937fd25451bbc78a05d55b7caa1ca3ec)]: + - astro@2.1.10 + ## 5.1.0 ### Minor Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 95d05ecb23234..70e5bae6426f4 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.1.0", + "version": "5.1.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -35,7 +35,7 @@ "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "workspace:^2.1.9" + "astro": "workspace:^2.1.10" }, "devDependencies": { "@types/send": "^0.17.1", diff --git a/packages/integrations/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md index 202bea83f7af3..a71b373ff7d1f 100644 --- a/packages/integrations/sitemap/CHANGELOG.md +++ b/packages/integrations/sitemap/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/sitemap +## 1.2.2 + +### Patch Changes + +- [#6658](https://github.com/withastro/astro/pull/6658) [`1ec1df126`](https://github.com/withastro/astro/commit/1ec1df12641290ec8b3a417a6284fd8d752c02bf) Thanks [@andremralves](https://github.com/andremralves)! - Fix sitemap generation with a base path + ## 1.2.1 ### Patch Changes diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json index 0e8d40dffef3d..ec49bb631c63d 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.2.1", + "version": "1.2.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 59006a4c0cc81..38b778cf49b74 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.9", + "astro": "workspace:^2.1.10", "svelte": "^3.54.0" }, "engines": { diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 851f455ea421b..431491cfe7291 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.9", + "astro": "workspace:^2.1.10", "tailwindcss": "^3.0.24" }, "pnpm": { diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 3cbffe98adcd6..9007dbbcd84fc 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/vercel +## 3.2.2 + +### Patch Changes + +- [#6751](https://github.com/withastro/astro/pull/6751) [`26daba8d9`](https://github.com/withastro/astro/commit/26daba8d9fd2e7cac8e506a2a36cd6f40ab25f16) Thanks [@nblackburn](https://github.com/nblackburn)! - Fix vercel analytics id not being set + +- Updated dependencies [[`489dd8d69`](https://github.com/withastro/astro/commit/489dd8d69cdd9d7c243cf8bec96051a914984b9c), [`a1a4f45b5`](https://github.com/withastro/astro/commit/a1a4f45b51a80215fa7598da83bd0d9c5acd20d2), [`d54cbe413`](https://github.com/withastro/astro/commit/d54cbe41349e55f8544212ad9320705f07325920), [`4c347ab51`](https://github.com/withastro/astro/commit/4c347ab51e46f2319d614f8577fe502e3dc816e2), [`2f2e572e9`](https://github.com/withastro/astro/commit/2f2e572e937fd25451bbc78a05d55b7caa1ca3ec)]: + - astro@2.1.10 + ## 3.2.1 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index a9fe8abac750f..745abb287d10d 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.2.1", + "version": "3.2.2", "type": "module", "author": "withastro", "license": "MIT", @@ -53,7 +53,7 @@ "web-vitals": "^3.1.1" }, "peerDependencies": { - "astro": "workspace:^2.1.9" + "astro": "workspace:^2.1.10" }, "devDependencies": { "@types/set-cookie-parser": "^2.4.2", diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index a63491376c528..696093c950e9a 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/vue +## 2.1.1 + +### Patch Changes + +- [#6671](https://github.com/withastro/astro/pull/6671) [`d59e511d1`](https://github.com/withastro/astro/commit/d59e511d16482cfc7067555dd0a456098ec69e30) Thanks [@wulinsheng123](https://github.com/wulinsheng123)! - Supporting the top of the await syntax sugar for Vue in the template's setup + +- Updated dependencies [[`489dd8d69`](https://github.com/withastro/astro/commit/489dd8d69cdd9d7c243cf8bec96051a914984b9c), [`a1a4f45b5`](https://github.com/withastro/astro/commit/a1a4f45b51a80215fa7598da83bd0d9c5acd20d2), [`d54cbe413`](https://github.com/withastro/astro/commit/d54cbe41349e55f8544212ad9320705f07325920), [`4c347ab51`](https://github.com/withastro/astro/commit/4c347ab51e46f2319d614f8577fe502e3dc816e2), [`2f2e572e9`](https://github.com/withastro/astro/commit/2f2e572e937fd25451bbc78a05d55b7caa1ca3ec)]: + - astro@2.1.10 + ## 2.1.0 ### Minor Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index bae442a5eef02..1f3d8ac36bb58 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "2.1.0", + "version": "2.1.1", "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.1.9", + "astro": "workspace:^2.1.10", "vue": "^3.2.30" }, "engines": { diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index 5a7a474d92a8a..3908ccbe3a052 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/markdown-remark +## 2.1.3 + +### Patch Changes + +- [#6744](https://github.com/withastro/astro/pull/6744) [`a1a4f45b5`](https://github.com/withastro/astro/commit/a1a4f45b51a80215fa7598da83bd0d9c5acd20d2) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix remote images in Markdown throwing errors when using `experimental.assets` + +- Updated dependencies [[`489dd8d69`](https://github.com/withastro/astro/commit/489dd8d69cdd9d7c243cf8bec96051a914984b9c), [`a1a4f45b5`](https://github.com/withastro/astro/commit/a1a4f45b51a80215fa7598da83bd0d9c5acd20d2), [`d54cbe413`](https://github.com/withastro/astro/commit/d54cbe41349e55f8544212ad9320705f07325920), [`4c347ab51`](https://github.com/withastro/astro/commit/4c347ab51e46f2319d614f8577fe502e3dc816e2), [`2f2e572e9`](https://github.com/withastro/astro/commit/2f2e572e937fd25451bbc78a05d55b7caa1ca3ec)]: + - astro@2.1.10 + ## 2.1.2 ### Patch Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index a29996eb9e6dc..c0b63c9f616ac 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "2.1.2", + "version": "2.1.3", "type": "module", "author": "withastro", "license": "MIT", @@ -25,7 +25,7 @@ "test": "mocha --exit --timeout 20000" }, "peerDependencies": { - "astro": "workspace:^2.1.5" + "astro": "workspace:^2.1.10" }, "dependencies": { "@astrojs/prism": "^2.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 163ddc2fd59e6..094cb9795c82e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -104,7 +104,7 @@ importers: examples/basics: specifiers: - astro: ^2.1.9 + astro: ^2.1.10 dependencies: astro: link:../../packages/astro @@ -112,8 +112,8 @@ importers: specifiers: '@astrojs/mdx': ^0.18.2 '@astrojs/rss': ^2.3.2 - '@astrojs/sitemap': ^1.2.1 - astro: ^2.1.9 + '@astrojs/sitemap': ^1.2.2 + astro: ^2.1.10 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/rss': link:../../packages/astro-rss @@ -122,14 +122,14 @@ importers: examples/component: specifiers: - astro: ^2.1.9 + astro: ^2.1.10 devDependencies: astro: link:../../packages/astro examples/deno: specifiers: '@astrojs/deno': ^4.1.0 - astro: ^2.1.9 + astro: ^2.1.10 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.9 + astro: ^2.1.10 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.9 + astro: ^2.1.10 dependencies: '@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@types/alpinejs': 3.7.1 @@ -180,9 +180,9 @@ importers: examples/framework-lit: specifiers: - '@astrojs/lit': ^2.0.0 + '@astrojs/lit': ^2.0.1 '@webcomponents/template-shadowroot': ^0.2.1 - astro: ^2.1.9 + astro: ^2.1.10 lit: ^2.7.0 dependencies: '@astrojs/lit': link:../../packages/integrations/lit @@ -196,8 +196,8 @@ importers: '@astrojs/react': ^2.1.1 '@astrojs/solid-js': ^2.1.0 '@astrojs/svelte': ^2.1.0 - '@astrojs/vue': ^2.1.0 - astro: ^2.1.9 + '@astrojs/vue': ^2.1.1 + astro: ^2.1.10 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.9 + astro: ^2.1.10 preact: ^10.7.3 dependencies: '@astrojs/preact': link:../../packages/integrations/preact @@ -235,7 +235,7 @@ importers: '@astrojs/react': ^2.1.1 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^2.1.9 + astro: ^2.1.10 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.9 + astro: ^2.1.10 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.9 + astro: ^2.1.10 svelte: ^3.48.0 dependencies: '@astrojs/svelte': link:../../packages/integrations/svelte @@ -268,8 +268,8 @@ importers: examples/framework-vue: specifiers: - '@astrojs/vue': ^2.1.0 - astro: ^2.1.9 + '@astrojs/vue': ^2.1.1 + astro: ^2.1.10 vue: ^3.2.37 dependencies: '@astrojs/vue': link:../../packages/integrations/vue @@ -278,41 +278,41 @@ importers: examples/hackernews: specifiers: - '@astrojs/node': ^5.1.0 - astro: ^2.1.9 + '@astrojs/node': ^5.1.1 + astro: ^2.1.10 dependencies: '@astrojs/node': link:../../packages/integrations/node astro: link:../../packages/astro examples/integration: specifiers: - astro: ^2.1.9 + astro: ^2.1.10 devDependencies: astro: link:../../packages/astro examples/minimal: specifiers: - astro: ^2.1.9 + astro: ^2.1.10 dependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^2.1.9 + astro: ^2.1.10 dependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - astro: ^2.1.9 + astro: ^2.1.10 dependencies: astro: link:../../packages/astro examples/ssr: specifiers: - '@astrojs/node': ^5.1.0 + '@astrojs/node': ^5.1.1 '@astrojs/svelte': ^2.1.0 - astro: ^2.1.9 + astro: ^2.1.10 concurrently: ^7.2.1 svelte: ^3.48.0 unocss: ^0.15.6 @@ -328,8 +328,8 @@ importers: examples/with-markdoc: specifiers: - '@astrojs/markdoc': ^0.1.0 - astro: ^2.1.9 + '@astrojs/markdoc': ^0.1.1 + astro: ^2.1.10 kleur: ^4.1.5 dependencies: '@astrojs/markdoc': link:../../packages/integrations/markdoc @@ -338,8 +338,8 @@ importers: examples/with-markdown-plugins: specifiers: - '@astrojs/markdown-remark': ^2.1.2 - astro: ^2.1.9 + '@astrojs/markdown-remark': ^2.1.3 + astro: ^2.1.10 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -356,7 +356,7 @@ importers: examples/with-markdown-shiki: specifiers: - astro: ^2.1.9 + astro: ^2.1.10 dependencies: astro: link:../../packages/astro @@ -364,7 +364,7 @@ importers: specifiers: '@astrojs/mdx': ^0.18.2 '@astrojs/preact': ^2.1.0 - astro: ^2.1.9 + astro: ^2.1.10 preact: ^10.6.5 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -376,7 +376,7 @@ importers: specifiers: '@astrojs/preact': ^2.1.0 '@nanostores/preact': ^0.1.3 - astro: ^2.1.9 + astro: ^2.1.10 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -391,7 +391,7 @@ importers: '@astrojs/mdx': ^0.18.2 '@astrojs/tailwind': ^3.1.1 '@types/canvas-confetti': ^1.4.3 - astro: ^2.1.9 + astro: ^2.1.10 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -408,7 +408,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^2.1.9 + astro: ^2.1.10 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 dependencies: @@ -418,7 +418,7 @@ importers: examples/with-vitest: specifiers: - astro: ^2.1.9 + astro: ^2.1.10 vitest: ^0.20.3 dependencies: astro: link:../../packages/astro @@ -428,7 +428,7 @@ importers: specifiers: '@astrojs/compiler': ^1.3.0 '@astrojs/language-server': ^0.28.3 - '@astrojs/markdown-remark': ^2.1.2 + '@astrojs/markdown-remark': ^2.1.3 '@astrojs/telemetry': ^2.1.0 '@astrojs/webapi': ^2.1.0 '@babel/core': ^7.18.2 @@ -3187,7 +3187,7 @@ importers: packages/integrations/mdx: specifiers: - '@astrojs/markdown-remark': ^2.1.2 + '@astrojs/markdown-remark': ^2.1.3 '@astrojs/prism': ^2.1.1 '@mdx-js/mdx': ^2.3.0 '@mdx-js/rollup': ^2.3.0