build(deps): bump the bundler group across 2 directories with 8 updates#22883
Conversation
Bumps the bundler group with 2 updates in the /Library/Homebrew directory: [rubocop](https://github.com/rubocop/rubocop) and [sorbet-static-and-runtime](https://github.com/sorbet/sorbet). Bumps the bundler group with 3 updates in the /docs directory: [sorbet-runtime](https://github.com/sorbet/sorbet), [i18n](https://github.com/ruby-i18n/i18n) and [io-event](https://github.com/socketry/io-event). Updates `rubocop` from 1.87.0 to 1.88.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.87.0...v1.88.0) Updates `sorbet-static-and-runtime` from 0.6.13296 to 0.6.13308 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) Updates `sorbet-runtime` from 0.6.13296 to 0.6.13308 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) Updates `json` from 2.19.9 to 2.20.0 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.19.9...v2.20.0) Updates `sorbet` from 0.6.13296 to 0.6.13308 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) Updates `sorbet-static` from 0.6.13296 to 0.6.13308 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) Updates `sorbet-runtime` from 0.6.13296 to 0.6.13316 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) Updates `i18n` from 1.14.8 to 1.15.2 - [Release notes](https://github.com/ruby-i18n/i18n/releases) - [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md) - [Commits](ruby-i18n/i18n@v1.14.8...v1.15.2) Updates `io-event` from 1.16.1 to 1.16.4 - [Release notes](https://github.com/socketry/io-event/releases) - [Changelog](https://github.com/socketry/io-event/blob/main/releases.md) - [Commits](socketry/io-event@v1.16.1...v1.16.4) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.88.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: bundler - dependency-name: sorbet-static-and-runtime dependency-version: 0.6.13308 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bundler - dependency-name: sorbet-runtime dependency-version: 0.6.13308 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler - dependency-name: json dependency-version: 2.20.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: bundler - dependency-name: sorbet dependency-version: 0.6.13308 dependency-type: indirect update-type: version-update:semver-patch dependency-group: bundler - dependency-name: sorbet-static dependency-version: 0.6.13308 dependency-type: indirect update-type: version-update:semver-patch dependency-group: bundler - dependency-name: sorbet-runtime dependency-version: 0.6.13316 dependency-type: indirect update-type: version-update:semver-patch dependency-group: bundler - dependency-name: i18n dependency-version: 1.15.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: bundler - dependency-name: io-event dependency-version: 1.16.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
|
@MikeMcQuaid Took a look and pushed a fix in c2a6eb2. The new errors come from a Sorbet engine change. sorbet/sorbet#10377 ("Infer That's a more correct type, but it surfaced 11 real mismatches where we pass those |
Sorbet 0.6.13304+ (sorbet/sorbet#10377) now infers `X = A.new.freeze` with the same type as `X = A.new`, so `RUBY_PATH` and `HOMEBREW_BREW_FILE` are typed as `Pathname` instead of `T.untyped`. Passing them to `Kernel#system`, `Open3.capture3` and `String#gsub`, whose RBIs only accept `String`, now fails typechecking, so call `.to_s` at those sites and update the sandbox specs to match.
2d045f9 to
57bba2e
Compare
Bumps the bundler group with 2 updates in the /Library/Homebrew directory: rubocop and sorbet-static-and-runtime.
Bumps the bundler group with 3 updates in the /docs directory: sorbet-runtime, i18n and io-event.
Updates
rubocopfrom 1.87.0 to 1.88.0Release notes
Sourced from rubocop's releases.
... (truncated)
Changelog
Sourced from rubocop's changelog.
... (truncated)
Commits
37bf5adCut 1.88cd0c2e3Update Changelogb7af64a[Fix #12276] Record pending cops options in the auto-gen-config commandbbd7ff2Add hk integration docs117e40aMerge pull request #15293 from RedZapdos123/fix-literal-interp-hash-symbol4d95141[Fix #15291] Fix hash symbol interpolation0347d27AddRecursiveoption toStyle/MutableConstantf0d92b4Fix incorrect autocorrects forStyle/FileWritewith heredocs32df346Fix an incorrect autocorrect forStyle/Semicolonwith heredocs4c221fb[Fix #15269] Fix a false positive where copIncludepatterns matched parent...Updates
sorbet-static-and-runtimefrom 0.6.13296 to 0.6.13308Release notes
Sourced from sorbet-static-and-runtime's releases.
... (truncated)
Commits
Updates
sorbet-runtimefrom 0.6.13296 to 0.6.13308Release notes
Sourced from sorbet-runtime's releases.
... (truncated)
Commits
Updates
jsonfrom 2.19.9 to 2.20.0Release notes
Sourced from json's releases.
Changelog
Sourced from json's changelog.
Commits
1316292Release 2.20.01443265Remove useless executable bits532065cPreserve UTF-8 encoding when reallocating a frozen ResumableParser buffer7c8af4bUpdate extconf.rb guard to use RUBY_ENGINE_VERSION2afd1a9Cleanup therb_catch_objworkaround9892514Simplify parser_config_initb30a8f8ResumableParser: eagerly drop the buffer when reaching EOSf08c663ResumableParser: accept only keyword arguments9d8efcbWorkaround TruffleRuby buggyrb_catch_objimplementation4bd1e9bResumableParser: use throw rather than raise for handled EOSUpdates
sorbetfrom 0.6.13296 to 0.6.13308Release notes
Sourced from sorbet's releases.
... (truncated)
Commits
Updates
sorbet-staticfrom 0.6.13296 to 0.6.13308Release notes
Sourced from sorbet-static's releases.
... (truncated)
Commits
Updates
sorbet-runtimefrom 0.6.13296 to 0.6.13316Release notes
Sourced from sorbet-runtime's releases.
... (truncated)
Commits
Updates
i18nfrom 1.14.8 to 1.15.2Release notes
Sourced from i18n's releases.
Commits
8beba78Bump to 1.15.2d6964f2Merge pull request #739 from koic/restore_ruby_3_1_supporte4c806eRestore Ruby 3.1 support02841cbBump to 1.15.1a56484dMerge pull request #737 from ruby-i18n/ignore-ruby32-rails-main52deabaIgnore Ruby 3.2 + Rails main from the matrix94891caMerge pull request #736 from YashaVinter/fix-feature-fiber-storage5a7913eTest against Ruby 3.2cd337a8fix ruby-i18n/i18n#735 NoMethodError: undefined met...78fa20aBump to 1.15.0Updates
io-eventfrom 1.16.1 to 1.16.4Release notes
Sourced from io-event's releases.
Changelog
Sourced from io-event's changelog.
Commits
20990ccBump patch version.838377dIgnore any potential exceptions.ffcc5c6Ensureunblockdoes not raise exceptions.7808115Bump patch version.917e4c8IgnoreIOErrorin Interrupt fiber.2bd6ca0100% test coverage. (#187)446747fAdd documentation for Select selector helpers. (#186)d4f7078Modernize code.08ce4e2Fix epoll_pwait2 feature detectiona360692Bump patch version.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions