Open bmulholland opened 3 months ago
pnpm, just switched from yarn
No response
package.json
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 <job_862454551> /home/dependabot/common/lib/dependabot/dependency.rb:231:inhumanized_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 <job_862454551> /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:inblock in create_validator_method_medium0'
nil
must' 2024/07/30 09:54:20 ERROR <job_862454551> /home/dependabot/common/lib/dependabot/dependency.rb:231:in
bind_call' 2024/07/30 09:54:20 ERROR <job_862454551> /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
This line, from the logs above, looks suspicious:
updater | 2024/07/30 09:54:16 INFO <job_862454551> 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",
https://github.com/recitalsoftware/recital-frontend/actions/runs/10160118930/job/28095785090
Confirmed it was "vue-infinite-loading": "github:nvitius/vue-infinite-loading#next",
"vue-infinite-loading": "github:nvitius/vue-infinite-loading#next",
I changed to the published version next and that fixed dependabot. So the above is a reliable repro.
next
Is there an existing issue for this?
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 /home/dependabot/dependabot-updater/vendor/ruby/3.3.0/gems/sorbet-runtime-0.5.11444/lib/types/_types.rb:222:in /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
nil
into T.must 2024/07/30 09:54:20 ERRORmust' 2024/07/30 09:54:20 ERROR <job_862454551> /home/dependabot/common/lib/dependabot/dependency.rb:231:in
humanized_version' 2024/07/30 09:54:20 ERRORbind_call' 2024/07/30 09:54:20 ERROR <job_862454551> /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 <job_862454551> 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