octokit / rest.js

GitHub REST API client for JavaScript
https://octokit.github.io/rest.js
MIT License
548 stars 63 forks source link

build(deps): lock file maintenance #404

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 8 months ago

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.



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

renovate[bot] commented 8 months ago

Branch automerge failure

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


wolfy1339 commented 8 months ago

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

kfcampbell commented 8 months ago

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!

wolfy1339 commented 8 months ago

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?

kfcampbell commented 8 months ago

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.

github-actions[bot] commented 2 months ago

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

The release is available on:

Your semantic-release bot :package::rocket: