diff --git a/.changeset/dirty-zoos-provide.md b/.changeset/dirty-zoos-provide.md deleted file mode 100644 index 5c306e79a6f62..0000000000000 --- a/.changeset/dirty-zoos-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix: avoid calling `astro:server:setup` integration hook in production diff --git a/.changeset/eight-humans-push.md b/.changeset/eight-humans-push.md deleted file mode 100644 index bb37e6a3ae673..0000000000000 --- a/.changeset/eight-humans-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix next and previous links for index routes when using pagination diff --git a/.changeset/fuzzy-tips-teach.md b/.changeset/fuzzy-tips-teach.md deleted file mode 100644 index 802c39a0e13a7..0000000000000 --- a/.changeset/fuzzy-tips-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/react': patch ---- - -Update React README to reference the [new React docs](https://react.dev) diff --git a/.changeset/gold-windows-fly.md b/.changeset/gold-windows-fly.md deleted file mode 100644 index ca08419767ec6..0000000000000 --- a/.changeset/gold-windows-fly.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@astrojs/lit': major ---- - -Update to use `@lit-labs/ssr@^3` -**[BREAKING]** DOM shim required for Lit SSR has been greatly reduced. `window`, `document`, and other objects are no longer available in global. Most SSR-ready component code should not be affected but, if so, they can be fixed with optional chaining or by using the `isServer` environment checker from the `lit` package. See [lit.dev docs on authoring components for SSR].(https://lit.dev/docs/ssr/authoring/#browser-only-code) -**[BREAKING]** Adds compatibility with `lit@2.7.0` hydration behavior. Do not update if you're using `lit@2.6.1` or lower. -Includes support for template[shadowrootmode] support. diff --git a/.changeset/happy-snails-ring.md b/.changeset/happy-snails-ring.md deleted file mode 100644 index adab2967b762a..0000000000000 --- a/.changeset/happy-snails-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/rss': patch ---- - -Fixes `RSSOptions` type error when using `strictest` Typescript tsconfig diff --git a/.changeset/honest-paws-behave.md b/.changeset/honest-paws-behave.md deleted file mode 100644 index 51351376fc7ee..0000000000000 --- a/.changeset/honest-paws-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix incorrect path to file in error overlay on Win diff --git a/.changeset/lemon-snails-kiss.md b/.changeset/lemon-snails-kiss.md deleted file mode 100644 index b287620fda50f..0000000000000 --- a/.changeset/lemon-snails-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Improve error handling when using `astro:assets` diff --git a/.changeset/new-coats-check.md b/.changeset/new-coats-check.md deleted file mode 100644 index e749f551b2b33..0000000000000 --- a/.changeset/new-coats-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix multiple Image / getImage calls with the same image causing multiple duplicate images to be generated diff --git a/.changeset/odd-falcons-exist.md b/.changeset/odd-falcons-exist.md deleted file mode 100644 index 386a6e11cfc9c..0000000000000 --- a/.changeset/odd-falcons-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix InferGetStaticParamsType and InferGetStaticPropsType not working when getStaticPaths wasn't async diff --git a/.changeset/proud-buckets-fly.md b/.changeset/proud-buckets-fly.md deleted file mode 100644 index 3243540c055b3..0000000000000 --- a/.changeset/proud-buckets-fly.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/image': patch ---- - -Remove unnecessary `.wasm` files inside build output when possible diff --git a/.changeset/wet-lemons-rest.md b/.changeset/wet-lemons-rest.md deleted file mode 100644 index d2d92f6f51438..0000000000000 --- a/.changeset/wet-lemons-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/react': patch ---- - -Add use-immer as a noExternal module diff --git a/examples/basics/package.json b/examples/basics/package.json index 2eafc5aae4055..d37f33455f022 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.8" + "astro": "^2.1.9" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 30e25ed27ac21..2061d1dae0605 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.8", + "astro": "^2.1.9", "@astrojs/mdx": "^0.18.2", - "@astrojs/rss": "^2.3.1", + "@astrojs/rss": "^2.3.2", "@astrojs/sitemap": "^1.2.1" } } diff --git a/examples/component/package.json b/examples/component/package.json index bfa62ed349c11..b519cdd8c1cda 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.1.8" + "astro": "^2.1.9" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/deno/package.json b/examples/deno/package.json index 1c8931b98fe88..75ac97e2ecaf7 100644 --- a/examples/deno/package.json +++ b/examples/deno/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.8" + "astro": "^2.1.9" }, "devDependencies": { "@astrojs/deno": "^4.1.0" diff --git a/examples/docs/package.json b/examples/docs/package.json index 876860c312b77..c6f9f88c03f94 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -11,11 +11,11 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.8", + "astro": "^2.1.9", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", - "@astrojs/react": "^2.1.0", + "@astrojs/react": "^2.1.1", "@astrojs/preact": "^2.1.0", "@algolia/client-search": "^4.13.1", "@docsearch/css": "^3.1.0", diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 86ce5a33f8239..2cf0a3d5d727c 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.8", + "astro": "^2.1.9", "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 d6b19909839d6..bba2e38ecc229 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.8", + "astro": "^2.1.9", "lit": "^2.7.0", - "@astrojs/lit": "^1.3.0", + "@astrojs/lit": "^2.0.0", "@webcomponents/template-shadowroot": "^0.2.1" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index f98b0619510c6..d108ac2962dc2 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.8", + "astro": "^2.1.9", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", @@ -19,7 +19,7 @@ "svelte": "^3.48.0", "vue": "^3.2.37", "@astrojs/preact": "^2.1.0", - "@astrojs/react": "^2.1.0", + "@astrojs/react": "^2.1.1", "@astrojs/solid-js": "^2.1.0", "@astrojs/svelte": "^2.1.0", "@astrojs/vue": "^2.1.0" diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index aa194716f083a..b2cf8c22dce24 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.8", + "astro": "^2.1.9", "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 47467cbc4f561..9c01859c1a905 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.8", + "astro": "^2.1.9", "react": "^18.1.0", "react-dom": "^18.1.0", - "@astrojs/react": "^2.1.0", + "@astrojs/react": "^2.1.1", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 18038d5f01028..01ed5bc282b93 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.8", + "astro": "^2.1.9", "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 e3e2abebfa789..f284fdb2d7647 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.8" + "astro": "^2.1.9" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index b223cf7f69cc8..9bb8a94f26fde 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.8", + "astro": "^2.1.9", "vue": "^3.2.37", "@astrojs/vue": "^2.1.0" } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 4952bc1512154..31047b12401d3 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^5.1.0", - "astro": "^2.1.8" + "astro": "^2.1.9" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index cff9575e4b105..633cdd888b5c0 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.1.8" + "astro": "^2.1.9" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index fec95ee7989f1..8a1b74d74589b 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.8" + "astro": "^2.1.9" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index b026b42f2f6f7..7e4f5a81f84a0 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.8" + "astro": "^2.1.9" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 352e1bdb953a5..5c43603e79443 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.8" + "astro": "^2.1.9" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index e0d13eda10323..b5dc8f41e12c4 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.8", + "astro": "^2.1.9", "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 caa7317052040..8e91691aaed09 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdoc": "^0.1.0", - "astro": "^2.1.8", + "astro": "^2.1.9", "kleur": "^4.1.5" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 25c7e25c0206b..1c8d931ef891e 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.8", + "astro": "^2.1.9", "@astrojs/markdown-remark": "^2.1.2", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index 330fa0982912e..3f3ae45816f91 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.8" + "astro": "^2.1.9" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index b39bf96b908fd..45cb1dda09edc 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.8", + "astro": "^2.1.9", "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 2eddadd1dd5b7..f383cfc15efd3 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.8", + "astro": "^2.1.9", "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 e259776ee126a..93dfa96694ba7 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.8", + "astro": "^2.1.9", "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 49da73f1649e6..9ffdc7e5f30e8 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.8", + "astro": "^2.1.9", "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 3b5be7dc98be6..3cd805add39d7 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^2.1.8", + "astro": "^2.1.9", "vitest": "^0.20.3" } } diff --git a/packages/astro-rss/CHANGELOG.md b/packages/astro-rss/CHANGELOG.md index 24253b3a6d715..a9d96eb2dbf04 100644 --- a/packages/astro-rss/CHANGELOG.md +++ b/packages/astro-rss/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/rss +## 2.3.2 + +### Patch Changes + +- [#6614](https://github.com/withastro/astro/pull/6614) [`b1b9b1390`](https://github.com/withastro/astro/commit/b1b9b1390f95c6ae91389eba55f7563b911bccc7) Thanks [@aivarsliepa](https://github.com/aivarsliepa)! - Fixes `RSSOptions` type error when using `strictest` Typescript tsconfig + ## 2.3.1 ### Patch Changes diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json index 751534b5425e8..7f7121b62a6a4 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.1", + "version": "2.3.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index e348245d5e96c..abad619677235 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,23 @@ # astro +## 2.1.9 + +### Patch Changes + +- [#6693](https://github.com/withastro/astro/pull/6693) [`c0b7864a4`](https://github.com/withastro/astro/commit/c0b7864a41dd9f31e5a588208d1ff806d4edf047) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix: avoid calling `astro:server:setup` integration hook in production + +- [#6676](https://github.com/withastro/astro/pull/6676) [`5e33c51a9`](https://github.com/withastro/astro/commit/5e33c51a9c3c3b731a33f2c4a020a36d1471b78b) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix next and previous links for index routes when using pagination + +- [#6679](https://github.com/withastro/astro/pull/6679) [`08e92f4f8`](https://github.com/withastro/astro/commit/08e92f4f8ece50e377af5b0caca4ad789e0f23c1) Thanks [@fcFn](https://github.com/fcFn)! - Fix incorrect path to file in error overlay on Win + +- [#6649](https://github.com/withastro/astro/pull/6649) [`f0b732d32`](https://github.com/withastro/astro/commit/f0b732d326c609208f30485b9805a84a321a870e) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Improve error handling when using `astro:assets` + +- [#6710](https://github.com/withastro/astro/pull/6710) [`a0bdf4ce2`](https://github.com/withastro/astro/commit/a0bdf4ce2f36a0ce7045dc9f96c15dc7d9204c47) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix multiple Image / getImage calls with the same image causing multiple duplicate images to be generated + +- [#6711](https://github.com/withastro/astro/pull/6711) [`c04ea0d43`](https://github.com/withastro/astro/commit/c04ea0d43cc2aa8ebe520a1def19dd89828cf662) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix InferGetStaticParamsType and InferGetStaticPropsType not working when getStaticPaths wasn't async + +- [#6701](https://github.com/withastro/astro/pull/6701) [`46ecf4662`](https://github.com/withastro/astro/commit/46ecf466281450caedff5915cecde7a9fe3fdde0) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove unnecessary `.wasm` files inside build output when possible + ## 2.1.8 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index ccf0b786298b9..e80e25090236b 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "2.1.8", + "version": "2.1.9", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index c746b1bbbc943..4bd0b1c16ab97 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.8" + "astro": "workspace:^2.1.9" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index 76ae96df81b5f..675edde61645f 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.8" + "astro": "workspace:^2.1.9" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index acae2de03a8aa..eb145dd23dcad 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/image +## 0.16.4 + +### Patch Changes + +- [#6701](https://github.com/withastro/astro/pull/6701) [`46ecf4662`](https://github.com/withastro/astro/commit/46ecf466281450caedff5915cecde7a9fe3fdde0) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove unnecessary `.wasm` files inside build output when possible + +- Updated dependencies [[`c0b7864a4`](https://github.com/withastro/astro/commit/c0b7864a41dd9f31e5a588208d1ff806d4edf047), [`5e33c51a9`](https://github.com/withastro/astro/commit/5e33c51a9c3c3b731a33f2c4a020a36d1471b78b), [`08e92f4f8`](https://github.com/withastro/astro/commit/08e92f4f8ece50e377af5b0caca4ad789e0f23c1), [`f0b732d32`](https://github.com/withastro/astro/commit/f0b732d326c609208f30485b9805a84a321a870e), [`a0bdf4ce2`](https://github.com/withastro/astro/commit/a0bdf4ce2f36a0ce7045dc9f96c15dc7d9204c47), [`c04ea0d43`](https://github.com/withastro/astro/commit/c04ea0d43cc2aa8ebe520a1def19dd89828cf662), [`46ecf4662`](https://github.com/withastro/astro/commit/46ecf466281450caedff5915cecde7a9fe3fdde0)]: + - astro@2.1.9 + ## 0.16.3 ### Patch Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 4cf72ba5cf188..6d465ff8091e4 100644 --- a/packages/integrations/image/package.json +++ b/packages/integrations/image/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/image", "description": "Load and transform images in your Astro site", - "version": "0.16.3", + "version": "0.16.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -63,7 +63,7 @@ "vite": "^4.1.2" }, "peerDependencies": { - "astro": "workspace:^2.1.8", + "astro": "workspace:^2.1.9", "sharp": ">=0.31.0" }, "peerDependenciesMeta": { diff --git a/packages/integrations/lit/CHANGELOG.md b/packages/integrations/lit/CHANGELOG.md index 9a632fa1feb9b..c8c0200470b49 100644 --- a/packages/integrations/lit/CHANGELOG.md +++ b/packages/integrations/lit/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/lit +## 2.0.0 + +### Major Changes + +- [#6681](https://github.com/withastro/astro/pull/6681) [`4b077318f`](https://github.com/withastro/astro/commit/4b077318fbc21c4350cc21c380d96b54d302759c) Thanks [@e111077](https://github.com/e111077)! - Update to use `@lit-labs/ssr@^3` + **[BREAKING]** DOM shim required for Lit SSR has been greatly reduced. `window`, `document`, and other objects are no longer available in global. Most SSR-ready component code should not be affected but, if so, they can be fixed with optional chaining or by using the `isServer` environment checker from the `lit` package. See [lit.dev docs on authoring components for SSR].(https://lit.dev/docs/ssr/authoring/#browser-only-code) + **[BREAKING]** Adds compatibility with `lit@2.7.0` hydration behavior. Do not update if you're using `lit@2.6.1` or lower. + Includes support for template[shadowrootmode] support. + ## 1.3.0 ### Minor Changes diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json index 19892743d9a83..18e870087cdb0 100644 --- a/packages/integrations/lit/package.json +++ b/packages/integrations/lit/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/lit", - "version": "1.3.0", + "version": "2.0.0", "description": "Use Lit components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index f125e3e50845f..e209970f3872d 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -41,7 +41,7 @@ "zod": "^3.17.3" }, "peerDependencies": { - "astro": "workspace:^2.1.8" + "astro": "workspace:^2.1.9" }, "devDependencies": { "@types/chai": "^4.3.1", diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 4d368c3680475..30126d96104be 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.8" + "astro": "workspace:^2.1.9" }, "devDependencies": { "@netlify/edge-handler-types": "^0.34.1", diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 21cb8021d7897..95d05ecb23234 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.8" + "astro": "workspace:^2.1.9" }, "devDependencies": { "@types/send": "^0.17.1", diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index 7109a21da6d50..5a6dc251a2d13 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/react +## 2.1.1 + +### Patch Changes + +- [#6698](https://github.com/withastro/astro/pull/6698) [`fc71c3f18`](https://github.com/withastro/astro/commit/fc71c3f18819ac3ad62809a7eeff5fe7840f2c4b) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Update React README to reference the [new React docs](https://react.dev) + +- [#6696](https://github.com/withastro/astro/pull/6696) [`239b9a2fb`](https://github.com/withastro/astro/commit/239b9a2fb864fa785e4150cd8aa833de72dd3517) Thanks [@matthewp](https://github.com/matthewp)! - Add use-immer as a noExternal module + ## 2.1.0 ### Minor Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index c029f6e3fe24b..520b42545d59d 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.1.0", + "version": "2.1.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 1149083e48085..59006a4c0cc81 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.8", + "astro": "workspace:^2.1.9", "svelte": "^3.54.0" }, "engines": { diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index b2e16adcc24de..851f455ea421b 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.8", + "astro": "workspace:^2.1.9", "tailwindcss": "^3.0.24" }, "pnpm": { diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 6d62da0a8775b..a9fe8abac750f 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.8" + "astro": "workspace:^2.1.9" }, "devDependencies": { "@types/set-cookie-parser": "^2.4.2", diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index f778fd5bcbd13..bae442a5eef02 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.8", + "astro": "workspace:^2.1.9", "vue": "^3.2.30" }, "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2c1199a6303a0..4f644045c022d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -104,16 +104,16 @@ importers: examples/basics: specifiers: - astro: ^2.1.8 + astro: ^2.1.9 dependencies: astro: link:../../packages/astro examples/blog: specifiers: '@astrojs/mdx': ^0.18.2 - '@astrojs/rss': ^2.3.1 + '@astrojs/rss': ^2.3.2 '@astrojs/sitemap': ^1.2.1 - astro: ^2.1.8 + astro: ^2.1.9 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/rss': link:../../packages/astro-rss @@ -122,14 +122,14 @@ importers: examples/component: specifiers: - astro: ^2.1.8 + astro: ^2.1.9 devDependencies: astro: link:../../packages/astro examples/deno: specifiers: '@astrojs/deno': ^4.1.0 - astro: ^2.1.8 + astro: ^2.1.9 dependencies: astro: link:../../packages/astro devDependencies: @@ -139,13 +139,13 @@ importers: specifiers: '@algolia/client-search': ^4.13.1 '@astrojs/preact': ^2.1.0 - '@astrojs/react': ^2.1.0 + '@astrojs/react': ^2.1.1 '@docsearch/css': ^3.1.0 '@docsearch/react': ^3.1.0 '@types/node': ^18.0.0 '@types/react': ^17.0.45 '@types/react-dom': ^18.0.0 - astro: ^2.1.8 + astro: ^2.1.9 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.8 + astro: ^2.1.9 dependencies: '@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@types/alpinejs': 3.7.1 @@ -180,9 +180,9 @@ importers: examples/framework-lit: specifiers: - '@astrojs/lit': ^1.3.0 + '@astrojs/lit': ^2.0.0 '@webcomponents/template-shadowroot': ^0.2.1 - astro: ^2.1.8 + astro: ^2.1.9 lit: ^2.7.0 dependencies: '@astrojs/lit': link:../../packages/integrations/lit @@ -193,11 +193,11 @@ importers: examples/framework-multiple: specifiers: '@astrojs/preact': ^2.1.0 - '@astrojs/react': ^2.1.0 + '@astrojs/react': ^2.1.1 '@astrojs/solid-js': ^2.1.0 '@astrojs/svelte': ^2.1.0 '@astrojs/vue': ^2.1.0 - astro: ^2.1.8 + astro: ^2.1.9 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.8 + astro: ^2.1.9 preact: ^10.7.3 dependencies: '@astrojs/preact': link:../../packages/integrations/preact @@ -232,10 +232,10 @@ importers: examples/framework-react: specifiers: - '@astrojs/react': ^2.1.0 + '@astrojs/react': ^2.1.1 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^2.1.8 + astro: ^2.1.9 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.8 + astro: ^2.1.9 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.8 + astro: ^2.1.9 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.8 + astro: ^2.1.9 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.8 + astro: ^2.1.9 dependencies: '@astrojs/node': link:../../packages/integrations/node astro: link:../../packages/astro examples/integration: specifiers: - astro: ^2.1.8 + astro: ^2.1.9 devDependencies: astro: link:../../packages/astro examples/minimal: specifiers: - astro: ^2.1.8 + astro: ^2.1.9 dependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^2.1.8 + astro: ^2.1.9 dependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - astro: ^2.1.8 + astro: ^2.1.9 dependencies: astro: link:../../packages/astro @@ -312,7 +312,7 @@ importers: specifiers: '@astrojs/node': ^5.1.0 '@astrojs/svelte': ^2.1.0 - astro: ^2.1.8 + astro: ^2.1.9 concurrently: ^7.2.1 svelte: ^3.48.0 unocss: ^0.15.6 @@ -329,7 +329,7 @@ importers: examples/with-markdoc: specifiers: '@astrojs/markdoc': ^0.1.0 - astro: ^2.1.8 + astro: ^2.1.9 kleur: ^4.1.5 dependencies: '@astrojs/markdoc': link:../../packages/integrations/markdoc @@ -339,7 +339,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^2.1.2 - astro: ^2.1.8 + astro: ^2.1.9 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.8 + astro: ^2.1.9 dependencies: astro: link:../../packages/astro @@ -364,7 +364,7 @@ importers: specifiers: '@astrojs/mdx': ^0.18.2 '@astrojs/preact': ^2.1.0 - astro: ^2.1.8 + astro: ^2.1.9 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.8 + astro: ^2.1.9 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.8 + astro: ^2.1.9 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.8 + astro: ^2.1.9 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 dependencies: @@ -418,7 +418,7 @@ importers: examples/with-vitest: specifiers: - astro: ^2.1.8 + astro: ^2.1.9 vitest: ^0.20.3 dependencies: astro: link:../../packages/astro