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

fix(deps): update dependency @octokit/rest to v16.43.2 #678

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@octokit/rest 16.33.1 -> 16.43.2 age adoption passing confidence

Release Notes

octokit/rest.js (@​octokit/rest)

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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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 Mend Renovate. View repository job log here.

@renovate renovate bot added dependency-update minor Increment the minor version when merged labels Jun 18, 2023
@renovate renovate bot force-pushed the renovate/octokit-monorepo branch 2 times, most recently from 390b3d6 to 5f79b5f Compare September 23, 2023 23:23
@renovate renovate bot force-pushed the renovate/octokit-monorepo branch 2 times, most recently from 765e644 to 748f319 Compare October 18, 2023 11:14
@renovate renovate bot force-pushed the renovate/octokit-monorepo branch 2 times, most recently from f0f5a16 to 9921af2 Compare November 7, 2023 11:34
@renovate renovate bot force-pushed the renovate/octokit-monorepo branch from 9921af2 to a74439e Compare November 9, 2023 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency-update minor Increment the minor version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants