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

Will/lockfile pnpm8 support #4305

Merged
merged 6 commits into from
Sep 14, 2023

Conversation

william2958
Copy link
Contributor

@william2958 william2958 commented Aug 31, 2023

Summary

This MR adds the ability for lockfile explorer to read pnpm 8 lockfiles correctly (pnpm lockfiles that are using the v6 spec)

Fixes #4254

Details

v6 of the pnpm lockfile slightly changes the way entries are recorded, replacing the splitter between the package and it's version with a '@' instead of a '/'. This MR just adapts the new format to the old format so the explorer can read the lockfile correctly.

How it was tested

Tested manually

Impacted documentation

william2958 and others added 2 commits September 5, 2023 15:07
…8-support_2023-08-31-23-03.json

Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
@iclanton iclanton merged commit b51287d into microsoft:main Sep 14, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[lockfile-explorer] Lockfile v6 support
2 participants