rest.js icon indicating copy to clipboard operation
rest.js copied to clipboard

build(deps): lock file maintenance

Open renovate[bot] opened this issue 1 year ago • 5 comments

Mend Renovate

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: Branch creation - "before 5am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Jan 19 '24 22:01 renovate[bot]

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

renovate[bot] avatar Jan 19 '24 22:01 renovate[bot]

I'll see if I can isolate specific changes that have caused these errors to happen

wolfy1339 avatar Jan 23 '24 04:01 wolfy1339

Thanks! I tried updating each package individually in #403 to see if I could find a single package update that was causing the issue, to no avail. I can reproduce the issue locally, though I stalled out when doing further troubleshooting for lack of ideas. I'd be interested to hear what you think!

kfcampbell avatar Jan 23 '24 23:01 kfcampbell

I believe the issue is coming from one of the Octokit dependencies.

I started out upgrading anything with duplicated versions of Octokit modules

npm up @octokit/core @octokit/types @octokit/graphql @semantic-release/github @octokit/plugin-paginate-rest @octokit/request-error @octokit/endpoint @octokit/auth-app @octokit/oauth-methods @octokit/auth-oauth-device @octokit/auth-oauth-user @octokit/auth-oauth-app @octokit/plugin-retry

And I could reproduce the error

Could it be related to https://github.com/octokit/fixtures/pull/629?

wolfy1339 avatar Jan 25 '24 03:01 wolfy1339

Possibly! To test that we'd need to merge https://github.com/octokit/fixtures-server/pull/340 and cut a new version of fixtures-server first.

kfcampbell avatar Feb 02 '24 19:02 kfcampbell

:tada: This issue has been resolved in version 21.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] avatar Jul 17 '24 00:07 github-actions[bot]