summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/bright-laws-drum.md5
-rw-r--r--.changeset/dirty-panthers-approve.md6
-rw-r--r--.changeset/healthy-experts-worry.md5
-rw-r--r--.changeset/violet-islands-buy.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.json2
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/framework-lit/package.json2
-rw-r--r--examples/framework-multiple/package.json2
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-react/package.json2
-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.json4
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json4
-rw-r--r--examples/with-vite-plugin-pwa/package.json2
-rw-r--r--examples/with-vitest/package.json2
-rw-r--r--packages/astro/CHANGELOG.md12
-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/package.json2
-rw-r--r--packages/integrations/markdoc/package.json2
-rw-r--r--packages/integrations/mdx/CHANGELOG.md6
-rw-r--r--packages/integrations/mdx/package.json2
-rw-r--r--packages/integrations/netlify/package.json2
-rw-r--r--packages/integrations/node/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.yaml94
46 files changed, 92 insertions, 125 deletions
diff --git a/.changeset/bright-laws-drum.md b/.changeset/bright-laws-drum.md
deleted file mode 100644
index 4670f42a3..000000000
--- a/.changeset/bright-laws-drum.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Properly include the needed WASM files for the Squoosh service for Netlify and Vercel in SSR
diff --git a/.changeset/dirty-panthers-approve.md b/.changeset/dirty-panthers-approve.md
deleted file mode 100644
index 73941c1e4..000000000
--- a/.changeset/dirty-panthers-approve.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'astro': patch
-'@astrojs/mdx': patch
----
-
-Fix sourcemap warnings when using Content Collections and MDX with the `vite.build.sourcemap` option
diff --git a/.changeset/healthy-experts-worry.md b/.changeset/healthy-experts-worry.md
deleted file mode 100644
index 901f0d971..000000000
--- a/.changeset/healthy-experts-worry.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix fallback content showing unexpectedly in some cases
diff --git a/.changeset/violet-islands-buy.md b/.changeset/violet-islands-buy.md
deleted file mode 100644
index 8c88d23be..000000000
--- a/.changeset/violet-islands-buy.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix CSS chunking and deduping between multiple Astro files and framework components
diff --git a/examples/basics/package.json b/examples/basics/package.json
index becd48f8d..06c9fe70c 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.2.2"
+ "astro": "^2.2.3"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 2171913d9..64c12cf91 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.2.2",
- "@astrojs/mdx": "^0.18.3",
+ "astro": "^2.2.3",
+ "@astrojs/mdx": "^0.18.4",
"@astrojs/rss": "^2.3.2",
"@astrojs/sitemap": "^1.2.2"
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 6b9a22f4f..37d408fbc 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^2.2.2"
+ "astro": "^2.2.3"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"
diff --git a/examples/deno/package.json b/examples/deno/package.json
index ac49019f3..897619fa6 100644
--- a/examples/deno/package.json
+++ b/examples/deno/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.2.2"
+ "astro": "^2.2.3"
},
"devDependencies": {
"@astrojs/deno": "^4.1.0"
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 4d38bcc14..6eb2ca23b 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.2.2",
+ "astro": "^2.2.3",
"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 414179499..9baaf895e 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.2.2",
+ "astro": "^2.2.3",
"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 624e75e9b..b6c57d764 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.2.2",
+ "astro": "^2.2.3",
"lit": "^2.7.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 b3ac47bd9..20b8dbe0a 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.2.2",
+ "astro": "^2.2.3",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index e4c773385..575bb7647 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.2.2",
+ "astro": "^2.2.3",
"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 1a3d419e4..0b4dca6fd 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.2.2",
+ "astro": "^2.2.3",
"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 63a5029bd..0d3f46be3 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.2.2",
+ "astro": "^2.2.3",
"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 9aeb03cac..1288f828a 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.2.2"
+ "astro": "^2.2.3"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index a619aab5d..ce9933cf0 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.2.2",
+ "astro": "^2.2.3",
"vue": "^3.2.37",
"@astrojs/vue": "^2.1.1"
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index 68b614bf2..3efa4e0f2 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/node": "^5.1.1",
- "astro": "^2.2.2"
+ "astro": "^2.2.3"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index 0b60265cd..3f43f5954 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^2.2.2"
+ "astro": "^2.2.3"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index b3a2f6070..d2ae739b5 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.2.2"
+ "astro": "^2.2.3"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index a01b2835c..18f217ab7 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.2.2"
+ "astro": "^2.2.3"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 62915e2a5..89949f875 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.2.2"
+ "astro": "^2.2.3"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index a61afe55b..c4b0fdc87 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,7 +12,7 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "astro": "^2.2.2",
+ "astro": "^2.2.3",
"svelte": "^3.48.0",
"@astrojs/svelte": "^2.1.0",
"@astrojs/node": "^5.1.1",
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index efc4251d7..2ef95570a 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.1.1",
- "astro": "^2.2.2",
+ "astro": "^2.2.3",
"kleur": "^4.1.5"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 83588bf59..9c2b56eed 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.2.2",
+ "astro": "^2.2.3",
"@astrojs/markdown-remark": "^2.1.3",
"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 ddcc21cab..bd1cb4731 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.2.2"
+ "astro": "^2.2.3"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index becae457c..3f33394bb 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.2.2",
+ "astro": "^2.2.3",
"preact": "^10.6.5",
"@astrojs/preact": "^2.1.0",
- "@astrojs/mdx": "^0.18.3"
+ "@astrojs/mdx": "^0.18.4"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index c55fa510e..b093e1742 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.2.2",
+ "astro": "^2.2.3",
"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 a898d65cc..cd09c7a5f 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^0.18.3",
+ "@astrojs/mdx": "^0.18.4",
"@astrojs/tailwind": "^3.1.1",
"@types/canvas-confetti": "^1.4.3",
- "astro": "^2.2.2",
+ "astro": "^2.2.3",
"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 7b7fdd914..dcee8ed87 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.2.2",
+ "astro": "^2.2.3",
"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 207402527..c0222d47b 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^2.2.2",
+ "astro": "^2.2.3",
"vitest": "^0.20.3"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 251096b53..8c9140ae8 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,17 @@
# astro
+## 2.2.3
+
+### Patch Changes
+
+- [#6765](https://github.com/withastro/astro/pull/6765) [`6c09ac03b`](https://github.com/withastro/astro/commit/6c09ac03bf8f77ca9c1279dce570e0dcf3d439e3) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Properly include the needed WASM files for the Squoosh service for Netlify and Vercel in SSR
+
+- [#6817](https://github.com/withastro/astro/pull/6817) [`f882bc163`](https://github.com/withastro/astro/commit/f882bc1636d5ce1c3b8faae47df36b4dc758045a) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix sourcemap warnings when using Content Collections and MDX with the `vite.build.sourcemap` option
+
+- [#6819](https://github.com/withastro/astro/pull/6819) [`76dd53e3f`](https://github.com/withastro/astro/commit/76dd53e3f69d596754795710a457a1e570a3bad4) Thanks [@MoustaphaDev](https://github.com/MoustaphaDev)! - Fix fallback content showing unexpectedly in some cases
+
+- [#6582](https://github.com/withastro/astro/pull/6582) [`7653cf9e9`](https://github.com/withastro/astro/commit/7653cf9e9fedc6edc6038603248351e276191c3a) Thanks [@bluwy](https://github.com/bluwy)! - Fix CSS chunking and deduping between multiple Astro files and framework components
+
## 2.2.2
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 61105aa95..15d29d8f1 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "2.2.2",
+ "version": "2.2.3",
"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 f606ab5dd..9f5e4de05 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.2.2"
+ "astro": "workspace:^2.2.3"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json
index 7f9b0b34f..20a6410e6 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.2.2"
+ "astro": "workspace:^2.2.3"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json
index 14b7a8223..edce9522a 100644
--- a/packages/integrations/image/package.json
+++ b/packages/integrations/image/package.json
@@ -63,7 +63,7 @@
"vite": "^4.2.1"
},
"peerDependencies": {
- "astro": "workspace:^2.2.2",
+ "astro": "workspace:^2.2.3",
"sharp": ">=0.31.0"
},
"peerDependenciesMeta": {
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index 347661c8c..14d4e5c36 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.2.2"
+ "astro": "workspace:^2.2.3"
},
"devDependencies": {
"@types/chai": "^4.3.1",
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md
index 53e2a426e..9add94482 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/mdx
+## 0.18.4
+
+### Patch Changes
+
+- [#6817](https://github.com/withastro/astro/pull/6817) [`f882bc163`](https://github.com/withastro/astro/commit/f882bc1636d5ce1c3b8faae47df36b4dc758045a) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix sourcemap warnings when using Content Collections and MDX with the `vite.build.sourcemap` option
+
## 0.18.3
### Patch Changes
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index 3eac6889f..9834b4d4d 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/mdx",
"description": "Add support for MDX pages in your Astro site",
- "version": "0.18.3",
+ "version": "0.18.4",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index 653399261..0be736f8b 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.2.2"
+ "astro": "workspace:^2.2.3"
},
"devDependencies": {
"@netlify/edge-functions": "^2.0.0",
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index 4d7c7580e..391555dcf 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.2.2"
+ "astro": "workspace:^2.2.3"
},
"devDependencies": {
"@types/send": "^0.17.1",
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index e054b8177..4e8cb3a18 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -43,7 +43,7 @@
"vite": "^4.2.1"
},
"peerDependencies": {
- "astro": "workspace:^2.2.2",
+ "astro": "workspace:^2.2.3",
"svelte": "^3.54.0"
},
"engines": {
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index 907b7d28c..05fa70f19 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.2.2",
+ "astro": "workspace:^2.2.3",
"tailwindcss": "^3.0.24"
},
"pnpm": {
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index da88ec85d..006d0a93b 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.2.2"
+ "astro": "workspace:^2.2.3"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.2",
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 7b7228af0..188804e00 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.2.2",
+ "astro": "workspace:^2.2.3",
"vue": "^3.2.30"
},
"engines": {
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index d623f0514..1fb04f831 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -104,16 +104,16 @@ importers:
examples/basics:
specifiers:
- astro: ^2.2.2
+ astro: ^2.2.3
dependencies:
astro: link:../../packages/astro
examples/blog:
specifiers:
- '@astrojs/mdx': ^0.18.3
+ '@astrojs/mdx': ^0.18.4
'@astrojs/rss': ^2.3.2
'@astrojs/sitemap': ^1.2.2
- astro: ^2.2.2
+ astro: ^2.2.3
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
'@astrojs/rss': link:../../packages/astro-rss
@@ -122,14 +122,14 @@ importers:
examples/component:
specifiers:
- astro: ^2.2.2
+ astro: ^2.2.3
devDependencies:
astro: link:../../packages/astro
examples/deno:
specifiers:
'@astrojs/deno': ^4.1.0
- astro: ^2.2.2
+ astro: ^2.2.3
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.2.2
+ astro: ^2.2.3
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.2.2
+ astro: ^2.2.3
dependencies:
'@astrojs/alpinejs': link:../../packages/integrations/alpinejs
'@types/alpinejs': 3.7.1
@@ -182,7 +182,7 @@ importers:
specifiers:
'@astrojs/lit': ^2.0.1
'@webcomponents/template-shadowroot': ^0.2.1
- astro: ^2.2.2
+ astro: ^2.2.3
lit: ^2.7.0
dependencies:
'@astrojs/lit': link:../../packages/integrations/lit
@@ -197,7 +197,7 @@ importers:
'@astrojs/solid-js': ^2.1.0
'@astrojs/svelte': ^2.1.0
'@astrojs/vue': ^2.1.1
- astro: ^2.2.2
+ astro: ^2.2.3
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.2.2
+ astro: ^2.2.3
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.2.2
+ astro: ^2.2.3
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.2.2
+ astro: ^2.2.3
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.2.2
+ astro: ^2.2.3
svelte: ^3.48.0
dependencies:
'@astrojs/svelte': link:../../packages/integrations/svelte
@@ -269,7 +269,7 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^2.1.1
- astro: ^2.2.2
+ astro: ^2.2.3
vue: ^3.2.37
dependencies:
'@astrojs/vue': link:../../packages/integrations/vue
@@ -279,32 +279,32 @@ importers:
examples/hackernews:
specifiers:
'@astrojs/node': ^5.1.1
- astro: ^2.2.2
+ astro: ^2.2.3
dependencies:
'@astrojs/node': link:../../packages/integrations/node
astro: link:../../packages/astro
examples/integration:
specifiers:
- astro: ^2.2.2
+ astro: ^2.2.3
devDependencies:
astro: link:../../packages/astro
examples/minimal:
specifiers:
- astro: ^2.2.2
+ astro: ^2.2.3
dependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
- astro: ^2.2.2
+ astro: ^2.2.3
dependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
- astro: ^2.2.2
+ astro: ^2.2.3
dependencies:
astro: link:../../packages/astro
@@ -312,7 +312,7 @@ importers:
specifiers:
'@astrojs/node': ^5.1.1
'@astrojs/svelte': ^2.1.0
- astro: ^2.2.2
+ astro: ^2.2.3
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.1
- astro: ^2.2.2
+ astro: ^2.2.3
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.3
- astro: ^2.2.2
+ astro: ^2.2.3
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@@ -356,15 +356,15 @@ importers:
examples/with-markdown-shiki:
specifiers:
- astro: ^2.2.2
+ astro: ^2.2.3
dependencies:
astro: link:../../packages/astro
examples/with-mdx:
specifiers:
- '@astrojs/mdx': ^0.18.3
+ '@astrojs/mdx': ^0.18.4
'@astrojs/preact': ^2.1.0
- astro: ^2.2.2
+ astro: ^2.2.3
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.2.2
+ astro: ^2.2.3
nanostores: ^0.5.12
preact: ^10.7.3
dependencies:
@@ -388,10 +388,10 @@ importers:
examples/with-tailwindcss:
specifiers:
- '@astrojs/mdx': ^0.18.3
+ '@astrojs/mdx': ^0.18.4
'@astrojs/tailwind': ^3.1.1
'@types/canvas-confetti': ^1.4.3
- astro: ^2.2.2
+ astro: ^2.2.3
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.2.2
+ astro: ^2.2.3
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
dependencies:
@@ -418,7 +418,7 @@ importers:
examples/with-vitest:
specifiers:
- astro: ^2.2.2
+ astro: ^2.2.3
vitest: ^0.20.3
dependencies:
astro: link:../../packages/astro
@@ -3265,8 +3265,8 @@ importers:
vfile: ^5.3.2
vite: ^4.2.1
dependencies:
- '@astrojs/markdown-remark': 2.1.3_astro@packages+astro
- '@astrojs/prism': 2.1.1
+ '@astrojs/markdown-remark': link:../../markdown/remark
+ '@astrojs/prism': link:../../astro-prism
'@mdx-js/mdx': 2.3.0
'@mdx-js/rollup': 2.3.0
acorn: 8.8.2
@@ -4312,36 +4312,6 @@ packages:
vscode-uri: 3.0.7
dev: false
- /@astrojs/markdown-remark/2.1.3_astro@packages+astro:
- resolution: {integrity: sha512-Di8Qbit9p7L7eqKklAJmiW9nVD+XMsNHpaNzCLduWjOonDu9fVgEzdjeDrTVCDtgrvkfhpAekuNXrp5+w4F91g==}
- peerDependencies:
- astro: '*'
- dependencies:
- '@astrojs/prism': 2.1.1
- astro: link:packages/astro
- github-slugger: 1.5.0
- import-meta-resolve: 2.2.1
- rehype-raw: 6.1.1
- rehype-stringify: 9.0.3
- remark-gfm: 3.0.1
- remark-parse: 10.0.1
- remark-rehype: 10.1.0
- remark-smartypants: 2.0.0
- shiki: 0.11.1
- unified: 10.1.2
- unist-util-visit: 4.1.2
- vfile: 5.3.7
- transitivePeerDependencies:
- - supports-color
- dev: false
-
- /@astrojs/prism/2.1.1:
- resolution: {integrity: sha512-Gnwnlb1lGJzCQEg89r4/WqgfCGPNFC7Kuh2D/k289Cbdi/2PD7Lrdstz86y1itDvcb2ijiRqjqWnJ5rsfu/QOA==}
- engines: {node: '>=16.12.0'}
- dependencies:
- prismjs: 1.29.0
- dev: false
-
/@babel/code-frame/7.18.6:
resolution: {integrity: sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==}
engines: {node: '>=6.9.0'}