Skip to content
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

feat(typescript-checker): support prerelease TypeScript versions #4738

Merged
merged 1 commit into from
Feb 18, 2024

Conversation

davecardwell
Copy link
Contributor

Stryker fails at launch when using v5.4.0-beta of TypeScript, displaying:

Error: @stryker-mutator/typescript-checker only supports [email protected] or higher. Found [email protected]

This PR allows prerelease versions of TypeScript.

Copy link
Member

@nicojs nicojs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't know includePrerelease existed. Good find!

@nicojs nicojs enabled auto-merge (squash) February 18, 2024 07:15
@nicojs nicojs disabled auto-merge February 18, 2024 07:15
@nicojs nicojs enabled auto-merge (squash) February 18, 2024 07:15
@nicojs nicojs merged commit 40ace6e into stryker-mutator:master Feb 18, 2024
7 checks passed
@nicojs
Copy link
Member

nicojs commented Feb 19, 2024

Released 8.2.4 with the fix 🚀

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.

2 participants