Update dependency @octokit/rest to ^16.43.2
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
@octokit/rest | devDependencies | minor | ^16.43.2 | source |
Release Notes
octokit/rest.js
v16.43.2
Bug Fixes
v16.43.1
Bug Fixes
-
TypeScript: named
{ Octokit }
export (486eadd)
v16.43.0
Features
v16.42.2
Bug Fixes
- recover Octokit.plugin (7b316d8)
v16.42.1
Bug Fixes
- do not throw if using deprecated Octokit default export without options (dec7334)
v16.42.0
Features
- deprecate
const Octokit = require("@​octokit/rest")
in favor ofconst { Octokit } = require("@​octokit/rest")
(bbc3e48)
v16.41.2
Bug Fixes
- package: update @octokit/plugin-rest-endpoint-methods to version 2.3.0 (a10ef70), closes #1571
v16.41.1
Bug Fixes
- package: update @octokit/plugin-rest-endpoint-methods to version 2.2.0 (3539118)
-
Typescript:
since
parameter type is integer, not string (6285b6c) -
TypeScript:
file
parameter is nodata
for.repos.uploadReleaseAsset()
(dc2cc51)
v16.41.0
Features
v16.40.2
Bug Fixes
- typescript: new auth strategy options (0c7b109)
v16.40.1
Bug Fixes
v16.40.0
Features
- Actions endpoint methdos (a706b0d)
v16.39.0
Features
- accessing
response.data[namespacekey]
in.paginate(options, mapFn)
map function now logs a deprecation (3caa24a)
v16.38.3
Bug Fixes
v16.38.2
Bug Fixes
-
everest
preview graduated (441c452) - add
.endpoint()
method to all deprecated endpoint methods (9701151) - bring back
octokit.teams.removeMember()
(d439ca7) - bring back `octokit.teams.removeMembership() (dadfe9a)
- correct deprecation message for
octokit.apps.*
OAuth authorization methods' (5f5e62e)
v16.38.1
Bug Fixes
-
typescript:
authStrategy
key in Octokit constructor options (fb19f11)
v16.38.0
Features
- All authentication strategies from
@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
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) - new
delete_branch_on_merge
parameter for.repos.createForAuthenticatedUser()
,.repos.createInOrg()
,.repos.update()
(c783249) - new parameters for
.orgs.update()
:members_can_create_internal_repositories
,members_can_create_private_repositories
,members_can_create_public_repositories
(7be5174) - new parameters for
.repos.updateBranchProtection()
:allow_deletions
,allow_force_pushes
,required_linear_history
(c5632ff) - rename & deprecation of endpoint methods using
/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
- graduated previews removed: barred-rock, echo, hagar (53b8021)
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.