chore(deps): update dependency @octokit/types to v8 #76
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.37.0
->^8.0.0
Release Notes
octokit/types.ts
v8.0.0
Compare Source
BREAKING CHANGES
@octokit/types
no longer include endpoint types for GHECFeatures
@octokit/openapi-types-ghec
package, plus lots of API changes (29539cf)GET /repos/{owner}/{repo}/dependabot/alerts/{alert_number}
)PATCH /repos/{owner}/{repo}/dependabot/alerts/{alert_number}
)GET /repos/{owner}/{repo}/dependabot/alerts
)GET /organizations/{org}/codespaces/secrets
) Codespaces APIGET /organizations/{org}/codespaces/secrets/public-key
) Codespaces APIGET /organizations/{org}/codespaces/secrets/{secret_name}
) Codespaces APIPUT /organizations/{org}/codespaces/secrets/{secret_name}
) Codespaces APIDELETE /organizations/{org}/codespaces/secrets/{secret_name}
) Codespaces APIGET /organizations/{org}/codespaces/secrets/{secret_name}/repositories
) Codespaces APIPUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories
) Codespaces APIPUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}
) Codespaces APIDELETE /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}
) Codespaces APIresolution_comment
attribute returned on secret scanning alertsscope
attribute returned by the "Get a diff of the dependencies between commits" (GET /repos/{owner}/{repo}/dependency-graph/compare/{basehead}
) API@octokit/openapi-types
to v14 (#463) (7bf7e20)### Fixes
GET /repos/{owner}/{repo}/stargazers
,GET /users/{username}/starred
andGET /user/starred
) to clarify whatAccept
header to send to get information about when stars were createdGET /repos/{owner}/{repo}/community/profile
) to clarify that it only works with public repos which are not forkssize
attribute returned on repos across the API422
errors when an endpoint has been spammed with many requests301
status returned by labels-related APIs if the repo has been renamed or moved404 Not Found
status returned by labels-related APIsv7.5.1
Compare Source
Bug Fixes
sort-keys
to v5 (#468) (e80d45f)v7.5.0
Compare Source
Features
GET /repos/{owner}/{repo}/code-scanning/codeql/databases
) and "Get a CodeQL database for a repository" (GET /repos/{owner}/{repo}/code-scanning/codeql/databases/{language}
) APIs (#461) (440eb6d)v7.4.0
Compare Source
Features
GET /repos/{owner}/{repo}/collaborators
) bypermission
using a query param (#459) (3502d91)v7.3.1
Compare Source
Bug Fixes
@octokit/openapi-types
to latest (v13.9.1
) (#456) (87928d2)v7.3.0
Compare Source
Features
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
) (#455) (b162e5d)v7.2.0
Compare Source
Features
POST /orgs/{org}/{security_product}/{enablement}
)advanced_security_enabled_for_new_repositories
,dependabot_alerts_enabled_for_new_repositories
,dependabot_security_updates_enabled_for_new_repositories
,dependency_graph_enabled_for_new_repositories
,secret_scanning_enabled_for_new_repositories
andsecret_scanning_push_protection_enabled_for_new_repositories
boolean parameters when updating an organization withPATCH /orgs/:id
sort
anddirection
querystring parameters when listing a repo's code scanning analyses withGET /repos/{owner}/{repo}/code-scanning/analyses
default_branch_only
boolean request body parameter when creating a fork withPOST /repos/{owner}/{repo}/forks
state_reason
request body parameter when updating an issue withPATCH /repos/{owner}/{repo}/issues/{issue_number}
GET /user/ssh_signing_keys
,POST /user/ssh_signing_keys
,GET /user/ssh_signing_keys/{ssh_signing_key_id}
,DELETE /user/ssh_signing_keys/{ssh_signing_key_id}
,GET /users/{username}/ssh_signing_keys
)v7.1.1
Compare Source
Bug Fixes
@octokit/openapi-types
to latest (v13.4.0
) (#442) (cbcea3c)v7.1.0
Compare Source
Features
GET /enterprises/{enterprise}/consumed-licenses
,GET /enterprises/{enterprise}/license-sync-status
) (#439) (a61bd54)v7.0.0
Compare Source
Bug Fixes
Features
GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies
, `POST (5e206cf)POST /repos/{owner}/{repo}/pages/deployment
) API (8d414ed)GET /orgs/{org}/security-managers
,PUT /orgs/{org}/security-managers/teams/{team_slug}
andDELETE /orgs/{org}/security-managers/teams/{team_slug}
) (0d21aa3)BREAKING CHANGES
APIs from the OpenAPI specifications. These were disabled and cut
off on GitHub.com at the end of 2020, but the docs were not
updated.
v6.41.0
Compare Source
Features
GET /enterprises/{enterprise}/code-scanning/alerts
(#430) (32db4e6)v6.40.0
Compare Source
GET /repos/{owner}/{repo}/codespaces/new
API operation@octokit/openapi-types
to latest (v12.10.0
)scripts/update-endpoints/generated/endpoints.json
with latest auto-generated datav6.39.0
Compare Source
Features
name
for the forked repository when creating a fork withPOST /repos/{owner}/{repo}/forks
(#409) (c32761b)v6.38.2
Compare Source
Bug Fixes
org_id
path parameter forGET /orgs/{org_id}/codespaces
toorg
(2d43e98)GET /repos/{owner}/{repo}/community/code_of_conduct
(e937ce6)v6.38.1
Compare Source
Bug Fixes
v6.38.0
Compare Source
Features
retention_period_minutes
request body parameter in Codespaces APIs (#406) (e070137)v6.37.1
Compare Source
Bug Fixes
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.