SwiftWeekly / swiftweekly.github.io

A community-driven weekly newsletter about Swift.org
https://swiftweekly.github.io/
Creative Commons Zero v1.0 Universal
326 stars 48 forks source link

Bump octokit from 4.22.0 to 4.24.0 #731

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps octokit from 4.22.0 to 4.24.0.

Release notes

Sourced from octokit's releases.

v4.24.0

Known issues

Note: This release fixes the issue around autoloading modules causing some modules to not load before use #1428


Code improvements


CI Improvements


Bug fixes


Full Changelog: https://github.com/octokit/octokit.rb/compare/v4.23.0...v4.24.0

v4.23.0

Known issues

Autoloading modules cause some modules to not load before use

  • What: This version implements autoloading for some modules. The initial change was deemed good but our community has since come across issues where autoloading could cause issues due to modules not being loaded or load order even.
  • Action: We will be rolling back this change in the next release (octokit/octokit.rb#1428)
  • Next steps: This change provides value in the cases where this is not an issue so we are going to work to come up with an opt-in approach. More details here.
  • Work around: octokit/octokit.rb#1420

Hat tip to: @​collinsauve. @​waiting-for-dev, @​etiennebarrie, and @​timrogers for the discovery around this.


Code improvements


CI Improvements

... (truncated)

Commits
  • 505b2f2 Release 4.24.0
  • cde1e88 Updates to 4.24.0
  • 76555e5 Merge pull request #1428 from octokit/rollback-autoload-PR-1351
  • 258f04f rolls back autoloading of modules
  • 6202e72 Merge pull request #1426 from octokit/frozen-string-literal
  • d713396 errors.rb: Mutable strings
  • 5cbfa3d build_error_message: Use mutable string
  • 2959325 CI: Install a newer RubyGems on Ruby 2.5
  • 766812c CI: Use RUBYOPT: "--enable-frozen-string-literal"
  • 4c0bee8 Create codeql-analysis.yml
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #733.