8000 every time I use `pnpm up -i -L -r` unrelated things happen to what I selected in the TUI · Issue #9499 · pnpm/pnpm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

every time I use pnpm up -i -L -r unrelated things happen to what I selected in the TUI #9499

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
3 of 4 tasks
NullVoxPopuli opened this issue May 7, 2025 · 4 comments
Open
3 of 4 tasks

Comments

@NullVoxPopuli
Copy link
Contributor

Verify latest release

  • I verified that the issue exists in the latest pnpm release

pnpm version

10+ (including 10.10)

Which area(s) of pnpm are affected? (leave empty if unsure)

CLI

Link to the code that reproduces this issue or a replay of the bug

https://github.com/universal-ember/ember-primitives

Reproduction steps

run pnpm up -i -L -r
update any dependency.

observe that tailwindcss moves from v3 to v4

Describe the Bug

dependencies that I didn't say to update are being updated

Expected Behavior

dependencies I don't specify to update should stay put

Which Node.js version are you using?

23.4.0

Which operating systems have you used?

  • macOS
  • Windows
  • Linux

If your OS is a Linux based, which one it is? (Include the version if relevant)

Ubuntu

@NullVoxPopuli
Copy link
Contributor Author

seems like it's jumping majors on a few dependencies -- all things I didn't select in the interactive TUI

@BlueGreenMagick
Copy link
Contributor

This looks like a duplicate of #8772

@anthonyhastings-eqs
Copy link
anthonyhastings-eqs commented May 12, 2025

Also experiencing this through Renovate updates -- renovate is bumping packages using, for example:
pnpm update --no-save @commitlint/cli@19.8.1 @commitlint/config-conventional@19.8.1 --recursive --lockfile-only --ignore-scripts --ignore-pnpmfile

and totally unrelated packages then get bumped

@xmatthias
Copy link

I've had this too - and in combination with dependabot, it leads to the first PR merging closing all others with "all other dependencies are uptodate" - as the pnpm-lock.yaml file has been updated for all dependencies (even the ones not updating).

on 10.11, this "seems" to no longer reproduce though - at least in my testing, it's updating exactly the selected version, but not random other dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
0