-
Notifications
You must be signed in to change notification settings - Fork 1.2k
chore: update Astro and adapters #3105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 19 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
c77cc16
chore: update Astro and adapters
ascorbic 2fe4911
fix: preserve Astro peer compatibility
ascorbic 7a5fbe1
fix: retry cache provider initialization
ascorbic d3b5194
fix: require stable Astro 6
ascorbic ad30fe3
chore: allow compatible Wrangler updates
ascorbic 648a6d9
chore: allow compatible Workers types updates
ascorbic 849a2c0
fix: update Astro test harnesses
ascorbic 994a209
chore: restore Astro release-age checks
ascorbic c34074d
fix: stabilize Astro 7.3 CI
ascorbic 6f6f1df
fix: prevent Cloudflare dev startup deadlocks
ascorbic 48f17a1
Merge origin/main into codex/astro-7-3-adapters
ascorbic b5a5952
fix: warm Cloudflare routes without aborting compilation
ascorbic 20ac141
fix: address Astro upgrade review
ascorbic 998b03f
fix: avoid overlapping cold-start retries
ascorbic a875ab4
test: remove obsolete admin route warmup
ascorbic 1a8f7f8
fix: preload playground initialization modules
ascorbic 71a8080
test: capture playground optimizer diagnostics
ascorbic c3732bb
test: trace playground initialization stages
ascorbic 0cba222
fix: ignore Wrangler state in Vite watcher
ascorbic 59ec35e
Merge origin/main into codex/astro-7-3-adapters
ascorbic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| "@emdash-cms/cloudflare": minor | ||
| --- | ||
|
|
||
| Fixes scheduled publishing cache invalidation so newly published content is served after the scheduled task completes. | ||
|
|
||
| This release requires stable Astro 6.0.0 or later. Astro 6 prereleases no longer satisfy the package's peer dependency range. | ||
|
|
||
| #### What should I do? | ||
|
|
||
| Upgrade Astro to version 6.0.0 or later before updating `@emdash-cms/cloudflare` if the site still uses an Astro 6 prerelease. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "emdash": patch | ||
| --- | ||
|
|
||
| Fixes Cloudflare-backed Astro development servers hanging during initial setup or the first admin request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[needs fixing] The frontmatter only covers
@emdash-cms/cloudflare, but this PR also changespackages/core/src/astro/integration/vite-config.ts— code shipped through theemdashpackage's./astroexport. The new optimizer entries, shim aliases, and Astro 7.3 logger handling are observable toemdashconsumers and need their own release note. Because the packages are in the samefixedgroup in.changeset/config.json, the cloudflare entry will bumpemdashwithout describing the core integration changes. Add a separate changeset foremdashdescribing the Astro 7.3 dev/build compatibility fixes, or restructure the prose so both packages are accurately represented.For example, add a second file: