rest.js
rest.js copied to clipboard
build(deps): lock file maintenance
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.
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
I'll see if I can isolate specific changes that have caused these errors to happen
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!
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?
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.
:tada: This issue has been resolved in version 21.0.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket: