Tim Carry
Tim Carry
Yeah, I'm sorry about that, it shouldn't be that way. It was correctly updating dependencies in the background and grouping them into one PR. Then I disabled CircleCI, and it...
_Renovate should be going more smoothly now. It should be back on its initial configuration of creating PRs to merge on `chore/renovateBaseBranch`, and we decide to merge this branch on...
Summarizing the points above, what I think we can do is: - [ ] Document the current semi-manual update strategy in `CONTRIBUTING.md`. We seem to all agree that full automated...
(Oh also, I could disable Dependabot. Maybe it will be automatically re-enabled again, we'll see.)
@Haroenv The `hosted-git-info` is hosted under `npm/hosted-git-info`, and last commit is September 18th, 2023, so it seems to be active and what npm is using. (https://github.com/npm/hosted-git-info) Would you had another...
`got` moved to a pure ESM package with v12, which made our lint script fail with the following error: ``` error Unable to resolve path to module 'got' import/no-unresolved ```...