Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/cloudflare-integration-image-service.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cloudflare-prebundle-astro-components.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fine-tools-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-stamps-stop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-owls-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-stamps-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-eagles-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wrangler-vars-astro-env.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/advanced-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@astrojs/node": "^11.0.2",
"astro": "^7.0.6",
"astro": "^7.0.7",
"hono": "^4.12.14"
}
}
2 changes: 1 addition & 1 deletion examples/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^7.0.6"
"astro": "^7.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion examples/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^7.0.6"
"astro": "^7.0.7"
},
"peerDependencies": {
"astro": "^5.0.0 || ^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/container-with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion examples/framework-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^7.0.1",
"astro": "^7.0.6",
"astro": "^7.0.7",
"solid-js": "^1.9.11"
}
}
2 changes: 1 addition & 1 deletion examples/framework-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@astrojs/svelte": "^9.0.1",
"astro": "^7.0.6",
"astro": "^7.0.7",
"svelte": "^5.53.5"
}
}
2 changes: 1 addition & 1 deletion examples/framework-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@astrojs/vue": "^7.0.1",
"astro": "^7.0.6",
"astro": "^7.0.7",
"vue": "^3.5.29"
}
}
2 changes: 1 addition & 1 deletion examples/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"dependencies": {
"@astrojs/node": "^11.0.2",
"astro": "^7.0.6"
"astro": "^7.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^7.0.6"
"astro": "^7.0.7"
},
"peerDependencies": {
"astro": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^7.0.6"
"astro": "^7.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^7.0.6"
"astro": "^7.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion examples/starlog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^7.0.6",
"astro": "^7.0.7",
"sass": "^1.97.3",
"sharp": "^0.35.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/toolbar-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/node": "^22.10.6",
"astro": "^7.0.6"
"astro": "^7.0.7"
},
"engines": {
"node": ">=22.12.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"dependencies": {
"@astrojs/markdoc": "^2.0.3",
"astro": "^7.0.6"
"astro": "^7.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/with-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion examples/with-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "vitest"
},
"dependencies": {
"astro": "^7.0.6",
"astro": "^7.0.7",
"vitest": "^5.0.0-beta.2"
}
}
13 changes: 13 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
15 changes: 15 additions & 0 deletions packages/integrations/cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 `<ClientRouter />` 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
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrojs/telemetry",
"version": "3.3.2",
"version": "3.3.3",
"type": "module",
"author": "withastro",
"license": "MIT",
Expand Down
Loading
Loading