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:
"~> 4.3"
->"~> 9.0"
Release Notes
octokit/octokit.rb (octokit)
v9.2.0
Compare Source
What's Changed
Features
Fixes
Dependencies
@Edouard-chin in https://github.com/octokit/octokit.rb/pull/1712
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
create_authorization
from README by @danbernier in https://github.com/octokit/octokit.rb/pull/1640New Contributors
Full Changelog: octokit/octokit.rb@v7.2.0...v8.0.1
v8.0.0
Compare Source
What's Changed
create_authorization
from README by @danbernier in https://github.com/octokit/octokit.rb/pull/1640New 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
6534843
to716151b
by @dependabot in https://github.com/octokit/octokit.rb/pull/1601716151b
to38217c6
by @dependabot in https://github.com/octokit/octokit.rb/pull/160438217c6
to5f22cb8
by @dependabot in https://github.com/octokit/octokit.rb/pull/16085f22cb8
tobb291f6
by @dependabot in https://github.com/octokit/octokit.rb/pull/1613New Contributors
Full Changelog: octokit/octokit.rb@v7.0.0...v7.1.0
v7.0.0
Compare Source
What's Changed
organizations.rb
by @areitz-stripe in https://github.com/octokit/octokit.rb/pull/1583New Contributors
Full Changelog: octokit/octokit.rb@v6.1.1...v7.0.0
v6.1.1
Compare Source
What's Changed
Features
Octokit::Client#delete_organization
to support org deletion by @jdennes in https://github.com/octokit/octokit.rb/pull/1558Bugs
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
IgnoredMethods
toAllowedMethods
by @kyoshidajp in https://github.com/octokit/octokit.rb/pull/1530TargetRubyVersion: 2.7
in .rubocop.yml by @koic in https://github.com/octokit/octokit.rb/pull/1544--require spec_helper
in .rspec by @koic in https://github.com/octokit/octokit.rb/pull/1549New 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
update_ref
force
to false by @pocke in https://github.com/octokit/octokit.rb/pull/980New Contributors
Full Changelog: octokit/octokit.rb@v5.6.1...v6.0.0
v5.6.1
Compare Source
What's Changed
Octokit::TooLargeContent
when relevant error messages are returned by GitHub (by @goldstar611 in https://github.com/octokit/octokit.rb/pull/1484)#artifact_download_url
(by @timrogers in https://github.com/octokit/octokit.rb/pull/1483)New Contributors
Full Changelog: octokit/octokit.rb@v5.6.0...v5.6.1
v5.6.0
Compare Source
What's Changed
#repository_artifacts
,#workflow_run_artifacts
,#artifact
,#artifact_download_url
and#delete_artifact
methods to support Actions Artifacts APIs (by @lerebear in https://github.com/octokit/octokit.rb/pull/1480)New Contributors
Full Changelog: octokit/octokit.rb@v5.5.0...v5.6.0
v5.5.0
Compare Source
What's Changed
#organization_audit_log
by @Brend-Smits in https://github.com/octokit/octokit.rb/pull/1481faraday_http_cache
link in README by @garaujodev in https://github.com/octokit/octokit.rb/pull/1469New Contributors
Full Changelog: octokit/octokit.rb@v5.4.0...v5.5.0
v5.4.0
Compare Source
What's Changed
GET /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}
) with#team_permissions_for_repo
by @juanmrad in https://github.com/octokit/octokit.rb/pull/1474New 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
GET /search/topics
) API with.search_topics
(@juanluis-garrote)PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable
) GitHub Actions API with.workflow_disable
(@Fryguy)PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable
) GitHub Actions API with.workflow_enable
(@Fryguy)GET /repos/{owner}/{repo}/actions/runs/{run_id}/timing
) GitHub Actions API with.workflow_run_usage
(@mathroule)GET /repos/{owner}/{repo}/actions/jobs/{job_id}
) GitHub Actions API with.workflow_run_job
(@mathroule)GET /repos/{owner}/{repo}/actions/jobs/{job_id}/logs
) GitHub Actions API with.workflow_run_job_logs
(@mathroule)GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs
) GitHub Actions API with.workflow_run_attempt_jobs
(@mathroule)GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs
) GitHub Actions API with.workflow_run_jobs
(@mathroule)Gem development
rubocop
to1.31.2
and autocorrect Rubocop offences (@timrogers)rb-fsevent
to0.11.1
(@timrogers)vcr
to6.1
(@timrogers)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.
This PR was generated by Mend Renovate. View the repository job log.