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

chore(deps): update octokit monorepo (major) #39

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 18, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@octokit/types 7.5.1 -> 13.5.1 age adoption passing confidence
@octokit/webhooks-types 6.11.0 -> 7.5.1 age adoption passing confidence

Release Notes

octokit/types.ts (@​octokit/types)

v13.5.1

Compare Source

Bug Fixes

v13.5.0

Compare Source

Features
  • add Copilot operations, bump openapi-types version (#​638) (69c7f34)

v13.4.1

Compare Source

Bug Fixes

v13.4.0

Compare Source

Features

v13.3.0

Compare Source

Features

v13.2.0

Compare Source

Features
  • Updates @​octokit/openapi-types to 22.0.0 (which had breaking changes). BREAKING CHANGES: Renames [repository-rule-params-code-scanning-threshold to repository-rule-params-code-scanning-tool, security_alerts to security_alerts_threshold], renames fields[repository-rule-params-code-scanning-threshold.alerts to repository-rule-params-code-scanning-tool.alerts_threshold, repository-rule-params-code-scanning-threshold.security_alerts to repository-rule-params-code-scanning-tool.security_alerts_threshold] (#​629) (d32a77f)
  • updates @​octokit/openapi-types to v21.2.0 (#​627) (a5bfb8f)

v13.1.0

Compare Source

Features

v13.0.0

Compare Source

Features
  • Updates openapi-types to v21.0.0 (which had breaking changes), BREAKING CHANGE: Updates multiple endpoints to use owner + repo in place of repository_id (#​625) (ad024fe)
BREAKING CHANGES
  • Updates multiple endpoints to use owner + repo in place of repository_id

v12.6.0

Compare Source

Features

v12.5.0

Compare Source

Features

v12.4.0

Compare Source

Features

v12.3.0

Compare Source

Features
  • backport improvements from [@octokit-next](https://redirect.github.com/octokit-next) (#​595) (0eebf54)

v12.2.0

Compare Source

Features

v12.1.1

Compare Source

Bug Fixes

v12.1.0

Compare Source

Features
  • new /orgs/{org}/properties/schema/{custom_property_name, GET /orgs/{org}/properties/schema, GET /orgs/{org}/properties/values, GET /orgs/{org}/rulesets/rule-suites/{rule_suite_id}, GET /orgs/{org}/rulesets/rule-suites, GET /repos/{owner}/{repo}/rulesets/rule-suites/{rule_suite_id}, POST /repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel endpoints (#​590) (decdf84)

v12.0.1

Compare Source

Bug Fixes

v12.0.0

Compare Source

Features
  • new GitHub advisories, GitHub classroom endpoints, description updates, /repos/{owner}/{repo}/lfs endpoint now only accepts PUT, remove required workflow endpoints (#​582) (d70c858)
BREAKING CHANGES
  • /repos/{owner}/{repo}/lfs endpoint now only accepts PUT
  • remove required workflow endpoints

v11.1.0

Compare Source

Features

v11.0.0

Compare Source

Features
BREAKING CHANGES
  • Replace support for Node.js http(s) Agents with documentation on using fetch dispatchers instead

v10.0.0

Compare Source

Features
BREAKING CHANGES
  • remove previews

v9.3.2

Compare Source

Bug Fixes
  • build: use typescript to produce declaration files (#​550) (9953e34)

v9.3.1

Compare Source

Bug Fixes
  • remove all potentially undefined parameter types (#​555) (d7ad4ba)

v9.3.0

Compare Source

Features
  • new /orgs/{org}/actions/runners/generate-jitconfig endpoint, type description updates (#​552) (4741ef6)

v9.2.3

Compare Source

Bug Fixes

v9.2.2

Compare Source

Bug Fixes
  • update openapi-types for fix to gists-update operation (#​541) (e7812d3)

v9.2.1

Compare Source

Bug Fixes
  • deps: bump version of @octokit/openapi-types to fix issues with never occurences (#​539) (c62a03c)

v9.2.0

Compare Source

Features
  • new deployment protection rule endpoints, new private reporting of security vulnerabilities endpoint (#​533) (c1af6e0)

v9.1.4

Compare Source

Bug Fixes

v9.1.3

Compare Source

Bug Fixes
  • types: make all parameters in types required for ExtractRequestBody<T> (#​529) (0d84b4d), closes #​528

v9.1.2

Compare Source

Bug Fixes

v9.1.1

Compare Source

Bug Fixes

v9.1.0

Compare Source

Features

v9.0.0

Compare Source

Features
BREAKING CHANGES
  • remove defunct endpoints that no longer exist

v8.2.1

Compare Source

Bug Fixes

v8.2.0

Compare Source

Features

v8.1.1

Compare Source

Reverts

v8.1.0

Compare Source

Features

v8.0.0

Compare Source

BREAKING CHANGES
  • @octokit/types no longer include endpoint types for GHEC
Features
  • feat: publish new GitHub Enterprise Cloud (GHEC) specific @octokit/openapi-types-ghec package, plus lots of API changes (29539cf)
  • feat: add support for new "Get a Dependabot alert" API (GET /repos/{owner}/{repo}/dependabot/alerts/{alert_number})
  • feat: add support for new "Update a Dependabot alert" API (PATCH /repos/{owner}/{repo}/dependabot/alerts/{alert_number})
  • feat: add support for new "List Dependabot alerts for a repository" API (GET /repos/{owner}/{repo}/dependabot/alerts)
    • feat: add support for new "List organization secret" (GET /organizations/{org}/codespaces/secrets) Codespaces API
  • feat: add support for new "Get an organization public key" (GET /organizations/{org}/codespaces/secrets/public-key) Codespaces API
  • feat: add support for new "Get an organization secret" (GET /organizations/{org}/codespaces/secrets/{secret_name} ) Codespaces API
  • feat: adds support for new "Create or update an organization secret" (PUT /organizations/{org}/codespaces/secrets/{secret_name} ) Codespaces API
  • feat: add support for new "Delete an organization secret" (DELETE /organizations/{org}/codespaces/secrets/{secret_name}) Codespaces API
  • feat: add support for new "List selected repositories for an organization secret" (GET /organizations/{org}/codespaces/secrets/{secret_name}/repositories) Codespaces API
  • feat: add support for new "Set selected repositories for an organization secret" ( PUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories) Codespaces API
  • feat: add support for new "Add selected repository to an organization secret" (PUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}) Codespaces API
  • feat: add support for new "Remove selected repository from an organization secret" (DELETE /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}) Codespaces API
  • feat: add support for resolution_comment attribute returned on secret scanning alerts
  • feat: add support for new scope attribute returned by the "Get a diff of the dependencies between commits" (GET /repos/{owner}/{repo}/dependency-graph/compare/{basehead}) API
  • deps: update @octokit/openapi-types to v14 (#​463) (7bf7e20)

### Fixes

  • fix: tweak documentation for repo starring related APIs (GET /repos/{owner}/{repo}/stargazers, GET /users/{username}/starred and GET /user/starred) to clarify what Accept header to send to get information about when stars were created
  • fix: tweak documentation for "Get community profile metrics" API (GET /repos/{owner}/{repo}/community/profile) to clarify that it only works with public repos which are not forks
  • fix: document the size attribute returned on repos across the API
  • fix: document that APIs can return 422 errors when an endpoint has been spammed with many requests
  • fix: document 301 status returned by labels-related APIs if the repo has been renamed or moved
  • fix: document 404 Not Found status returned by labels-related APIs
octokit/webhooks (@​octokit/webhooks-types)

v7.5.1

Compare Source

Bug Fixes

v7.5.0

Compare Source

Features

v7.4.0

Compare Source

Features
  • schema updates (adds custom_properties field) to branch_protection_rule, check_suite, code_scanning_alert, commit_comment, create, delete, dependabot_alert, deploy_key, deployment, deployment_review, deployment_status, discussion, disscussion_comment, fork, gollum, issue_comment, issues, label, member, merge_group, meta, milestone, package, page_build. ping, project, project_card, project_column, public, pull_request, pull_request_review, pull_request_review_comment, pull_request_review_thread, push, registry_package, release, repository, repository_dispatch, repository_import, repository_vulnerability_alert, secret_scanning_alert, star, status, team, team_add, watch, workflow_dispatch, workflow_job, workflow_run, branch_protection_configuration, common, custom_property, custom_property_values (#​904) (bc5f6fd)

v7.3.2

Compare Source

Bug Fixes
  • add "cancelled" as possible conclusion of a completed workflow step (#​892) (6df0bc4)

v7.3.1

Compare Source

Bug Fixes
  • declare pull_request auto_merge properties as string|null (#​829) (c8983a4)

v7.3.0

Compare Source

Features

v7.2.0

Compare Source

Features

v7.1.0

Compare Source

Features

v7.0.3

Compare Source

Bug Fixes

v7.0.2

Compare Source

Bug Fixes
  • mark action as required in secret_scanning_alert_location.created event (#​801) (39fb367)

v7.0.1

Compare Source

Bug Fixes

v7.0.0

Compare Source

Features
  • new deployment statuses for deyployment_status event
  • new common schema for secret_scanning_alert
  • new secret_scanning_alert_location event
  • new workflow_job.waiting event
  • new branch_protection_rule.requested event
  • new require_last_push_approval rule for branch_protection_rule
  • new payload examples
  • Support for workflows associated to deployment environments
Fixes
  • add queued to possible statuses for workflow_job in workflow_job.in_progress event
BREAKING CHANGES
  • The pull_request.queued event was renamed to pull_request.enqueued

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from 1275695 to 0f5a964 Compare June 29, 2023 18:42
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from 44bbfae to 8133dda Compare July 10, 2023 19:53
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 8133dda to 78a9ce7 Compare August 10, 2023 19:45
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from 2453e7b to 25e37df Compare September 5, 2023 06:50
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from 2f13571 to f4253d3 Compare September 17, 2023 01:19
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from f4253d3 to 0369ef1 Compare September 23, 2023 01:38
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from 7af7076 to 27472b0 Compare October 20, 2023 15:37
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from cd38bb5 to 032ee25 Compare October 25, 2023 21:42
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from c26dd70 to 7105ddd Compare November 12, 2023 18:31
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 7105ddd to e3f1684 Compare December 4, 2023 20:30
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from e3f1684 to f4984c2 Compare February 3, 2024 13:36
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from f4984c2 to 0bfa228 Compare February 15, 2024 19:23
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 0bfa228 to 075066e Compare February 22, 2024 22:52
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 075066e to 8eb80e4 Compare March 11, 2024 22:56
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 5 times, most recently from a219d61 to 695ae04 Compare April 9, 2024 19:08
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 3 times, most recently from 3e085ca to 1618bee Compare April 16, 2024 20:23
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 1618bee to 751d853 Compare April 16, 2024 21:51
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 751d853 to ee01b22 Compare April 22, 2024 18:09
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from ee01b22 to 5677cfa Compare April 30, 2024 01:50
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 5677cfa to 31ec5a8 Compare June 2, 2024 13:11
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from 8787e9c to 608995a Compare September 11, 2024 14:43
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 608995a to a14d602 Compare September 24, 2024 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants