Skip to content

fix: handle projects with devEngines ranges gracefully #730

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

susnux
Copy link

@susnux susnux commented Jul 27, 2025

Unlikne the packageManager field, the devEngines field allows to configure ranges of supported tool versions.
When a project has no packageManager configured yet, but a range of supported, then the latest of those should be used instead of hard failing.

Unline the `packageManager` field, the `devEngines` field allows to
configure ranges of supported tool versions.
When a project has no `packageManager` configured yet, but a range of
supported, then the latest of those should be used instead of hard
failing.

Signed-off-by: Ferdinand Thiessen <[email protected]>
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.

added devEngines support breaks updating dependencies
1 participant