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

Update dependencies (major) #386

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@actions/github (source) 5.1.1 -> 6.0.0 age adoption passing confidence
@octokit/types 7.5.1 -> 13.5.0 age adoption passing confidence

Release Notes

actions/toolkit (@​actions/github)

v6.0.0

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

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://togithub.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

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner October 13, 2022 01:43
@renovate renovate bot added minor Release with a minor level update renovate-deps labels Oct 13, 2022
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 93dbf47 to b10dc58 Compare October 31, 2022 08:31
@renovate renovate bot force-pushed the renovate/major-dependencies branch from b10dc58 to 5c2ee24 Compare November 3, 2022 06:09
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 5c2ee24 to 93bcb5a Compare January 11, 2023 18:38
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 93bcb5a to 4ee8c11 Compare January 13, 2023 19:38
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 4ee8c11 to 8a2d10b Compare January 20, 2023 04:23
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 8a2d10b to 4fac006 Compare January 20, 2023 20:47
@renovate renovate bot changed the title Update dependency @octokit/types to v8 Update dependency @octokit/types to v9 Jan 20, 2023
@renovate renovate bot force-pushed the renovate/major-dependencies branch 3 times, most recently from c73bb5c to f978fc3 Compare April 22, 2023 03:02
@renovate renovate bot force-pushed the renovate/major-dependencies branch from f978fc3 to db9bd89 Compare April 27, 2023 19:57
@renovate renovate bot force-pushed the renovate/major-dependencies branch from db9bd89 to fea492f Compare April 28, 2023 00:51
@renovate renovate bot force-pushed the renovate/major-dependencies branch from fea492f to 3f5b78b Compare April 28, 2023 22:38
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 3f5b78b to 4a61b54 Compare May 5, 2023 22:15
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 4a61b54 to 99a9551 Compare May 11, 2023 17:39
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 512feb2 to 7e412c6 Compare June 9, 2023 19:47
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 7e412c6 to 2ba8f6c Compare June 14, 2023 12:22
@renovate renovate bot changed the title Update dependency @octokit/types to v9 Update dependency @octokit/types to v10 Jun 14, 2023
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 2ba8f6c to 985c4c0 Compare July 7, 2023 19:57
@renovate renovate bot changed the title Update dependency @octokit/types to v10 Update dependency @octokit/types to v11 Jul 7, 2023
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 985c4c0 to 317af51 Compare July 10, 2023 20:03
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 317af51 to 2ec4b9f Compare September 23, 2023 03:59
@renovate renovate bot changed the title Update dependency @octokit/types to v11 Update dependency @octokit/types to v12 Sep 23, 2023
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 2ec4b9f to 008c7d2 Compare October 10, 2023 16:35
@renovate renovate bot changed the title Update dependency @octokit/types to v12 Update dependencies (major) Oct 10, 2023
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from f578af5 to 56d9404 Compare October 25, 2023 22:09
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from 81211e5 to b7ccfe8 Compare November 12, 2023 19:16
@renovate renovate bot force-pushed the renovate/major-dependencies branch from b7ccfe8 to 3f90317 Compare December 4, 2023 22:01
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 3f90317 to 53ec080 Compare February 15, 2024 18:30
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 53ec080 to 61590a5 Compare February 22, 2024 23:05
@renovate renovate bot force-pushed the renovate/major-dependencies branch 5 times, most recently from 4fcbf15 to 1d1d14f Compare April 9, 2024 21:25
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 1d1d14f to 886d483 Compare April 16, 2024 02:38
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 886d483 to 299e498 Compare April 30, 2024 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Release with a minor level update renovate-deps
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants