Update Astro (and related packages)#42437
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates Astro framework and related dev tooling versions in package.json to pick up newer fixes/features.
Changes:
- Bump
astrofrom^6.1.8to^6.3.7 - Bump
@astrojs/check,@astrojs/markdown-remark, and@astrojs/mdxto newer patch versions
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
|
Thanks. I'll review this while I update the v5 and v6 deps. I was off for a couple of weeks, but I'll be back to it soon :) Since it's annoying, I'll try to do it tonight for this part. |
8229329 to
a770a0f
Compare
julien-deramond
approved these changes
May 24, 2026
Member
julien-deramond
left a comment
There was a problem hiding this comment.
Thanks for bringing #42436 to everyone's attention. Tested locally to live update one of the examples, and it works well, so LGTM.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #42436
Description
Right now, if you run
npm run startornpm run docsthen the site will be available in the browser but any changes made in examples will not update in the browser (even with force refresh).Motivation & Context
This was caused by an upstream bug in Astro, which was resolved for 6.3.7.
Type of changes
Checklist
npm run lint)Live previews
Related issues