Skip to content

chore(astro): Add 4.0.0 preview versions to astro peer dependency range #9696

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 1 commit into from
Nov 29, 2023

Conversation

Lms24
Copy link
Member

@Lms24 Lms24 commented Nov 29, 2023

As reported in #9683 (comment), our current peer dependency range for the astro package doesn't allow beta/RC versions of Astro 4.0.0. This PR adds a dedicated range for 4.0.0 preview versions (beta and up). According to the semver package, this will work for versions like:

4.0.0-beta.0
4.0.0-rc.0,
4.0.0,
4.1.1,
3.40.1

While I don't think it's strictly necessary that we officially support preview versions of the new major, I don't think it hurts us either and probably helps folks upgrade to 4.0 more seamlessly.

@Lms24 Lms24 requested review from HazAT and lforst November 29, 2023 10:08
@Lms24 Lms24 changed the title chore(astro): Add 4.0.0-beta versions to astro peer dependency range chore(astro): Add 4.0.0 preview versions to astro peer dependency range Nov 29, 2023
@Lms24 Lms24 merged commit f500ac7 into develop Nov 29, 2023
@Lms24 Lms24 deleted the lms/chore-astro-tmp-add-beta-range branch November 29, 2023 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants