-
-
Notifications
You must be signed in to change notification settings - Fork 572
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
Add support for Astro v4, drop support for Astro v3 #1238
Conversation
🦋 Changeset detectedLatest commit: 368fab0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
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.
This looks amazing!
Great work Chris!
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.
Looks great!
This is breaking the install command through the template. It will be fixed (I think) if there's a release with up to date library. |
Yup! Just getting a release out any minute now — thanks for reporting 🙌 |
* main: (440 commits) i18n(fr): update `getting-started.mdx` (withastro#1245) [ci] format docs(showcase): add csmos.space (withastro#1269) [ci] format docs: add SiteOne Crawler to showcase (withastro#1264) Fix formatting [ci] format docs(i18n): Add Indonesian translation for site search documentation (withastro#1250) i18n(es): fix typo (withastro#1246) i18n(ja): Update getting-started.mdx (withastro#1252) i18n(es): Update `getting-started.mdx` (withastro#1247) i18n(ko-KR): update `getting-started.mdx` (withastro#1248) Update upgrade instructions to show new `@astrojs/upgrade` (withastro#1241) [ci] format [ci] release (withastro#1240) i18n(ru): Fix typo in `i18n.untranslatedContent` (withastro#1243) Fix timezone-reliance in LastUpdated (withastro#1170) Prefetch links on hover by default (withastro#1242) Add support for Astro v4, drop support for Astro v3 (withastro#1238) Add Matrix social icon (withastro#1203) ...
Description
@astrojs/mdx
should be a peer dependency we include in starter templates, but not directly as a dependency of@astrojs/starlight
, so that we can avoid these situations.WIP: next step is updating all remark/rehype-related dependencies.Done!