Skip to content
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
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 19, 2019

This PR contains the following updates:

Package Type Update Change
@octokit/rest dependencies minor 16.15.0 -> 16.43.2

Release Notes

octokit/rest.js

v16.43.2

Compare Source

Bug Fixes
  • typescript: return type for octokit.hook.wrap callback (#​1770) (0798dcd)

v16.43.1

Compare Source

Bug Fixes
  • TypeScript: named { Octokit } export (486eadd)

v16.43.0

Compare Source

Features

v16.42.2

Compare Source

Bug Fixes

v16.42.1

Compare Source

Bug Fixes
  • do not throw if using deprecated Octokit default export without options (dec7334)

v16.42.0

Compare Source

Features
  • deprecate const Octokit = require("@​octokit/rest") in favor of const { Octokit } = require("@​octokit/rest") (bbc3e48)

v16.41.2

Compare Source

Bug Fixes

v16.41.1

Compare Source

Bug Fixes

v16.41.0

Compare Source

Features
  • typescript: types for latest Action endpoint methods (#​1567) (0758d61)

v16.40.2

Compare Source

Bug Fixes
  • typescript: new auth strategy options (0c7b109)

v16.40.1

Compare Source

Bug Fixes

v16.40.0

Compare Source

Features
  • Actions endpoint methdos (a706b0d)

v16.39.0

Compare Source

Features
  • accessing 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)
  • 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

Compare Source

Bug Fixes
  • typescript: authStrategy key in Octokit constructor options (fb19f11)

v16.38.0

Compare Source

Features
  • All authentication strategies from @octokit/auth are now supported. Setting auth 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()'s type 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)

v16.36.0

Compare Source

Features

v16.35.2

Compare Source

Bug Fixes

v16.35.1

Compare Source

Bug Fixes

v16.35.0

Compare 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.updateAuthorization

See also: https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/

Fixes
  • .repos.listTopics() & .repos.replaceTopics(): required mercy preview header set by default

v16.34.1

Compare Source

Bug Fixes
  • typescript: Include done callback in Paginate interface (6e2051b)

v16.34.0

Compare Source

Bug Fixes
  • remove obsolete plugin to normalize git reference responses (3933c24)
Features
  • multi-line review comments, client_payload parameter for creating a repository dispatch event, listing installations for an organization (e891d4e)

v16.33.1

Compare Source

Bug Fixes

v16.33.0

Compare Source

Features
  • options: add timeZone option (8a1fb13)

v16.32.0

Compare Source

Features
  • types: add deprecation jsdoc for deprecated methods (f7c31af)
  • types: mark params deprecated if description has 'deprecated' (ffe9aaa)

v16.31.0

Compare Source

Bug Fixes
  • index.js: remove unused scope query field (58443cd)
Features
  • deprecated: Show a message for deprecated methods (453ebcc)

v16.30.2

Compare Source

Bug Fixes

v16.30.1

Compare Source

Bug Fixes

v16.30.0

Compare Source

Features
  • octokit.pulls.createFromIssue()` is deprecated. Useoctokit.pulls.create()` instead (6f939ad)

v16.29.0

Compare Source

Bug Fixes
  • luke-cage header is not required (9926988)
  • restrictions.teams and restrictions.users are required for `octokit.repos.updateBranchProtection() (d68aa77)
  • add deprecation messages for octokit.teams.{add,get,remove}Member() (f4e0a1b)
  • add enum for privacy parameter for octokit.teams.edit() (71ba2ae)
  • alias for "sha" is "ref" for octokit.repos.getCommit() (9164417)
  • remove incorrect page/per_page parameters from PATCh requests (6395735)
  • remove incorrect page/per_page parameters from POST requests (a7a45ac)
  • remove unused page and per_page parameters from octokit.repos.listProtectedBranchTeamRestrictions() (3c04006)
  • set "luke-cage" preview request for branch protection endpoint methods (6a3d318)
  • validate enum values always as strings (22fb9ab)
Features
  • octokit.pulls.createReviewCommentReply() (c7831d3)
  • deprecation: octokit.pulls.createCommentReply() has been renamed to octokit.pulls.createComment() (b59f0b5)
  • deprecation: octokit.repos.listProtectedBranchTeamRestrictions & octokit.repos.listTeamsWithAccessToProtectedBranch -> octokit.repos.getTeamsWithAccessToProtectedBranch (9e3b5b1)
  • deprecation: 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.9

Compare Source

Bug Fixes
  • package: update universal-user-agent to version 4.0.0 (b5a96a9)

v16.28.8

Compare Source

Bug Fixes
  • package: remove unused url-template dependency (484eccd)

v16.28.7

Compare Source

Bug Fixes
  • normalize pagination for "List installations for a user" endpoint (#​1440) (7b51cee)

v16.28.6

Compare Source

Bug Fixes

v16.28.5

Compare Source

Bug Fixes
  • "owner" parameter is no longer conflicting in octokit.repos.createUsingTemplate() (#​1431) (fe605fe)

v16.28.4

Compare Source

Bug Fixes
  • package: update universal-user-agent to version 3.0.0 (a579ae5)

v16.28.3

Compare Source

Bug Fixes

v16.28.2

Compare Source

Bug Fixes

v16.28.1

Compare Source

Bug Fixes
  • add "rocket" and "eyes" to set of supported reactions (69462e0)

v16.28.0

Compare Source

Features
  • commit_sha parameter forrepos.listCommentsForCommit()andrepos.createCommitComment()` (1e7c3a8)
  • repos.createOrUpdateFile() (63a5e99)
  • repos.enableAutomatedSecurityFixes() and repos.disableAutomatedSecurityFixes() (ebab182)
  • repos.updateBranch() (5ba501e)

v16.27.3

Compare Source

Bug Fixes
  • typescript: Octokit#plugin argument type for plugins (#​1385) (05bc206)

v16.27.2

Compare Source

Bug Fixes
  • author.* and committer.* parameter validation for .repos.deleteFile() (#​1384) (2155b1a)

v16.27.1

Compare Source

Bug Fixes
  • typo in deprecation message for .repos.getCommitRefSha() (ade2d00)

v16.27.0

Compare Source

Features
  • octokit.repos.getCommitRefSha() is deprecated, use octokit.repos.getCommit() instead (9e0aeaf)

v16.26.0

Compare Source

Features
  • .repos.enableVulnerabilityAlerts()
  • .repos.disableVulnerabilityAlerts()
Fixes
  • source parameter for .repos.enablePagesSite()

v16.25.6

Compare Source

Bug Fixes

v16.25.5

Compare Source

Bug Fixes
  • package: update deprecation to version 2.0.0 (06af662)

v16.25.4

Compare Source

Bug Fixes

v16.25.3

Compare Source

Bug Fixes

v16.25.2

Compare Source

Bug Fixes
  • do not mutate options passed to endpoint methods (fe51f06)

v16.25.1

Compare Source

Bug Fixes

v16.25.0

Compare Source

Features

v16.24.3

Compare Source

Bug Fixes
  • throw 400 Bad Request error when octokit.issues.get() without parameters (a102378)

v16.24.2

Compare Source

Bug Fixes
  • implement deprecation for parameters in .endpoint() and .endpoint.merge() (8cebbfa)

v16.24.1

Compare Source

Features
  • :commit_sha parameter for .git.getCommit(). Deprecates :sha (1b98f9c)
  • :issue_number, :milestone_number, :pull_number parameters. Deprecates :number (87dc7c6)
  • .repos.listBranchesForHeadCommit() (473642d)
  • .repos.listPullRequestsAssociatedWithCommit() (4a74d40)
Bug Fixes

v16.24.0

Compare Source

⚠️ This release has a bug, see #​1323

Update to v16.24.1 instead.

v16.23.5

Compare Source

Bug Fixes
  • .paginate() with results namespace (GET /installation/repositories, single page response) (27e2977)

v16.23.4

Compare Source

Bug Fixes

v16.23.3

Compare Source

Bug Fixes

v16.23.2

Compare Source

Bug Fixes
  • normalize pagination for responses with repository_selection property (27dff8c)

v16.23.1

Compare Source

Bug Fixes

v16.23.0

Compare Source

Features
  • options.auth can be set to token without a prefix (736174e)

v16.22.0

Compare Source

Features

v16.21.1

Compare Source

Bug Fixes
  • assure single object/array responses for .git.getRef()/.git.listRefs() (8ed1b9d)

v16.21.0

Compare Source

Features
  • author.*, committer.*, signature parameters for .git.createCommit() (dca2d51)
  • draft argument for creating a pull request (0e98b5b)
Bug Fixes
  • call auth.on2fa again if OTP becomes invalid (eb1ebab)

v16.20.0

Compare Source

Deprecation
  • deprecate .total_count, .incomplete_results and .<namespace> properties from paginated results (e34a1df)
Bug Fixes

v16.19.0

Compare Source

Features
  • octokit.repos.enablePagesSite() and octokit.repos.disablePagesSite() (a91f162), closes #​1284
Bug Fixes
  • mister-fantastic preview not required for .repos.{getPages|updateInformationAboutPagesSite} (21f54ed)

v16.18.1

Compare Source

Bug Fixes
  • two-factor auth: persist one-time password header on subsequent requests (#​1281) (db6af77)

v16.18.0

Compare Source

v16.17.1

Compare Source

v16.17.0

Compare Source

v16.16.5

Compare Source

v16.16.4

Compare Source

v16.16.3

Compare Source

v16.16.2

Compare Source

v16.16.1

Compare Source

v16.16.0

Compare Source

v16.15.1

Compare 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.15.1 fix(deps): update dependency @octokit/rest to v16.16.0 Feb 19, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from d0f6a9e to e248863 Compare February 19, 2019 01:43
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.16.0 fix(deps): update dependency @octokit/rest to v16.16.1 Feb 27, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from e248863 to 0ba47dc Compare February 27, 2019 03:32
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.16.1 fix(deps): update dependency @octokit/rest to v16.16.2 Feb 27, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from 0ba47dc to a3c7838 Compare February 27, 2019 05:42
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.16.2 fix(deps): update dependency @octokit/rest to v16.16.3 Feb 28, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from a3c7838 to 7a203f8 Compare February 28, 2019 05:51
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.16.3 fix(deps): update dependency @octokit/rest to v16.16.4 Mar 4, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch 2 times, most recently from a9ae70f to eb04427 Compare March 6, 2019 16:58
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.16.4 fix(deps): update dependency @octokit/rest to v16.16.5 Mar 6, 2019
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.16.5 fix(deps): update dependency @octokit/rest to v16.17.0 Mar 7, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from eb04427 to d79f029 Compare March 7, 2019 05:47
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.17.0 fix(deps): update dependency @octokit/rest to v16.17.1 Mar 13, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from d79f029 to a68e6db Compare March 13, 2019 04:07
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.17.1 fix(deps): update dependency @octokit/rest to v16.18.0 Mar 14, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from a68e6db to 674053d Compare March 14, 2019 00:49
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.18.0 fix(deps): update dependency @octokit/rest to v16.18.1 Mar 14, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from 674053d to 45691e2 Compare March 14, 2019 16:14
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.18.1 fix(deps): update dependency @octokit/rest to v16.19.0 Mar 15, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from 45691e2 to e7c6064 Compare March 15, 2019 21:40
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.19.0 fix(deps): update dependency @octokit/rest to v16.20.0 Mar 20, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from e7c6064 to be79e4b Compare March 20, 2019 16:33
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.20.0 fix(deps): update dependency @octokit/rest to v16.21.0 Mar 26, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from be79e4b to 0e96c3c Compare March 26, 2019 18:52
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.21.0 fix(deps): update dependency @octokit/rest to v16.21.1 Mar 28, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from 0e96c3c to 735304b Compare March 28, 2019 23:18
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.21.1 fix(deps): update dependency @octokit/rest to v16.22.0 Mar 30, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from 735304b to ca894bd Compare March 30, 2019 03:15
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.25.2 fix(deps): update dependency @octokit/rest to v16.25.3 May 12, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from baa149d to 4daffb8 Compare May 19, 2019 09:55
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.25.3 fix(deps): update dependency @octokit/rest to v16.26.0 May 19, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from 4daffb8 to b457853 Compare May 25, 2019 18:55
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.26.0 fix(deps): update dependency @octokit/rest to v16.27.0 May 25, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from b457853 to 5f1d05c Compare June 1, 2019 11:58
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.27.0 fix(deps): update dependency @octokit/rest to v16.27.3 Jun 1, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from 5f1d05c to 0ea726d Compare June 19, 2019 12:55
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.27.3 fix(deps): update dependency @octokit/rest to v16.28.2 Jun 19, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from 0ea726d to dbd2a8b Compare July 13, 2019 04:57
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.28.2 fix(deps): update dependency @octokit/rest to v16.28.4 Jul 13, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from dbd2a8b to aa6d094 Compare August 10, 2019 08:59
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.28.4 fix(deps): update dependency @octokit/rest to v16.28.7 Aug 10, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from aa6d094 to 32553f2 Compare September 5, 2019 04:47
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.28.7 fix(deps): update dependency @octokit/rest to v16.28.9 Sep 5, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from 32553f2 to 039c123 Compare October 4, 2019 14:00
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.28.9 fix(deps): update dependency @octokit/rest to v16.30.2 Oct 4, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from 039c123 to abd3e86 Compare November 11, 2019 04:59
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.30.2 fix(deps): update dependency @octokit/rest to v16.35.0 Nov 11, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from abd3e86 to 66e7fef Compare December 15, 2019 01:54
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.35.0 fix(deps): update dependency @octokit/rest to v16.35.2 Dec 15, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from 66e7fef to 47af9d7 Compare December 31, 2019 06:56
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.35.2 fix(deps): update dependency @octokit/rest to v16.36.0 Dec 31, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from 47af9d7 to 4ffc2cd Compare January 18, 2020 19:16
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.36.0 fix(deps): update dependency @octokit/rest to v16.37.0 Jan 18, 2020
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from 4ffc2cd to 8cc2c6d Compare February 8, 2020 19:59
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.37.0 fix(deps): update dependency @octokit/rest to v16.43.1 Feb 8, 2020
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from 8cc2c6d to 0042ff5 Compare July 1, 2020 21:59
@renovate renovate bot changed the title fix(deps): update dependency @octokit/rest to v16.43.1 fix(deps): update dependency @octokit/rest to v16.43.2 Jul 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant