Closed renovate[bot] closed 1 year ago
This PR contains the following updates:
15.12.1
15.18.3
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
15.12.1
->15.18.3
Release Notes
octokit/rest.js
### [`v15.18.3`](https://togithub.com/octokit/rest.js/releases/tag/v15.18.3) [Compare Source](https://togithub.com/octokit/rest.js/compare/v15.18.2...v15.18.3) ### Bug fixes - send preview Accept header in listInstallationsForAuthenticatedUser ([`2f477d6`](https://togithub.com/octokit/rest.js/commit/2f477d6)) ### [`v15.18.2`](https://togithub.com/octokit/rest.js/compare/v15.18.1...v15.18.2) [Compare Source](https://togithub.com/octokit/rest.js/compare/v15.18.1...v15.18.2) ### [`v15.18.1`](https://togithub.com/octokit/rest.js/releases/tag/v15.18.1) [Compare Source](https://togithub.com/octokit/rest.js/compare/v15.18.0...v15.18.1) ##### Bug Fixes - send labels array in request body root for `octokit.issues.addLabels()` ([c3dce71](https://togithub.com/octokit/rest.js/commit/c3dce71)) ### [`v15.18.0`](https://togithub.com/octokit/rest.js/releases/tag/v15.18.0) [Compare Source](https://togithub.com/octokit/rest.js/compare/v15.17.0...v15.18.0) This is a pre-release. Install with npm install @octokit/rest@deprecations-for-v16 ##### Features - rename methods to align more closely to the documentation at https://developer.github.com/v3/ ([1fff810](https://togithub.com/octokit/rest.js/commit/1fff810)), closes [/developer.github.com/v3/repos/commits/#get-the-sha-1](https://togithub.com//developer.github.com/v3/repos/commits//issues/get-the-sha-1) ##### Deprecations - `activity.checkNotificationThreadSubscription` ➜ `activity.getThreadSubscription` ([GET /notifications/threads/:thread_id/subscription](https://developer.github.com/v3/activity/notifications/#get-a-thread-subscription)) - `activity.deleteNotificationThreadSubscription` ➜ `activity.deleteThreadSubscription` ([DELETE /notifications/threads/:thread_id/subscription](https://developer.github.com/v3/activity/notifications/#delete-a-thread-subscription)) - `activity.getEventsForOrg` ➜ `activity.listPublicEventsForOrg` ([GET /orgs/:org/events](https://developer.github.com/v3/activity/events/#list-public-events-for-an-organization)) - `activity.getEventsForRepoNetwork` ➜ `activity.listPublicEventsForRepoNetwork` ([GET /networks/:owner/:repo/events](https://developer.github.com/v3/activity/events/#list-public-events-for-a-network-of-repositories)) - `activity.getEventsForRepo` ➜ `activity.listRepoEvents` ([GET /repos/:owner/:repo/events](https://developer.github.com/v3/activity/events/#list-repository-events)) - `activity.getEventsForUserOrg` ➜ `activity.listEventsForOrg` ([GET /users/:username/events/orgs/:org](https://developer.github.com/v3/activity/events/#list-events-for-an-organization)) - `activity.getEventsForUserPublic` ➜ `activity.listPublicEventsForUser` ([GET /users/:username/events/public](https://developer.github.com/v3/activity/events/#list-public-events-performed-by-a-user)) - `activity.getEventsForUser` ➜ `activity.listEventsForUser` ([GET /users/:username/events](https://developer.github.com/v3/activity/events/#list-events-performed-by-a-user)) - `activity.getEventsReceivedPublic` ➜ `activity.listReceivedPublicEventsForUser` ([GET /users/:username/received_events/public](https://developer.github.com/v3/activity/events/#list-public-events-that-a-user-has-received)) - `activity.getEventsReceived` ➜ `activity.listReceivedEventsForUser` ([GET /users/:username/received_events](https://developer.github.com/v3/activity/events/#list-events-that-a-user-has-received)) - `activity.getEvents` ➜ `activity.listPublicEvents` ([GET /events](https://developer.github.com/v3/activity/events/#list-public-events)) - `activity.getFeeds` ➜ `activity.listFeeds` ([GET /feeds](https://developer.github.com/v3/activity/feeds/#list-feeds)) - `activity.getNotificationThread` ➜ `activity.getThread` ([GET /notifications/threads/:thread_id](https://developer.github.com/v3/activity/notifications/#view-a-single-thread)) - `activity.getNotificationsForUser` ➜ `activity.listNotificationsForRepo` ([GET /repos/:owner/:repo/notifications](https://developer.github.com/v3/activity/notifications/#list-your-notifications-in-a-repository)) - `activity.getNotifications` ➜ `activity.listNotifications` ([GET /notifications](https://developer.github.com/v3/activity/notifications/#list-your-notifications)) - `activity.getStargazersForRepo` ➜ `activity.listStargazersForRepo` ([GET /repos/:owner/:repo/stargazers](https://developer.github.com/v3/activity/starring/#list-stargazers)) - `activity.getStarredReposForUser` ➜ `activity.listReposStarredByUser` ([GET /users/:username/starred](https://developer.github.com/v3/activity/starring/#list-repositories-being-starred)) - `activity.getStarredRepos` ➜ `activity.listReposStarredByAuthenticatedUser` ([GET /user/starred](https://developer.github.com/v3/activity/starring/#list-repositories-being-starred)) - `activity.getWatchedReposForUser` ➜ `activity.listReposWatchedByUser` ([GET /users/:username/subscriptions](https://developer.github.com/v3/activity/watching/#list-repositories-being-watched)) - `activity.getWatchedRepos` ➜ `activity.listWatchedReposForAuthenticatedUser` ([GET /user/subscriptions](https://developer.github.com/v3/activity/watching/#list-repositories-being-watched)) - `activity.getWatchersForRepo` ➜ `activity.listWatchersForRepo` ([GET /repos/:owner/:repo/subscribers](https://developer.github.com/v3/activity/watching/#list-watchers)) - `activity.markNotificationThreadAsRead` ➜ `activity.markThreadAsRead` ([PATCH /notifications/threads/:thread_id](https://developer.github.com/v3/activity/notifications/#mark-a-thread-as-read)) - `activity.markNotificationsAsRead` ➜ `activity.markAsRead` ([PUT /notifications](https://developer.github.com/v3/activity/notifications/#mark-as-read)) - `activity.setNotificationThreadSubscription` ➜ `activity.setThreadSubscription` ([PUT /notifications/threads/:thread_id/subscription](https://developer.github.com/v3/activity/notifications/#set-a-thread-subscription)) - `activity.unwatchRepo` ➜ `activity.deleteRepoSubscription` ([DELETE /repos/:owner/:repo/subscription](https://developer.github.com/v3/activity/watching/#delete-a-repository-subscription)) - `apps.checkMarketplaceListingAccount` ➜ `apps.checkAccountIsAssociatedWithAny` ([GET /marketplace_listing/accounts/:account_id](https://developer.github.com/v3/apps/marketplace/#check-if-a-github-account-is-associated-with-any-marketplace-listing)) - `apps.checkMarketplaceListingStubbedAccount` ➜ `apps.checkAccountIsAssociatedWithAnyStubbed` ([GET /marketplace_listing/stubbed/accounts/:account_id](https://developer.github.com/v3/apps/marketplace/#check-if-a-github-account-is-associated-with-any-marketplace-listing)) - `apps.getForSlug` ➜ `apps.getBySlug` ([GET /apps/:app_slug](https://developer.github.com/v3/apps/#get-a-single-github-app)) - `apps.getInstallationRepositories` ➜ `apps.listRepos` ([GET /installation/repositories](https://developer.github.com/v3/apps/installations/#list-repositories)) - `apps.getInstallations` ➜ `apps.listInstallations` ([GET /app/installations](https://developer.github.com/v3/apps/#find-installations)) - `apps.getMarketplaceListingPlanAccounts` ➜ `apps.listAccountsUserOrOrgOnPlan` ([GET /marketplace_listing/plans/:plan_id/accounts](https://developer.github.com/v3/apps/marketplace/#list-all-github-accounts-user-or-organization-on-a-specific-plan)) - `apps.getMarketplaceListingPlans` ➜ `apps.listPlans` ([GET /marketplace_listing/plans](https://developer.github.com/v3/apps/marketplace/#list-all-plans-for-your-marketplace-listing)) - `apps.getMarketplaceListingStubbedPlanAccounts` ➜ `apps.listAccountsUserOrOrgOnPlanStubbed` ([GET /marketplace_listing/stubbed/plans/:plan_id/accounts](https://developer.github.com/v3/apps/marketplace/#list-all-github-accounts-user-or-organization-on-a-specific-plan)) - `apps.getMarketplaceListingStubbedPlans` ➜ `apps.listPlansStubbed` ([GET /marketplace_listing/stubbed/plans](https://developer.github.com/v3/apps/marketplace/#list-all-plans-for-your-marketplace-listing)) - `apps.get` ➜ `apps.getAuthenticated` ([GET /app](https://developer.github.com/v3/apps/#get-the-authenticated-github-app)) - `authorization.check` ➜ `authorization.checkAuthorization` ([GET /applications/:client_id/tokens/:access_token](https://developer.github.com/v3/oauth_authorizations/#check-an-authorization)) - `authorization.create` ➜ `authorization.createAuthorization` ([POST /authorizations](https://developer.github.com/v3/oauth_authorizations/#create-a-new-authorization)) - `authorization.delete` ➜ `authorization.deleteAuthorization` ([DELETE /authorizations/:authorization_id](https://developer.github.com/v3/oauth_authorizations/#delete-an-authorization)) - `authorization.getAll` ➜ `authorization.listAuthorizations` ([GET /authorizations](https://developer.github.com/v3/oauth_authorizations/#list-your-authorizations)) - `authorization.getGrants` ➜ `authorization.listGrants` ([GET /applications/grants](https://developer.github.com/v3/oauth_authorizations/#list-your-grants)) - `authorization.getOrCreateAuthorizationForAppAndFingerprint` ➜ `authorization.getOrCreateAuthorizationForAppFingerprint` ([PUT /authorizations/clients/:client_id/:fingerprint](https://developer.github.com/v3/oauth_authorizations/#get-or-create-an-authorization-for-a-specific-app-and-fingerprint)) - `authorization.get` ➜ `authorization.getAuthorization` ([GET /authorizations/:authorization_id](https://developer.github.com/v3/oauth_authorizations/#get-a-single-authorization)) - `authorization.reset` ➜ `authorization.resetAuthorization` ([POST /applications/:client_id/tokens/:access_token](https://developer.github.com/v3/oauth_authorizations/#reset-an-authorization)) - `authorization.revokeGrant` ➜ `authorization.revokeGrantForApplication` ([DELETE /applications/:client_id/grants/:access_token](https://developer.github.com/v3/oauth_authorizations/#revoke-a-grant-for-an-application)) - `authorization.revoke` ➜ `authorization.revokeAuthorizationForApplication` ([DELETE /applications/:client_id/tokens/:access_token](https://developer.github.com/v3/oauth_authorizations/#revoke-an-authorization-for-an-application)) - `authorization.update` ➜ `authorization.updateAuthorization` ([PATCH /authorizations/:authorization_id](https://developer.github.com/v3/oauth_authorizations/#update-an-existing-authorization)) - `gists.checkStar` ➜ `gists.checkIsStarred` ([GET /gists/:gist_id/star](https://developer.github.com/v3/gists/#check-if-a-gist-is-starred)) - `gists.editComment` ➜ `gists.updateComment` ([PATCH /gists/:gist_id/comments/:comment_id](https://developer.github.com/v3/gists/comments/#edit-a-comment)) - `gists.edit` ➜ `gists.update` ([PATCH /gists/:gist_id](https://developer.github.com/v3/gists/#edit-a-gist)) - `gists.getAll` ➜ `gists.list` ([GET /gists](https://developer.github.com/v3/gists/#list-a-users-gists)) - `gists.getComments` ➜ `gists.listComments` ([GET /gists/:gist_id/comments](https://developer.github.com/v3/gists/comments/#list-comments-on-a-gist)) - `gists.getCommits` ➜ `gists.listCommits` ([GET /gists/:gist_id/commits](https://developer.github.com/v3/gists/#list-gist-commits)) - `gists.getForUser` ➜ `gists.listPublicForUser` ([GET /users/:username/gists](https://developer.github.com/v3/gists/#list-a-users-gists)) - `gists.getForks` ➜ `gists.listForks` ([GET /gists/:gist_id/forks](https://developer.github.com/v3/gists/#list-gist-forks)) - `gists.getPublic` ➜ `gists.listPublic` ([GET /gists/public](https://developer.github.com/v3/gists/#list-all-public-gists)) - `gists.getStarred` ➜ `gists.listStarred` ([GET /gists/starred](https://developer.github.com/v3/gists/#list-starred-gists)) - `gitdata.createReference` ➜ `gitdata.createRef` ([POST /repos/:owner/:repo/git/refs](https://developer.github.com/v3/git/refs/#create-a-reference)) - `gitdata.deleteReference` ➜ `gitdata.deleteRef` ([DELETE /repos/:owner/:repo/git/refs/:ref](https://developer.github.com/v3/git/refs/#delete-a-reference)) - `gitdata.getReference` ➜ `gitdata.getRef` ([GET /repos/:owner/:repo/git/refs/:ref](https://developer.github.com/v3/git/refs/#get-a-reference)) - `gitdata.getReferences` ➜ `gitdata.listRefs` ([GET /repos/:owner/:repo/git/refs/:namespace](https://developer.github.com/v3/git/refs/#get-all-references)) - `gitdata.updateReference` ➜ `gitdata.updateRef` ([PATCH /repos/:owner/:repo/git/refs/:ref](https://developer.github.com/v3/git/refs/#update-a-reference)) - `issues.addAssigneesToIssue` ➜ `issues.addAssignees` ([POST /repos/:owner/:repo/issues/:number/assignees](https://developer.github.com/v3/issues/assignees/#add-assignees-to-an-issue)) - `issues.editComment` ➜ `issues.updateComment` ([PATCH /repos/:owner/:repo/issues/comments/:comment_id](https://developer.github.com/v3/issues/comments/#edit-a-comment)) - `issues.edit` ➜ `issues.update` ([PATCH /repos/:owner/:repo/issues/:number](https://developer.github.com/v3/issues/#edit-an-issue)) - `issues.getAll` ➜ `issues.list` ([GET /issues](https://developer.github.com/v3/issues/#list-issues)) - `issues.getAssignees` ➜ `issues.listAssignees` ([GET /repos/:owner/:repo/assignees](https://developer.github.com/v3/issues/assignees/#list-assignees)) - `issues.getCommentsForRepo` ➜ `issues.listCommentsForRepo` ([GET /repos/:owner/:repo/issues/comments](https://developer.github.com/v3/issues/comments/#list-comments-in-a-repository)) - `issues.getComments` ➜ `issues.listComments` ([GET /repos/:owner/:repo/issues/:number/comments](https://developer.github.com/v3/issues/comments/#list-comments-on-an-issue)) - `issues.getEventsForRepo` ➜ `issues.listEventsForRepo` ([GET /repos/:owner/:repo/issues/events](https://developer.github.com/v3/issues/events/#list-events-for-a-repository)) - `issues.getEventsTimeline` ➜ `issues.listEventsForTimeline` ([GET /repos/:owner/:repo/issues/:number/timeline](https://developer.github.com/v3/issues/timeline/#list-events-for-an-issue)) - `issues.getEvents` ➜ `issues.listEvents` ([GET /repos/:owner/:repo/issues/:number/events](https://developer.github.com/v3/issues/events/#list-events-for-an-issue)) - `issues.getForOrg` ➜ `issues.listForOrg` ([GET /orgs/:org/issues](https://developer.github.com/v3/issues/#list-issues)) - `issues.getForRepo` ➜ `issues.listForRepo` ([GET /repos/:owner/:repo/issues](https://developer.github.com/v3/issues/#list-issues-for-a-repository)) - `issues.getForUser` ➜ `issues.listForAuthenticatedUser` ([GET /user/issues](https://developer.github.com/v3/issues/#list-issues)) - `issues.getIssueLabels` ➜ `issues.listLabelsOnIssue` ([GET /repos/:owner/:repo/issues/:number/labels](https://developer.github.com/v3/issues/labels/#list-labels-on-an-issue)) - `issues.getLabels` ➜ `issues.listLabelsForRepo` ([GET /repos/:owner/:repo/labels](https://developer.github.com/v3/issues/labels/#list-all-labels-for-this-repository)) - `issues.getMilestoneLabels` ➜ `issues.listLabelsForMilestone` ([GET /repos/:owner/:repo/milestones/:number/labels](https://developer.github.com/v3/issues/labels/#get-labels-for-every-issue-in-a-milestone)) - `issues.getMilestones` ➜ `issues.listMilestonesForRepo` ([GET /repos/:owner/:repo/milestones](https://developer.github.com/v3/issues/milestones/#list-milestones-for-a-repository)) - `issues.removeAllLabels` ➜ `issues.removeLabels` ([DELETE /repos/:owner/:repo/issues/:number/labels](https://developer.github.com/v3/issues/labels/#remove-all-labels-from-an-issue)) - `issues.removeAssigneesFromIssue` ➜ `issues.removeAssignees` ([DELETE /repos/:owner/:repo/issues/:number/assignees](https://developer.github.com/v3/issues/assignees/#remove-assignees-from-an-issue)) - `issues.replaceAllLabels` ➜ `issues.replaceLabels` ([PUT /repos/:owner/:repo/issues/:number/labels](https://developer.github.com/v3/issues/labels/#replace-all-labels-for-an-issue)) - `migrations.deleteMigrationArchive` ➜ `migrations.deleteArchiveForOrg` ([DELETE /orgs/:org/migrations/:migration_id/archive](https://developer.github.com/v3/migrations/orgs/#delete-an-organization-migration-archive)) - `migrations.getImportCommitAuthors` ➜ `migrations.getCommitAuthors` ([GET /repos/:owner/:repo/import/authors](https://developer.github.com/v3/migrations/source_imports/#get-commit-authors)) - `migrations.getLargeImportFiles` ➜ `migrations.getLargeFiles` ([GET /repos/:owner/:repo/import/large_files](https://developer.github.com/v3/migrations/source_imports/#get-large-files)) - `migrations.getMigrationArchiveLink` ➜ `migrations.getArchiveForOrg` ([GET /orgs/:org/migrations/:migration_id/archive](https://developer.github.com/v3/migrations/orgs/#download-an-organization-migration-archive)) - `migrations.getMigrationStatus` ➜ `migrations.getStatusForOrg` ([GET /orgs/:org/migrations/:migration_id](https://developer.github.com/v3/migrations/orgs/#get-the-status-of-an-organization-migration)) - `migrations.getMigrations` ➜ `migrations.listForOrg` ([GET /orgs/:org/migrations](https://developer.github.com/v3/migrations/orgs/#get-a-list-of-organization-migrations)) - `migrations.mapImportCommitAuthor` ➜ `migrations.mapCommitAuthor` ([PATCH /repos/:owner/:repo/import/authors/:author_id](https://developer.github.com/v3/migrations/source_imports/#map-a-commit-author)) - `migrations.setImportLfsPreference` ➜ `migrations.setLfsPreference` ([PATCH /repos/:owner/:repo/import/lfs](https://developer.github.com/v3/migrations/source_imports/#set-git-lfs-preference)) - `migrations.startMigration` ➜ `migrations.startForOrg` ([POST /orgs/:org/migrations](https://developer.github.com/v3/migrations/orgs/#start-an-organization-migration)) - `migrations.unlockRepoLockedForMigration` ➜ `migrations.unlockRepoForOrg` ([DELETE /orgs/:org/migrations/:migration_id/repos/:repo_name/lock](https://developer.github.com/v3/migrations/orgs/#unlock-an-organization-repository)) - `misc.getCodeOfConduct` ➜ `codesOfConduct.getConductCode` ([GET /codes_of_conduct/:key](https://developer.github.com/v3/codes_of_conduct/#get-an-individual-code-of-conduct)) - `misc.getCodesOfConduct` ➜ `codesOfConduct.listConductCodes` ([GET /codes_of_conduct](https://developer.github.com/v3/codes_of_conduct/#list-all-codes-of-conduct)) - `misc.getGitignoreTemplate` ➜ `gitignore.getTemplate` ([GET /gitignore/templates/:name](https://developer.github.com/v3/gitignore/#get-a-single-template)) - `misc.getGitignoreTemplates` ➜ `gitignore.listTemplates` ([GET /gitignore/templates](https://developer.github.com/v3/gitignore/#listing-available-templates)) - `misc.getLicense` ➜ `licenses.get` ([GET /licenses/:license](https://developer.github.com/v3/licenses/#get-an-individual-license)) - `misc.getLicenses` ➜ `licenses.list` ([GET /licenses](https://developer.github.com/v3/licenses/#list-all-licenses)) - `misc.getRateLimit` ➜ `rateLimit.get` ([GET /rate_limit](https://developer.github.com/v3/rate_limit/#get-your-current-rate-limit-status)) - `misc.getRepoCodeOfConduct` ➜ `codesOfConduct.getForRepo` ([GET /repos/:owner/:repo/community/code_of_conduct](https://developer.github.com/v3/codes_of_conduct/#get-the-contents-of-a-repositorys-code-of-conduct)) - `misc.getRepoLicense` ➜ `licenses.getForRepo` ([GET /repos/:owner/:repo/license](https://developer.github.com/v3/licenses/#get-the-contents-of-a-repositorys-license)) - `misc.renderMarkdownRaw` ➜ `markdown.renderRaw` ([POST /markdown/raw](https://developer.github.com/v3/markdown/#render-a-markdown-document-in-raw-mode)) - `misc.renderMarkdown` ➜ `markdown.render` ([POST /markdown](https://developer.github.com/v3/markdown/#render-an-arbitrary-markdown-document)) - `orgs.addOrgMembership` ➜ `orgs.addOrUpdateMembership` ([PUT /orgs/:org/memberships/:username](https://developer.github.com/v3/orgs/members/#add-or-update-organization-membership)) - `orgs.addTeamMembership` ➜ `teams.addOrUpdateMembership` ([PUT /teams/:team_id/memberships/:username](https://developer.github.com/v3/teams/members/#add-or-update-team-membership)) - `orgs.addTeamRepo` ➜ `teams.addOrUpdateRepo` ([PUT /teams/:team_id/repos/:owner/:repo](https://developer.github.com/v3/teams/#add-or-update-team-repository)) - `orgs.checkTeamRepo` ➜ `teams.checkManagesRepo` ([GET /teams/:team_id/repos/:owner/:repo](https://developer.github.com/v3/teams/#check-if-a-team-manages-a-repository)) - `orgs.createTeam` ➜ `teams.create` ([POST /orgs/:org/teams](https://developer.github.com/v3/teams/#create-team)) - `orgs.deleteTeamRepo` ➜ `teams.removeRepo` ([DELETE /teams/:team_id/repos/:owner/:repo](https://developer.github.com/v3/teams/#remove-team-repository)) - `orgs.deleteTeam` ➜ `teams.delete` ([DELETE /teams/:team_id](https://developer.github.com/v3/teams/#delete-team)) - `orgs.editHook` ➜ `orgs.updateHook` ([PATCH /orgs/:org/hooks/:hook_id](https://developer.github.com/v3/orgs/hooks/#edit-a-hook)) - `orgs.editTeam` ➜ `teams.update` ([PATCH /teams/:team_id](https://developer.github.com/v3/teams/#edit-team)) - `orgs.getAll` ➜ `orgs.list` ([GET /organizations](https://developer.github.com/v3/orgs/#list-all-organizations)) - `orgs.getBlockedUsers` ➜ `orgs.listBlockedUsers` ([GET /orgs/:org/blocks](https://developer.github.com/v3/orgs/blocking/#list-blocked-users)) - `orgs.getChildTeams` ➜ `teams.listChild` ([GET /teams/:team_id/teams](https://developer.github.com/v3/teams/#list-child-teams)) - `orgs.getForUser` ➜ `orgs.listForUser` ([GET /users/:username/orgs](https://developer.github.com/v3/orgs/#list-user-organizations)) - `orgs.getHooks` ➜ `orgs.listHooks` ([GET /orgs/:org/hooks](https://developer.github.com/v3/orgs/hooks/#list-hooks)) - `orgs.getInvitationTeams` ➜ `orgs.listInvitationTeams` ([GET /orgs/:org/invitations/:invitation_id/teams](https://developer.github.com/v3/orgs/members/#list-organization-invitation-teams)) - `orgs.getMembers` ➜ `orgs.listMembers` ([GET /orgs/:org/members](https://developer.github.com/v3/orgs/members/#members-list)) - `orgs.getOrgMembership` ➜ `orgs.getMembership` ([GET /orgs/:org/memberships/:username](https://developer.github.com/v3/orgs/members/#get-organization-membership)) - `orgs.getOutsideCollaborators` ➜ `orgs.listOutsideCollaborators` ([GET /orgs/:org/outside_collaborators](https://developer.github.com/v3/orgs/outside_collaborators/#list-outside-collaborators)) - `orgs.getPendingOrgInvites` ➜ `orgs.listPendingInvitations` ([GET /orgs/:org/invitations](https://developer.github.com/v3/orgs/members/#list-pending-organization-invitations)) - `orgs.getPendingTeamInvites` ➜ `teams.listPendingInvitations` ([GET /teams/:team_id/invitations](https://developer.github.com/v3/teams/members/#list-pending-team-invitations)) - `orgs.getPublicMembers` ➜ `orgs.listPublicMembers` ([GET /orgs/:org/public_members](https://developer.github.com/v3/orgs/members/#public-members-list)) - `orgs.getTeamMembers` ➜ `teams.listMembers` ([GET /teams/:team_id/members](https://developer.github.com/v3/teams/members/#list-team-members)) - `orgs.getTeamMembership` ➜ `teams.getMembership` ([GET /teams/:team_id/memberships/:username](https://developer.github.com/v3/teams/members/#get-team-membership)) - `orgs.getTeamRepos` ➜ `teams.listRepos` ([GET /teams/:team_id/repos](https://developer.github.com/v3/teams/#list-team-repos)) - `orgs.getTeam` ➜ `teams.get` ([GET /teams/:team_id](https://developer.github.com/v3/teams/#get-team)) - `orgs.getTeams` ➜ `teams.list` ([GET /orgs/:org/teams](https://developer.github.com/v3/teams/#list-teams)) - `orgs.removeOrgMembership` ➜ `orgs.removeMembership` ([DELETE /orgs/:org/memberships/:username](https://developer.github.com/v3/orgs/members/#remove-organization-membership)) - `orgs.removeTeamMembership` ➜ `teams.removeMembership` ([DELETE /teams/:team_id/memberships/:username](https://developer.github.com/v3/teams/members/#remove-team-membership)) - `projects.createOrgProject` ➜ `projects.createForOrg` ([POST /orgs/:org/projects](https://developer.github.com/v3/projects/#create-an-organization-project)) - `projects.createProjectCard` ➜ `projects.createCard` ([POST /projects/columns/:column_id/cards](https://developer.github.com/v3/projects/cards/#create-a-project-card)) - `projects.createProjectColumn` ➜ `projects.createColumn` ([POST /projects/:project_id/columns](https://developer.github.com/v3/projects/columns/#create-a-project-column)) - `projects.createRepoProject` ➜ `projects.createForRepo` ([POST /repos/:owner/:repo/projects](https://developer.github.com/v3/projects/#create-a-repository-project)) - `projects.deleteProjectCard` ➜ `projects.deleteCard` ([DELETE /projects/columns/cards/:card_id](https://developer.github.com/v3/projects/cards/#delete-a-project-card)) - `projects.deleteProjectColumn` ➜ `projects.deleteColumn` ([DELETE /projects/columns/:column_id](https://developer.github.com/v3/projects/columns/#delete-a-project-column)) - `projects.deleteProject` ➜ `projects.delete` ([DELETE /projects/:project_id](https://developer.github.com/v3/projects/#delete-a-project)) - `projects.getCollaborators` ➜ `projects.listCollaborators` ([GET /projects/:project_id/collaborators](https://developer.github.com/v3/projects/collaborators/#list-collaborators)) - `projects.getOrgProjects` ➜ `projects.listForOrg` ([GET /orgs/:org/projects](https://developer.github.com/v3/projects/#list-organization-projects)) - `projects.getProjectCard` ➜ `projects.getCard` ([GET /projects/columns/cards/:card_id](https://developer.github.com/v3/projects/cards/#get-a-project-card)) - `projects.getProjectCards` ➜ `projects.listCards` ([GET /projects/columns/:column_id/cards](https://developer.github.com/v3/projects/cards/#list-project-cards)) - `projects.getProjectColumn` ➜ `projects.getColumn` ([GET /projects/columns/:column_id](https://developer.github.com/v3/projects/columns/#get-a-project-column)) - `projects.getProjectColumns` ➜ `projects.listColumns` ([GET /projects/:project_id/columns](https://developer.github.com/v3/projects/columns/#list-project-columns)) - `projects.getProject` ➜ `projects.get` ([GET /projects/:project_id](https://developer.github.com/v3/projects/#get-a-project)) - `projects.getRepoProjects` ➜ `projects.listForRepo` ([GET /repos/:owner/:repo/projects](https://developer.github.com/v3/projects/#list-repository-projects)) - `projects.getUserPermissionLevel` ➜ `projects.reviewUserPermissionLevel` ([GET /projects/:project_id/collaborators/:username/permission](https://developer.github.com/v3/projects/collaborators/#review-a-users-permission-level)) - `projects.moveProjectCard` ➜ `projects.moveCard` ([POST /projects/columns/cards/:card_id/moves](https://developer.github.com/v3/projects/cards/#move-a-project-card)) - `projects.moveProjectColumn` ➜ `projects.moveColumn` ([POST /projects/columns/:column_id/moves](https://developer.github.com/v3/projects/columns/#move-a-project-column)) - `projects.updateProjectCard` ➜ `projects.updateCard` ([PATCH /projects/columns/cards/:card_id](https://developer.github.com/v3/projects/cards/#update-a-project-card)) - `projects.updateProjectColumn` ➜ `projects.updateColumn` ([PATCH /projects/columns/:column_id](https://developer.github.com/v3/projects/columns/#update-a-project-column)) - `projects.updateProject` ➜ `projects.update` ([PATCH /projects/:project_id](https://developer.github.com/v3/projects/#update-a-project)) - `pullRequests.checkMerged` ➜ `pullRequests.checkIfMerged` ([GET /repos/:owner/:repo/pulls/:number/merge](https://developer.github.com/v3/pulls/#get-if-a-pull-request-has-been-merged)) - `pullRequests.editComment` ➜ `pullRequests.updateComment` ([PATCH /repos/:owner/:repo/pulls/comments/:comment_id](https://developer.github.com/v3/pulls/comments/#edit-a-comment)) - `pullRequests.getAll` ➜ `pullRequests.list` ([GET /repos/:owner/:repo/pulls](https://developer.github.com/v3/pulls/#list-pull-requests)) - `pullRequests.getCommentsForRepo` ➜ `pullRequests.listCommentsForRepo` ([GET /repos/:owner/:repo/pulls/comments](https://developer.github.com/v3/pulls/comments/#list-comments-in-a-repository)) - `pullRequests.getComments` ➜ `pullRequests.listComments` ([GET /repos/:owner/:repo/pulls/:number/comments](https://developer.github.com/v3/pulls/comments/#list-comments-on-a-pull-request)) - `pullRequests.getCommits` ➜ `pullRequests.listCommits` ([GET /repos/:owner/:repo/pulls/:number/commits](https://developer.github.com/v3/pulls/#list-commits-on-a-pull-request)) - `pullRequests.getFiles` ➜ `pullRequests.listFiles` ([GET /repos/:owner/:repo/pulls/:number/files](https://developer.github.com/v3/pulls/#list-pull-requests-files)) - `pullRequests.getReviewComments` ➜ `pullRequests.getCommentsForReview` ([GET /repos/:owner/:repo/pulls/:number/reviews/:review_id/comments](https://developer.github.com/v3/pulls/reviews/#get-comments-for-a-single-review)) - `pullRequests.getReviewRequests` ➜ `pullRequests.listReviewRequests` ([GET /repos/:owner/:repo/pulls/:number/requested_reviewers](https://developer.github.com/v3/pulls/review_requests/#list-review-requests)) - `pullRequests.getReviews` ➜ `pullRequests.listReviews` ([GET /repos/:owner/:repo/pulls/:number/reviews](https://developer.github.com/v3/pulls/reviews/#list-reviews-on-a-pull-request)) - `reactions.getForCommitComment` ➜ `reactions.listForCommitComment` ([GET /repos/:owner/:repo/comments/:comment_id/reactions](https://developer.github.com/v3/reactions/#list-reactions-for-a-commit-comment)) - `reactions.getForIssueComment` ➜ `reactions.listForIssueComment` ([GET /repos/:owner/:repo/issues/comments/:comment_id/reactions](https://developer.github.com/v3/reactions/#list-reactions-for-an-issue-comment)) - `reactions.getForIssue` ➜ `reactions.listForIssue` ([GET /repos/:owner/:repo/issues/:number/reactions](https://developer.github.com/v3/reactions/#list-reactions-for-an-issue)) - `reactions.getForPullRequestReviewComment` ➜ `reactions.listForPullRequestReviewComment` ([GET /repos/:owner/:repo/pulls/comments/:comment_id/reactions](https://developer.github.com/v3/reactions/#list-reactions-for-a-pull-request-review-comment)) - `reactions.getForTeamDiscussionComment` ➜ `reactions.listForTeamDiscussionComment` ([GET /teams/:team_id/discussions/:discussion_number/comments/:comment_number/reactions](https://developer.github.com/v3/reactions/#list-reactions-for-a-team-discussion-comment)) - `reactions.getForTeamDiscussion` ➜ `reactions.listForTeamDiscussion` ([GET /teams/:team_id/discussions/:discussion_number/reactions](https://developer.github.com/v3/reactions/#list-reactions-for-a-team-discussion)) - `repos.createForOrg` ➜ `repos.createInOrg` ([POST /orgs/:org/repos](https://developer.github.com/v3/repos/#create)) - `repos.create` ➜ `repos.createForAuthenticatedUser` ([POST /user/repos](https://developer.github.com/v3/repos/#create)) - `repos.deleteAsset` ➜ `repos.deleteReleaseAsset` ([DELETE /repos/:owner/:repo/releases/assets/:asset_id](https://developer.github.com/v3/repos/releases/#delete-a-release-asset)) - `repos.deleteDeployKey` ➜ `repos.removeDeployKey` ([DELETE /repos/:owner/:repo/keys/:key_id](https://developer.github.com/v3/repos/keys/#remove-a-deploy-key)) - `repos.deleteInvite` ➜ `repos.deleteInvitation` ([DELETE /repos/:owner/:repo/invitations/:invitation_id](https://developer.github.com/v3/repos/invitations/#delete-a-repository-invitation)) - `repos.editAsset` ➜ `repos.updateReleaseAsset` ([PATCH /repos/:owner/:repo/releases/assets/:asset_id](https://developer.github.com/v3/repos/releases/#edit-a-release-asset)) - `repos.editHook` ➜ `repos.updateHook` ([PATCH /repos/:owner/:repo/hooks/:hook_id](https://developer.github.com/v3/repos/hooks/#edit-a-hook)) - `repos.editRelease` ➜ `repos.updateRelease` ([PATCH /repos/:owner/:repo/releases/:release_id](https://developer.github.com/v3/repos/releases/#edit-a-release)) - `repos.edit` ➜ `repos.update` ([PATCH /repos/:owner/:repo](https://developer.github.com/v3/repos/#edit)) - `repos.fork` ➜ `repos.createFork` ([POST /repos/:owner/:repo/forks](https://developer.github.com/v3/repos/forks/#create-a-fork)) - `repos.getAllCommitComments` ➜ `repos.listCommitComments` ([GET /repos/:owner/:repo/comments](https://developer.github.com/v3/repos/comments/#list-commit-comments-for-a-repository)) - `repos.getAll` ➜ `repos.list` ([GET /user/repos](https://developer.github.com/v3/repos/#list-your-repositories)) - `repos.getAsset` ➜ `repos.getReleaseAsset` ([GET /repos/:owner/:repo/releases/assets/:asset_id](https://developer.github.com/v3/repos/releases/#get-a-single-release-asset)) - `repos.getAssets` ➜ `repos.listAssetsForRelease` ([GET /repos/:owner/:repo/releases/:release_id/assets](https://developer.github.com/v3/repos/releases/#list-assets-for-a-release)) - `repos.getBranches` ➜ `repos.listBranches` ([GET /repos/:owner/:repo/branches](https://developer.github.com/v3/repos/branches/#list-branches)) - `repos.getCollaborators` ➜ `repos.listCollaborators` ([GET /repos/:owner/:repo/collaborators](https://developer.github.com/v3/repos/collaborators/#list-collaborators)) - `repos.getCommitComments` ➜ `repos.listCommentsForCommit` ([GET /repos/:owner/:repo/commits/:ref/comments](https://developer.github.com/v3/repos/comments/#list-comments-for-a-single-commit)) - `repos.getCommits` ➜ `repos.listCommits` ([GET /repos/:owner/:repo/commits](https://developer.github.com/v3/repos/commits/#list-commits-on-a-repository)) - `repos.getCommunityProfileMetrics` ➜ `repos.retrieveCommunityProfileMetrics` ([GET /repos/:owner/:repo/community/profile](https://developer.github.com/v3/repos/community/#retrieve-community-profile-metrics)) - `repos.getContent` ➜ `repos.getContents` ([GET /repos/:owner/:repo/contents/:path](https://developer.github.com/v3/repos/contents/#get-contents)) - `repos.getContributors` ➜ `repos.listContributors` ([GET /repos/:owner/:repo/contributors](https://developer.github.com/v3/repos/#list-contributors)) - `repos.getDeployKeys` ➜ `repos.listDeployKeys` ([GET /repos/:owner/:repo/keys](https://developer.github.com/v3/repos/keys/#list-deploy-keys)) - `repos.getDeploymentStatuses` ➜ `repos.listDeploymentStatuses` ([GET /repos/:owner/:repo/deployments/:deployment_id/statuses](https://developer.github.com/v3/repos/deployments/#list-deployment-statuses)) - `repos.getDeployments` ➜ `repos.listDeployments` ([GET /repos/:owner/:repo/deployments](https://developer.github.com/v3/repos/deployments/#list-deployments)) - `repos.getDownloads` ➜ `repos.listDownloads` ([GET /repos/:owner/:repo/downloads](https://developer.github.com/v3/repos/downloads/#list-downloads-for-a-repository)) - `repos.getForOrg` ➜ `repos.listForOrg` ([GET /orgs/:org/repos](https://developer.github.com/v3/repos/#list-organization-repositories)) - `repos.getForUser` ➜ `repos.listForUser` ([GET /users/:username/repos](https://developer.github.com/v3/repos/#list-user-repositories)) - `repos.getForks` ➜ `repos.listForks` ([GET /repos/:owner/:repo/forks](https://developer.github.com/v3/repos/forks/#list-forks)) - `repos.getHooks` ➜ `repos.listHooks` ([GET /repos/:owner/:repo/hooks](https://developer.github.com/v3/repos/hooks/#list-hooks)) - `repos.getInvites` ➜ `repos.listInvitations` ([GET /repos/:owner/:repo/invitations](https://developer.github.com/v3/repos/invitations/#list-invitations-for-a-repository)) - `repos.getLanguages` ➜ `repos.listLanguages` ([GET /repos/:owner/:repo/languages](https://developer.github.com/v3/repos/#list-languages)) - `repos.getPagesBuilds` ➜ `repos.listPagesBuilds` ([GET /repos/:owner/:repo/pages/builds](https://developer.github.com/v3/repos/pages/#list-pages-builds)) - `repos.getPaths` ➜ `repos.getTopPaths` ([GET /repos/:owner/:repo/traffic/popular/paths](https://developer.github.com/v3/repos/traffic/#list-paths)) - `repos.getProtectedBranchRequiredStatusChecksContexts` ➜ `repos.listProtectedBranchRequiredStatusChecksContexts` ([GET /repos/:owner/:repo/branches/:branch/protection/required_status_checks/contexts](https://developer.github.com/v3/repos/branches/#list-required-status-checks-contexts-of-protected-branch)) - `repos.getProtectedBranchTeamRestrictions` ➜ `repos.listProtectedBranchTeamRestrictions` ([GET /repos/:owner/:repo/branches/:branch/protection/restrictions/teams](https://developer.github.com/v3/repos/branches/#list-team-restrictions-of-protected-branch)) - `repos.getProtectedBranchUserRestrictions` ➜ `repos.listProtectedBranchUserRestrictions` ([GET /repos/:owner/:repo/branches/:branch/protection/restrictions/users](https://developer.github.com/v3/repos/branches/#list-user-restrictions-of-protected-branch)) - `repos.getPublic` ➜ `repos.listPublic` ([GET /repositories](https://developer.github.com/v3/repos/#list-all-public-repositories)) - `repos.getReferrers` ➜ `repos.getTopReferrers` ([GET /repos/:owner/:repo/traffic/popular/referrers](https://developer.github.com/v3/repos/traffic/#list-referrers)) - `repos.getReleases` ➜ `repos.listReleases` ([GET /repos/:owner/:repo/releases](https://developer.github.com/v3/repos/releases/#list-releases-for-a-repository)) - `repos.getShaOfCommitRef` ➜ `repos.getCommitRefSha` ([GET /repos/:owner/:repo/commits/:ref](https://developer.github.com/v3/repos/commits/#get-the-sha-1-of-a-commit-reference)) - `repos.getStatsCodeFrequency` ➜ `repos.getCodeFrequencyStats` ([GET /repos/:owner/:repo/stats/code_frequency](https://developer.github.com/v3/repos/statistics/#get-the-number-of-additions-and-deletions-per-week)) - `repos.getStatsCommitActivity` ➜ `repos.getCommitActivityStats` ([GET /repos/:owner/:repo/stats/commit_activity](https://developer.github.com/v3/repos/statistics/#get-the-last-year-of-commit-activity-data)) - `repos.getStatsContributors` ➜ `repos.getContributorsStats` ([GET /repos/:owner/:repo/stats/contributors](https://developer.github.com/v3/repos/statistics/#get-contributors-list-with-additions-deletions-and-commit-counts)) - `repos.getStatsParticipation` ➜ `repos.getParticipationStats` ([GET /repos/:owner/:repo/stats/participation](https://developer.github.com/v3/repos/statistics/#get-the-weekly-commit-count-for-the-repository-owner-and-everyone-else)) - `repos.getStatsPunchCard` ➜ `repos.getPunchCardStats` ([GET /repos/:owner/:repo/stats/punch_card](https://developer.github.com/v3/repos/statistics/#get-the-number-of-commits-per-hour-in-each-day)) - `repos.getStatuses` ➜ `repos.listStatusesForRef` ([GET /repos/:owner/:repo/commits/:ref/statuses](https://developer.github.com/v3/repos/statuses/#list-statuses-for-a-specific-ref)) - `repos.getTags` ➜ `repos.listTags` ([GET /repos/:owner/:repo/tags](https://developer.github.com/v3/repos/#list-tags)) - `repos.getTeams` ➜ `repos.listTeams` ([GET /repos/:owner/:repo/teams](https://developer.github.com/v3/repos/#list-teams)) - `repos.getTopics` ➜ `repos.listTopics` ([GET /repos/:owner/:repo/topics](https://developer.github.com/v3/repos/#list-all-topics-for-a-repository)) - `repos.reviewUserPermissionLevel` ➜ `repos.getCollaboratorPermissionLevel` ([GET /repos/:owner/:repo/collaborators/:username/permission](https://developer.github.com/v3/repos/collaborators/#review-a-users-permission-level)) - `repos.testHook` ➜ `repos.testPushHook` ([POST /repos/:owner/:repo/hooks/:hook_id/tests](https://developer.github.com/v3/repos/hooks/#test-a-push-hook)) - `repos.updateInvite` ➜ `repos.updateInvitation` ([PATCH /repos/:owner/:repo/invitations/:invitation_id](https://developer.github.com/v3/repos/invitations/#update-a-repository-invitation)) - `repos.uploadAsset` ➜ `repos.uploadReleaseAsset` ([POST :url](https://developer.github.com/v3/repos/releases/#upload-a-release-asset)) - `users.acceptRepoInvite` ➜ `repos.acceptInvitation` ([PATCH /user/repository_invitations/:invitation_id](https://developer.github.com/v3/repos/invitations/#accept-a-repository-invitation)) - `users.blockUser` ➜ `users.block` ([PUT /user/blocks/:username](https://developer.github.com/v3/users/blocking/#block-a-user)) - `users.checkBlockedUser` ➜ `users.checkBlocked` ([GET /user/blocks/:username](https://developer.github.com/v3/users/blocking/#check-whether-youve-blocked-a-user)) - `users.checkIfOneFollowersOther` ➜ `users.checkFollowingForUser` ([GET /users/:username/following/:target_user](https://developer.github.com/v3/users/followers/#check-if-one-user-follows-another)) - `users.createKey` ➜ `users.createPublicKey` ([POST /user/keys](https://developer.github.com/v3/users/keys/#create-a-public-key)) - `users.declineRepoInvite` ➜ `repos.declineInvitation` ([DELETE /user/repository_invitations/:invitation_id](https://developer.github.com/v3/repos/invitations/#decline-a-repository-invitation)) - `users.deleteKey` ➜ `users.deletePublicKey` ([DELETE /user/keys/:key_id](https://developer.github.com/v3/users/keys/#delete-a-public-key)) - `users.editOrgMembership` ➜ `orgs.updateMembership` ([PATCH /user/memberships/orgs/:org](https://developer.github.com/v3/orgs/members/#edit-your-organization-membership)) - `users.followUser` ➜ `users.follow` ([PUT /user/following/:username](https://developer.github.com/v3/users/followers/#follow-a-user)) - `users.getAll` ➜ `users.list` ([GET /users](https://developer.github.com/v3/users/#get-all-users)) - `users.getBlockedUsers` ➜ `users.listBlocked` ([GET /user/blocks](https://developer.github.com/v3/users/blocking/#list-blocked-users)) - `users.getEmails` ➜ `users.listEmails` ([GET /user/emails](https://developer.github.com/v3/users/emails/#list-email-addresses-for-a-user)) - `users.getFollowersForUser` ➜ `users.listFollowersForUser` ([GET /users/:username/followers](https://developer.github.com/v3/users/followers/#list-followers-of-a-user)) - `users.getFollowers` ➜ `users.listFollowersForAuthenticatedUser` ([GET /user/followers](https://developer.github.com/v3/users/followers/#list-followers-of-a-user)) - `users.getFollowingForUser` ➜ `users.listFollowingForUser` ([GET /users/:username/following](https://developer.github.com/v3/users/followers/#list-users-followed-by-another-user)) - `users.getFollowing` ➜ `users.listFollowingForAuthenticatedUser` ([GET /user/following](https://developer.github.com/v3/users/followers/#list-users-followed-by-another-user)) - `users.getForUser` ➜ `users.getByUsername` ([GET /users/:username](https://developer.github.com/v3/users/#get-a-single-user)) - `users.getGpgKeysForUser` ➜ `users.listGpgKeysForUser` ([GET /users/:username/gpg_keys](https://developer.github.com/v3/users/gpg_keys/#list-gpg-keys-for-a-user)) - `users.getGpgKeys` ➜ `users.listGpgKeys` ([GET /user/gpg_keys](https://developer.github.com/v3/users/gpg_keys/#list-your-gpg-keys)) - `users.getInstallationRepos` ➜ `apps.listInstallationReposForAuthenticatedUser` ([GET /user/installations/:installation_id/repositories](https://developer.github.com/v3/apps/installations/#list-repositories-accessible-to-the-user-for-an-installation)) - `users.getInstallations` ➜ `apps.listInstallationsForAuthenticatedUser` ([GET /user/installations](https://developer.github.com/v3/apps/#list-installations-for-user)) - `users.getKey` ➜ `users.getPublicKey` ([GET /user/keys/:key_id](https://developer.github.com/v3/users/keys/#get-a-single-public-key)) - `users.getKeysForUser` ➜ `users.listPublicKeysForUser` ([GET /users/:username/keys](https://developer.github.com/v3/users/keys/#list-public-keys-for-a-user)) - `users.getKeys` ➜ `users.listPublicKeys` ([GET /user/keys](https://developer.github.com/v3/users/keys/#list-your-public-keys)) - `users.getMarketplacePurchases` ➜ `apps.listMarketplacePurchasesForAuthenticatedUser` ([GET /user/marketplace_purchases](https://developer.github.com/v3/apps/marketplace/#get-a-users-marketplace-purchases)) - `users.getMarketplaceStubbedPurchases` ➜ `apps.listMarketplacePurchasesForAuthenticatedUserStubbed` ([GET /user/marketplace_purchases/stubbed](https://developer.github.com/v3/apps/marketplace/#get-a-users-marketplace-purchases)) - `users.getOrgMembership` ➜ `orgs.getMembershipForAuthenticatedUser` ([GET /user/memberships/orgs/:org](https://developer.github.com/v3/orgs/members/#get-your-organization-membership)) - `users.getOrgMemberships` ➜ `orgs.listMemberships` ([GET /user/memberships/orgs](https://developer.github.com/v3/orgs/members/#list-your-organization-memberships)) - `users.getOrgs` ➜ `orgs.listForAuthenticatedUser` ([GET /user/orgs](https://developer.github.com/v3/orgs/#list-your-organizations)) - `users.getPublicEmails` ➜ `users.listPublicEmails` ([GET /user/public_emails](https://developer.github.com/v3/users/emails/#list-public-email-addresses-for-a-user)) - `users.getRepoInvites` ➜ `repos.listInvitationsForAuthenticatedUser` ([GET /user/repository_invitations](https://developer.github.com/v3/repos/invitations/#list-a-users-repository-invitations)) - `users.getTeams` ➜ `teams.listForAuthenticatedUser` ([GET /user/teams](https://developer.github.com/v3/teams/#list-user-teams)) - `users.get` ➜ `users.getAuthenticated` ([GET /user](https://developer.github.com/v3/users/#get-the-authenticated-user)) - `users.unblockUser` ➜ `users.unblock` ([DELETE /user/blocks/:username](https://developer.github.com/v3/users/blocking/#unblock-a-user)) - `users.unfollowUser` ➜ `users.unfollow` ([DELETE /user/following/:username](https://developer.github.com/v3/users/followers/#unfollow-a-user)) - `users.update` ➜ `users.updateAuthenticated` ([PATCH /user](https://developer.github.com/v3/users/#update-the-authenticated-user)) ### [`v15.17.0`](https://togithub.com/octokit/rest.js/releases/tag/v15.17.0) [Compare Source](https://togithub.com/octokit/rest.js/compare/v15.16.1...v15.17.0) ##### Deprecations In preparations of v16, see [#1052](https://togithub.com/octokit/rest.js/issues/1052) - [#1091](https://togithub.com/octokit/rest.js/issues/1091) callback APIs - [#1092](https://togithub.com/octokit/rest.js/issues/1092) params.input is now params.data - [#1093](https://togithub.com/octokit/rest.js/issues/1093) error.toJSON() ### [`v15.16.1`](https://togithub.com/octokit/rest.js/releases/tag/v15.16.1) [Compare Source](https://togithub.com/octokit/rest.js/compare/v15.16.0...v15.16.1) ##### Bug Fixes - un-deprecate users.getInstallations() ([928b31e](https://togithub.com/octokit/rest.js/commit/928b31e)), closes [#1063](https://togithub.com/octokit/rest.js/issues/1063) ### [`v15.16.0`](https://togithub.com/octokit/rest.js/releases/tag/v15.16.0) [Compare Source](https://togithub.com/octokit/rest.js/compare/v15.15.1...v15.16.0) ##### Bug Fixes - **routes:** add `+json` format to preview accept headers ([4302523](https://togithub.com/octokit/rest.js/commit/4302523)) ##### Features - .repos.updateInformationAboutPagesSite() ([47d31e9](https://togithub.com/octokit/rest.js/commit/47d31e9)) - `client.teams.addMember`, `client.teams.addOrUpdateProject`, `client.teams.createDiscussionComment`, `client.teams.createDiscussion`, `client.teams.deleteDiscussionComment`, `client.teams.deleteDiscussion`, `client.teams.getDiscussionComment`, `client.teams.getDiscussion`, `client.teams.getMember`, `client.teams.listDiscussionComments`, `client.teams.listDiscussions`, `client.teams.listProjects`, `client.teams.removeMember`, `client.teams.removeProject`, `client.teams.reviewProject`, `client.teams.updateDiscussionComment`, `client.teams.updateDiscussion` ([3ec71cb](https://togithub.com/octokit/rest.js/commit/3ec71cb)) ### [`v15.15.1`](https://togithub.com/octokit/rest.js/releases/tag/v15.15.1) [Compare Source](https://togithub.com/octokit/rest.js/compare/v15.15.0...v15.15.1) ##### Bug Fixes - **[#1062](https://togithub.com/octokit/rest.js/issues/1062):** remove incorrect "id" parameter for "List deployment statuses" and "Get a single deployment status" ([44e9b1f](https://togithub.com/octokit/rest.js/commit/44e9b1f)), closes [#1062](https://togithub.com/octokit/rest.js/issues/1062) ### [`v15.15.0`](https://togithub.com/octokit/rest.js/releases/tag/v15.15.0) [Compare Source](https://togithub.com/octokit/rest.js/compare/v15.14.0...v15.15.0) ##### Features - `namespace` parameter for `.gitdata.getReferences()` ([5a49994](https://togithub.com/octokit/rest.js/commit/5a49994)) ### [`v15.14.0`](https://togithub.com/octokit/rest.js/releases/tag/v15.14.0) [Compare Source](https://togithub.com/octokit/rest.js/compare/v15.13.1...v15.14.0) ##### Bug Fixes - **routes:** remove invalid enum values for "Create/Update a Check Run" ([00d9fc5](https://togithub.com/octokit/rest.js/commit/00d9fc5)) - required parameters for pullRequests.createReview() among others ([c2bc64d](https://togithub.com/octokit/rest.js/commit/c2bc64d)) ##### Features - `client.emojis.get()` ([117765a](https://togithub.com/octokit/rest.js/commit/117765a)) - `client.meta.get()` ([2f52065](https://togithub.com/octokit/rest.js/commit/2f52065)) - adds "environment" parameter and new "state" enum values for `client.repos.createDeploymentStatus()` ([5d33654](https://togithub.com/octokit/rest.js/commit/5d33654)) - adds `author.email` and `author.name` validation to `client.repos.createFile` / `.updateFile()` ([358b8e6](https://togithub.com/octokit/rest.js/commit/358b8e6)) - adds `committer.email` and `committer.name` validation to `client.repos.createFile` / `.updateFile()` ([c4987f4](https://togithub.com/octokit/rest.js/commit/c4987f4)) ### [`v15.13.1`](https://togithub.com/octokit/rest.js/releases/tag/v15.13.1) [Compare Source](https://togithub.com/octokit/rest.js/compare/v15.13.0...v15.13.1) ##### Bug Fixes - remove obsolete `mapTo: input` for `.users.addEmails()` ([a44d541](https://togithub.com/octokit/rest.js/commit/a44d541)) - remove obsolete preview headers ([7b2c25a](https://togithub.com/octokit/rest.js/commit/7b2c25a)) ### [`v15.13.0`](https://togithub.com/octokit/rest.js/releases/tag/v15.13.0) [Compare Source](https://togithub.com/octokit/rest.js/compare/v15.12.1...v15.13.0) ##### Features - client.apps.createFromManifest({code}) – see https://git.io/fx3wp ([90aedbb](https://togithub.com/octokit/rest.js/commit/90aedbb)) ##### Bug Fixes - remove obsolete "body" parameter from .pullRequests.createFromIssue() ([268bf74](https://togithub.com/octokit/rest.js/commit/268bf74)) - type \*\_id route parameters as integer ([572d96e](https://togithub.com/octokit/rest.js/commit/572d96e))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.
This PR has been generated by Mend Renovate. View repository job log here.