summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/angry-socks-sell.md5
-rw-r--r--.changeset/cool-readers-stare.md5
-rw-r--r--.changeset/proud-vans-approve.md5
-rw-r--r--.changeset/real-dryers-leave.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog/package.json6
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/deno/package.json2
-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.json2
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-svelte/package.json4
-rw-r--r--examples/framework-vue/package.json2
-rw-r--r--examples/hackernews/package.json4
-rw-r--r--examples/integration/package.json2
-rw-r--r--examples/middleware/package.json4
-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.json6
-rw-r--r--examples/with-markdoc/package.json4
-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.md8
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/integrations/cloudflare/CHANGELOG.md11
-rw-r--r--packages/integrations/cloudflare/package.json4
-rw-r--r--packages/integrations/deno/package.json2
-rw-r--r--packages/integrations/image/package.json2
-rw-r--r--packages/integrations/lit/CHANGELOG.md6
-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/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.yaml126
47 files changed, 124 insertions, 151 deletions
diff --git a/.changeset/angry-socks-sell.md b/.changeset/angry-socks-sell.md
deleted file mode 100644
index d04d01cb2..000000000
--- a/.changeset/angry-socks-sell.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/cloudflare': minor
----
-
-Expose cf metadata and Cloudflare Worker Cache API through `caches` in runtime.
diff --git a/.changeset/cool-readers-stare.md b/.changeset/cool-readers-stare.md
deleted file mode 100644
index c7fb65872..000000000
--- a/.changeset/cool-readers-stare.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/lit': minor
----
-
-Upgrade lit dependencies
diff --git a/.changeset/proud-vans-approve.md b/.changeset/proud-vans-approve.md
deleted file mode 100644
index c58b52799..000000000
--- a/.changeset/proud-vans-approve.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixed `RedirectConfig` type definition
diff --git a/.changeset/real-dryers-leave.md b/.changeset/real-dryers-leave.md
deleted file mode 100644
index 4d31e082a..000000000
--- a/.changeset/real-dryers-leave.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix missing stacktraces for Zod errors
diff --git a/examples/basics/package.json b/examples/basics/package.json
index faaed5dba..5f35d1d4f 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.5.6"
+ "astro": "^2.6.4"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 8aad8cdf1..f02d4d9d5 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^0.19.5",
+ "@astrojs/mdx": "^0.19.7",
"@astrojs/rss": "^2.4.3",
- "@astrojs/sitemap": "^1.3.2",
- "astro": "^2.5.6"
+ "@astrojs/sitemap": "^1.3.3",
+ "astro": "^2.6.4"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 0d91bd079..f5fd04490 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^2.5.6"
+ "astro": "^2.6.4"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"
diff --git a/examples/deno/package.json b/examples/deno/package.json
index b267befb2..243587845 100644
--- a/examples/deno/package.json
+++ b/examples/deno/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.5.6"
+ "astro": "^2.6.4"
},
"devDependencies": {
"@astrojs/deno": "^4.1.1"
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 6d686ba76..cc1cc3b5d 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -14,6 +14,6 @@
"@astrojs/alpinejs": "^0.2.2",
"@types/alpinejs": "^3.7.1",
"alpinejs": "^3.12.0",
- "astro": "^2.5.6"
+ "astro": "^2.6.4"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index aa176cac9..7610bf90a 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/lit": "^2.0.2",
+ "@astrojs/lit": "^2.1.0",
"@webcomponents/template-shadowroot": "^0.2.1",
- "astro": "^2.5.6",
+ "astro": "^2.6.4",
"lit": "^2.7.4"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index e5fb7b468..5c358a378 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -14,9 +14,9 @@
"@astrojs/preact": "^2.2.1",
"@astrojs/react": "^2.2.1",
"@astrojs/solid-js": "^2.2.0",
- "@astrojs/svelte": "^2.2.0",
+ "@astrojs/svelte": "^3.0.0",
"@astrojs/vue": "^2.2.1",
- "astro": "^2.5.6",
+ "astro": "^2.6.4",
"preact": "^10.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 5b9b5ca99..f5db19219 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^2.2.1",
"@preact/signals": "^1.1.3",
- "astro": "^2.5.6",
+ "astro": "^2.6.4",
"preact": "^10.13.2"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index b57022042..7c8ea9eb2 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -14,7 +14,7 @@
"@astrojs/react": "^2.2.1",
"@types/react": "^18.2.5",
"@types/react-dom": "^18.2.3",
- "astro": "^2.5.6",
+ "astro": "^2.6.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index f399110b8..b06ad23ce 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^2.2.0",
- "astro": "^2.5.6",
+ "astro": "^2.6.4",
"solid-js": "^1.7.4"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index a3c348e62..86f146fd3 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/svelte": "^2.2.0",
- "astro": "^2.5.6",
+ "@astrojs/svelte": "^3.0.0",
+ "astro": "^2.6.4",
"svelte": "^3.58.0"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index f6ea660a6..2398462a4 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/vue": "^2.2.1",
- "astro": "^2.5.6",
+ "astro": "^2.6.4",
"vue": "^3.2.47"
}
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index fb43330ae..2077ab4e7 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/node": "^5.1.4",
- "astro": "^2.5.6"
+ "@astrojs/node": "^5.2.0",
+ "astro": "^2.6.4"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index 9e38a0589..28fad4578 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^2.5.6"
+ "astro": "^2.6.4"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"
diff --git a/examples/middleware/package.json b/examples/middleware/package.json
index 9cd76a52f..48e3b1131 100644
--- a/examples/middleware/package.json
+++ b/examples/middleware/package.json
@@ -12,8 +12,8 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "@astrojs/node": "^5.1.4",
- "astro": "^2.5.6",
+ "@astrojs/node": "^5.2.0",
+ "astro": "^2.6.4",
"html-minifier": "^4.0.0"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index da59a3f41..395f66d89 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.5.6"
+ "astro": "^2.6.4"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 5f161e8f5..5e33bffa1 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.5.6"
+ "astro": "^2.6.4"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 1aeb84bce..65133a735 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.5.6"
+ "astro": "^2.6.4"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 039523d19..fd3c02747 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,9 +12,9 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "@astrojs/node": "^5.1.4",
- "@astrojs/svelte": "^2.2.0",
- "astro": "^2.5.6",
+ "@astrojs/node": "^5.2.0",
+ "@astrojs/svelte": "^3.0.0",
+ "astro": "^2.6.4",
"svelte": "^3.58.0"
}
}
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index 78464f677..79fc6581a 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/markdoc": "^0.3.0",
- "astro": "^2.6.2"
+ "@astrojs/markdoc": "^0.3.3",
+ "astro": "^2.6.4"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 73074cd65..21d0fac8d 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdown-remark": "^2.2.1",
- "astro": "^2.5.6",
+ "astro": "^2.6.4",
"hast-util-select": "^5.0.5",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index 3693a32f3..c863aa4b3 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.5.6"
+ "astro": "^2.6.4"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 5c92ed78f..98f1b326c 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^0.19.5",
+ "@astrojs/mdx": "^0.19.7",
"@astrojs/preact": "^2.2.1",
- "astro": "^2.5.6",
+ "astro": "^2.6.4",
"preact": "^10.13.2"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 6aacc7966..9e933d6f1 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^2.2.1",
"@nanostores/preact": "^0.4.1",
- "astro": "^2.5.6",
+ "astro": "^2.6.4",
"nanostores": "^0.8.1",
"preact": "^10.13.2"
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index e8792dc38..4fe651cfd 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^0.19.5",
+ "@astrojs/mdx": "^0.19.7",
"@astrojs/tailwind": "^3.1.3",
"@types/canvas-confetti": "^1.6.0",
- "astro": "^2.5.6",
+ "astro": "^2.6.4",
"autoprefixer": "^10.4.14",
"canvas-confetti": "^1.6.0",
"postcss": "^8.4.23",
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index 8182f61fe..7e6f0edbc 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.5.6",
+ "astro": "^2.6.4",
"vite-plugin-pwa": "0.14.7",
"workbox-window": "^6.5.4"
}
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 307feda3e..ac02ea277 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^2.5.6",
+ "astro": "^2.6.4",
"vitest": "^0.31.0"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index ea3dbffc2..e950af964 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,13 @@
# astro
+## 2.6.4
+
+### Patch Changes
+
+- [#7366](https://github.com/withastro/astro/pull/7366) [`42baf62e7`](https://github.com/withastro/astro/commit/42baf62e7ca0351a2f2c7d06ec58086f90519bb7) Thanks [@aappaapp](https://github.com/aappaapp)! - Fixed `RedirectConfig` type definition
+
+- [#7380](https://github.com/withastro/astro/pull/7380) [`1c7b63595`](https://github.com/withastro/astro/commit/1c7b6359563f5e83325121efb2e61915d818a35a) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix missing stacktraces for Zod errors
+
## 2.6.3
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 91bd00560..8aec60cda 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "2.6.3",
+ "version": "2.6.4",
"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/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md
index c53c919e1..efd60d255 100644
--- a/packages/integrations/cloudflare/CHANGELOG.md
+++ b/packages/integrations/cloudflare/CHANGELOG.md
@@ -1,5 +1,16 @@
# @astrojs/cloudflare
+## 6.5.0
+
+### Minor Changes
+
+- [#7386](https://github.com/withastro/astro/pull/7386) [`6d8aa4b61`](https://github.com/withastro/astro/commit/6d8aa4b61f22df2c5052d06dac8e53bbce73f5f5) Thanks [@beynar](https://github.com/beynar)! - Expose cf metadata and Cloudflare Worker Cache API through `caches` in runtime.
+
+### Patch Changes
+
+- Updated dependencies [[`42baf62e7`](https://github.com/withastro/astro/commit/42baf62e7ca0351a2f2c7d06ec58086f90519bb7), [`1c7b63595`](https://github.com/withastro/astro/commit/1c7b6359563f5e83325121efb2e61915d818a35a)]:
+ - astro@2.6.4
+
## 6.4.0
### Minor Changes
diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json
index 46f401674..bf4186d65 100644
--- a/packages/integrations/cloudflare/package.json
+++ b/packages/integrations/cloudflare/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/cloudflare",
"description": "Deploy your site to Cloudflare Workers/Pages",
- "version": "6.4.0",
+ "version": "6.5.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -44,7 +44,7 @@
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
- "astro": "workspace:^2.6.3"
+ "astro": "workspace:^2.6.4"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json
index 861961a7b..7d211b42d 100644
--- a/packages/integrations/deno/package.json
+++ b/packages/integrations/deno/package.json
@@ -36,7 +36,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
- "astro": "workspace:^2.6.3"
+ "astro": "workspace:^2.6.4"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json
index 17d420d1a..28dffe972 100644
--- a/packages/integrations/image/package.json
+++ b/packages/integrations/image/package.json
@@ -62,7 +62,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
- "astro": "workspace:^2.6.3",
+ "astro": "workspace:^2.6.4",
"sharp": ">=0.31.0"
},
"peerDependenciesMeta": {
diff --git a/packages/integrations/lit/CHANGELOG.md b/packages/integrations/lit/CHANGELOG.md
index 6a1fa51bb..edf38dfa9 100644
--- a/packages/integrations/lit/CHANGELOG.md
+++ b/packages/integrations/lit/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/lit
+## 2.1.0
+
+### Minor Changes
+
+- [#7373](https://github.com/withastro/astro/pull/7373) [`0986a44dd`](https://github.com/withastro/astro/commit/0986a44ddd2b48edbe318f6fceb7f4ce4670ce05) Thanks [@matthewp](https://github.com/matthewp)! - Upgrade lit dependencies
+
## 2.0.2
### Patch Changes
diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json
index 964e86adb..22fe219eb 100644
--- a/packages/integrations/lit/package.json
+++ b/packages/integrations/lit/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/lit",
- "version": "2.0.2",
+ "version": "2.1.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 35c215d00..47ad27a6d 100644
--- a/packages/integrations/markdoc/package.json
+++ b/packages/integrations/markdoc/package.json
@@ -73,7 +73,7 @@
"zod": "^3.17.3"
},
"peerDependencies": {
- "astro": "workspace:^2.6.3"
+ "astro": "workspace:^2.6.4"
},
"devDependencies": {
"@astrojs/markdown-remark": "^2.2.1",
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index 6f9df5832..1c1eca5eb 100644
--- a/packages/integrations/netlify/package.json
+++ b/packages/integrations/netlify/package.json
@@ -43,7 +43,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
- "astro": "workspace:^2.6.3"
+ "astro": "workspace:^2.6.4"
},
"devDependencies": {
"@netlify/edge-functions": "^2.0.0",
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index d29800d80..9a0812bd8 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -38,7 +38,7 @@
"server-destroy": "^1.0.1"
},
"peerDependencies": {
- "astro": "workspace:^2.6.3"
+ "astro": "workspace:^2.6.4"
},
"devDependencies": {
"@types/node": "^18.7.21",
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index 136f901ac..b039795ab 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -48,7 +48,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
- "astro": "workspace:^2.6.3",
+ "astro": "workspace:^2.6.4",
"svelte": "^3.55.0"
},
"engines": {
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index 21e0838f5..750962842 100644
--- a/packages/integrations/tailwind/package.json
+++ b/packages/integrations/tailwind/package.json
@@ -44,7 +44,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
- "astro": "workspace:^2.6.3",
+ "astro": "workspace:^2.6.4",
"tailwindcss": "^3.0.24"
},
"pnpm": {
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index 4290880a5..6fc901dc7 100644
--- a/packages/integrations/vercel/package.json
+++ b/packages/integrations/vercel/package.json
@@ -60,7 +60,7 @@
"web-vitals": "^3.1.1"
},
"peerDependencies": {
- "astro": "workspace:^2.6.3"
+ "astro": "workspace:^2.6.4"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.2",
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 1cc065462..ca1c8ad3e 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -56,7 +56,7 @@
"vue": "^3.2.37"
},
"peerDependencies": {
- "astro": "workspace:^2.6.3",
+ "astro": "workspace:^2.6.4",
"vue": "^3.2.30"
},
"engines": {
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index f5d6fee1d..47bf78569 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -1,4 +1,8 @@
-lockfileVersion: '6.0'
+lockfileVersion: '6.1'
+
+settings:
+ autoInstallPeers: false
+ excludeLinksFromLockfile: false
overrides:
tsconfig-resolver>type-fest: 3.0.0
@@ -123,34 +127,34 @@ importers:
examples/basics:
dependencies:
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
examples/blog:
dependencies:
'@astrojs/mdx':
- specifier: ^0.19.5
+ specifier: ^0.19.7
version: link:../../packages/integrations/mdx
'@astrojs/rss':
specifier: ^2.4.3
version: link:../../packages/astro-rss
'@astrojs/sitemap':
- specifier: ^1.3.2
+ specifier: ^1.3.3
version: link:../../packages/integrations/sitemap
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
examples/deno:
dependencies:
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
devDependencies:
'@astrojs/deno':
@@ -169,19 +173,19 @@ importers:
specifier: ^3.12.0
version: 3.12.0
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
examples/framework-lit:
dependencies:
'@astrojs/lit':
- specifier: ^2.0.2
+ specifier: ^2.1.0
version: link:../../packages/integrations/lit
'@webcomponents/template-shadowroot':
specifier: ^0.2.1
version: 0.2.1
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
lit:
specifier: ^2.7.4
@@ -199,13 +203,13 @@ importers:
specifier: ^2.2.0
version: link:../../packages/integrations/solid
'@astrojs/svelte':
- specifier: ^2.2.0
- version: 2.2.0(astro@packages+astro)(svelte@3.58.0)(typescript@5.0.2)
+ specifier: ^3.0.0
+ version: link:../../packages/integrations/svelte
'@astrojs/vue':
specifier: ^2.2.1
version: link:../../packages/integrations/vue
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
preact:
specifier: ^10.13.2
@@ -235,7 +239,7 @@ importers:
specifier: ^1.1.3
version: 1.1.3(preact@10.13.2)
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
preact:
specifier: ^10.13.2
@@ -253,7 +257,7 @@ importers:
specifier: ^18.2.3
version: 18.2.3
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
react:
specifier: ^18.2.0
@@ -268,7 +272,7 @@ importers:
specifier: ^2.2.0
version: link:../../packages/integrations/solid
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
solid-js:
specifier: ^1.7.4
@@ -277,10 +281,10 @@ importers:
examples/framework-svelte:
dependencies:
'@astrojs/svelte':
- specifier: ^2.2.0
- version: 2.2.0(astro@packages+astro)(svelte@3.58.0)(typescript@5.0.2)
+ specifier: ^3.0.0
+ version: link:../../packages/integrations/svelte
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
svelte:
specifier: ^3.58.0
@@ -292,7 +296,7 @@ importers:
specifier: ^2.2.1
version: link:../../packages/integrations/vue
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
vue:
specifier: ^3.2.47
@@ -301,25 +305,25 @@ importers:
examples/hackernews:
dependencies:
'@astrojs/node':
- specifier: ^5.1.4
+ specifier: ^5.2.0
version: link:../../packages/integrations/node
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
examples/middleware:
dependencies:
'@astrojs/node':
- specifier: ^5.1.4
+ specifier: ^5.2.0
version: link:../../packages/integrations/node
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
html-minifier:
specifier: ^4.0.0
@@ -328,31 +332,31 @@ importers:
examples/minimal:
dependencies:
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
examples/non-html-pages:
dependencies:
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
examples/ssr:
dependencies:
'@astrojs/node':
- specifier: ^5.1.4
+ specifier: ^5.2.0
version: link:../../packages/integrations/node
'@astrojs/svelte':
- specifier: ^2.2.0
- version: 2.2.0(astro@packages+astro)(svelte@3.58.0)(typescript@5.0.2)
+ specifier: ^3.0.0
+ version: link:../../packages/integrations/svelte
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
svelte:
specifier: ^3.58.0
@@ -361,10 +365,10 @@ importers:
examples/with-markdoc:
dependencies:
'@astrojs/markdoc':
- specifier: ^0.3.0
+ specifier: ^0.3.3
version: link:../../packages/integrations/markdoc
astro:
- specifier: ^2.6.2
+ specifier: ^2.6.4
version: link:../../packages/astro
examples/with-markdown-plugins:
@@ -373,7 +377,7 @@ importers:
specifier: ^2.2.1
version: link:../../packages/markdown/remark
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
hast-util-select:
specifier: ^5.0.5
@@ -394,19 +398,19 @@ importers:
examples/with-markdown-shiki:
dependencies:
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
examples/with-mdx:
dependencies:
'@astrojs/mdx':
- specifier: ^0.19.5
+ specifier: ^0.19.7
version: link:../../packages/integrations/mdx
'@astrojs/preact':
specifier: ^2.2.1
version: link:../../packages/integrations/preact
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
preact:
specifier: ^10.13.2
@@ -421,7 +425,7 @@ importers:
specifier: ^0.4.1
version: 0.4.1(nanostores@0.8.1)(preact@10.13.2)
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
nanostores:
specifier: ^0.8.1
@@ -433,7 +437,7 @@ importers:
examples/with-tailwindcss:
dependencies:
'@astrojs/mdx':
- specifier: ^0.19.5
+ specifier: ^0.19.7
version: link:../../packages/integrations/mdx
'@astrojs/tailwind':
specifier: ^3.1.3
@@ -442,7 +446,7 @@ importers:
specifier: ^1.6.0
version: 1.6.0
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
autoprefixer:
specifier: ^10.4.14
@@ -460,7 +464,7 @@ importers:
examples/with-vite-plugin-pwa:
dependencies:
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
vite-plugin-pwa:
specifier: 0.14.7
@@ -472,7 +476,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
- specifier: ^2.5.6
+ specifier: ^2.6.4
version: link:../../packages/astro
vitest:
specifier: ^0.31.0
@@ -5471,23 +5475,6 @@ packages:
vscode-uri: 3.0.7
dev: false
- /@astrojs/svelte@2.2.0(astro@packages+astro)(svelte@3.58.0)(typescript@5.0.2):
- resolution: {integrity: sha512-4kfh3GEIIOqH/wwTwLloRsZJ3z7rJ1eZWZ1oFrfEIjiQny5XqxyRJp/tUseKfaeDwKQGL+9t31ePTuwxx5oung==}
- engines: {node: '>=16.12.0'}
- peerDependencies:
- astro: '*'
- svelte: ^3.54.0
- dependencies:
- '@sveltejs/vite-plugin-svelte': 2.4.1(svelte@3.58.0)(vite@4.3.1)
- astro: link:packages/astro
- svelte: 3.58.0
- svelte2tsx: 0.5.23(svelte@3.58.0)(typescript@5.0.2)
- transitivePeerDependencies:
- - supports-color
- - typescript
- - vite
- dev: false
-
/@babel/code-frame@7.21.4:
resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==}
engines: {node: '>=6.9.0'}
@@ -16796,21 +16783,6 @@ packages:
svelte: 3.58.0
dev: false
- /svelte2tsx@0.5.23(svelte@3.58.0)(typescript@5.0.2):
- resolution: {integrity: sha512-jYFnugTQRFmUpvLXPQrKzVYcW5ErT+0QCxg027Zx9BuvYefMZFuoBSTDYe7viPEFGrPPiLgT2m7f5n9khE7f7Q==}
- peerDependencies:
- svelte: ^3.24
- typescript: ^4.1.2
- peerDependenciesMeta:
- typescript:
- optional: true
- dependencies:
- dedent-js: 1.0.1
- pascal-case: 3.1.2
- svelte: 3.58.0
- typescript: 5.0.2
- dev: false
-
/svelte2tsx@0.6.15(svelte@3.58.0)(typescript@5.0.2):
resolution: {integrity: sha512-+j6RmA3g5pPs1DHa/rdzJjjhZuCfWx0IbNPaR99A2bvOSPPY6BlVkBGU0urI+DGcWHhYEG28Flo942KqlAkpEQ==}
peerDependencies:
@@ -18405,7 +18377,3 @@ packages:
dependencies:
solid-js: 1.7.4
dev: false
-
-settings:
- autoInstallPeers: false
- excludeLinksFromLockfile: false