dependabot / dependabot/dependabot-core
version is nil, crashes humanized_version
- Dominant language
- Ruby
- Stars
- 5.8k
- Forks
- 1.5k
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 156
Description
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
pnpm, **just switched from yarn**
### Package manager version
_No response_
### Language version
_No response_
### Manifest location and content before the Dependabot update
package.json
### dependabot.yml content
_No response_
### Updated dependency
_No response_
### What you expected to see, versus what you actually saw
updater | 2024/07/30 09:54:19 INFO Creating a pull request for 'all-packages'
proxy | 2024/07/30 09:54:19 [739] POST /update_jobs/862454551/record_update_job_unknown_error
proxy | 2024/07/30 09:54:19 [739] 204 /update_jobs/862454551/record_update_job_unknown_error
proxy | 2024/07/30 09:54:19 [741] POST /update_jobs/862454551/record_update_job_error
proxy | 2024/07/30 09:54:19 [741] 204 /update_jobs/862454551/record_update_job_error
proxy | 2024/07/30 09:54:19 [743] POST /update_jobs/862454551/increment_metric
proxy | 2024/07/30 09:54:19 [743] 204 /update_jobs/862454551/increment_metric
proxy | 2024/07/30 09:54:19 [745] POST /update_jobs/862454551/record_update_job_unknown_error
proxy | 2024/07/30 09:54:20 [745] 204 /update_jobs/862454551/record_update_job_unknown_error
updater | 2024/07/30 09:54:20 ERROR Error processing job (TypeError)
2024/07/30 09:54:20 ERROR Passed `nil` into T.must
2024/07/30 09:54:20 ERROR /home/dependabot/dependabot-updater/vendor/ruby/3.3.0/gems/sorbet-runtime-0.5.11444/lib/types/_types.rb:222:in `must'
2024/07/30 09:54:20 ERROR /home/dependabot/common/lib/dependabot/dependency.rb:231:in `humanized_version'
2024/07/30 09:54:20 ERROR /home/dependabot/dependabot-updater/vendor/ruby/3.3.0/gems/sorbet-runtime-0.5.11444/lib/types/private/methods/call_validation_2_7.rb:919:in `bind_call'
2024/07/30 09:54:20 ERROR /home/dependabot/dependabot-updater/vendor/ruby/3.3.0/gems/sorbet-runtime-0.5.11444/lib/types/private/methods/call_validation_2_7.rb:919:in `block in create_validator_method_medium0'
This line, from the logs above, looks suspicious:
`updater | 2024/07/30 09:54:16 INFO Skipping vue-infinite-loading as it has already been updated to `
(I didn't cut that off, that's the end of the line)
package.json for that is
"vue-infinite-loading": "github:nvitius/vue-infinite-loading#next",
### Native package manager behavior
_No response_
### Images of the diff or a link to the PR, issue, or logs
https://github.com/recitalsoftware/recital-frontend/actions/runs/10160118930/job/28095785090
### Smallest manifest that reproduces the issue
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.