Conversation
How to use the Graphite Merge QueueAdd the label merge to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
There was a problem hiding this comment.
Pull Request Overview
This PR downgrades pnpm from version 10.15.0 to 10.14.0 as a temporary workaround for issue #668, related to a global config setting problem. The change also prevents Renovate from automatically updating pnpm in the future.
- Downgrade pnpm package manager version from 10.15.0 to 10.14.0
- Configure Renovate to ignore pnpm dependency updates
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates packageManager field to use pnpm@10.14.0 instead of 10.15.0 |
| .github/renovate.json | Adds pnpm to ignoreDeps list to prevent automatic updates |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
3dcc963 to
5952a62
Compare
close #668
related pnpm/pnpm#9811 (comment)
Temporary workaround before we found a better way to set the global config