summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-03-31 07:32:28 -0700
committerGravatar GitHub <noreply@github.com> 2023-03-31 16:32:28 +0200
commit07e8a1bab4f1d1442854cec65e8f66b247fc87c7 (patch)
tree23c038cb72deaa977e38a3cdea3573daab697229
parentc2d4ae1cbed622b2fadeb1fe8cc8bbed5f5adc8f (diff)
downloadastro-07e8a1bab4f1d1442854cec65e8f66b247fc87c7.tar.gz
astro-07e8a1bab4f1d1442854cec65e8f66b247fc87c7.tar.zst
astro-07e8a1bab4f1d1442854cec65e8f66b247fc87c7.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/dirty-zoos-provide.md5
-rw-r--r--.changeset/eight-humans-push.md5
-rw-r--r--.changeset/eight-stingrays-pull.md5
-rw-r--r--.changeset/fuzzy-tips-teach.md5
-rw-r--r--.changeset/gold-windows-fly.md8
-rw-r--r--.changeset/happy-snails-ring.md5
-rw-r--r--.changeset/honest-paws-behave.md5
-rw-r--r--.changeset/lemon-snails-kiss.md5
-rw-r--r--.changeset/new-coats-check.md5
-rw-r--r--.changeset/odd-falcons-exist.md5
-rw-r--r--.changeset/proud-buckets-fly.md6
-rw-r--r--.changeset/wet-lemons-rest.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog/package.json4
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/deno/package.json2
-rw-r--r--examples/docs/package.json4
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/framework-lit/package.json4
-rw-r--r--examples/framework-multiple/package.json4
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-react/package.json4
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-svelte/package.json2
-rw-r--r--examples/framework-vue/package.json2
-rw-r--r--examples/hackernews/package.json2
-rw-r--r--examples/integration/package.json2
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/non-html-pages/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/ssr/package.json2
-rw-r--r--examples/with-markdoc/package.json2
-rw-r--r--examples/with-markdown-plugins/package.json2
-rw-r--r--examples/with-markdown-shiki/package.json2
-rw-r--r--examples/with-mdx/package.json2
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--examples/with-vite-plugin-pwa/package.json2
-rw-r--r--examples/with-vitest/package.json2
-rw-r--r--packages/astro-rss/CHANGELOG.md6
-rw-r--r--packages/astro-rss/package.json2
-rw-r--r--packages/astro/CHANGELOG.md20
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/integrations/cloudflare/package.json2
-rw-r--r--packages/integrations/deno/package.json2
-rw-r--r--packages/integrations/image/CHANGELOG.md9
-rw-r--r--packages/integrations/image/package.json4
-rw-r--r--packages/integrations/lit/CHANGELOG.md9
-rw-r--r--packages/integrations/lit/package.json2
-rw-r--r--packages/integrations/markdoc/package.json2
-rw-r--r--packages/integrations/netlify/package.json2
-rw-r--r--packages/integrations/node/package.json2
-rw-r--r--packages/integrations/react/CHANGELOG.md8
-rw-r--r--packages/integrations/react/package.json2
-rw-r--r--packages/integrations/svelte/package.json2
-rw-r--r--packages/integrations/tailwind/package.json2
-rw-r--r--packages/integrations/vercel/package.json2
-rw-r--r--packages/integrations/vue/package.json2
-rw-r--r--pnpm-lock.yaml64
59 files changed, 131 insertions, 143 deletions
diff --git a/.changeset/dirty-zoos-provide.md b/.changeset/dirty-zoos-provide.md
deleted file mode 100644
index 5c306e79a..000000000
--- 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 bb37e6a3a..000000000
--- 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/eight-stingrays-pull.md b/.changeset/eight-stingrays-pull.md
deleted file mode 100644
index 530fc833c..000000000
--- a/.changeset/eight-stingrays-pull.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Dynamically import check command to improve startup speed and prevent Astro from crashing due to language-server stuff
diff --git a/.changeset/fuzzy-tips-teach.md b/.changeset/fuzzy-tips-teach.md
deleted file mode 100644
index 802c39a0e..000000000
--- 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 ca0841976..000000000
--- 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 adab2967b..000000000
--- 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 51351376f..000000000
--- 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 b287620fd..000000000
--- 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 e749f551b..000000000
--- 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 386a6e11c..000000000
--- 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 3243540c0..000000000
--- 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 d2d92f6f5..000000000
--- 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 2eafc5aae..d37f33455 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 30e25ed27..2061d1dae 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 bfa62ed34..b519cdd8c 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 1c8931b98..75ac97e2e 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 876860c31..c6f9f88c0 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 86ce5a33f..2cf0a3d5d 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 d6b199098..bba2e38ec 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 f98b06195..d108ac296 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 aa194716f..b2cf8c22d 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 47467cbc4..9c01859c1 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 18038d5f0..01ed5bc28 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 e3e2abebf..f284fdb2d 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 b223cf7f6..9bb8a94f2 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 4952bc151..31047b124 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 cff9575e4..633cdd888 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 fec95ee79..8a1b74d74 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 b026b42f2..7e4f5a81f 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 352e1bdb9..5c43603e7 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 e0d13eda1..b5dc8f41e 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 caa731705..8e91691aa 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 25c7e25c0..1c8d931ef 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 330fa0982..3f3ae4581 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 b39bf96b9..45cb1dda0 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 2eddadd1d..f383cfc15 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 e259776ee..93dfa9669 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 49da73f16..9ffdc7e5f 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 3b5be7dc9..3cd805add 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 24253b3a6..a9d96eb2d 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 751534b54..7f7121b62 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 e348245d5..8b2178e06 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,25 @@
# 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
+
+- [#6717](https://github.com/withastro/astro/pull/6717) [`c2d4ae1cb`](https://github.com/withastro/astro/commit/c2d4ae1cbed622b2fadeb1fe8cc8bbed5f5adc8f) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Dynamically import check command to improve startup speed and prevent Astro from crashing due to language-server stuff
+
+- [#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 ccf0b7862..e80e25090 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 c746b1bbb..4bd0b1c16 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 76ae96df8..675edde61 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 acae2de03..fb9ab0c61 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), [`c2d4ae1cb`](https://github.com/withastro/astro/commit/c2d4ae1cbed622b2fadeb1fe8cc8bbed5f5adc8f), [`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 4cf72ba5c..6d465ff80 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 9a632fa1f..c8c020047 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 19892743d..18e870087 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 f125e3e50..e209970f3 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 4d368c368..30126d961 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 21cb8021d..95d05ecb2 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 7109a21da..5a6dc251a 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 c029f6e3f..520b42545 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 1149083e4..59006a4c0 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 b2e16adcc..851f455ea 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 6d62da0a8..a9fe8abac 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 f778fd5bc..bae442a5e 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 2c1199a63..4f644045c 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