fix(deps): update dependency @octokit/rest to v16.43.2 #89
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
16.36.0
->16.43.2
Release Notes
octokit/rest.js (@octokit/rest)
v16.43.2
Compare Source
Bug Fixes
octokit.hook.wrap
callback (#1770) (0798dcd)v16.43.1
Compare Source
Bug Fixes
{ Octokit }
export (486eadd)v16.43.0
Compare Source
Features
octokit.gitdata.*
,octokit.pullRequests.*
(#1585) (989afc1)v16.42.2
Compare Source
Bug Fixes
v16.42.1
Compare Source
Bug Fixes
v16.42.0
Compare Source
Features
const Octokit = require("@​octokit/rest")
in favor ofconst { Octokit } = require("@​octokit/rest")
(bbc3e48)v16.41.2
Compare Source
Bug Fixes
v16.41.1
Compare Source
Bug Fixes
since
parameter type is integer, not string (6285b6c)file
parameter is nodata
for.repos.uploadReleaseAsset()
(dc2cc51)v16.41.0
Compare Source
Features
v16.40.2
Compare Source
Bug Fixes
v16.40.1
Compare Source
Bug Fixes
v16.40.0
Compare Source
Features
v16.39.0
Compare Source
Features
response.data[namespacekey]
in.paginate(options, mapFn)
map function now logs a deprecation (3caa24a)v16.38.3
Compare Source
Bug Fixes
v16.38.2
Compare Source
Bug Fixes
everest
preview graduated (441c452).endpoint()
method to all deprecated endpoint methods (9701151)octokit.teams.removeMember()
(d439ca7)octokit.apps.*
OAuth authorization methods' (5f5e62e)v16.38.1
Compare Source
Bug Fixes
authStrategy
key in Octokit constructor options (fb19f11)v16.38.0
Compare Source
Features
@octokit/auth
are now supported. Settingauth
to an object or a basic authentication string is now deprecated and will be removed in v17 (4573ee2)v16.37.0
Compare Source
Features
.apps.revokeInstallationToken()
(ed31137).migrations.listReposForOrg()
,.migrations.listReposForUser()
(8777073).repos.listForOrg()
'stype
parameter can now be set to"internal"
(GitHub Enterprise Cloud only) (9c71d18)visibility
parameter for.repos.createForAuthenticatedUser()
and.repos.createInOrg()
(31b094b)delete_branch_on_merge
parameter for.repos.createForAuthenticatedUser()
,.repos.createInOrg()
,.repos.update()
(c783249).orgs.update()
:members_can_create_internal_repositories
,members_can_create_private_repositories
,members_can_create_public_repositories
(7be5174).repos.updateBranchProtection()
:allow_deletions
,allow_force_pushes
,required_linear_history
(c5632ff)/teams/:team_id*
path internally. The are being replaced by*ForOrg
methods that use/orgs/:org/teams/:team_slug*
internally. With the next breaking version, the*ForOrg
suffix will be removed using another deprecation. (faecc99)Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.