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
9 changes: 8 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,23 @@
"deep-states-talk",
"dull-mangos-travel",
"encoding-static-builds",
"every-birds-relax",
"fast-bushes-fall",
"flat-lions-care",
"fresh-rocks-sing",
"funny-planes-lick",
"giant-areas-press",
"good-camels-pull",
"green-garlics-heal",
"grumpy-tables-serve",
"honest-deer-add",
"icy-pigs-smile",
"kind-pears-behave",
"lovely-mice-sniff",
"open-monkeys-boil",
"optional-wrangler-config",
"pretty-forks-smash",
"puny-poems-create",
"quick-dingos-itch",
"rich-horses-begin",
"route-data-breaking",
"sad-lines-hear",
Expand All @@ -69,11 +74,13 @@
"stale-ads-see",
"thin-hands-find",
"tiny-books-scream",
"tired-poems-shake",
"tricky-donkeys-camp",
"vite-environments-breaking",
"wet-lines-wear",
"wet-suits-help",
"whole-geckos-think",
"wrangler-main-field",
"young-banks-camp"
]
}
2 changes: 1 addition & 1 deletion examples/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^6.0.0-alpha.1"
"astro": "^6.0.0-alpha.2"
}
}
4 changes: 2 additions & 2 deletions examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"dependencies": {
"@astrojs/mdx": "^5.0.0-alpha.0",
"@astrojs/rss": "^4.0.15-alpha.0",
"@astrojs/sitemap": "^3.6.1-alpha.0",
"astro": "^6.0.0-alpha.1",
"@astrojs/sitemap": "^3.6.1-alpha.1",
"astro": "^6.0.0-alpha.2",
"sharp": "^0.34.3"
}
}
2 changes: 1 addition & 1 deletion examples/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^6.0.0-alpha.1"
"astro": "^6.0.0-alpha.2"
},
"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 @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/react": "^5.0.0-alpha.0",
"astro": "^6.0.0-alpha.1",
"astro": "^6.0.0-alpha.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^3.2.4"
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 @@ -13,6 +13,6 @@
"@astrojs/alpinejs": "^0.5.0-alpha.0",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.15.2",
"astro": "^6.0.0-alpha.1"
"astro": "^6.0.0-alpha.2"
}
}
2 changes: 1 addition & 1 deletion examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@astrojs/vue": "^6.0.0-alpha.0",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"astro": "^6.0.0-alpha.1",
"astro": "^6.0.0-alpha.2",
"preact": "^10.28.0",
"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 @@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/preact": "^5.0.0-alpha.0",
"@preact/signals": "^2.5.1",
"astro": "^6.0.0-alpha.1",
"astro": "^6.0.0-alpha.2",
"preact": "^10.28.0"
}
}
2 changes: 1 addition & 1 deletion examples/framework-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@astrojs/react": "^5.0.0-alpha.0",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"astro": "^6.0.0-alpha.1",
"astro": "^6.0.0-alpha.2",
"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 @@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^6.0.0-alpha.0",
"astro": "^6.0.0-alpha.1",
"astro": "^6.0.0-alpha.2",
"solid-js": "^1.9.10"
}
}
2 changes: 1 addition & 1 deletion examples/framework-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/svelte": "^8.0.0-alpha.0",
"astro": "^6.0.0-alpha.1",
"astro": "^6.0.0-alpha.2",
"svelte": "^5.45.10"
}
}
2 changes: 1 addition & 1 deletion examples/framework-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/vue": "^6.0.0-alpha.0",
"astro": "^6.0.0-alpha.1",
"astro": "^6.0.0-alpha.2",
"vue": "^3.5.25"
}
}
2 changes: 1 addition & 1 deletion examples/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"dependencies": {
"@astrojs/node": "^10.0.0-alpha.2",
"astro": "^6.0.0-alpha.1"
"astro": "^6.0.0-alpha.2"
}
}
2 changes: 1 addition & 1 deletion examples/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^6.0.0-alpha.1"
"astro": "^6.0.0-alpha.2"
},
"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 @@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^6.0.0-alpha.1"
"astro": "^6.0.0-alpha.2"
}
}
2 changes: 1 addition & 1 deletion examples/portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^6.0.0-alpha.1"
"astro": "^6.0.0-alpha.2"
}
}
2 changes: 1 addition & 1 deletion examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/node": "^10.0.0-alpha.2",
"@astrojs/svelte": "^8.0.0-alpha.0",
"astro": "^6.0.0-alpha.1",
"astro": "^6.0.0-alpha.2",
"svelte": "^5.45.10"
}
}
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": "^6.0.0-alpha.1",
"astro": "^6.0.0-alpha.2",
"sass": "^1.96.0",
"sharp": "^0.34.3"
}
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,6 +16,6 @@
},
"devDependencies": {
"@types/node": "^18.17.8",
"astro": "^6.0.0-alpha.1"
"astro": "^6.0.0-alpha.2"
}
}
2 changes: 1 addition & 1 deletion examples/with-markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"dependencies": {
"@astrojs/markdoc": "^1.0.0-alpha.0",
"astro": "^6.0.0-alpha.1"
"astro": "^6.0.0-alpha.2"
}
}
2 changes: 1 addition & 1 deletion examples/with-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/mdx": "^5.0.0-alpha.0",
"@astrojs/preact": "^5.0.0-alpha.0",
"astro": "^6.0.0-alpha.1",
"astro": "^6.0.0-alpha.2",
"preact": "^10.28.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/preact": "^5.0.0-alpha.0",
"@nanostores/preact": "^0.5.2",
"astro": "^6.0.0-alpha.1",
"astro": "^6.0.0-alpha.2",
"nanostores": "^0.11.4",
"preact": "^10.28.0"
}
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 @@ -13,7 +13,7 @@
"@astrojs/mdx": "^5.0.0-alpha.0",
"@tailwindcss/vite": "^4.1.17",
"@types/canvas-confetti": "^1.9.0",
"astro": "^6.0.0-alpha.1",
"astro": "^6.0.0-alpha.2",
"canvas-confetti": "^1.9.4",
"tailwindcss": "^4.1.18"
}
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 @@ -11,7 +11,7 @@
"test": "vitest"
},
"dependencies": {
"astro": "^6.0.0-alpha.1",
"astro": "^6.0.0-alpha.2",
"vitest": "^3.2.4"
}
}
10 changes: 10 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# astro

## 6.0.0-alpha.2

### Patch Changes

- [#15024](https://github.com/withastro/astro/pull/15024) [`22c48ba`](https://github.com/withastro/astro/commit/22c48ba6643ed7153400781ca1affb3e8dc1351a) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a case where JSON schema generation would fail for unrepresentable types

- [#15036](https://github.com/withastro/astro/pull/15036) [`f125a73`](https://github.com/withastro/astro/commit/f125a73ebf395d81bf44ccfce4af63a518f6f724) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes certain aliases not working when using images in JSON files with the content layer

- [#15036](https://github.com/withastro/astro/pull/15036) [`f125a73`](https://github.com/withastro/astro/commit/f125a73ebf395d81bf44ccfce4af63a518f6f724) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a vite warning log during builds when using npm

## 6.0.0-alpha.1

### Major 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": "6.0.0-alpha.1",
"version": "6.0.0-alpha.2",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
Expand Down
67 changes: 67 additions & 0 deletions packages/integrations/cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,72 @@
# @astrojs/cloudflare

## 13.0.0-alpha.2

### Major Changes

- [#15037](https://github.com/withastro/astro/pull/15037) [`8641805`](https://github.com/withastro/astro/commit/8641805289d2cd852458b023c83da54bf67cd579) Thanks [@matthewp](https://github.com/matthewp)! - Updates the Wrangler entrypoint

Previously, the `main` field in `wrangler.jsonc` pointed to the built output, since Wrangler only ran in production after the build completed:

```jsonc
{
"main": "dist/_worker.js/index.js",
}
```

Now that Wrangler runs in both development (via workerd) and production, Astro provides a default entrypoint that works for both scenarios.

##### What should I do?

Update your `wrangler.jsonc` to use the new entrypoint:

```jsonc
{
"main": "@astrojs/cloudflare/entrypoints/server",
}
```

This single entrypoint handles both `astro dev` and production deployments.

### Minor Changes

- [#15037](https://github.com/withastro/astro/pull/15037) [`8641805`](https://github.com/withastro/astro/commit/8641805289d2cd852458b023c83da54bf67cd579) Thanks [@matthewp](https://github.com/matthewp)! - The Wrangler configuration file is now optional. If you don't have custom Cloudflare bindings (KV, D1, Durable Objects, etc.), Astro will automatically generate a default configuration for you.

##### What should I do?

If your `wrangler.jsonc` only contains basic configuration like this:

```jsonc
{
"main": "@astrojs/cloudflare/entrypoints/server",
"compatibility_date": "2025-05-21",
"assets": {
"directory": "./dist",
"binding": "ASSETS",
},
}
```

You can safely delete the file. Astro will handle this configuration automatically.

You only need a wrangler config file if you're using:
- KV namespaces
- D1 databases
- Durable Objects
- R2 buckets
- Environment variables
- Custom compatibility flags
- Other Cloudflare-specific features

### Patch Changes

- [#15026](https://github.com/withastro/astro/pull/15026) [`90c608c`](https://github.com/withastro/astro/commit/90c608c3f7cd3cb27ae6ec9b98a3ebf274450cc6) Thanks [@matthewp](https://github.com/matthewp)! - Improves prebundling of internal Astro modules

- [#15030](https://github.com/withastro/astro/pull/15030) [`b5aa52b`](https://github.com/withastro/astro/commit/b5aa52bbe74e32956d5dd5757728626fdaa6a02c) Thanks [@ematipico](https://github.com/ematipico)! - Fixed an issue where the feature `experimental.chromeDevtoolsWorkspace` wasn't supported by the new version of the adapter.

- Updated dependencies []:
- @astrojs/[email protected]

## 13.0.0-alpha.1

### Major 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/Pages",
"version": "13.0.0-alpha.1",
"version": "13.0.0-alpha.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
Expand Down
6 changes: 6 additions & 0 deletions packages/integrations/sitemap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @astrojs/sitemap

## 3.6.1-alpha.1

### Patch Changes

- [#15036](https://github.com/withastro/astro/pull/15036) [`f125a73`](https://github.com/withastro/astro/commit/f125a73ebf395d81bf44ccfce4af63a518f6f724) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Updates how routes are retrieved to avoid relying on a deprecated API

## 3.6.1-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/sitemap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astrojs/sitemap",
"description": "Generate a sitemap for your Astro site",
"version": "3.6.1-alpha.0",
"version": "3.6.1-alpha.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
Expand Down
Loading