summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-02-15 05:05:27 -0800
committerGravatar GitHub <noreply@github.com> 2023-02-15 08:05:27 -0500
commit4b89c2b553aa93c53d6262f473f0fe793e034614 (patch)
tree5397feeb2d876ffcc55bc41cef85f1999f2c981a
parent7a6c09fac08cad13016196e235cb3790b3aa3cb0 (diff)
downloadastro@2.0.12.tar.gz
astro@2.0.12.tar.zst
astro@2.0.12.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/cold-spoons-battle.md5
-rw-r--r--.changeset/little-carrots-add.md5
-rw-r--r--.changeset/moody-cats-train.md5
-rw-r--r--.changeset/selfish-frogs-tell.md5
-rw-r--r--.changeset/three-peaches-guess.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-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.md10
-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.md11
-rw-r--r--packages/integrations/image/package.json4
-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.yaml58
46 files changed, 97 insertions, 95 deletions
diff --git a/.changeset/cold-spoons-battle.md b/.changeset/cold-spoons-battle.md
deleted file mode 100644
index 1245d2a26..000000000
--- a/.changeset/cold-spoons-battle.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix: run integration setup hooks during `astro sync`
diff --git a/.changeset/little-carrots-add.md b/.changeset/little-carrots-add.md
deleted file mode 100644
index 433635158..000000000
--- a/.changeset/little-carrots-add.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/image': minor
----
-
-Add support for SVG images
diff --git a/.changeset/moody-cats-train.md b/.changeset/moody-cats-train.md
deleted file mode 100644
index bb52f73a1..000000000
--- a/.changeset/moody-cats-train.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/mdx': patch
----
-
-Support rehype plugins that inject namespaced attributes
diff --git a/.changeset/selfish-frogs-tell.md b/.changeset/selfish-frogs-tell.md
deleted file mode 100644
index 0ed5b0b16..000000000
--- a/.changeset/selfish-frogs-tell.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix hydrate loading path to prevent multiple instance loaded for circular imports
diff --git a/.changeset/three-peaches-guess.md b/.changeset/three-peaches-guess.md
deleted file mode 100644
index c050e216c..000000000
--- a/.changeset/three-peaches-guess.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Add support for `.js/.mjs` file extensions for Content Collections configuration file. \ No newline at end of file
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 410083234..6b559280a 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.11"
+ "astro": "^2.0.12"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 0ec2126c3..6dcb6e612 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.11",
- "@astrojs/mdx": "^0.16.0",
+ "astro": "^2.0.12",
+ "@astrojs/mdx": "^0.16.1",
"@astrojs/rss": "^2.1.0",
"@astrojs/sitemap": "^1.0.1"
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 2596b5c5e..14c8346fe 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^2.0.11"
+ "astro": "^2.0.12"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"
diff --git a/examples/deno/package.json b/examples/deno/package.json
index 63a1c828c..ffd99ef5a 100644
--- a/examples/deno/package.json
+++ b/examples/deno/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.11"
+ "astro": "^2.0.12"
},
"devDependencies": {
"@astrojs/deno": "^4.0.0"
diff --git a/examples/docs/package.json b/examples/docs/package.json
index a390f6f54..fbb193d7c 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.11",
+ "astro": "^2.0.12",
"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 d25a1b79c..e58060945 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.11",
+ "astro": "^2.0.12",
"alpinejs": "^3.10.2",
"@astrojs/alpinejs": "^0.1.3",
"@types/alpinejs": "^3.7.0"
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 531fb207b..1731728bb 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.11",
+ "astro": "^2.0.12",
"lit": "^2.2.5",
"@astrojs/lit": "^1.2.0",
"@webcomponents/template-shadowroot": "^0.1.0"
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index d64e2991f..419995a0e 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.11",
+ "astro": "^2.0.12",
"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 b7a44074c..f492f8e59 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.11",
+ "astro": "^2.0.12",
"preact": "^10.7.3",
"@astrojs/preact": "^2.0.3",
"@preact/signals": "^1.1.0"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 758e71aa5..e048ae65c 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.11",
+ "astro": "^2.0.12",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@astrojs/react": "^2.0.2",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 0b56f5336..2d8fbe209 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.11",
+ "astro": "^2.0.12",
"solid-js": "^1.4.3",
"@astrojs/solid-js": "^2.0.2"
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index dc9c7ffab..1bcb16124 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.0.1",
- "astro": "^2.0.11"
+ "astro": "^2.0.12"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 5cb34f487..bf28fb10b 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.11",
+ "astro": "^2.0.12",
"vue": "^3.2.37",
"@astrojs/vue": "^2.0.1"
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index 470a7df31..72771a691 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/node": "^5.0.3",
- "astro": "^2.0.11"
+ "astro": "^2.0.12"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index a90559672..94d9479b9 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^2.0.11"
+ "astro": "^2.0.12"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 90e14b562..9ef3f1823 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.11"
+ "astro": "^2.0.12"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 60126ce36..589f82814 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.11"
+ "astro": "^2.0.12"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index edbcaa840..016e7c57c 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.11"
+ "astro": "^2.0.12"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 5ae166f98..734032b79 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,7 +12,7 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "astro": "^2.0.11",
+ "astro": "^2.0.12",
"svelte": "^3.48.0",
"@astrojs/svelte": "^2.0.1",
"@astrojs/node": "^5.0.3",
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index bb2614267..703fb152f 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.11",
+ "astro": "^2.0.12",
"@astrojs/markdown-remark": "^2.0.1",
"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 72d4508b5..85d092f02 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.11"
+ "astro": "^2.0.12"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index d89a2f44f..79d821c62 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.11",
+ "astro": "^2.0.12",
"preact": "^10.6.5",
"@astrojs/preact": "^2.0.3",
- "@astrojs/mdx": "^0.16.0"
+ "@astrojs/mdx": "^0.16.1"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 99e1ae0f4..2edf1900a 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.11",
+ "astro": "^2.0.12",
"preact": "^10.7.3",
"@astrojs/preact": "^2.0.3",
"nanostores": "^0.5.12",
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 75c5f2060..58033d62f 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^0.16.0",
+ "@astrojs/mdx": "^0.16.1",
"@astrojs/tailwind": "^3.0.1",
"@types/canvas-confetti": "^1.4.3",
- "astro": "^2.0.11",
+ "astro": "^2.0.12",
"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 2f12cb916..8eb2301fa 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.0.11",
+ "astro": "^2.0.12",
"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 daa82b9b5..ba1d76fc1 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^2.0.11",
+ "astro": "^2.0.12",
"vitest": "^0.20.3"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 3715c3832..0c15e3c1e 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,15 @@
# astro
+## 2.0.12
+
+### Patch Changes
+
+- [#6238](https://github.com/withastro/astro/pull/6238) [`deacd5443`](https://github.com/withastro/astro/commit/deacd5443aae8d0ee6508e2c442783dcc2e9a014) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix: run integration setup hooks during `astro sync`
+
+- [#6244](https://github.com/withastro/astro/pull/6244) [`1c678f7eb`](https://github.com/withastro/astro/commit/1c678f7ebff6b8ea843bf4b49ab73ca942a2a755) Thanks [@bluwy](https://github.com/bluwy)! - Fix hydrate loading path to prevent multiple instance loaded for circular imports
+
+- [#6229](https://github.com/withastro/astro/pull/6229) [`c397be324`](https://github.com/withastro/astro/commit/c397be324f97bb9700da8cd6d845470530b7d18c) Thanks [@MoustaphaDev](https://github.com/MoustaphaDev)! - Add support for `.js/.mjs` file extensions for Content Collections configuration file.
+
## 2.0.11
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index c1a61fd8d..c7686c8fb 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "2.0.11",
+ "version": "2.0.12",
"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 d85d50798..e99af39de 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.0.11"
+ "astro": "workspace:^2.0.12"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json
index fa043f528..7e6dcef73 100644
--- a/packages/integrations/deno/package.json
+++ b/packages/integrations/deno/package.json
@@ -32,7 +32,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
- "astro": "workspace:^2.0.11"
+ "astro": "workspace:^2.0.12"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md
index 4750f8bee..d859a7f7d 100644
--- a/packages/integrations/image/CHANGELOG.md
+++ b/packages/integrations/image/CHANGELOG.md
@@ -1,5 +1,16 @@
# @astrojs/image
+## 0.15.0
+
+### Minor Changes
+
+- [#6118](https://github.com/withastro/astro/pull/6118) [`ac3649bb5`](https://github.com/withastro/astro/commit/ac3649bb589a3ee1deab4ba73c06a36a45e2cee5) Thanks [@ggounot](https://github.com/ggounot)! - Add support for SVG images
+
+### Patch Changes
+
+- Updated dependencies [[`deacd5443`](https://github.com/withastro/astro/commit/deacd5443aae8d0ee6508e2c442783dcc2e9a014), [`1c678f7eb`](https://github.com/withastro/astro/commit/1c678f7ebff6b8ea843bf4b49ab73ca942a2a755), [`c397be324`](https://github.com/withastro/astro/commit/c397be324f97bb9700da8cd6d845470530b7d18c)]:
+ - astro@2.0.12
+
## 0.14.1
### Patch Changes
diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json
index 70b43e5df..5b68ab28d 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.14.1",
+ "version": "0.15.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -63,7 +63,7 @@
"vite": "^4.0.3"
},
"peerDependencies": {
- "astro": "workspace:^2.0.11",
+ "astro": "workspace:^2.0.12",
"sharp": ">=0.31.0"
},
"peerDependenciesMeta": {
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md
index b089ee9bb..82986bebe 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/mdx
+## 0.16.1
+
+### Patch Changes
+
+- [#6243](https://github.com/withastro/astro/pull/6243) [`4f6ecba4c`](https://github.com/withastro/astro/commit/4f6ecba4c1b35bacbbc0097854ee2b7b8c878e71) Thanks [@bluwy](https://github.com/bluwy)! - Support rehype plugins that inject namespaced attributes
+
## 0.16.0
### Minor Changes
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index 4bf3b4d4a..0354dc9de 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/mdx",
"description": "Use MDX within Astro",
- "version": "0.16.0",
+ "version": "0.16.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index be41862c5..93cb3ef87 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.0.11"
+ "astro": "workspace:^2.0.12"
},
"devDependencies": {
"@netlify/edge-handler-types": "^0.34.1",
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index f020ff8d4..5c89b9f66 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.0.11"
+ "astro": "workspace:^2.0.12"
},
"devDependencies": {
"@types/send": "^0.17.1",
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index 599fce1ed..fbae884ba 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -44,7 +44,7 @@
},
"peerDependencies": {
"svelte": "^3.54.0",
- "astro": "workspace:^2.0.11"
+ "astro": "workspace:^2.0.12"
},
"engines": {
"node": ">=16.12.0"
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index 73195bdba..c69d18d60 100644
--- a/packages/integrations/tailwind/package.json
+++ b/packages/integrations/tailwind/package.json
@@ -41,7 +41,7 @@
},
"peerDependencies": {
"tailwindcss": "^3.0.24",
- "astro": "workspace:^2.0.11"
+ "astro": "workspace:^2.0.12"
},
"pnpm": {
"peerDependencyRules": {
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index 7bdb8cc9c..4fded897e 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.0.11"
+ "astro": "workspace:^2.0.12"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.2",
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index ea2f516d3..2ab147054 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -51,7 +51,7 @@
},
"peerDependencies": {
"vue": "^3.2.30",
- "astro": "workspace:^2.0.11"
+ "astro": "workspace:^2.0.12"
},
"engines": {
"node": ">=16.12.0"
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index d7f11f56f..e6397d409 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -63,16 +63,16 @@ importers:
examples/basics:
specifiers:
- astro: ^2.0.11
+ astro: ^2.0.12
dependencies:
astro: link:../../packages/astro
examples/blog:
specifiers:
- '@astrojs/mdx': ^0.16.0
+ '@astrojs/mdx': ^0.16.1
'@astrojs/rss': ^2.1.0
'@astrojs/sitemap': ^1.0.1
- astro: ^2.0.11
+ astro: ^2.0.12
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
'@astrojs/rss': link:../../packages/astro-rss
@@ -81,14 +81,14 @@ importers:
examples/component:
specifiers:
- astro: ^2.0.11
+ astro: ^2.0.12
devDependencies:
astro: link:../../packages/astro
examples/deno:
specifiers:
'@astrojs/deno': ^4.0.0
- astro: ^2.0.11
+ astro: ^2.0.12
dependencies:
astro: link:../../packages/astro
devDependencies:
@@ -104,7 +104,7 @@ importers:
'@types/node': ^18.0.0
'@types/react': ^17.0.45
'@types/react-dom': ^18.0.0
- astro: ^2.0.11
+ astro: ^2.0.12
html-escaper: ^3.0.3
preact: ^10.7.3
react: ^18.1.0
@@ -130,7 +130,7 @@ importers:
'@astrojs/alpinejs': ^0.1.3
'@types/alpinejs': ^3.7.0
alpinejs: ^3.10.2
- astro: ^2.0.11
+ astro: ^2.0.12
dependencies:
'@astrojs/alpinejs': link:../../packages/integrations/alpinejs
'@types/alpinejs': 3.7.1
@@ -141,7 +141,7 @@ importers:
specifiers:
'@astrojs/lit': ^1.2.0
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^2.0.11
+ astro: ^2.0.12
lit: ^2.2.5
dependencies:
'@astrojs/lit': link:../../packages/integrations/lit
@@ -156,7 +156,7 @@ importers:
'@astrojs/solid-js': ^2.0.2
'@astrojs/svelte': ^2.0.1
'@astrojs/vue': ^2.0.1
- astro: ^2.0.11
+ astro: ^2.0.12
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@@ -181,7 +181,7 @@ importers:
specifiers:
'@astrojs/preact': ^2.0.3
'@preact/signals': ^1.1.0
- astro: ^2.0.11
+ astro: ^2.0.12
preact: ^10.7.3
dependencies:
'@astrojs/preact': link:../../packages/integrations/preact
@@ -194,7 +194,7 @@ importers:
'@astrojs/react': ^2.0.2
'@types/react': ^18.0.10
'@types/react-dom': ^18.0.5
- astro: ^2.0.11
+ astro: ^2.0.12
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@@ -208,7 +208,7 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^2.0.2
- astro: ^2.0.11
+ astro: ^2.0.12
solid-js: ^1.4.3
dependencies:
'@astrojs/solid-js': link:../../packages/integrations/solid
@@ -218,7 +218,7 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^2.0.1
- astro: ^2.0.11
+ astro: ^2.0.12
svelte: ^3.48.0
dependencies:
'@astrojs/svelte': link:../../packages/integrations/svelte
@@ -228,7 +228,7 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^2.0.1
- astro: ^2.0.11
+ astro: ^2.0.12
vue: ^3.2.37
dependencies:
'@astrojs/vue': link:../../packages/integrations/vue
@@ -238,32 +238,32 @@ importers:
examples/hackernews:
specifiers:
'@astrojs/node': ^5.0.3
- astro: ^2.0.11
+ astro: ^2.0.12
dependencies:
'@astrojs/node': link:../../packages/integrations/node
astro: link:../../packages/astro
examples/integration:
specifiers:
- astro: ^2.0.11
+ astro: ^2.0.12
devDependencies:
astro: link:../../packages/astro
examples/minimal:
specifiers:
- astro: ^2.0.11
+ astro: ^2.0.12
dependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
- astro: ^2.0.11
+ astro: ^2.0.12
dependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
- astro: ^2.0.11
+ astro: ^2.0.12
dependencies:
astro: link:../../packages/astro
@@ -271,7 +271,7 @@ importers:
specifiers:
'@astrojs/node': ^5.0.3
'@astrojs/svelte': ^2.0.1
- astro: ^2.0.11
+ astro: ^2.0.12
concurrently: ^7.2.1
svelte: ^3.48.0
unocss: ^0.15.6
@@ -288,7 +288,7 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^2.0.1
- astro: ^2.0.11
+ astro: ^2.0.12
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@@ -305,15 +305,15 @@ importers:
examples/with-markdown-shiki:
specifiers:
- astro: ^2.0.11
+ astro: ^2.0.12
dependencies:
astro: link:../../packages/astro
examples/with-mdx:
specifiers:
- '@astrojs/mdx': ^0.16.0
+ '@astrojs/mdx': ^0.16.1
'@astrojs/preact': ^2.0.3
- astro: ^2.0.11
+ astro: ^2.0.12
preact: ^10.6.5
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
@@ -325,7 +325,7 @@ importers:
specifiers:
'@astrojs/preact': ^2.0.3
'@nanostores/preact': ^0.1.3
- astro: ^2.0.11
+ astro: ^2.0.12
nanostores: ^0.5.12
preact: ^10.7.3
dependencies:
@@ -337,10 +337,10 @@ importers:
examples/with-tailwindcss:
specifiers:
- '@astrojs/mdx': ^0.16.0
+ '@astrojs/mdx': ^0.16.1
'@astrojs/tailwind': ^3.0.1
'@types/canvas-confetti': ^1.4.3
- astro: ^2.0.11
+ astro: ^2.0.12
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@@ -357,7 +357,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
- astro: ^2.0.11
+ astro: ^2.0.12
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
dependencies:
@@ -367,7 +367,7 @@ importers:
examples/with-vitest:
specifiers:
- astro: ^2.0.11
+ astro: ^2.0.12
vitest: ^0.20.3
dependencies:
astro: link:../../packages/astro