Update dependency octokit to '~> 4.25.0' #719
Merged
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.8.0'
->'~> 4.25.0'
Release Notes
octokit/octokit.rb (octokit)
v4.25.1
Compare Source
v4.25.0
Compare Source
✅ NOTE: This remediates A security advisory was published on versions 4.23.0 and 4.24.0 of this gem. You can read more about this in the published security advisory. ✅
DX Improvements
CI Improvements
Updates all build scripts to be more durable and adds details on how to run a manual file integrity check by @nickfloyd in https://github.com/octokit/octokit.rb/pull/1446
Housekeeping
Octokit::Client::Contents#create_contents
by @timrogers in https://github.com/octokit/octokit.rb/pull/1442Full Changelog: octokit/octokit.rb@v4.24.0...v4.25.0
v4.24.0
Compare Source
❗ NOTE: A security advisory has been published on version 4.24.0 of this gem. This gem was published with world-writeable files. You can read more about this in the published security advisory. ❗
Known issues
Note: This release fixes the issue around autoloading modules causing some modules to not load before use #1428
Code improvements
--enable-frozen-string-literal
via @timrogers and @olleolleolleCI Improvements
Bug fixes
Full Changelog: octokit/octokit.rb@v4.23.0...v4.24.0
v4.23.0
Compare Source
❗ NOTE: A security advisory has been published on version 4.23.0 of this gem. This gem was published with world-writeable files. You can read more about this in the published security advisory. ❗
Known issues
Autoloading modules cause some modules to not load before use
Hat tip to: @collinsauve. @waiting-for-dev, @etiennebarrie, and @timrogers for the discovery around this.
Code improvements
CI Improvements
Performance improvements
Bug fixes
Documentation
Full Changelog: octokit/octokit.rb@v4.22.0...v4.23.0
v4.22.0
Compare Source
This version should be considered deprecated, and users should use or update to >= v4.23.0
Known issues
❗
Issue
Faraday gemspec version is mismatched with implemented APIs and middleware.
Back in January 2022, with the v4.22.0 release Faraday 1.x features were added but we never updated the gemspec from '>= 0.9' to >=1 but we later released v4.23.0 with the correct version specified.
This is causing an issue because in the 4.22.0 changeset, we introduced middleware that uses 1.x faraday features but dependency resolution some cases still tries to use 0.9 and not 1.x
Resolution
This version is being marked as deprecated. Please update to update to >= v4.23.0 of the octokit.rb gem.
References:
https://github.com/octokit/octokit.rb/issues/1392 | https://github.com/octokit/octokit.rb/issues/1389
❗
Deprecation Fix
Code Improvements
CI and dependency updates
Documentation
v4.21.0
Compare Source
API Support
Error handling
Code clean up
Documentation
v4.20.0
Compare Source
API Support
Bug fixes
Code improvements
Documentation
v4.19.0
Compare Source
Code Improvements
API Support
Documentation
CI and dependency updates
v4.18.0
Compare Source
Documentation
Preview Header Support
Bug Fixes
v4.16.0
Compare Source
New features
Resolve deprecation warnings
Documentation
team_by_name
example @steinbrueckriTooling updates
v4.15.0
Compare Source
Preview header support
New features
Improved error handling
Resolve deprecation warnings
version
deprecation warning in ci builds @hmharveyDocumentation
Tooling updates
v4.14.0
Compare Source
Bug fixes
Code cleanup
raise_invalid_repository!
msg fromrepo/user
touser/repo
#1094 (@DaiAoki)Documentation
Repositories#collaborators
method #1105 (@ybiquitous)New features
v4.13.0
Compare Source
Bug fixes
422
error for passingclient_id
when making a new OAuth Authorization #1077 (@tarebyte)Documentation
Support for new preview headers
Testing fixes
v4.12.0
Compare Source
Support for additional APIs
#1060 Add support for Transfer repository API
#1070 Add support for List Assignees API
#975 Add support for Community Profile API
Bugfixes
#1069 Do not pass wrong params in org membership method
v4.11.0
Compare Source
Code clean up
Documentation fixes
Existing endpoint changes
Support new endpoints
v4.10.0
Compare Source
Graduated preview periods
Support for new endpoints
Bugfixes
Enhancements
v4.9.0
Compare Source
Bugfixes
Documentation changes
Enhancements
Maintenance
Support for additional API endpoints
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.