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

pnpm up doesn't update peerDependencies #8081

Open
2 of 4 tasks
minenwerfer opened this issue May 14, 2024 · 0 comments
Open
2 of 4 tasks

pnpm up doesn't update peerDependencies #8081

minenwerfer opened this issue May 14, 2024 · 0 comments

Comments

@minenwerfer
Copy link

Verify latest release

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

pnpm version

No response

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

No response

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

No response

Reproduction steps

Have dependencies installed under peerDependencies in package.json. Try to update them with pnpm up --latest.

Describe the Bug

Nothing should happen until you move the dependencies to either dependencies or devDependencies.

Expected Behavior

Peer dependencies should also be updated unless explicitly specified.

Which Node.js version are you using?

v20.6.1

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)

Arch Linux

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

1 participant