-
Notifications
You must be signed in to change notification settings - Fork 23
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
peer dependency issues #418
peer dependency issues #418
Comments
Yes, it should have happened in the Can you pin the version to |
it wasn't directly installed, but a minimal example is: {
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@actions/github": "4.x",
"@octokit/core": "3.x"
}
}
|
@wolfy1339 requiring and pining to |
Should we close this issue @dacbd ? @wolfy1339 do you want me to edit https://github.com/octokit/plugin-paginate-rest.js/releases/v2.21.2 Release notes to add alert users about this? |
@oscard0m I'd say if you can npm install the example |
🎉 This issue has been resolved in version 2.21.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@dacbd can you confirm that the problem is resolved please? |
@gr2m confirmed the problem is resolved, thanks for all the responses team! ❤️ |
This reverts commit 26589dd.
Hi all, I recently went through some package updating in a project, and found that you have updated your
ocktokit/core
tov4
onv2.21.2
and then did a subsequentv3
that dropped the old node version support. Shouldn't that peer update have happened in yourv3
release and not as a final patch release onv2
?I can probably work on my own updates to fix the
npm install
issue, but it is inconvenient.The text was updated successfully, but these errors were encountered: