aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-05-22 05:03:48 -0700
committerGravatar GitHub <noreply@github.com> 2025-05-22 13:03:48 +0100
commit3632dda0c14d03b6849a2f513fc2467a91bcbc83 (patch)
tree51478d366e7d9db48a890f51c9aa58bd60ab363d
parent3c3b492375bd6a63f1fb6cede3685aff999be3c9 (diff)
downloadastro-3632dda0c14d03b6849a2f513fc2467a91bcbc83.tar.gz
astro-3632dda0c14d03b6849a2f513fc2467a91bcbc83.tar.zst
astro-3632dda0c14d03b6849a2f513fc2467a91bcbc83.zip
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/upset-tires-shout.md20
-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/container-with-vitest/package.json4
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/framework-multiple/package.json12
-rw-r--r--examples/framework-preact/package.json4
-rw-r--r--examples/framework-react/package.json4
-rw-r--r--examples/framework-solid/package.json4
-rw-r--r--examples/framework-svelte/package.json4
-rw-r--r--examples/framework-vue/package.json4
-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/portfolio/package.json2
-rw-r--r--examples/ssr/package.json4
-rw-r--r--examples/starlog/package.json2
-rw-r--r--examples/toolbar-app/package.json2
-rw-r--r--examples/with-markdoc/package.json4
-rw-r--r--examples/with-mdx/package.json6
-rw-r--r--examples/with-nanostores/package.json4
-rw-r--r--examples/with-tailwindcss/package.json4
-rw-r--r--examples/with-vitest/package.json2
-rw-r--r--packages/astro-prism/CHANGELOG.md10
-rw-r--r--packages/astro-prism/package.json2
-rw-r--r--packages/astro/CHANGELOG.md16
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/create-astro/CHANGELOG.md10
-rw-r--r--packages/create-astro/package.json2
-rw-r--r--packages/integrations/markdoc/CHANGELOG.md16
-rw-r--r--packages/integrations/markdoc/package.json2
-rw-r--r--packages/integrations/mdx/CHANGELOG.md15
-rw-r--r--packages/integrations/mdx/package.json2
-rw-r--r--packages/integrations/preact/CHANGELOG.md10
-rw-r--r--packages/integrations/preact/package.json2
-rw-r--r--packages/integrations/react/CHANGELOG.md10
-rw-r--r--packages/integrations/react/package.json2
-rw-r--r--packages/integrations/solid/CHANGELOG.md10
-rw-r--r--packages/integrations/solid/package.json2
-rw-r--r--packages/integrations/svelte/CHANGELOG.md10
-rw-r--r--packages/integrations/svelte/package.json2
-rw-r--r--packages/integrations/vue/CHANGELOG.md10
-rw-r--r--packages/integrations/vue/package.json2
-rw-r--r--packages/markdown/remark/CHANGELOG.md7
-rw-r--r--packages/markdown/remark/package.json2
-rw-r--r--packages/telemetry/CHANGELOG.md10
-rw-r--r--packages/telemetry/package.json2
-rw-r--r--packages/upgrade/CHANGELOG.md10
-rw-r--r--packages/upgrade/package.json2
-rw-r--r--pnpm-lock.yaml82
51 files changed, 239 insertions, 115 deletions
diff --git a/.changeset/upset-tires-shout.md b/.changeset/upset-tires-shout.md
deleted file mode 100644
index 8f9fa8d67..000000000
--- a/.changeset/upset-tires-shout.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-'@astrojs/markdoc': minor
-'@astrojs/preact': minor
-'@astrojs/svelte': minor
-'@astrojs/react': minor
-'@astrojs/solid-js': minor
-'@astrojs/mdx': minor
-'@astrojs/vue': minor
-'create-astro': minor
-'@astrojs/prism': minor
-'@astrojs/telemetry': minor
-'@astrojs/upgrade': minor
-'astro': minor
----
-
-Increases minimum Node.js version to 18.20.8
-
-Node.js 18 has now reached end-of-life and should not be used. For now, Astro will continue to support Node.js 18.20.8, which is the final LTS release of Node.js 18, as well as Node.js 20 and Node.js 22 or later. We will drop support for Node.js 18 in a future release, so we recommend upgrading to Node.js 22 as soon as possible. See Astro's [Node.js support policy](https://docs.astro.build/en/upgrade-astro/#support) for more details.
-
-:warning: **Important note for users of Cloudflare Pages**: The current build image for Cloudflare Pages uses Node.js 18.17.1 by default, which is no longer supported by Astro. If you are using Cloudflare Pages you should [override the default Node.js version](https://developers.cloudflare.com/pages/configuration/build-image/#override-default-versions) to Node.js 22. This does not affect users of Cloudflare Workers, which uses Node.js 22 by default.
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 00c0c2a97..0444d7e32 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.7.14"
+ "astro": "^5.8.0"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 0ae492be1..037911508 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^4.2.6",
+ "@astrojs/mdx": "^4.3.0",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.4.0",
- "astro": "^5.7.14"
+ "astro": "^5.8.0"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 6a7fef818..a906cf641 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^5.7.14"
+ "astro": "^5.8.0"
},
"peerDependencies": {
"astro": "^4.0.0 || ^5.0.0"
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json
index 198ae7f72..5cfcf33e5 100644
--- a/examples/container-with-vitest/package.json
+++ b/examples/container-with-vitest/package.json
@@ -11,8 +11,8 @@
"test": "vitest run"
},
"dependencies": {
- "@astrojs/react": "^4.2.7",
- "astro": "^5.7.14",
+ "@astrojs/react": "^4.3.0",
+ "astro": "^5.8.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^3.1.1"
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 9dbc4cbd6..763c19c62 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -13,6 +13,6 @@
"@astrojs/alpinejs": "^0.4.8",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.14.9",
- "astro": "^5.7.14"
+ "astro": "^5.8.0"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 43ccabbef..a55b151e3 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -10,14 +10,14 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^4.0.11",
- "@astrojs/react": "^4.2.7",
- "@astrojs/solid-js": "^5.0.10",
- "@astrojs/svelte": "^7.0.13",
- "@astrojs/vue": "^5.0.13",
+ "@astrojs/preact": "^4.1.0",
+ "@astrojs/react": "^4.3.0",
+ "@astrojs/solid-js": "^5.1.0",
+ "@astrojs/svelte": "^7.1.0",
+ "@astrojs/vue": "^5.1.0",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
- "astro": "^5.7.14",
+ "astro": "^5.8.0",
"preact": "^10.26.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 754232da6..4eb8400c0 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^4.0.11",
+ "@astrojs/preact": "^4.1.0",
"@preact/signals": "^2.0.3",
- "astro": "^5.7.14",
+ "astro": "^5.8.0",
"preact": "^10.26.5"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index fa741025e..7efb08bde 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -10,10 +10,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/react": "^4.2.7",
+ "@astrojs/react": "^4.3.0",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
- "astro": "^5.7.14",
+ "astro": "^5.8.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 159b7dc9a..380c371aa 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/solid-js": "^5.0.10",
- "astro": "^5.7.14",
+ "@astrojs/solid-js": "^5.1.0",
+ "astro": "^5.8.0",
"solid-js": "^1.9.5"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 1b51dcd8d..c0f89dcf2 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/svelte": "^7.0.13",
- "astro": "^5.7.14",
+ "@astrojs/svelte": "^7.1.0",
+ "astro": "^5.8.0",
"svelte": "^5.25.7"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 3aa99a254..4ac5804f0 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/vue": "^5.0.13",
- "astro": "^5.7.14",
+ "@astrojs/vue": "^5.1.0",
+ "astro": "^5.8.0",
"vue": "^3.5.13"
}
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index 1e0cc385d..c1f1ab6c5 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -11,6 +11,6 @@
},
"dependencies": {
"@astrojs/node": "^9.2.2",
- "astro": "^5.7.14"
+ "astro": "^5.8.0"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index 0a6c63537..06e74f314 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^5.7.14"
+ "astro": "^5.8.0"
},
"peerDependencies": {
"astro": "^4.0.0"
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index a3b815135..85ccde931 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.7.14"
+ "astro": "^5.8.0"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 84d26ba6c..f062dcbec 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.7.14"
+ "astro": "^5.8.0"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 403c00beb..5149072e7 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,8 +12,8 @@
},
"dependencies": {
"@astrojs/node": "^9.2.2",
- "@astrojs/svelte": "^7.0.13",
- "astro": "^5.7.14",
+ "@astrojs/svelte": "^7.1.0",
+ "astro": "^5.8.0",
"svelte": "^5.25.7"
}
}
diff --git a/examples/starlog/package.json b/examples/starlog/package.json
index 0252b97bb..766341835 100644
--- a/examples/starlog/package.json
+++ b/examples/starlog/package.json
@@ -9,7 +9,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.7.14",
+ "astro": "^5.8.0",
"sass": "^1.86.3",
"sharp": "^0.33.3"
}
diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json
index 13d1bce96..78424cb5f 100644
--- a/examples/toolbar-app/package.json
+++ b/examples/toolbar-app/package.json
@@ -16,6 +16,6 @@
},
"devDependencies": {
"@types/node": "^18.17.8",
- "astro": "^5.7.14"
+ "astro": "^5.8.0"
}
}
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index bfb559eaa..505b99893 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/markdoc": "^0.14.2",
- "astro": "^5.7.14"
+ "@astrojs/markdoc": "^0.15.0",
+ "astro": "^5.8.0"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index db6ae1c53..7655eadad 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^4.2.6",
- "@astrojs/preact": "^4.0.11",
- "astro": "^5.7.14",
+ "@astrojs/mdx": "^4.3.0",
+ "@astrojs/preact": "^4.1.0",
+ "astro": "^5.8.0",
"preact": "^10.26.5"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 064c2881b..de8422831 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^4.0.11",
+ "@astrojs/preact": "^4.1.0",
"@nanostores/preact": "^0.5.2",
- "astro": "^5.7.14",
+ "astro": "^5.8.0",
"nanostores": "^0.11.4",
"preact": "^10.26.5"
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index e96ce48a1..b7b4611e2 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -10,10 +10,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^4.2.6",
+ "@astrojs/mdx": "^4.3.0",
"@tailwindcss/vite": "^4.1.3",
"@types/canvas-confetti": "^1.9.0",
- "astro": "^5.7.14",
+ "astro": "^5.8.0",
"canvas-confetti": "^1.9.3",
"tailwindcss": "^4.1.3"
}
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 18a3e43a8..518a94f6c 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -11,7 +11,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^5.7.14",
+ "astro": "^5.8.0",
"vitest": "^3.1.1"
}
}
diff --git a/packages/astro-prism/CHANGELOG.md b/packages/astro-prism/CHANGELOG.md
index 30896d627..19871c6d0 100644
--- a/packages/astro-prism/CHANGELOG.md
+++ b/packages/astro-prism/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/prism
+## 3.3.0
+
+### Minor Changes
+
+- [#13809](https://github.com/withastro/astro/pull/13809) [`3c3b492`](https://github.com/withastro/astro/commit/3c3b492375bd6a63f1fb6cede3685aff999be3c9) Thanks [@ascorbic](https://github.com/ascorbic)! - Increases minimum Node.js version to 18.20.8
+
+ Node.js 18 has now reached end-of-life and should not be used. For now, Astro will continue to support Node.js 18.20.8, which is the final LTS release of Node.js 18, as well as Node.js 20 and Node.js 22 or later. We will drop support for Node.js 18 in a future release, so we recommend upgrading to Node.js 22 as soon as possible. See Astro's [Node.js support policy](https://docs.astro.build/en/upgrade-astro/#support) for more details.
+
+ :warning: **Important note for users of Cloudflare Pages**: The current build image for Cloudflare Pages uses Node.js 18.17.1 by default, which is no longer supported by Astro. If you are using Cloudflare Pages you should [override the default Node.js version](https://developers.cloudflare.com/pages/configuration/build-image/#override-default-versions) to Node.js 22. This does not affect users of Cloudflare Workers, which uses Node.js 22 by default.
+
## 3.2.0
### Minor Changes
diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json
index 3541338a5..37ca54bfb 100644
--- a/packages/astro-prism/package.json
+++ b/packages/astro-prism/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/prism",
- "version": "3.2.0",
+ "version": "3.3.0",
"description": "Add Prism syntax highlighting support to your Astro site",
"author": "withastro",
"type": "module",
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index f80f4916d..caede5cca 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,21 @@
# astro
+## 5.8.0
+
+### Minor Changes
+
+- [#13809](https://github.com/withastro/astro/pull/13809) [`3c3b492`](https://github.com/withastro/astro/commit/3c3b492375bd6a63f1fb6cede3685aff999be3c9) Thanks [@ascorbic](https://github.com/ascorbic)! - Increases minimum Node.js version to 18.20.8
+
+ Node.js 18 has now reached end-of-life and should not be used. For now, Astro will continue to support Node.js 18.20.8, which is the final LTS release of Node.js 18, as well as Node.js 20 and Node.js 22 or later. We will drop support for Node.js 18 in a future release, so we recommend upgrading to Node.js 22 as soon as possible. See Astro's [Node.js support policy](https://docs.astro.build/en/upgrade-astro/#support) for more details.
+
+ :warning: **Important note for users of Cloudflare Pages**: The current build image for Cloudflare Pages uses Node.js 18.17.1 by default, which is no longer supported by Astro. If you are using Cloudflare Pages you should [override the default Node.js version](https://developers.cloudflare.com/pages/configuration/build-image/#override-default-versions) to Node.js 22. This does not affect users of Cloudflare Workers, which uses Node.js 22 by default.
+
+### Patch Changes
+
+- Updated dependencies [[`3c3b492`](https://github.com/withastro/astro/commit/3c3b492375bd6a63f1fb6cede3685aff999be3c9)]:
+ - @astrojs/telemetry@3.3.0
+ - @astrojs/markdown-remark@6.3.2
+
## 5.7.14
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 9e474801a..304f5ba8b 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "5.7.14",
+ "version": "5.8.0",
"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/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md
index 50f05dde8..7a4a06933 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,15 @@
# create-astro
+## 4.12.0
+
+### Minor Changes
+
+- [#13809](https://github.com/withastro/astro/pull/13809) [`3c3b492`](https://github.com/withastro/astro/commit/3c3b492375bd6a63f1fb6cede3685aff999be3c9) Thanks [@ascorbic](https://github.com/ascorbic)! - Increases minimum Node.js version to 18.20.8
+
+ Node.js 18 has now reached end-of-life and should not be used. For now, Astro will continue to support Node.js 18.20.8, which is the final LTS release of Node.js 18, as well as Node.js 20 and Node.js 22 or later. We will drop support for Node.js 18 in a future release, so we recommend upgrading to Node.js 22 as soon as possible. See Astro's [Node.js support policy](https://docs.astro.build/en/upgrade-astro/#support) for more details.
+
+ :warning: **Important note for users of Cloudflare Pages**: The current build image for Cloudflare Pages uses Node.js 18.17.1 by default, which is no longer supported by Astro. If you are using Cloudflare Pages you should [override the default Node.js version](https://developers.cloudflare.com/pages/configuration/build-image/#override-default-versions) to Node.js 22. This does not affect users of Cloudflare Workers, which uses Node.js 22 by default.
+
## 4.11.4
### Patch Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index ff7653ea3..84a2a5d8b 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "4.11.4",
+ "version": "4.12.0",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md
index 18b11f673..b00a81542 100644
--- a/packages/integrations/markdoc/CHANGELOG.md
+++ b/packages/integrations/markdoc/CHANGELOG.md
@@ -1,5 +1,21 @@
# @astrojs/markdoc
+## 0.15.0
+
+### Minor Changes
+
+- [#13809](https://github.com/withastro/astro/pull/13809) [`3c3b492`](https://github.com/withastro/astro/commit/3c3b492375bd6a63f1fb6cede3685aff999be3c9) Thanks [@ascorbic](https://github.com/ascorbic)! - Increases minimum Node.js version to 18.20.8
+
+ Node.js 18 has now reached end-of-life and should not be used. For now, Astro will continue to support Node.js 18.20.8, which is the final LTS release of Node.js 18, as well as Node.js 20 and Node.js 22 or later. We will drop support for Node.js 18 in a future release, so we recommend upgrading to Node.js 22 as soon as possible. See Astro's [Node.js support policy](https://docs.astro.build/en/upgrade-astro/#support) for more details.
+
+ :warning: **Important note for users of Cloudflare Pages**: The current build image for Cloudflare Pages uses Node.js 18.17.1 by default, which is no longer supported by Astro. If you are using Cloudflare Pages you should [override the default Node.js version](https://developers.cloudflare.com/pages/configuration/build-image/#override-default-versions) to Node.js 22. This does not affect users of Cloudflare Workers, which uses Node.js 22 by default.
+
+### Patch Changes
+
+- Updated dependencies [[`3c3b492`](https://github.com/withastro/astro/commit/3c3b492375bd6a63f1fb6cede3685aff999be3c9)]:
+ - @astrojs/prism@3.3.0
+ - @astrojs/markdown-remark@6.3.2
+
## 0.14.2
### Patch Changes
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index 8ca915091..3e4ad91e5 100644
--- a/packages/integrations/markdoc/package.json
+++ b/packages/integrations/markdoc/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/markdoc",
"description": "Add support for Markdoc in your Astro site",
- "version": "0.14.2",
+ "version": "0.15.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md
index 59b5ac258..8dde66a46 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -1,5 +1,20 @@
# @astrojs/mdx
+## 4.3.0
+
+### Minor Changes
+
+- [#13809](https://github.com/withastro/astro/pull/13809) [`3c3b492`](https://github.com/withastro/astro/commit/3c3b492375bd6a63f1fb6cede3685aff999be3c9) Thanks [@ascorbic](https://github.com/ascorbic)! - Increases minimum Node.js version to 18.20.8
+
+ Node.js 18 has now reached end-of-life and should not be used. For now, Astro will continue to support Node.js 18.20.8, which is the final LTS release of Node.js 18, as well as Node.js 20 and Node.js 22 or later. We will drop support for Node.js 18 in a future release, so we recommend upgrading to Node.js 22 as soon as possible. See Astro's [Node.js support policy](https://docs.astro.build/en/upgrade-astro/#support) for more details.
+
+ :warning: **Important note for users of Cloudflare Pages**: The current build image for Cloudflare Pages uses Node.js 18.17.1 by default, which is no longer supported by Astro. If you are using Cloudflare Pages you should [override the default Node.js version](https://developers.cloudflare.com/pages/configuration/build-image/#override-default-versions) to Node.js 22. This does not affect users of Cloudflare Workers, which uses Node.js 22 by default.
+
+### Patch Changes
+
+- Updated dependencies []:
+ - @astrojs/markdown-remark@6.3.2
+
## 4.2.6
### Patch Changes
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index cd37c2b34..6957bf8d1 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": "4.2.6",
+ "version": "4.3.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md
index 5573b0b68..b9ae26b93 100644
--- a/packages/integrations/preact/CHANGELOG.md
+++ b/packages/integrations/preact/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/preact
+## 4.1.0
+
+### Minor Changes
+
+- [#13809](https://github.com/withastro/astro/pull/13809) [`3c3b492`](https://github.com/withastro/astro/commit/3c3b492375bd6a63f1fb6cede3685aff999be3c9) Thanks [@ascorbic](https://github.com/ascorbic)! - Increases minimum Node.js version to 18.20.8
+
+ Node.js 18 has now reached end-of-life and should not be used. For now, Astro will continue to support Node.js 18.20.8, which is the final LTS release of Node.js 18, as well as Node.js 20 and Node.js 22 or later. We will drop support for Node.js 18 in a future release, so we recommend upgrading to Node.js 22 as soon as possible. See Astro's [Node.js support policy](https://docs.astro.build/en/upgrade-astro/#support) for more details.
+
+ :warning: **Important note for users of Cloudflare Pages**: The current build image for Cloudflare Pages uses Node.js 18.17.1 by default, which is no longer supported by Astro. If you are using Cloudflare Pages you should [override the default Node.js version](https://developers.cloudflare.com/pages/configuration/build-image/#override-default-versions) to Node.js 22. This does not affect users of Cloudflare Workers, which uses Node.js 22 by default.
+
## 4.0.11
### Patch Changes
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json
index 366c2a963..76ef49e3d 100644
--- a/packages/integrations/preact/package.json
+++ b/packages/integrations/preact/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/preact",
"description": "Use Preact components within Astro",
- "version": "4.0.11",
+ "version": "4.1.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md
index 04e31f3bb..7e8d4e152 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/react
+## 4.3.0
+
+### Minor Changes
+
+- [#13809](https://github.com/withastro/astro/pull/13809) [`3c3b492`](https://github.com/withastro/astro/commit/3c3b492375bd6a63f1fb6cede3685aff999be3c9) Thanks [@ascorbic](https://github.com/ascorbic)! - Increases minimum Node.js version to 18.20.8
+
+ Node.js 18 has now reached end-of-life and should not be used. For now, Astro will continue to support Node.js 18.20.8, which is the final LTS release of Node.js 18, as well as Node.js 20 and Node.js 22 or later. We will drop support for Node.js 18 in a future release, so we recommend upgrading to Node.js 22 as soon as possible. See Astro's [Node.js support policy](https://docs.astro.build/en/upgrade-astro/#support) for more details.
+
+ :warning: **Important note for users of Cloudflare Pages**: The current build image for Cloudflare Pages uses Node.js 18.17.1 by default, which is no longer supported by Astro. If you are using Cloudflare Pages you should [override the default Node.js version](https://developers.cloudflare.com/pages/configuration/build-image/#override-default-versions) to Node.js 22. This does not affect users of Cloudflare Workers, which uses Node.js 22 by default.
+
## 4.2.7
### Patch Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 160909fc9..bc0b72e1b 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": "4.2.7",
+ "version": "4.3.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md
index 9007bc16b..bdb8487e9 100644
--- a/packages/integrations/solid/CHANGELOG.md
+++ b/packages/integrations/solid/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/solid-js
+## 5.1.0
+
+### Minor Changes
+
+- [#13809](https://github.com/withastro/astro/pull/13809) [`3c3b492`](https://github.com/withastro/astro/commit/3c3b492375bd6a63f1fb6cede3685aff999be3c9) Thanks [@ascorbic](https://github.com/ascorbic)! - Increases minimum Node.js version to 18.20.8
+
+ Node.js 18 has now reached end-of-life and should not be used. For now, Astro will continue to support Node.js 18.20.8, which is the final LTS release of Node.js 18, as well as Node.js 20 and Node.js 22 or later. We will drop support for Node.js 18 in a future release, so we recommend upgrading to Node.js 22 as soon as possible. See Astro's [Node.js support policy](https://docs.astro.build/en/upgrade-astro/#support) for more details.
+
+ :warning: **Important note for users of Cloudflare Pages**: The current build image for Cloudflare Pages uses Node.js 18.17.1 by default, which is no longer supported by Astro. If you are using Cloudflare Pages you should [override the default Node.js version](https://developers.cloudflare.com/pages/configuration/build-image/#override-default-versions) to Node.js 22. This does not affect users of Cloudflare Workers, which uses Node.js 22 by default.
+
## 5.0.10
### Patch Changes
diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json
index fc46737ae..fd663df97 100644
--- a/packages/integrations/solid/package.json
+++ b/packages/integrations/solid/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/solid-js",
- "version": "5.0.10",
+ "version": "5.1.0",
"description": "Use Solid components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md
index 8525119f1..8b0ea4d6e 100644
--- a/packages/integrations/svelte/CHANGELOG.md
+++ b/packages/integrations/svelte/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/svelte
+## 7.1.0
+
+### Minor Changes
+
+- [#13809](https://github.com/withastro/astro/pull/13809) [`3c3b492`](https://github.com/withastro/astro/commit/3c3b492375bd6a63f1fb6cede3685aff999be3c9) Thanks [@ascorbic](https://github.com/ascorbic)! - Increases minimum Node.js version to 18.20.8
+
+ Node.js 18 has now reached end-of-life and should not be used. For now, Astro will continue to support Node.js 18.20.8, which is the final LTS release of Node.js 18, as well as Node.js 20 and Node.js 22 or later. We will drop support for Node.js 18 in a future release, so we recommend upgrading to Node.js 22 as soon as possible. See Astro's [Node.js support policy](https://docs.astro.build/en/upgrade-astro/#support) for more details.
+
+ :warning: **Important note for users of Cloudflare Pages**: The current build image for Cloudflare Pages uses Node.js 18.17.1 by default, which is no longer supported by Astro. If you are using Cloudflare Pages you should [override the default Node.js version](https://developers.cloudflare.com/pages/configuration/build-image/#override-default-versions) to Node.js 22. This does not affect users of Cloudflare Workers, which uses Node.js 22 by default.
+
## 7.0.13
### Patch Changes
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index 027ca892f..8474c8487 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
- "version": "7.0.13",
+ "version": "7.1.0",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md
index 5a273de48..deb69532a 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/vue
+## 5.1.0
+
+### Minor Changes
+
+- [#13809](https://github.com/withastro/astro/pull/13809) [`3c3b492`](https://github.com/withastro/astro/commit/3c3b492375bd6a63f1fb6cede3685aff999be3c9) Thanks [@ascorbic](https://github.com/ascorbic)! - Increases minimum Node.js version to 18.20.8
+
+ Node.js 18 has now reached end-of-life and should not be used. For now, Astro will continue to support Node.js 18.20.8, which is the final LTS release of Node.js 18, as well as Node.js 20 and Node.js 22 or later. We will drop support for Node.js 18 in a future release, so we recommend upgrading to Node.js 22 as soon as possible. See Astro's [Node.js support policy](https://docs.astro.build/en/upgrade-astro/#support) for more details.
+
+ :warning: **Important note for users of Cloudflare Pages**: The current build image for Cloudflare Pages uses Node.js 18.17.1 by default, which is no longer supported by Astro. If you are using Cloudflare Pages you should [override the default Node.js version](https://developers.cloudflare.com/pages/configuration/build-image/#override-default-versions) to Node.js 22. This does not affect users of Cloudflare Workers, which uses Node.js 22 by default.
+
## 5.0.13
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 97de0f267..0ed734f1c 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "5.0.13",
+ "version": "5.1.0",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md
index b87b8a37c..4d1898ae7 100644
--- a/packages/markdown/remark/CHANGELOG.md
+++ b/packages/markdown/remark/CHANGELOG.md
@@ -1,5 +1,12 @@
# @astrojs/markdown-remark
+## 6.3.2
+
+### Patch Changes
+
+- Updated dependencies [[`3c3b492`](https://github.com/withastro/astro/commit/3c3b492375bd6a63f1fb6cede3685aff999be3c9)]:
+ - @astrojs/prism@3.3.0
+
## 6.3.1
### Patch Changes
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index 739360ff9..cd6879fd8 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
- "version": "6.3.1",
+ "version": "6.3.2",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/packages/telemetry/CHANGELOG.md b/packages/telemetry/CHANGELOG.md
index d18b55c74..3824ff52b 100644
--- a/packages/telemetry/CHANGELOG.md
+++ b/packages/telemetry/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/telemetry
+## 3.3.0
+
+### Minor Changes
+
+- [#13809](https://github.com/withastro/astro/pull/13809) [`3c3b492`](https://github.com/withastro/astro/commit/3c3b492375bd6a63f1fb6cede3685aff999be3c9) Thanks [@ascorbic](https://github.com/ascorbic)! - Increases minimum Node.js version to 18.20.8
+
+ Node.js 18 has now reached end-of-life and should not be used. For now, Astro will continue to support Node.js 18.20.8, which is the final LTS release of Node.js 18, as well as Node.js 20 and Node.js 22 or later. We will drop support for Node.js 18 in a future release, so we recommend upgrading to Node.js 22 as soon as possible. See Astro's [Node.js support policy](https://docs.astro.build/en/upgrade-astro/#support) for more details.
+
+ :warning: **Important note for users of Cloudflare Pages**: The current build image for Cloudflare Pages uses Node.js 18.17.1 by default, which is no longer supported by Astro. If you are using Cloudflare Pages you should [override the default Node.js version](https://developers.cloudflare.com/pages/configuration/build-image/#override-default-versions) to Node.js 22. This does not affect users of Cloudflare Workers, which uses Node.js 22 by default.
+
## 3.2.1
### Patch Changes
diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json
index 896e35838..17ce82aee 100644
--- a/packages/telemetry/package.json
+++ b/packages/telemetry/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/telemetry",
- "version": "3.2.1",
+ "version": "3.3.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/upgrade/CHANGELOG.md b/packages/upgrade/CHANGELOG.md
index 893328dd7..75f70ec52 100644
--- a/packages/upgrade/CHANGELOG.md
+++ b/packages/upgrade/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/upgrade
+## 0.6.0
+
+### Minor Changes
+
+- [#13809](https://github.com/withastro/astro/pull/13809) [`3c3b492`](https://github.com/withastro/astro/commit/3c3b492375bd6a63f1fb6cede3685aff999be3c9) Thanks [@ascorbic](https://github.com/ascorbic)! - Increases minimum Node.js version to 18.20.8
+
+ Node.js 18 has now reached end-of-life and should not be used. For now, Astro will continue to support Node.js 18.20.8, which is the final LTS release of Node.js 18, as well as Node.js 20 and Node.js 22 or later. We will drop support for Node.js 18 in a future release, so we recommend upgrading to Node.js 22 as soon as possible. See Astro's [Node.js support policy](https://docs.astro.build/en/upgrade-astro/#support) for more details.
+
+ :warning: **Important note for users of Cloudflare Pages**: The current build image for Cloudflare Pages uses Node.js 18.17.1 by default, which is no longer supported by Astro. If you are using Cloudflare Pages you should [override the default Node.js version](https://developers.cloudflare.com/pages/configuration/build-image/#override-default-versions) to Node.js 22. This does not affect users of Cloudflare Workers, which uses Node.js 22 by default.
+
## 0.5.2
### Patch Changes
diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json
index d3754dd89..5b22752ac 100644
--- a/packages/upgrade/package.json
+++ b/packages/upgrade/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/upgrade",
- "version": "0.5.2",
+ "version": "0.6.0",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index f0ea31a18..6457aedc5 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -145,13 +145,13 @@ importers:
examples/basics:
dependencies:
astro:
- specifier: ^5.7.14
+ specifier: ^5.8.0
version: link:../../packages/astro
examples/blog:
dependencies:
'@astrojs/mdx':
- specifier: ^4.2.6
+ specifier: ^4.3.0
version: link:../../packages/integrations/mdx
'@astrojs/rss':
specifier: ^4.0.11
@@ -160,22 +160,22 @@ importers:
specifier: ^3.4.0
version: link:../../packages/integrations/sitemap
astro:
- specifier: ^5.7.14
+ specifier: ^5.8.0
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
- specifier: ^5.7.14
+ specifier: ^5.8.0
version: link:../../packages/astro
examples/container-with-vitest:
dependencies:
'@astrojs/react':
- specifier: ^4.2.7
+ specifier: ^4.3.0
version: link:../../packages/integrations/react
astro:
- specifier: ^5.7.14
+ specifier: ^5.8.0
version: link:../../packages/astro
react:
specifier: ^18.3.1
@@ -206,25 +206,25 @@ importers:
specifier: ^3.14.9
version: 3.14.9
astro:
- specifier: ^5.7.14
+ specifier: ^5.8.0
version: link:../../packages/astro
examples/framework-multiple:
dependencies:
'@astrojs/preact':
- specifier: ^4.0.11
+ specifier: ^4.1.0
version: link:../../packages/integrations/preact
'@astrojs/react':
- specifier: ^4.2.7
+ specifier: ^4.3.0
version: link:../../packages/integrations/react
'@astrojs/solid-js':
- specifier: ^5.0.10
+ specifier: ^5.1.0
version: link:../../packages/integrations/solid
'@astrojs/svelte':
- specifier: ^7.0.13
+ specifier: ^7.1.0
version: link:../../packages/integrations/svelte
'@astrojs/vue':
- specifier: ^5.0.13
+ specifier: ^5.1.0
version: link:../../packages/integrations/vue
'@types/react':
specifier: ^18.3.20
@@ -233,7 +233,7 @@ importers:
specifier: ^18.3.6
version: 18.3.7(@types/react@18.3.22)
astro:
- specifier: ^5.7.14
+ specifier: ^5.8.0
version: link:../../packages/astro
preact:
specifier: ^10.26.5
@@ -257,13 +257,13 @@ importers:
examples/framework-preact:
dependencies:
'@astrojs/preact':
- specifier: ^4.0.11
+ specifier: ^4.1.0
version: link:../../packages/integrations/preact
'@preact/signals':
specifier: ^2.0.3
version: 2.0.4(preact@10.26.6)
astro:
- specifier: ^5.7.14
+ specifier: ^5.8.0
version: link:../../packages/astro
preact:
specifier: ^10.26.5
@@ -272,7 +272,7 @@ importers:
examples/framework-react:
dependencies:
'@astrojs/react':
- specifier: ^4.2.7
+ specifier: ^4.3.0
version: link:../../packages/integrations/react
'@types/react':
specifier: ^18.3.20
@@ -281,7 +281,7 @@ importers:
specifier: ^18.3.6
version: 18.3.7(@types/react@18.3.22)
astro:
- specifier: ^5.7.14
+ specifier: ^5.8.0
version: link:../../packages/astro
react:
specifier: ^18.3.1
@@ -293,10 +293,10 @@ importers:
examples/framework-solid:
dependencies:
'@astrojs/solid-js':
- specifier: ^5.0.10
+ specifier: ^5.1.0
version: link:../../packages/integrations/solid
astro:
- specifier: ^5.7.14
+ specifier: ^5.8.0
version: link:../../packages/astro
solid-js:
specifier: ^1.9.5
@@ -305,10 +305,10 @@ importers:
examples/framework-svelte:
dependencies:
'@astrojs/svelte':
- specifier: ^7.0.13
+ specifier: ^7.1.0
version: link:../../packages/integrations/svelte
astro:
- specifier: ^5.7.14
+ specifier: ^5.8.0
version: link:../../packages/astro
svelte:
specifier: ^5.25.7
@@ -317,10 +317,10 @@ importers:
examples/framework-vue:
dependencies:
'@astrojs/vue':
- specifier: ^5.0.13
+ specifier: ^5.1.0
version: link:../../packages/integrations/vue
astro:
- specifier: ^5.7.14
+ specifier: ^5.8.0
version: link:../../packages/astro
vue:
specifier: ^3.5.13
@@ -332,25 +332,25 @@ importers:
specifier: ^9.2.2
version: link:../../packages/integrations/node
astro:
- specifier: ^5.7.14
+ specifier: ^5.8.0
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
- specifier: ^5.7.14
+ specifier: ^5.8.0
version: link:../../packages/astro
examples/minimal:
dependencies:
astro:
- specifier: ^5.7.14
+ specifier: ^5.8.0
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
- specifier: ^5.7.14
+ specifier: ^5.8.0
version: link:../../packages/astro
examples/ssr:
@@ -359,10 +359,10 @@ importers:
specifier: ^9.2.2
version: link:../../packages/integrations/node
'@astrojs/svelte':
- specifier: ^7.0.13
+ specifier: ^7.1.0
version: link:../../packages/integrations/svelte
astro:
- specifier: ^5.7.14
+ specifier: ^5.8.0
version: link:../../packages/astro
svelte:
specifier: ^5.25.7
@@ -371,7 +371,7 @@ importers:
examples/starlog:
dependencies:
astro:
- specifier: ^5.7.14
+ specifier: ^5.8.0
version: link:../../packages/astro
sass:
specifier: ^1.86.3
@@ -386,28 +386,28 @@ importers:
specifier: ^18.17.8
version: 18.19.50
astro:
- specifier: ^5.7.14
+ specifier: ^5.8.0
version: link:../../packages/astro
examples/with-markdoc:
dependencies:
'@astrojs/markdoc':
- specifier: ^0.14.2
+ specifier: ^0.15.0
version: link:../../packages/integrations/markdoc
astro:
- specifier: ^5.7.14
+ specifier: ^5.8.0
version: link:../../packages/astro
examples/with-mdx:
dependencies:
'@astrojs/mdx':
- specifier: ^4.2.6
+ specifier: ^4.3.0
version: link:../../packages/integrations/mdx
'@astrojs/preact':
- specifier: ^4.0.11
+ specifier: ^4.1.0
version: link:../../packages/integrations/preact
astro:
- specifier: ^5.7.14
+ specifier: ^5.8.0
version: link:../../packages/astro
preact:
specifier: ^10.26.5
@@ -416,13 +416,13 @@ importers:
examples/with-nanostores:
dependencies:
'@astrojs/preact':
- specifier: ^4.0.11
+ specifier: ^4.1.0
version: link:../../packages/integrations/preact
'@nanostores/preact':
specifier: ^0.5.2
version: 0.5.2(nanostores@0.11.4)(preact@10.26.6)
astro:
- specifier: ^5.7.14
+ specifier: ^5.8.0
version: link:../../packages/astro
nanostores:
specifier: ^0.11.4
@@ -434,7 +434,7 @@ importers:
examples/with-tailwindcss:
dependencies:
'@astrojs/mdx':
- specifier: ^4.2.6
+ specifier: ^4.3.0
version: link:../../packages/integrations/mdx
'@tailwindcss/vite':
specifier: ^4.1.3
@@ -443,7 +443,7 @@ importers:
specifier: ^1.9.0
version: 1.9.0
astro:
- specifier: ^5.7.14
+ specifier: ^5.8.0
version: link:../../packages/astro
canvas-confetti:
specifier: ^1.9.3
@@ -455,7 +455,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
- specifier: ^5.7.14
+ specifier: ^5.8.0
version: link:../../packages/astro
vitest:
specifier: ^3.1.1