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

⬆️ Bump @octokit/openapi-types from 11.2.0 to 13.12.0 #152

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2022

Bumps @octokit/openapi-types from 11.2.0 to 13.12.0.

Release notes

Sourced from @​octokit/openapi-types's releases.

v13.12.0

13.12.0 (2022-09-16)

Features

  • add support for new display_title attribute returned on workflow runs across the API (e.g. in GET /repos/{owner}/{repo}/actions/runs) (#247) (8fc4146)

v13.11.0

13.11.0 (2022-09-15)

  • feat: add new "List CodeQL databases for a repository" API (GET /repos/{owner}/{repo}/code-scanning/codeql/databases)
  • feat: add new "Get a CodeQL database for a repository" API (GET /repos/{owner}/{repo}/code-scanning/codeql/databases/{language})
  • fix: update descriptions for "Create or update file contents" (PUT /repos/{owner}/{repo}/contents/{path}) and "Delete a file" (DELETE /repos/{owner}/{repo}/contents/{path}) APIs to clarify that calling them in parallel may lead to conflicts
  • fix: correct casing of github advanced security to GitHub Advanced Security in descriptions
  • fix: update docs for the "Update a secret scanning alert" API (PATCH /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}) to clarify that a resolution must be provided when setting state to resolved
  • fix: use enums rather than string types with a list of accepted values in the description (e.g. the conclusion attribute returned in the "Get a job for a workflow run" API [GET /repos/{owner}/{repo}/actions/jobs/{job_id}])

v13.10.0

13.10.0 (2022-09-13)

  • feat: add support for new github_com_enterprise_roles attribute returned by the "List enterprise consumed licenses" API (GET /enterprises/{enterprise}/consumed-licenses), marking the old singular github_com_enterprise_role attribute as deprecated
  • feat: add support for filtering the "List repository collaborators" API (GET /repos/{owner}/{repo}/collaborators) by permission using a query param
  • fix: update type documentation to flag the "List enterprise consumed licenses" API (GET /enterprises/{enterprise}/consumed-licenses) as beta
  • fix: clarify in type documentation that the "Get or update file contents" API (PUT /repos/{owner}/{repo}/contents/{path}) requires the workflow scope
  • fix: adding missing type documentation for the "List repository webhooks" API (GET /repos/{owner}/{repo}/hooks)

v13.9.1

13.9.1 (2022-09-09)

Bug Fixes

  • tweak description for "Get a tree" API (GET /repos/{owner}/{repo}/git/trees/{tree_sha}) to clarify maximum limits on size and number of entries and document allowed response statuses for the "Update a team" API (PATCH /orgs/{org}/teams/{team_slug}) (#242) (11d4f33)

v13.9.0

13.9.0 (2022-09-07)

  • feat: add support for new public beta APIs for creating, reading, updating and deleting custom repo roles (POST /orgs/{org}/custom_roles, PATCH /orgs/{org}/custom_roles/{role_id}, DELETE /orgs/{org}/custom_roles/{role_id}, GET /orgs/{org}/fine_grained_permissions)
  • feat: add support for new description, base_role, permissions, organization, created_at and updated_at fields where custom repo roles are returned in the API
  • fix: update description of APIs for listing package versions (e.g. GET /orgs/{org}/packages/{package_type}/{package_name}/versions) to clarify that they returned paginated lists ("Get all..." -> "List...")
  • fix: mark use_squash_pr_title_as_default attribute on repos as deprecated in favour of squash_merge_commit_title
  • fix: update description of "List workflow runs" (GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs) API to the more indicative "List workflow runs for a workflow"
  • fix: correct description of sha request body parameter in the "Delete a file" API (DELETE /repos/{owner}/{repo}/contents/{path})

v13.8.0

13.8.0 (2022-09-05)

  • Add support for filtering "List workflows runs for a repository" (GET /repos/{owner}/{repo}/actions/runs) and "List workflow runs [for a workflow]" (GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs ) by head_sha
  • Tweak the recently-added state_reason attribute on issues to be a enum (completed, not_planned or reopened) rather than an unbounded string

... (truncated)

Commits
  • 8fc4146 feat: add support for new display_title attribute returned on workflow runs...
  • ff50f18 feat: add support for new "List CodeQL databases for a repository" (`GET /rep...
  • b40d8ef feat: add support for new request parameter and response attribute, plus in-c...
  • 11d4f33 fix: tweak description for "Get a tree" API (`GET /repos/{owner}/{repo}/git/t...
  • 612a9cc feat: add new public beta APIs for creating, reading, updating and deleting c...
  • caadd4b chore: update cached OpenAPI specs (#240)
  • 40cac8e feat: add support for filtering "List workflows runs for a repository" (`GET ...
  • 01faa14 feat: add support for is_alphanumeric attribute on autolinks, `rule.help_ur...
  • 9e98afb feat: add support for new security feature enablement and SSH signing keys AP...
  • 96862f5 feat: add support for new request parameters in 3 APIs, plus description twea...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 19, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/octokit/openapi-types-13.12.0 branch 3 times, most recently from bb8ca69 to 21eb506 Compare September 26, 2022 05:27
Bumps [@octokit/openapi-types](https://github.com/octokit/openapi-types.ts/tree/HEAD/packages/openapi-types) from 11.2.0 to 13.12.0.
- [Release notes](https://github.com/octokit/openapi-types.ts/releases)
- [Commits](https://github.com/octokit/openapi-types.ts/commits/v13.12.0/packages/openapi-types)

---
updated-dependencies:
- dependency-name: "@octokit/openapi-types"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/octokit/openapi-types-13.12.0 branch from 21eb506 to 97bef66 Compare September 26, 2022 05:30
Copy link
Contributor

@0x46616c6b 0x46616c6b left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@staffbase-robert staffbase-robert merged commit ab85a55 into main Sep 26, 2022
@staffbase-robert staffbase-robert deleted the dependabot/npm_and_yarn/octokit/openapi-types-13.12.0 branch September 26, 2022 08:10
@github-actions github-actions bot locked and limited conversation to collaborators Sep 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants