-
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
pnpm9: version is incompatible with "/home/dependabot/dependabot-updater/repo". #9682
Comments
We are seeing the same issue with all our dependabot jobs fail due to the above error since updating. Which is quite unfortunate as we expected pnpm 9 to be supported by now. |
Many times during the job I see errors like this, which must get caught, since the job continues to run...
Then at the end of the job:
Refs: |
We were able to fix the issue by adding the "engines": {
"node": ">=20.6.0",
"pnpm": "^9.3.0"
},
"packageManager": "pnpm@9.3.0", |
@deivid-rodriguez fix here should address this, please let us know if it still doesn't work |
Fix works 👍 |
Package ecosystem
npm
Package manager version
pnpm 9
Language version
Node 20
What you expected to see, versus what you actually saw
My repo is now using pnpm 9, so we define in the
package.json
But all dependabot updates are failing, since dependabot runs in v8:
If we allow pnpm8, Dependabot will create the PR, but the newly generated pnpm-lock will be broken since it's generated with version 6.
The text was updated successfully, but these errors were encountered: