Skip to content

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 17, 2022

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

choegyumin and others added 30 commits August 1, 2025 08:52
The previous logic determined it was pnpm by checking if pnpm existed in
process.env. Actually, we should establish a priority: first check
npm_config_user_agent, after all checks are completed, then check exec
path, and finally check packageManager, which would be more accurate.
fix #9259 

After multiple npm installations, it returns paths for optional
dependencies that don't match the current system's platform and
architecture. We directly filter out packages that don't exist and print
the corresponding logs.

npm issue: npm/cli#8535
Also adding an additional patch for avoiding major semver bumps of peer dependencies when only minor semver bumps are present
Ref: changesets/changesets#1011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⤵️ pull merge-conflict Resolve conflicts manually

Projects

None yet

Development

Successfully merging this pull request may close these issues.