-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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(core): add support for pnpm v8 #15925
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
8fe46e6
to
2a500e7
Compare
2a500e7
to
39bc24a
Compare
e6acc6f
to
f508f3d
Compare
yargs: 17.6.2 | ||
devDependencies: | ||
react: 18.2.0 | ||
specifiers: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The newly added format converter from pnp makes those changes
nx: 15.4.5 | ||
typescript: 4.8.4 | ||
yargs: 17.6.2 | ||
specifiers: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The newly added format converter from pnp makes those changes
@@ -1,12 +1,10 @@ | |||
export default `lockfileVersion: 5.4 | |||
|
|||
importers: | |||
specifiers: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The newly added format converter from pnp makes those changes
a6eb965
to
09f45ec
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, few small changes
f03b177
to
c6af46b
Compare
c6af46b
to
c39dcf2
Compare
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
This PR adds support for pnpm lockfile v6:
inline-specifiers
version for the pre-formatting function@
version separator in the keys when detecting package name and version(...)
version extra informationCurrent Behavior
Expected Behavior
Related Issue(s)
Fixes #15960
Fixes #15973