-
-
Notifications
You must be signed in to change notification settings - Fork 331
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
Next branch dependency updates for all projects #3021
Comments
@Hugos68 FYI, it looks like there was a major release to Astro and/or First, the
We can substitute Second, when switching to any page that has MDX rendered, there is a very obvious flash of styled content. However if you switch to a page that does not include MDX (ex: /news) this does not occur. I'm guessing this is either related to some pre-rendering or some new issues between the layout & rendered MDX. Kapture.2024-12-04.at.13.53.49.mp4I'd welcome your support in troubleshooting these if possible. The PR is here if you would like to test directly: Steps to reproduce:
|
FYI I've pushed some additional changes:
Unfortunately I noticed we're also having issues with the current PR's CI checks... The "check" step is showing this Astro-check error, even though Astro has yet to be updated. For some reason I cannot replicate this locally. It's like it's running a version head of my local instance - even though I specifically avoided updating the Astro project. Additionally the "lint" step is failing as well. Best I can tell it seems to be running No idea why it's running v9, my local instance shows the same with
Similarly the "test" step is failing. It seems to indicate an issue with Zag within one of the Svelte components. Once again, I can't seem to replicate this when running I'm feeling frustrated with so many breaking issues, so I'm just going to pause here for the day. If anyone has any ideas on these I'm all ears. |
We should go ahead and update all project dependencies and check for regressions.
This will include a notable update to Astro 5, which now utilizes Vite 6:
https://astro.build/blog/astro-5/
As well as migrating all projects to a minimum of Node 22, to satisfy and upcoming change on Vercel:
Once changes changes are pushed, all contributors should be encouraged to update to use Node 22 on their local machines.
The text was updated successfully, but these errors were encountered: