-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
bundledDependencies: false
inconsistently added to pnpm-lock.yaml
#7576
Labels
Comments
Bisects to 8.13.1 -- 8.13.0 does not add |
Could you share what packages in the lockfile have the |
zkochan
added a commit
that referenced
this issue
Jan 28, 2024
Loading
Loading status checks…
close #7576
zkochan
added a commit
that referenced
this issue
Jan 29, 2024
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Verify latest release
pnpm version
No response
Which area(s) of pnpm are affected? (leave empty if unsure)
Lockfile
Link to the code that reproduces this issue or a replay of the bug
No response
Reproduction steps
Run
pnpm install --lockfile-only --ignore-scripts
locally and commit the lockfile. Runpnpm install --lockfile-only --ignore-scripts
in CI, with the identical version of pnpm, and thengit diff --exit-code -- pnpm-lock.yaml
. The expected result is that there are no changes to the lockfile.Describe the Bug
Sometimes, there are changes to the lockfile, namely that locally
pnpm install --lockfile-only --ignore-scripts
has addedbundledDependencies: false
to certain dependencies, whereas in CI it is not present.Expected Behavior
Consistent behavior with regards to
bundledDependencies: false
no matter wherepnpm
is run.Which Node.js version are you using?
18.17.1
Which operating systems have you used?
If your OS is a Linux based, which one it is? (Include the version if relevant)
Debian Bullseye
The text was updated successfully, but these errors were encountered: