-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: luke-cage
preview graduated
#119
fix: luke-cage
preview graduated
#119
Conversation
luke-cage
preview graduated
🎉 This PR is included in version 18.11.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@gr2m Should this change have updated "@octokit/plugin-paginate-rest" to 2.16.4? A simple install does not get the latest version, leading to:
|
can you try to delete |
The failure is in the github actions build so not sure I can clear that easily. Since the deps still says 2.16.0, it is not really fixed yet. |
The deps says |
I could do that for this project but npm says 1600+ packages depend on this. If npm does not automatically update to the latest release, there could be many broken builds. I see in a previous issue this was being addressed but seems to have slipped through. I can push a change but thought you could probably do it faster. |
Pushing a change from my end may not be that simple. The |
these packages don't get your lock file, so they will be fine once they update. |
Sorry, but I am confused. I understand they do not have my lock file. They have their own lock file that also specifies 2.16.0. I ran |
npm will use the latest version within the given range. This is a common enough case to have a bad release. And the fix is just as common: delete your lock file and If you are still unsure how it all works, can you reach out to npm's support or community? I don't have the time, and this is not an Octokit question, but an npm question. |
npm install does not appear to use the latest version if the currently installed version is in the range. npm update will probably update to the latest version. This is an Octokit question. It will NOT build with:
|
Turns out to be pretty easy using a docker image. I have opened PR #120 for this. The lock file was already up to date. |
Alternatively you can install the specific package at the version as a dependency which'll have Or you can remove that package from the lock - I've written a script for doing that because |
These are all tried and true methods but require manual work. Dependabot is not doing that. Could dependabot make it happen for the package being updated? Maybe. Recursively running update on the deps could work but why should it be needed? Can tests be written on this repo to catch this edge case? Maybe. Sorry I was a little aggressive on getting this fixed. This PR was not the one causing the problem and I should have seen that earlier. |
This PR contains the following updates:
5.11.2
->5.11.3
Release Notes
octokit/plugin-rest-endpoint-methods.js
v5.11.3
Compare Source
Bug Fixes
luke-cage
preview graduated (#457) (cd2b8c3)Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.