This repository was archived by the owner on Jul 14, 2020. It is now read-only.
fix(deps): update dependency @octokit/rest to v16.43.2#135
Open
renovate[bot] wants to merge 1 commit intodevelopfrom
Open
fix(deps): update dependency @octokit/rest to v16.43.2#135renovate[bot] wants to merge 1 commit intodevelopfrom
renovate[bot] wants to merge 1 commit intodevelopfrom
Conversation
d0f6a9e to
e248863
Compare
e248863 to
0ba47dc
Compare
0ba47dc to
a3c7838
Compare
a3c7838 to
7a203f8
Compare
a9ae70f to
eb04427
Compare
eb04427 to
d79f029
Compare
d79f029 to
a68e6db
Compare
a68e6db to
674053d
Compare
674053d to
45691e2
Compare
45691e2 to
e7c6064
Compare
e7c6064 to
be79e4b
Compare
be79e4b to
0e96c3c
Compare
0e96c3c to
735304b
Compare
735304b to
ca894bd
Compare
baa149d to
4daffb8
Compare
4daffb8 to
b457853
Compare
b457853 to
5f1d05c
Compare
5f1d05c to
0ea726d
Compare
0ea726d to
dbd2a8b
Compare
dbd2a8b to
aa6d094
Compare
aa6d094 to
32553f2
Compare
32553f2 to
039c123
Compare
039c123 to
abd3e86
Compare
abd3e86 to
66e7fef
Compare
66e7fef to
47af9d7
Compare
47af9d7 to
4ffc2cd
Compare
4ffc2cd to
8cc2c6d
Compare
8cc2c6d to
0042ff5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.15.0->16.43.2Release Notes
octokit/rest.js
v16.43.2Compare Source
Bug Fixes
octokit.hook.wrapcallback (#1770) (0798dcd)v16.43.1Compare Source
Bug Fixes
{ Octokit }export (486eadd)v16.43.0Compare Source
Features
octokit.gitdata.*,octokit.pullRequests.*(#1585) (989afc1)v16.42.2Compare Source
Bug Fixes
v16.42.1Compare Source
Bug Fixes
v16.42.0Compare Source
Features
const Octokit = require("@​octokit/rest")in favor ofconst { Octokit } = require("@​octokit/rest")(bbc3e48)v16.41.2Compare Source
Bug Fixes
v16.41.1Compare Source
Bug Fixes
sinceparameter type is integer, not string (6285b6c)fileparameter is nodatafor.repos.uploadReleaseAsset()(dc2cc51)v16.41.0Compare Source
Features
v16.40.2Compare Source
Bug Fixes
v16.40.1Compare Source
Bug Fixes
v16.40.0Compare Source
Features
v16.39.0Compare Source
Features
response.data[namespacekey]in.paginate(options, mapFn)map function now logs a deprecation (3caa24a)v16.38.3Compare Source
Bug Fixes
v16.38.2Compare Source
Bug Fixes
everestpreview graduated (441c452).endpoint()method to all deprecated endpoint methods (9701151)octokit.teams.removeMember()(d439ca7)octokit.apps.*OAuth authorization methods' (5f5e62e)v16.38.1Compare Source
Bug Fixes
authStrategykey in Octokit constructor options (fb19f11)v16.38.0Compare Source
Features
@octokit/authare now supported. Settingauthto an object or a basic authentication string is now deprecated and will be removed in v17 (4573ee2)v16.37.0Compare Source
Features
.apps.revokeInstallationToken()(ed31137).migrations.listReposForOrg(),.migrations.listReposForUser()(8777073).repos.listForOrg()'stypeparameter can now be set to"internal"(GitHub Enterprise Cloud only) (9c71d18)visibilityparameter for.repos.createForAuthenticatedUser()and.repos.createInOrg()(31b094b)delete_branch_on_mergeparameter 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*ForOrgmethods that use/orgs/:org/teams/:team_slug*internally. With the next breaking version, the*ForOrgsuffix will be removed using another deprecation. (faecc99)Bug Fixes
v16.36.0Compare Source
Features
v16.35.2Compare Source
Bug Fixes
v16.35.1Compare Source
Bug Fixes
v16.35.0Compare Source
Features
.apps.checkAuthorization().apps.checkToken().apps.deleteAuthorization().apps.deleteToken().apps.resetAuthorization().apps.resetToken().apps.revokeAuthorizationForApplication().apps.revokeGrantForApplication()Deprecations
.apps.checkAuthorization().apps.resetAuthorization().apps.revokeAuthorizationForApplication().apps.revokeGrantForApplication().oauthAuthorizations.checkAuthorization.oauthAuthorizations.createAuthorization.oauthAuthorizations.deleteAuthorization.oauthAuthorizations.deleteGrant.oauthAuthorizations.getAuthorization.oauthAuthorizations.getGrant.oauthAuthorizations.getOrCreateAuthorizationForApp.oauthAuthorizations.getOrCreateAuthorizationForAppAndFingerprint.oauthAuthorizations.listAuthorizations.oauthAuthorizations.listGrants.oauthAuthorizations.resetAuthorization.oauthAuthorizations.revokeAuthorizationForApplication.oauthAuthorizations.revokeGrantForApplication.oauthAuthorizations.updateAuthorizationSee also: https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/
Fixes
.repos.listTopics()&.repos.replaceTopics(): requiredmercypreview header set by defaultv16.34.1Compare Source
Bug Fixes
v16.34.0Compare Source
Bug Fixes
Features
client_payloadparameter for creating a repository dispatch event, listing installations for an organization (e891d4e)v16.33.1Compare Source
Bug Fixes
v16.33.0Compare Source
Features
v16.32.0Compare Source
Features
v16.31.0Compare Source
Bug Fixes
Features
v16.30.2Compare Source
Bug Fixes
v16.30.1Compare Source
Bug Fixes
mediaTypeoption in endpoint methods (be7e388), closes probot/probot#1024v16.30.0Compare Source
Features
octokit.pulls.createFromIssue()` is deprecated. Useoctokit.pulls.create()` instead (6f939ad)v16.29.0Compare Source
Bug Fixes
luke-cageheader is not required (9926988)restrictions.teamsandrestrictions.usersare required for `octokit.repos.updateBranchProtection() (d68aa77)octokit.teams.{add,get,remove}Member()(f4e0a1b)privacyparameter foroctokit.teams.edit()(71ba2ae)octokit.repos.getCommit()(9164417)page/per_pageparameters fromPATChrequests (6395735)page/per_pageparameters fromPOSTrequests (a7a45ac)pageandper_pageparameters fromoctokit.repos.listProtectedBranchTeamRestrictions()(3c04006)Features
octokit.pulls.createReviewCommentReply()(c7831d3)octokit.pulls.createCommentReply()has been renamed tooctokit.pulls.createComment()(b59f0b5)octokit.repos.listProtectedBranchTeamRestrictions&octokit.repos.listTeamsWithAccessToProtectedBranch->octokit.repos.getTeamsWithAccessToProtectedBranch(9e3b5b1)octokit.repos.listProtectedBranchUserRestrictions&octokit.repos.listUsersWithAccessToProtectedBranch->octokit.repos.getUsersWithAccessToProtectedBranch(5896712)octokit.repos.addProtectedBranchAppRestrictions(),octokit.repos.removeProtectedBranchAppRestrictions(),octokit.repos.replaceProtectedBranchAppRestrictions()(542c7e7)octokit.repos.createDispatchEvent()(eee4ae6)octokit.repos.listAppsWithAccessToProtectedBranch()->octokit.repos.getAppsWithAccessToProtectedBranch()(4d4fe03)v16.28.9Compare Source
Bug Fixes
v16.28.8Compare Source
Bug Fixes
v16.28.7Compare Source
Bug Fixes
v16.28.6Compare Source
Bug Fixes
nameparameter is not required for.repos.update()(#1435) (494d75b)v16.28.5Compare Source
Bug Fixes
"owner"parameter is no longer conflicting inoctokit.repos.createUsingTemplate()(#1431) (fe605fe)v16.28.4Compare Source
Bug Fixes
v16.28.3Compare Source
Bug Fixes
v16.28.2Compare Source
Bug Fixes
v16.28.1Compare Source
Bug Fixes
v16.28.0Compare Source
Features
commit_sha parameter forrepos.listCommentsForCommit()andrepos.createCommitComment()` (1e7c3a8)repos.createOrUpdateFile()(63a5e99)repos.enableAutomatedSecurityFixes()andrepos.disableAutomatedSecurityFixes()(ebab182)repos.updateBranch()(5ba501e)v16.27.3Compare Source
Bug Fixes
v16.27.2Compare Source
Bug Fixes
author.*andcommitter.*parameter validation for.repos.deleteFile()(#1384) (2155b1a)v16.27.1Compare Source
Bug Fixes
.repos.getCommitRefSha()(ade2d00)v16.27.0Compare Source
Features
octokit.repos.getCommitRefSha()is deprecated, useoctokit.repos.getCommit()instead (9e0aeaf)v16.26.0Compare Source
Features
.repos.enableVulnerabilityAlerts().repos.disableVulnerabilityAlerts()Fixes
sourceparameter for.repos.enablePagesSite()v16.25.6Compare Source
Bug Fixes
v16.25.5Compare Source
Bug Fixes
v16.25.4Compare Source
Bug Fixes
v16.25.3Compare Source
Bug Fixes
v16.25.2Compare Source
Bug Fixes
v16.25.1Compare Source
Bug Fixes
v16.25.0Compare Source
Features
v16.24.3Compare Source
Bug Fixes
octokit.issues.get()without parameters (a102378)v16.24.2Compare Source
Bug Fixes
.endpoint()and.endpoint.merge()(8cebbfa)v16.24.1Compare Source
Features
:commit_shaparameter for.git.getCommit(). Deprecates:sha(1b98f9c):issue_number,:milestone_number,:pull_numberparameters. Deprecates:number(87dc7c6).repos.listBranchesForHeadCommit()(473642d).repos.listPullRequestsAssociatedWithCommit()(4a74d40)Bug Fixes
v16.24.0Compare Source
Update to v16.24.1 instead.
v16.23.5Compare Source
Bug Fixes
v16.23.4Compare Source
Bug Fixes
v16.23.3Compare Source
Bug Fixes
v16.23.2Compare Source
Bug Fixes
v16.23.1Compare Source
Bug Fixes
v16.23.0Compare Source
Features
options.authcan be set to token without a prefix (736174e)v16.22.0Compare Source
Features
.teams.getByName()(#1300) (16a1a52)v16.21.1Compare Source
Bug Fixes
.git.getRef()/.git.listRefs()(8ed1b9d)v16.21.0Compare Source
Features
author.*,committer.*,signatureparameters for.git.createCommit()(dca2d51)draftargument for creating a pull request (0e98b5b)Bug Fixes
auth.on2faagain if OTP becomes invalid (eb1ebab)v16.20.0Compare Source
Deprecation
.total_count,.incomplete_resultsand.<namespace>properties from paginated results (e34a1df)Bug Fixes
normalize pagination results for all endpoints which paginate with a namespace (fff928d)
items)check_runs)check_suites)repositories)v16.19.0Compare Source
Features
octokit.repos.enablePagesSite()andoctokit.repos.disablePagesSite()(a91f162), closes #1284Bug Fixes
mister-fantasticpreview not required for.repos.{getPages|updateInformationAboutPagesSite}(21f54ed)v16.18.1Compare Source
Bug Fixes
v16.18.0Compare Source
v16.17.1Compare Source
v16.17.0Compare Source
v16.16.5Compare Source
v16.16.4Compare Source
v16.16.3Compare Source
v16.16.2Compare Source
v16.16.1Compare Source
v16.16.0Compare Source
v16.15.1Compare Source
Renovate configuration
📅 Schedule: "before 3am on the first day of the month" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.