Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update dependency @octokit/rest to v16.43.2 - autoclosed #215

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 13, 2019

This PR contains the following updates:

Package Type Update Change
@octokit/rest dependencies minor 16.35.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

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ 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.


  • 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 force-pushed the renovate/octokit-rest-16.x branch from 0992b72 to ed785a3 Compare December 13, 2019 21:26
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.35.1 ⬆️ Update dependency @octokit/rest to v16.35.2 Dec 13, 2019
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from ed785a3 to 6b8ba0a Compare December 24, 2019 09:49
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.35.2 ⬆️ Update dependency @octokit/rest to v16.36.0 Dec 24, 2019
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.36.0 ⬆️ Update dependency @octokit/rest to v16.36.0 Jan 10, 2020
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from 6b8ba0a to 40199d4 Compare January 18, 2020 00:47
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.36.0 ⬆️ Update dependency @octokit/rest to v16.37.0 Jan 18, 2020
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.37.0 ⬆️ Update dependency @octokit/rest to v16.37.0 Jan 19, 2020
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.37.0 ⬆️ Update dependency @octokit/rest to v16.37.0 Jan 21, 2020
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from 40199d4 to 47f13d8 Compare January 23, 2020 20:43
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.37.0 ⬆️ Update dependency @octokit/rest to v16.38.1 Jan 23, 2020
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from 47f13d8 to 881b740 Compare January 24, 2020 22:58
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.38.1 ⬆️ Update dependency @octokit/rest to v16.38.2 Jan 24, 2020
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from 881b740 to 870a395 Compare January 25, 2020 20:17
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.38.2 ⬆️ Update dependency @octokit/rest to v16.38.3 Jan 25, 2020
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from 870a395 to b9b0480 Compare January 27, 2020 17:57
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.38.3 ⬆️ Update dependency @octokit/rest to v16.39.0 Jan 27, 2020
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from b9b0480 to ee47f5a Compare January 28, 2020 17:13
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.39.0 ⬆️ Update dependency @octokit/rest to v16.40.0 Jan 28, 2020
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.40.0 ⬆️ Update dependency @octokit/rest to v16.40.0 Jan 28, 2020
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from ee47f5a to 1c0dae6 Compare January 29, 2020 04:24
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.40.0 ⬆️ Update dependency @octokit/rest to v16.40.1 Jan 29, 2020
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from 1c0dae6 to aecfc5d Compare January 30, 2020 17:06
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.40.1 ⬆️ Update dependency @octokit/rest to v16.40.2 Jan 30, 2020
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from aecfc5d to d8ab49e Compare January 31, 2020 05:25
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.40.2 ⬆️ Update dependency @octokit/rest to v16.41.0 Jan 31, 2020
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from d8ab49e to aceff76 Compare January 31, 2020 22:07
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.41.0 ⬆️ Update dependency @octokit/rest to v16.41.1 Jan 31, 2020
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from aceff76 to a477fca Compare February 2, 2020 23:48
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.41.1 ⬆️ Update dependency @octokit/rest to v16.41.2 Feb 2, 2020
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from a477fca to e2395fe Compare February 3, 2020 00:54
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.41.2 ⬆️ Update dependency @octokit/rest to v16.42.0 Feb 3, 2020
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from e2395fe to c5a1aef Compare February 3, 2020 01:19
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.42.0 ⬆️ Update dependency @octokit/rest to v16.42.1 Feb 3, 2020
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from c5a1aef to 193ba83 Compare February 3, 2020 01:58
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.42.1 ⬆️ Update dependency @octokit/rest to v16.42.2 Feb 3, 2020
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from 193ba83 to c650d56 Compare February 3, 2020 06:23
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.42.2 ⬆️ Update dependency @octokit/rest to v16.43.0 Feb 3, 2020
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from c650d56 to 9de6bb0 Compare February 3, 2020 22:16
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.43.0 ⬆️ Update dependency @octokit/rest to v16.43.1 Feb 3, 2020
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.43.1 ⬆️ Update dependency @octokit/rest to v16.43.1 Mar 14, 2020
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from 9de6bb0 to 7c4596e Compare July 1, 2020 11:58
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.43.1 ⬆️ Update dependency @octokit/rest to v16.43.2 Jul 1, 2020
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.43.2 ⬆️ Update dependency @octokit/rest to v16.43.2 Aug 24, 2020
@renovate renovate bot force-pushed the renovate/octokit-rest-16.x branch from 7c4596e to e1bf5c5 Compare September 27, 2020 08:14
@renovate renovate bot changed the title ⬆️ Update dependency @octokit/rest to v16.43.2 ⬆️ Update dependency @octokit/rest to v16.43.2 - autoclosed Sep 27, 2020
@renovate renovate bot closed this Sep 27, 2020
@renovate renovate bot deleted the renovate/octokit-rest-16.x branch September 27, 2020 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant