Skip to content

Update dependency octokit to v10#730

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-octokit-monorepo
Open

Update dependency octokit to v10#730
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-octokit-monorepo

Conversation

@renovate
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''~> 10.0.0' age adoption passing confidence

Release Notes

octokit/octokit.rb (octokit)

v10.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: octokit/octokit.rb@v9.2.0...v10.0.0

v9.2.0

Compare Source

What's Changed

Features
Fixes
  • fix: Addresses URI parsing compatibility with Ruby 3.4 by @​casperisfine in #​1708
  • fix: Remove the Faraday multipart warning and tweak the error message raised at runtime when Faraday Multipart is not installed by
  • fix: Corrects the order of caching + authorization middlewares by @​DimitriosLisenko in #​1661
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
  • BREAKING CHANGE: Removes PubSubHubbub module and /hub API endpoint implementation by @​mjimenez98 in #​1675
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
  • [fix] Ensures that the API Token in clear text is never present in the error stack trace when set in the URL by @​nickfloyd in #​1562
Docs
Maintenance

New Contributors

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

v6.1.0

Compare Source

What's Changed

Features
  • Allow using the response_headers or headers when getting Rate Limit Info by @​DougEdey in #​1533
  • Add Faraday DEFAULT_EXCEPTIONS for when retry middleware is available by @​DougEdey in #​1546
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

  • Add support for "Check team permissions for a repository" API (GET /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}) with #team_permissions_for_repo by @​juanmrad in #​1474

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

  • Removes REST API previews logic from the SDK now that all previews have been promoted by @​nickfloyd in #​1464

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
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 220f017 to 9d6433d Compare January 17, 2025 20:45
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 17, 2025
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from e46b4ea to 5008a0f Compare January 21, 2025 19:33
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 3 times, most recently from b24decb to ab53b22 Compare January 22, 2025 21:13
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from ab53b22 to 43cf4e1 Compare March 17, 2025 13:58
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 43cf4e1 to 6e2e675 Compare April 24, 2025 18:22
@renovate renovate bot changed the title Update dependency octokit to v9 Update dependency octokit to v10 Apr 24, 2025
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 6e2e675 to 627a7f6 Compare July 3, 2025 19:41
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 627a7f6 to b569223 Compare August 10, 2025 15:37
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from b569223 to 1dec770 Compare September 25, 2025 17:11
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 1dec770 to f218397 Compare October 8, 2025 15:16
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from f218397 to 2cb665a Compare November 18, 2025 23:42
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 2cb665a to bb1ed67 Compare December 31, 2025 18:43
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 3 times, most recently from 8abe6cf to 95c077b Compare January 29, 2026 00:59
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 4 times, most recently from bba2be3 to aa28bc3 Compare February 3, 2026 14:25
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from aa28bc3 to 1065216 Compare February 12, 2026 12:59
@miq-bot
Copy link
Member

miq-bot commented Feb 12, 2026

Checked commit 1065216 with ruby 3.3.10, rubocop 1.56.3, haml-lint 0.69.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

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments