Skip to content

[pnpm] support all pnpm lockfile versions #25

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 9 commits into from
Feb 12, 2025

Conversation

faissaloux
Copy link
Owner

@faissaloux faissaloux commented Feb 11, 2025

Support pnpm lockfile versions breakpoints:

  • v5.3
  • v6
  • v9

Notes

  • if lockfile version is lower than the lowest supported version, it will fall to the lowest supported version.
  • if lockflle version is between supported versions, it will fall to the closest lower supported version.
  • if lockfile version is larger that the largest supported version, it will fall to the largest supported version.

@faissaloux faissaloux added the enhancement New feature or request label Feb 11, 2025
@faissaloux faissaloux added this to the 1.3.0 milestone Feb 11, 2025
@faissaloux faissaloux self-assigned this Feb 11, 2025
@faissaloux faissaloux merged commit 3412011 into main Feb 12, 2025
1 check passed
@faissaloux faissaloux deleted the pnpm-support-all-versions branch February 12, 2025 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant