From 571260dae49a5ee92eca937464e904a08db3afd4 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 7 Jul 2026 20:50:21 +0000
Subject: [PATCH] [ci] release
---
.../cloudflare-integration-image-service.md | 7 ---
.../cloudflare-prebundle-astro-components.md | 5 --
.changeset/fine-tools-obey.md | 5 --
.changeset/giant-stamps-stop.md | 5 --
.changeset/long-owls-tickle.md | 5 --
.changeset/moody-stamps-care.md | 5 --
.changeset/quiet-eagles-call.md | 5 --
.changeset/wrangler-vars-astro-env.md | 5 --
examples/advanced-routing/package.json | 2 +-
examples/basics/package.json | 2 +-
examples/blog/package.json | 2 +-
examples/component/package.json | 2 +-
examples/container-with-vitest/package.json | 2 +-
examples/framework-alpine/package.json | 2 +-
examples/framework-multiple/package.json | 2 +-
examples/framework-preact/package.json | 2 +-
examples/framework-react/package.json | 2 +-
examples/framework-solid/package.json | 2 +-
examples/framework-svelte/package.json | 2 +-
examples/framework-vue/package.json | 2 +-
examples/hackernews/package.json | 2 +-
examples/integration/package.json | 2 +-
examples/minimal/package.json | 2 +-
examples/portfolio/package.json | 2 +-
examples/ssr/package.json | 2 +-
examples/starlog/package.json | 2 +-
examples/toolbar-app/package.json | 2 +-
examples/with-markdoc/package.json | 2 +-
examples/with-mdx/package.json | 2 +-
examples/with-nanostores/package.json | 2 +-
examples/with-tailwindcss/package.json | 2 +-
examples/with-vitest/package.json | 2 +-
packages/astro/CHANGELOG.md | 13 ++++
packages/astro/package.json | 2 +-
packages/integrations/cloudflare/CHANGELOG.md | 15 +++++
packages/integrations/cloudflare/package.json | 2 +-
packages/telemetry/CHANGELOG.md | 8 +++
packages/telemetry/package.json | 2 +-
pnpm-lock.yaml | 61 +++++++++----------
39 files changed, 93 insertions(+), 100 deletions(-)
delete mode 100644 .changeset/cloudflare-integration-image-service.md
delete mode 100644 .changeset/cloudflare-prebundle-astro-components.md
delete mode 100644 .changeset/fine-tools-obey.md
delete mode 100644 .changeset/giant-stamps-stop.md
delete mode 100644 .changeset/long-owls-tickle.md
delete mode 100644 .changeset/moody-stamps-care.md
delete mode 100644 .changeset/quiet-eagles-call.md
delete mode 100644 .changeset/wrangler-vars-astro-env.md
diff --git a/.changeset/cloudflare-integration-image-service.md b/.changeset/cloudflare-integration-image-service.md
deleted file mode 100644
index b2aa63a7419e..000000000000
--- a/.changeset/cloudflare-integration-image-service.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@astrojs/cloudflare': patch
----
-
-Fixes build-time image optimization ignoring a custom image service registered by an integration
-
-Previously, when using `imageService: 'compile'` or `imageService: 'custom'`, a custom image service was only respected if it was set directly in the `image.service` option of `astro.config`. If an integration registered the service instead, images were silently optimized with the default Sharp service at build time. A custom image service now transforms your images at build time no matter how it was configured.
diff --git a/.changeset/cloudflare-prebundle-astro-components.md b/.changeset/cloudflare-prebundle-astro-components.md
deleted file mode 100644
index a8d429cc632c..000000000000
--- a/.changeset/cloudflare-prebundle-astro-components.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/cloudflare': patch
----
-
-Prebundles `astro/components` and the `` transition runtime modules in the dev server environment so pages using them no longer trigger a mid-session dep optimizer reload, which caused React "Invalid hook call" errors in islands on the first request after a cold cache
diff --git a/.changeset/fine-tools-obey.md b/.changeset/fine-tools-obey.md
deleted file mode 100644
index 20d524dbe6be..000000000000
--- a/.changeset/fine-tools-obey.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a dev server memory leak which caused Node.js to emit warnings in the console.
diff --git a/.changeset/giant-stamps-stop.md b/.changeset/giant-stamps-stop.md
deleted file mode 100644
index daae9631fd9f..000000000000
--- a/.changeset/giant-stamps-stop.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/telemetry": patch
----
-
-Refactors internal WSL detection by removing the `is-wsl` dependency.
diff --git a/.changeset/long-owls-tickle.md b/.changeset/long-owls-tickle.md
deleted file mode 100644
index 98f32094b5ea..000000000000
--- a/.changeset/long-owls-tickle.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/telemetry": patch
----
-
-Replaced `which-pm-runs` dependency with `package-manager-detector`
diff --git a/.changeset/moody-stamps-care.md b/.changeset/moody-stamps-care.md
deleted file mode 100644
index a58e4b534b6d..000000000000
--- a/.changeset/moody-stamps-care.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a dev server crash when a `.html` or `/index.html` suffixed request (such as those `netlify dev` probes as pretty-URL fallbacks) matched a dynamic endpoint route, causing a `TypeError: Missing parameter` error
diff --git a/.changeset/quiet-eagles-call.md b/.changeset/quiet-eagles-call.md
deleted file mode 100644
index 3ba2fdef8101..000000000000
--- a/.changeset/quiet-eagles-call.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a build regression that could leave unresolved preload markers in inlined scripts with external dynamic imports
diff --git a/.changeset/wrangler-vars-astro-env.md b/.changeset/wrangler-vars-astro-env.md
deleted file mode 100644
index cf88fdadc794..000000000000
--- a/.changeset/wrangler-vars-astro-env.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/cloudflare': patch
----
-
-Fixes an issue where `vars` weren't available at build time. Now the adapter loads `vars` from the Wrangler config so `astro:env` public variables resolve at build time
diff --git a/examples/advanced-routing/package.json b/examples/advanced-routing/package.json
index f34bef27c202..3c05cc3405de 100644
--- a/examples/advanced-routing/package.json
+++ b/examples/advanced-routing/package.json
@@ -14,7 +14,7 @@
},
"dependencies": {
"@astrojs/node": "^11.0.2",
- "astro": "^7.0.6",
+ "astro": "^7.0.7",
"hono": "^4.12.14"
}
}
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 32d56c755122..f756d5c18699 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -13,6 +13,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^7.0.6"
+ "astro": "^7.0.7"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 1c32db4fe6b3..0dee29233cf4 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -16,7 +16,7 @@
"@astrojs/mdx": "^7.0.2",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
- "astro": "^7.0.6",
+ "astro": "^7.0.7",
"sharp": "^0.35.0"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index fb4ef8a432c0..8fcffbdae07e 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -18,7 +18,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^7.0.6"
+ "astro": "^7.0.7"
},
"peerDependencies": {
"astro": "^5.0.0 || ^6.0.0"
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json
index b036983999db..7ed2d3c89fcd 100644
--- a/examples/container-with-vitest/package.json
+++ b/examples/container-with-vitest/package.json
@@ -15,7 +15,7 @@
},
"dependencies": {
"@astrojs/react": "^6.0.1",
- "astro": "^7.0.6",
+ "astro": "^7.0.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^4.1.0"
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index aa18286c6302..dbe96c7a814d 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -16,6 +16,6 @@
"@astrojs/alpinejs": "^1.0.0",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.15.8",
- "astro": "^7.0.6"
+ "astro": "^7.0.7"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index ad60104f15f9..8b7cf3fadef2 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -20,7 +20,7 @@
"@astrojs/vue": "^7.0.1",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
- "astro": "^7.0.6",
+ "astro": "^7.0.7",
"preact": "^10.28.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 54353777af47..9e0e8bd19d3f 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -15,7 +15,7 @@
"dependencies": {
"@astrojs/preact": "^6.0.1",
"@preact/signals": "^2.8.1",
- "astro": "^7.0.6",
+ "astro": "^7.0.7",
"preact": "^10.28.4"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index bc5010a63200..eccb291f3cb9 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -16,7 +16,7 @@
"@astrojs/react": "^6.0.1",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
- "astro": "^7.0.6",
+ "astro": "^7.0.7",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index c9e65e2aa1b2..8766b30724b6 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -14,7 +14,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^7.0.1",
- "astro": "^7.0.6",
+ "astro": "^7.0.7",
"solid-js": "^1.9.11"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 79ba6b44cdd2..fd2d01632fe0 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -14,7 +14,7 @@
},
"dependencies": {
"@astrojs/svelte": "^9.0.1",
- "astro": "^7.0.6",
+ "astro": "^7.0.7",
"svelte": "^5.53.5"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 76f97f71f0a7..b38475d8fe86 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -14,7 +14,7 @@
},
"dependencies": {
"@astrojs/vue": "^7.0.1",
- "astro": "^7.0.6",
+ "astro": "^7.0.7",
"vue": "^3.5.29"
}
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index 28a77e8e2e01..ed27e57e6dcd 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -14,6 +14,6 @@
},
"dependencies": {
"@astrojs/node": "^11.0.2",
- "astro": "^7.0.6"
+ "astro": "^7.0.7"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index 03679a98a15e..79ebbb46661e 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -18,7 +18,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^7.0.6"
+ "astro": "^7.0.7"
},
"peerDependencies": {
"astro": "^4.0.0"
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 6a684e68aa86..207a0e0bf965 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -13,6 +13,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^7.0.6"
+ "astro": "^7.0.7"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index f728ceab2aa3..7c24e3f33104 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -13,6 +13,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^7.0.6"
+ "astro": "^7.0.7"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 74bde57170d4..31505ddfec86 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -16,7 +16,7 @@
"dependencies": {
"@astrojs/node": "^11.0.2",
"@astrojs/svelte": "^9.0.1",
- "astro": "^7.0.6",
+ "astro": "^7.0.7",
"svelte": "^5.53.5"
}
}
diff --git a/examples/starlog/package.json b/examples/starlog/package.json
index 66a1c9ccad63..f9c765b6e8c1 100644
--- a/examples/starlog/package.json
+++ b/examples/starlog/package.json
@@ -9,7 +9,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^7.0.6",
+ "astro": "^7.0.7",
"sass": "^1.97.3",
"sharp": "^0.35.0"
},
diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json
index c12071c272b3..a7b45a11238a 100644
--- a/examples/toolbar-app/package.json
+++ b/examples/toolbar-app/package.json
@@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/node": "^22.10.6",
- "astro": "^7.0.6"
+ "astro": "^7.0.7"
},
"engines": {
"node": ">=22.12.0"
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index 5ea429ed8901..d52a53a94dc8 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -14,6 +14,6 @@
},
"dependencies": {
"@astrojs/markdoc": "^2.0.3",
- "astro": "^7.0.6"
+ "astro": "^7.0.7"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 683d56f27f22..7c155ce7a6b6 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -15,7 +15,7 @@
"dependencies": {
"@astrojs/mdx": "^7.0.2",
"@astrojs/preact": "^6.0.1",
- "astro": "^7.0.6",
+ "astro": "^7.0.7",
"preact": "^10.28.4"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 2df2b92a81d6..0771ef3c7152 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -15,7 +15,7 @@
"dependencies": {
"@astrojs/preact": "^6.0.1",
"@nanostores/preact": "^1.0.0",
- "astro": "^7.0.6",
+ "astro": "^7.0.7",
"nanostores": "^1.1.1",
"preact": "^10.28.4"
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 1fe91d5b619c..60eefe63aca7 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -16,7 +16,7 @@
"@astrojs/mdx": "^7.0.2",
"@tailwindcss/vite": "^4.2.1",
"@types/canvas-confetti": "^1.9.0",
- "astro": "^7.0.6",
+ "astro": "^7.0.7",
"canvas-confetti": "^1.9.4",
"tailwindcss": "^4.2.1",
"vite": "^8.0.13"
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 40f853bf1d59..7e8fdd342fff 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -14,7 +14,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^7.0.6",
+ "astro": "^7.0.7",
"vitest": "^5.0.0-beta.2"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 24851c981a35..7d18e817af28 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,18 @@
# astro
+## 7.0.7
+
+### Patch Changes
+
+- [#17317](https://github.com/withastro/astro/pull/17317) [`437401e`](https://github.com/withastro/astro/commit/437401ecc5b4dbf405425e079ecf532c365c339d) Thanks [@ematipico](https://github.com/ematipico)! - Fixes a dev server memory leak which caused Node.js to emit warnings in the console.
+
+- [#17299](https://github.com/withastro/astro/pull/17299) [`1170b6d`](https://github.com/withastro/astro/commit/1170b6dbd5e7bfbb262ee847180e1e887436ad88) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Fixes a dev server crash when a `.html` or `/index.html` suffixed request (such as those `netlify dev` probes as pretty-URL fallbacks) matched a dynamic endpoint route, causing a `TypeError: Missing parameter` error
+
+- [#17316](https://github.com/withastro/astro/pull/17316) [`ed92e31`](https://github.com/withastro/astro/commit/ed92e316bdeefb855ce4242062a244da9161a2dc) Thanks [@matthewp](https://github.com/matthewp)! - Fixes a build regression that could leave unresolved preload markers in inlined scripts with external dynamic imports
+
+- Updated dependencies [[`a77af9d`](https://github.com/withastro/astro/commit/a77af9deb64e81d2b09c818ae8394d33c916c42a), [`4aa78d8`](https://github.com/withastro/astro/commit/4aa78d840e4d7cfb4c69c40749703ec55a6e9789)]:
+ - @astrojs/telemetry@3.3.3
+
## 7.0.6
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 8bb4a2445ba4..5a1b4bd1a4bf 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "7.0.6",
+ "version": "7.0.7",
"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 86fcb54ed6d7..97d8d2619019 100644
--- a/packages/integrations/cloudflare/CHANGELOG.md
+++ b/packages/integrations/cloudflare/CHANGELOG.md
@@ -1,5 +1,20 @@
# @astrojs/cloudflare
+## 14.1.2
+
+### Patch Changes
+
+- [#17285](https://github.com/withastro/astro/pull/17285) [`6929e40`](https://github.com/withastro/astro/commit/6929e4034fcc7e11d96d0327b5d8ca126ae826ef) Thanks [@adamchal](https://github.com/adamchal)! - Fixes build-time image optimization ignoring a custom image service registered by an integration
+
+ Previously, when using `imageService: 'compile'` or `imageService: 'custom'`, a custom image service was only respected if it was set directly in the `image.service` option of `astro.config`. If an integration registered the service instead, images were silently optimized with the default Sharp service at build time. A custom image service now transforms your images at build time no matter how it was configured.
+
+- [#17303](https://github.com/withastro/astro/pull/17303) [`464c46e`](https://github.com/withastro/astro/commit/464c46e0aa8a5e5d45e0b3695501833dbe94886f) Thanks [@jkomyno](https://github.com/jkomyno)! - Prebundles `astro/components` and the `` transition runtime modules in the dev server environment so pages using them no longer trigger a mid-session dep optimizer reload, which caused React "Invalid hook call" errors in islands on the first request after a cold cache
+
+- [#17275](https://github.com/withastro/astro/pull/17275) [`6a99600`](https://github.com/withastro/astro/commit/6a99600be1ffb1f6c1292bfeb92781182c45e850) Thanks [@matthewp](https://github.com/matthewp)! - Fixes an issue where `vars` weren't available at build time. Now the adapter loads `vars` from the Wrangler config so `astro:env` public variables resolve at build time
+
+- Updated dependencies []:
+ - @astrojs/underscore-redirects@1.0.3
+
## 14.1.1
### Patch Changes
diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json
index e883f7dbe6c2..df8ee8f4761a 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",
- "version": "14.1.1",
+ "version": "14.1.2",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/packages/telemetry/CHANGELOG.md b/packages/telemetry/CHANGELOG.md
index 043f3bf3ab91..627707d9b6b1 100644
--- a/packages/telemetry/CHANGELOG.md
+++ b/packages/telemetry/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/telemetry
+## 3.3.3
+
+### Patch Changes
+
+- [#17311](https://github.com/withastro/astro/pull/17311) [`a77af9d`](https://github.com/withastro/astro/commit/a77af9deb64e81d2b09c818ae8394d33c916c42a) Thanks [@gameroman](https://github.com/gameroman)! - Refactors internal WSL detection by removing the `is-wsl` dependency.
+
+- [#17304](https://github.com/withastro/astro/pull/17304) [`4aa78d8`](https://github.com/withastro/astro/commit/4aa78d840e4d7cfb4c69c40749703ec55a6e9789) Thanks [@gameroman](https://github.com/gameroman)! - Replaced `which-pm-runs` dependency with `package-manager-detector`
+
## 3.3.2
### Patch Changes
diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json
index 9691c4746c38..9a88bc8e8f05 100644
--- a/packages/telemetry/package.json
+++ b/packages/telemetry/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/telemetry",
- "version": "3.3.2",
+ "version": "3.3.3",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index ef0635417554..9b1a9a9084eb 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -229,7 +229,7 @@ importers:
version: 2.29.8(@types/node@22.19.19)
'@flue/cli':
specifier: ^0.8.0
- version: 0.8.1(@cloudflare/workers-types@4.20260527.1)(@standard-schema/spec@1.1.0)(@types/json-schema@7.0.15)(@types/node@22.19.19)(esbuild@0.28.0)(jiti@2.6.1)(sass@1.98.0)(tsx@4.22.3)(typebox@1.1.38)(typescript@6.0.3)(wrangler@4.95.0)(yaml@2.9.0)(zod-to-json-schema@3.25.2)(zod@4.3.6)
+ version: 0.8.1(@standard-schema/spec@1.1.0)(@types/json-schema@7.0.15)(@types/node@22.19.19)(esbuild@0.28.0)(jiti@2.6.1)(sass@1.98.0)(tsx@4.22.3)(typebox@1.1.38)(typescript@6.0.3)(wrangler@4.95.0)(yaml@2.9.0)(zod-to-json-schema@3.25.2)(zod@4.3.6)
'@flue/runtime':
specifier: ^0.8.0
version: 0.8.1(@standard-schema/spec@1.1.0)(@types/json-schema@7.0.15)(typebox@1.1.38)(typescript@6.0.3)(zod-to-json-schema@3.25.2)(zod@4.3.6)
@@ -387,7 +387,7 @@ importers:
specifier: ^11.0.2
version: link:../../packages/integrations/node
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
hono:
specifier: ^4.12.14
@@ -396,7 +396,7 @@ importers:
examples/basics:
dependencies:
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
examples/blog:
@@ -411,7 +411,7 @@ importers:
specifier: ^3.7.3
version: link:../../packages/integrations/sitemap
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
sharp:
specifier: ^0.35.0
@@ -420,7 +420,7 @@ importers:
examples/component:
devDependencies:
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
examples/container-with-vitest:
@@ -429,7 +429,7 @@ importers:
specifier: ^6.0.1
version: link:../../packages/integrations/react
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
react:
specifier: ^18.3.1
@@ -460,7 +460,7 @@ importers:
specifier: ^3.15.8
version: 3.15.8
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
examples/framework-multiple:
@@ -487,7 +487,7 @@ importers:
specifier: ^18.3.7
version: 18.3.7(@types/react@18.3.28)
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
preact:
specifier: ^10.28.4
@@ -517,7 +517,7 @@ importers:
specifier: ^2.8.1
version: 2.8.2(preact@10.29.0)
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
preact:
specifier: ^10.28.4
@@ -535,7 +535,7 @@ importers:
specifier: ^18.3.7
version: 18.3.7(@types/react@18.3.28)
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
react:
specifier: ^18.3.1
@@ -550,7 +550,7 @@ importers:
specifier: ^7.0.1
version: link:../../packages/integrations/solid
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
solid-js:
specifier: ^1.9.11
@@ -562,7 +562,7 @@ importers:
specifier: ^9.0.1
version: link:../../packages/integrations/svelte
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
svelte:
specifier: ^5.53.5
@@ -574,7 +574,7 @@ importers:
specifier: ^7.0.1
version: link:../../packages/integrations/vue
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
vue:
specifier: ^3.5.29
@@ -586,25 +586,25 @@ importers:
specifier: ^11.0.2
version: link:../../packages/integrations/node
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
examples/minimal:
dependencies:
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
examples/ssr:
@@ -616,7 +616,7 @@ importers:
specifier: ^9.0.1
version: link:../../packages/integrations/svelte
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
svelte:
specifier: ^5.53.5
@@ -625,7 +625,7 @@ importers:
examples/starlog:
dependencies:
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
sass:
specifier: ^1.97.3
@@ -640,7 +640,7 @@ importers:
specifier: ^22.19.0
version: 22.19.19
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
examples/with-markdoc:
@@ -649,7 +649,7 @@ importers:
specifier: ^2.0.3
version: link:../../packages/integrations/markdoc
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
examples/with-mdx:
@@ -661,7 +661,7 @@ importers:
specifier: ^6.0.1
version: link:../../packages/integrations/preact
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
preact:
specifier: ^10.28.4
@@ -676,7 +676,7 @@ importers:
specifier: ^1.0.0
version: 1.0.0(nanostores@1.1.1)(preact@10.29.0)
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
nanostores:
specifier: ^1.1.1
@@ -697,7 +697,7 @@ importers:
specifier: ^1.9.0
version: 1.9.0
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
canvas-confetti:
specifier: ^1.9.4
@@ -712,7 +712,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
- specifier: ^7.0.6
+ specifier: ^7.0.7
version: link:../../packages/astro
vitest:
specifier: ^5.0.0-beta.2
@@ -4413,7 +4413,7 @@ importers:
version: link:../../underscore-redirects
'@cloudflare/vite-plugin':
specifier: ^1.39.0
- version: 1.39.0(@cloudflare/workers-types@4.20260527.1)(vite@8.1.0)(workerd@1.20260526.1)
+ version: 1.39.0(vite@8.1.0)(workerd@1.20260526.1)(wrangler@4.95.0)
piccolore:
specifier: ^0.1.3
version: 0.1.3
@@ -7560,6 +7560,7 @@ packages:
resolution: {integrity: sha512-AHC+KSR+3dtGu7Ab7I0Ode4Whx12TxMEmiZt7w+Fc3/2wYNByIzbb6cndWZ78tnveFdO1xhNLv1YaNngxGtOPg==}
peerDependencies:
vite: ^6.1.0 || ^7.0.0 || ^8.0.0
+ wrangler: ^4.95.0
'@cloudflare/workerd-darwin-64@1.20260526.1':
resolution: {integrity: sha512-/pR3GH3gfv0PUp7DjI8v0aAIDOqFwibq4bg5xT7TZgcVdBV/cJQWckdXCMqiRtHiawLwogUX00EIOINkYJ1Zqg==}
@@ -16972,7 +16973,7 @@ snapshots:
optionalDependencies:
workerd: 1.20260526.1
- '@cloudflare/vite-plugin@1.39.0(@cloudflare/workers-types@4.20260527.1)(vite@8.1.0)(workerd@1.20260526.1)':
+ '@cloudflare/vite-plugin@1.39.0(vite@8.1.0)(workerd@1.20260526.1)(wrangler@4.95.0)':
dependencies:
'@cloudflare/unenv-preset': 2.16.1(unenv@2.0.0-rc.24)(workerd@1.20260526.1)
miniflare: 4.20260526.0
@@ -16981,7 +16982,6 @@ snapshots:
wrangler: 4.95.0(@cloudflare/workers-types@4.20260527.1)
ws: 8.20.1
transitivePeerDependencies:
- - '@cloudflare/workers-types'
- bufferutil
- utf-8-validate
- workerd
@@ -17761,9 +17761,9 @@ snapshots:
fastq: 1.20.1
glob: 13.0.3
- '@flue/cli@0.8.1(@cloudflare/workers-types@4.20260527.1)(@standard-schema/spec@1.1.0)(@types/json-schema@7.0.15)(@types/node@22.19.19)(esbuild@0.28.0)(jiti@2.6.1)(sass@1.98.0)(tsx@4.22.3)(typebox@1.1.38)(typescript@6.0.3)(wrangler@4.95.0)(yaml@2.9.0)(zod-to-json-schema@3.25.2)(zod@4.3.6)':
+ '@flue/cli@0.8.1(@standard-schema/spec@1.1.0)(@types/json-schema@7.0.15)(@types/node@22.19.19)(esbuild@0.28.0)(jiti@2.6.1)(sass@1.98.0)(tsx@4.22.3)(typebox@1.1.38)(typescript@6.0.3)(wrangler@4.95.0)(yaml@2.9.0)(zod-to-json-schema@3.25.2)(zod@4.3.6)':
dependencies:
- '@cloudflare/vite-plugin': 1.39.0(@cloudflare/workers-types@4.20260527.1)(vite@8.1.0)(workerd@1.20260526.1)
+ '@cloudflare/vite-plugin': 1.39.0(vite@8.1.0)(workerd@1.20260526.1)(wrangler@4.95.0)
'@flue/runtime': 0.8.1(@standard-schema/spec@1.1.0)(@types/json-schema@7.0.15)(typebox@1.1.38)(typescript@6.0.3)(zod-to-json-schema@3.25.2)(zod@4.3.6)
'@vercel/detect-agent': 1.2.3
package-up: 5.0.0
@@ -17773,7 +17773,6 @@ snapshots:
wrangler: 4.95.0(@cloudflare/workers-types@4.20260527.1)
transitivePeerDependencies:
- '@cfworker/json-schema'
- - '@cloudflare/workers-types'
- '@standard-schema/spec'
- '@types/json-schema'
- '@types/node'