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 dependency octokit to v9 #730

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
octokit '~> 4.25.0' -> '~> 9.2.0' age adoption passing confidence

Release Notes

octokit/octokit.rb (octokit)

v9.2.0

Compare Source

What's Changed

Features
Fixes
Dependencies

New Contributors

Full Changelog: octokit/octokit.rb@v9.1.0...v9.2.0

v9.1.0

Compare Source

What's Changed

Features

New Contributors

Full Changelog: octokit/octokit.rb@v9.0.0...v9.1.0

v9.0.0

Compare Source

BREAKING CHANGES

What's Changed

Breaking changes
Features
Fixes
Documentation
Maintenance

New Contributors

Full Changelog: octokit/octokit.rb@v8.1.0...v8.2.0

v8.1.0

Compare Source

What's Changed

Features
Fixes
Maintenance
Docs

New Contributors

Full Changelog: octokit/octokit.rb@v7.2.0...v8.0.1

v8.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: octokit/octokit.rb@v7.2.0...v8.0.0

v7.2.0

Compare Source

What's Changed

Features
Maintenance

New Contributors

Full Changelog: octokit/octokit.rb@v7.1.0...v7.2.0

v7.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: octokit/octokit.rb@v7.0.0...v7.1.0

v7.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: octokit/octokit.rb@v6.1.1...v7.0.0

v6.1.1

Compare Source

What's Changed

Features
Bugs
Docs
Maintenance

New Contributors

Full Changelog: octokit/octokit.rb@v6.1.0...v6.1.1

v6.1.0

Compare Source

What's Changed

Features
Bugs
Docs
Maintenance

New Contributors

Full Changelog: octokit/octokit.rb@v6.0.1...v6.1.0

v6.0.1

Compare Source

What's Changed

Dependencies
Housekeeping
Bug fixes

New Contributors

Full Changelog: octokit/octokit.rb@v6.0.0...v6.0.1

v6.0.0

Compare Source

We're releasing v6.0.0 because #​1494 and #​1495 are technically breaking changes although the APIs that underlie this functionalilty have been not operational for some time.

What's Changed

New Contributors

Full Changelog: octokit/octokit.rb@v5.6.1...v6.0.0

v5.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: octokit/octokit.rb@v5.6.0...v5.6.1

v5.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: octokit/octokit.rb@v5.5.0...v5.6.0

v5.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: octokit/octokit.rb@v5.4.0...v5.5.0

v5.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: octokit/octokit.rb@v5.3.0...v5.4.0

v5.3.0

Compare Source

Features

New Contributors

Full Changelog: octokit/octokit.rb@v5.2.0...v5.3.0

v5.2.0

Compare Source

Advisories and Breaking Changes

With this release, all preview logic and header implementations have been removed. GitHub REST API previews were promoted in October 2021. With this change, the headers no longer need to be passed to the GitHub REST API. This means you will no longer need to manually pass in preview headers (for any reason) to benefit from the API changes behind the preview logic.

Housekeeping

CI/Build

Dependencies

Full Changelog: octokit/octokit.rb@v5.1.0...v5.2.0

v5.1.0

Compare Source

Features

  • Add support for the "Search topics" (GET /search/topics) API with .search_topics (@​juanluis-garrote)
  • Add support for the "Disable a workflow" (PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable) GitHub Actions API with .workflow_disable (@​Fryguy)
  • Add support for the "Enable a workflow" (PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable) GitHub Actions API with .workflow_enable (@​Fryguy)
  • Add support for the "Get workflow run usage" (GET /repos/{owner}/{repo}/actions/runs/{run_id}/timing) GitHub Actions API with .workflow_run_usage (@​mathroule)
  • Add support for the "Get a job for a workflow run" (GET /repos/{owner}/{repo}/actions/jobs/{job_id}) GitHub Actions API with .workflow_run_job (@​mathroule)
  • Add support for the "Download job logs for a workflow run" (GET /repos/{owner}/{repo}/actions/jobs/{job_id}/logs) GitHub Actions API with .workflow_run_job_logs (@​mathroule)
  • Add support for the "List jobs for a workflow run attempt" (GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs) GitHub Actions API with .workflow_run_attempt_jobs (@​mathroule)
  • Add support for the "List jobs for a workflow run" (GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs) GitHub Actions API with .workflow_run_jobs (@​mathroule)

Gem development

v5.0.0

Compare Source


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, 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 519d2d5 to 0c15295 Compare October 3, 2024 20:41
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 0c15295 to 6b5e789 Compare October 4, 2024 16:35
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 6b5e789 to 62e89d3 Compare October 16, 2024 16:38
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 62e89d3 to 220f017 Compare October 16, 2024 19:40
@miq-bot
Copy link
Member

miq-bot commented Oct 16, 2024

Checked commit 220f017 with ruby 3.1.5, rubocop 1.56.3, haml-lint 0.51.0, and yamllint
1 file checked, 0 offenses detected
Everything looks fine. ⭐

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.

1 participant