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/plugin-rest-endpoint-methods to v6 #162

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@octokit/plugin-rest-endpoint-methods ^5.12.0 -> ^6.0.0 age adoption passing confidence

Release Notes

octokit/plugin-rest-endpoint-methods.js

v6.0.0

Compare Source

Continuous Integration
BREAKING CHANGES
  • Drop support for NodeJS v10, v12

v5.16.2

Compare Source

Bug Fixes
  • clarify docs to make it clear that POST /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments is only available to required reviewers (#​506) (015cabe)

v5.16.1

Compare Source

Bug Fixes
  • gracefully rename org_id path parameter for GET /orgs/{org_id}/codespaces to org (f11c732)
  • mark PUT /enterprises/{enterprise}/actions/oidc/customization/issuer as GitHub Enterprise (b3451de)
  • update operation docs to reflect current API (c6d49a5)

v5.16.0

Compare Source

Features
  • feat: PUT /enterprises/{enterprise}/actions/oidc/customization/issuer
  • feat: GET /orgs/{org_id}/codespaces
  • feat: POST /orgs/{org}/members/{username}/codespaces/{codespace_name}/stop
  • feat: GET /orgs/{org}/actions/oidc/customization/sub
  • feat: PUT /orgs/{org}/actions/oidc/customization/sub
  • feat: DELETE /orgs/{org}/members/{username}/codespaces/{codespace_name}
  • feat: GET /repos/{owner}/{repo}/actions/caches
  • feat: DELETE /repos/{owner}/{repo}/actions/caches
  • feat: DELETE /repos/{owner}/{repo}/actions/caches/{cache_id}
  • feat: GET /repos/{owner}/{repo}/actions/oidc/customization/sub
  • feat: PUT /repos/{owner}/{repo}/actions/oidc/customization/sub
  • feat POST /repos/{owner}/{repo}/dependency-graph/snapshots

v5.15.0

Compare Source

Features
  • add new before and after parameters to GET /orgs/{org}/secret-scanning/alerts and GET /repos/{owner}/{repo}/secret-scanning/alerts (1f8b9b1)

v5.14.1

Compare Source

Bug Fixes
  • update descriptions and examples (6867fec)

v5.14.0

Compare Source

Features
  • .rest.dependabot.addSelectedRepoToOrgSecret()
  • .rest.dependabot.removeSelectedRepoFromOrgSecret()
  • .rest.teams.listLinkedExternalIdpGroupsToTeamForOrg()
  • .rest.teams.linkExternalIdpGroupToTeamForOrg()
  • .rest.teams.unlinkExternalIdpGroupFromTeamForOrg()
  • .rest.enterpriseAdmin.listLabelsForSelfHostedRunnerForEnterprise()
  • .rest.enterpriseAdmin.addCustomLabelsToSelfHostedRunnerForEnterprise()
  • .rest.enterpriseAdmin.setCustomLabelsForSelfHostedRunnerForEnterprise()
  • .rest.enterpriseAdmin.removeAllCustomLabelsFromSelfHostedRunnerForEnterprise()
  • .rest.actions.listLabelsForSelfHostedRunnerForOrg()
  • .rest.actions.addCustomLabelsToSelfHostedRunnerForOrg()
  • .rest.actions.setCustomLabelsForSelfHostedRunnerForOrg()
  • .rest.actions.removeAllCustomLabelsFromSelfHostedRunnerForOrg()
  • .rest.actions.listLabelsForSelfHostedRunnerForRepo()
  • .rest.actions.addCustomLabelsToSelfHostedRunnerForRepo()
  • .rest.actions.setCustomLabelsForSelfHostedRunnerForRepo()
  • .rest.actions.removeAllCustomLabelsFromSelfHostedRunnerForRepo()
  • .rest.codespaces.listInRepositoryForAuthenticatedUser()
  • .rest.codespaces.createWithRepoForAuthenticatedUser()
  • .rest.repos.listTagProtection()
  • .rest.repos.createTagProtection()
  • .rest.codespaces.listForAuthenticatedUser()
  • .rest.codespaces.createForAuthenticatedUser()
  • .rest.codespaces.listSecretsForAuthenticatedUser()
  • .rest.codespaces.getPublicKeyForAuthenticatedUser()
  • .rest.codespaces.getSecretForAuthenticatedUser()
  • .rest.codespaces.createOrUpdateSecretForAuthenticatedUser()
  • .rest.codespaces.deleteSecretForAuthenticatedUser()
  • .rest.codespaces.listRepositoriesForSecretForAuthenticatedUser()
  • .rest.codespaces.setRepositoriesForSecretForAuthenticatedUser()
  • .rest.codespaces.addRepositoryForSecretForAuthenticatedUser()
  • .rest.codespaces.removeRepositoryForSecretForAuthenticatedUser()
  • .rest.codespaces.getForAuthenticatedUser()
  • .rest.codespaces.updateForAuthenticatedUser()
  • .rest.codespaces.deleteForAuthenticatedUser()
  • .rest.codespaces.exportForAuthenticatedUser()
  • .rest.codespaces.getExportDetailsForAuthenticatedUser()
  • .rest.codespaces.codespaceMachinesForAuthenticatedUser()
  • .rest.codespaces.startForAuthenticatedUser()
  • .rest.codespaces.stopForAuthenticatedUser()
  • .rest.dependabot.getOrgSecret()
  • .rest.dependabot.createOrUpdateOrgSecret()
  • .rest.dependabot.deleteOrgSecret()
  • .rest.codespaces.getRepoSecret()
  • .rest.codespaces.createOrUpdateRepoSecret()
  • .rest.codespaces.deleteRepoSecret()
  • .rest.dependabot.getRepoSecret()
  • .rest.dependabot.createOrUpdateRepoSecret()
  • .rest.dependabot.deleteRepoSecret()
  • .rest.actions.getGithubActionsDefaultWorkflowPermissionsOrganization()
  • .rest.actions.setGithubActionsDefaultWorkflowPermissionsOrganization()
  • .rest.dependabot.listSelectedReposForOrgSecret()
  • .rest.dependabot.setSelectedReposForOrgSecret()
  • .rest.actions.getWorkflowAccessToRepository()
  • .rest.actions.setWorkflowAccessToRepository()
  • .rest.actions.getGithubActionsDefaultWorkflowPermissionsRepository()
  • .rest.actions.setGithubActionsDefaultWorkflowPermissionsRepository()
  • .rest.orgs.listCustomRoles()
  • .rest.actions.getActionsCacheUsageForOrg()
  • .rest.enterpriseAdmin.removeCustomLabelFromSelfHostedRunnerForEnterprise()
  • .rest.actions.removeCustomLabelFromSelfHostedRunnerForOrg()
  • .rest.actions.removeCustomLabelFromSelfHostedRunnerForRepo()
  • .rest.reactions.deleteForRelease()
  • .rest.repos.deleteTagProtection()
  • .rest.enterpriseAdmin.getServerStatistics()
  • .rest.actions.getActionsCacheUsageForEnterprise()
  • .rest.actions.getGithubActionsDefaultWorkflowPermissionsEnterprise()
  • .rest.enterpriseAdmin.listSelfHostedRunnerGroupsForEnterprise() - visible-to-organization paramter
  • .rest.secretScanning.listAlertsForEnterprise()
  • .rest.billing.getGithubAdvancedSecurityBillingGhe()
  • .rest.actions.getActionsCacheUsageByRepoForOrg()
  • .rest.actions.listSelfHostedRunnerGroupsForOrg() - new parameter: visible_to_repository
  • .rest.codeScanning.listAlertsForOrg()
  • .rest.orgs.listSamlSsoAuthorizations() - new parameters: per_page, page, login
  • .rest.dependabot.getOrgPublicKey()
  • .rest.dependabot.listOrgSecrets()
  • .rest.teams.externalIdpGroupInfoForOrg()
  • .rest.teams.listExternalIdpGroupsForOrg()
  • .rest.secretScanning.listAlertsForOrg() - new parameters: sort, direction
  • .rest.billing.getGithubAdvancedSecurityBillingOrg()
  • .rest.repos.codeownersErrors()
  • .rest.codespaces.listDevcontainersInRepositoryForAuthenticatedUser()
  • .rest.codespaces.repoMachinesForAuthenticatedUser()
  • .rest.codespaces.getRepoPublicKey()
  • .rest.codespaces.listRepoSecrets()
  • .rest.dependabot.getRepoPublicKey()
  • .rest.dependabot.listRepoSecrets()
  • .rest.dependencyGraph.diffRange()
  • .rest.reactions.listForRelease()
  • .rest.secretScanning.listLocationsForAlert()
  • .rest.actions.updateSelfHostedRunnerGroupForOrg() - new parameters: allows_public_repositories, restricted_to_workflows, selected_workflows
  • .rest.orgs.update() - new parameter: members_can_fork_private_repositories
  • .rest.actions.createSelfHostedRunnerGroupForOrg() - new parameters: allows_public_repositories, restricted_to_workflows, selected_workflows
  • .rest.migrations.startForOrg() - new parrameters: exclude_metadata, exclude_git_data, org_metadata_only
  • .rest.repos.createInOrg() - new parameter: use_squash_pr_title_as_default
  • .rest.actions.reRunJobForWorkflowRun()
  • .rest.actions.reRunWorkflowFailedJobs()
  • .rest.codespaces.createWithPrForAuthenticatedUser()
  • .rest.migrations.startForAuthenticatedUser() - new parrameters: exclude_metadata, exclude_git_data, org_metadata_only
  • .rest.actions.setGithubActionsDefaultWorkflowPermissionsEnterprise()
  • .rest.orgs.convertMemberToOutsideCollaborator() - new parameter: async
  • .rest.actions.getActionsCacheUsage()
  • .rest.actions.listWorkflowRunsForRepo(): new parameter: check_suite_id
  • .rest.actions.listWorkflowRuns(): new parameter: check_suite_id
  • .rest.codeScanning.listAlertsForRepo(): new parameters: direction, sort
  • .rest.repos.getAllEnvironments(): new parameters: per_page, page
  • .rest.secretScanning.listAlertsForRepo(): new parameters: direction, sort
  • .rest.repos.updatePullRequestReviewProtection(): new parameters: dismissal_restrictions.apps, bypass_pull_request_allowances
  • .rest.repos.updateStatusCheckProtection(): new parameter: checks
  • .rest.codeScanning.updateAlert(): new parameter: dismissed_comment
  • .rest.repos.update(): secret_scanning_push_protection, use_squash_pr_title_as_default
  • .rest.actions.reRunWorkflow(): new parameter: enable_debug_logging
  • .rest.users.createGpgKeyForAuthenticatedUser(): new parameter: name
  • .rest.repos.updateBranchProtection(): new parameter: required_status_checks.checks, required_pull_request_reviews.{apps,bypass_pull_request_allowances}, block_creations
Bug Fixes
  • .rest.apps.createFromManifest() has no request body
  • .rest.projects.getPermissionForUser(): correct response type and example
  • .rest.repos.update(): visibility parameter cannot be set to visibility
  • .rest.actions.reRunWorkflow(): no longer deprecated
  • remove defunkt .rest.reactions.deleteLegacy()
  • remove defunkt .rest.apps.createContentAttachment()

v5.13.0

Compare Source

Features
  • GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs (#​465) (dfc6f58)

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, click this checkbox.

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

@renovate renovate bot added the Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR label Jul 8, 2022
@ghost ghost added this to Inbox in JS Jul 8, 2022
@ghost ghost moved this from Inbox to Maintenance in JS Jul 8, 2022
@wolfy1339 wolfy1339 enabled auto-merge (squash) July 8, 2022 19:10
@wolfy1339 wolfy1339 merged commit 310c738 into master Jul 8, 2022
JS automation moved this from Maintenance to Done Jul 8, 2022
@wolfy1339 wolfy1339 deleted the renovate/octokit-plugin-rest-endpoint-methods-6.x branch July 8, 2022 19:11
@github-actions
Copy link
Contributor

github-actions bot commented Jul 8, 2022

🎉 This PR is included in version 19.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR
Projects
No open projects
JS
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant