Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gemfile.lock: Bump the minor-patch group with 6 updates #303

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2024

Bumps the minor-patch group with 6 updates:

Package From To
sorbet-runtime 0.5.11670 0.5.11672
rubocop 1.69.0 1.69.1
sorbet-static-and-runtime 0.5.11670 0.5.11672
json 2.8.2 2.9.0
sorbet 0.5.11670 0.5.11672
sorbet-static 0.5.11670 0.5.11672

Updates sorbet-runtime from 0.5.11670 to 0.5.11672

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.5.11671.20241202111405-d6701ead4

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11671', :group => :development
gem 'sorbet-runtime', '0.5.11671'

sorbet 0.5.11670.20241126183840-bc6ef7924

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11670', :group => :development
gem 'sorbet-runtime', '0.5.11670'
Commits

Updates rubocop from 1.69.0 to 1.69.1

Changelog

Sourced from rubocop's changelog.

1.69.1 (2024-12-03)

Bug fixes

  • #13502: Fix an incorrect autocorrect for Style/DigChain when using safe navigation method chain with dig method. ([@​koic][])
  • #13505: Fix an error for Style/ParallelAssignment when using the anonymous splat operator. ([@​earlopain][])
  • #13184: Fix some false positives in Lint/UnreachableCode. ([@​isuckatcs][])
  • #13494: Fix false positives for Style/HashExcept cop when using reject/!include?, reject/!in? or select/!exclude? combinations. ([@​lovro-bikic][])
  • #13522: Fix Lint/UnescapedBracketInRegexp cop failure with invalid regular expression. ([@​viralpraxis][])
  • #13523: Fix Style::AccessModifierDeclarations cop failure in case of if node without else. ([@​viralpraxis][])
  • #13524: Fix Style/RedundantArgument cop failure while inspecting string literal with invalid encoding. ([@​viralpraxis][])
  • #13528: Fix Style/RedundantParentheses cop failure in case of splatted case node without condition. ([@​viralpraxis][])
  • #13521: Fix Style/RedundantSelf cop failure with kwnilarg argument node. ([@​viralpraxis][])
  • #13526: Fix Style/StringConcatenation cop failure when there are mixed implicit and explicit concatenations. ([@​viralpraxis][])
  • #13511: Fix false positive in Lint/UnescapedBracketInRegexp when using regexp_parser 2.9.2 and earlier. ([@​dvandersluis][])
  • #13096: Update Style/BlockDelimiters to not change braces when they are required for syntax. ([@​dvandersluis][])
  • #13512: Update Style/LambdaCall to be aware of safe navigation. ([@​dvandersluis][])
Commits
  • 3d95b38 Cut 1.69.1
  • c60ffa5 Update Changelog
  • 4f2ac18 Lint/BinaryOperatorWithIdenticalOperands: Remove MATH_OPERATORS as they will ...
  • ea4aa48 Merge pull request #13529 from dvandersluis/generator-internal-affairs
  • 12e1ea2 Update rake new_cop to handle InternalAffairs cops
  • 84f3d43 Specify maximum_target_ruby_version for a handful of cops, document it
  • ef8009c Merge pull request #13531 from rubocop/dependabot/github_actions/karancode/ya...
  • 7715ed7 Bump karancode/yamllint-github-action from 2.1.1 to 3.0.0
  • cc43be0 Merge pull request #13528 from viralpraxis/fix-style-redundant-parentheses-co...
  • bd8b674 Fix Style/RedundantParentheses cop failure in case of splatted case node ...
  • Additional commits viewable in compare view

Updates sorbet-static-and-runtime from 0.5.11670 to 0.5.11672

Release notes

Sourced from sorbet-static-and-runtime's releases.

sorbet 0.5.11671.20241202111405-d6701ead4

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11671', :group => :development
gem 'sorbet-runtime', '0.5.11671'

sorbet 0.5.11670.20241126183840-bc6ef7924

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11670', :group => :development
gem 'sorbet-runtime', '0.5.11670'
Commits

Updates json from 2.8.2 to 2.9.0

Release notes

Sourced from json's releases.

v2.9.0

What's Changed

  • Fix C implementation of script_safe escaping to not confuse some other 3 wide characters with \u2028 and \u2029. e.g. JSON.generate(["倩", "瀨"], script_safe: true) would generate the wrong JSON.
  • JSON.dump(object, some_io) now write into the IO in chunks while previously it would buffer the entire JSON before writing.
  • JSON::GeneratorError now has a #invalid_object attribute, making it easier to understand why an object tree cannot be serialized.
  • Numerous improvements to the JRuby extension.

Full Changelog: ruby/json@v2.8.2...v2.9.0

Changelog

Sourced from json's changelog.

Changes

Commits
  • 20b501a Merge pull request #716 from byroot/fix-script-safe-kanji
  • 93a7f87 Fix generate(script_safe: true) to not confuse unrelated characters
  • d0c38f2 Add missing entry in changelog
  • 686dcb1 Merge pull request #713 from mame/prevent-printf-format-warning
  • b8c1490 Prevent a warning of "a candidate for gnu_printf format attribute"
  • dbd5042 Merge pull request #712 from byroot/generation-error
  • 03d7414 JSON::GeneratorError expose invalid object
  • 55015fa Merge pull request #708 from headius/jruby_optz
  • ee6bd85 Merge pull request #709 from byroot/stop-mark-locations
  • e10d0bf Stop using rb_gc_mark_locations
  • Additional commits viewable in compare view

Updates sorbet from 0.5.11670 to 0.5.11672

Release notes

Sourced from sorbet's releases.

sorbet 0.5.11671.20241202111405-d6701ead4

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11671', :group => :development
gem 'sorbet-runtime', '0.5.11671'

sorbet 0.5.11670.20241126183840-bc6ef7924

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11670', :group => :development
gem 'sorbet-runtime', '0.5.11670'
Commits

Updates sorbet-static from 0.5.11670 to 0.5.11672

Release notes

Sourced from sorbet-static's releases.

sorbet 0.5.11671.20241202111405-d6701ead4

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11671', :group => :development
gem 'sorbet-runtime', '0.5.11671'

sorbet 0.5.11670.20241126183840-bc6ef7924

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11670', :group => :development
gem 'sorbet-runtime', '0.5.11670'
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the minor-patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [sorbet-runtime](https://github.com/sorbet/sorbet) | `0.5.11670` | `0.5.11672` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.69.0` | `1.69.1` |
| [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.5.11670` | `0.5.11672` |
| [json](https://github.com/ruby/json) | `2.8.2` | `2.9.0` |
| [sorbet](https://github.com/sorbet/sorbet) | `0.5.11670` | `0.5.11672` |
| [sorbet-static](https://github.com/sorbet/sorbet) | `0.5.11670` | `0.5.11672` |


Updates `sorbet-runtime` from 0.5.11670 to 0.5.11672
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `rubocop` from 1.69.0 to 1.69.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.69.0...v1.69.1)

Updates `sorbet-static-and-runtime` from 0.5.11670 to 0.5.11672
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `json` from 2.8.2 to 2.9.0
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.8.2...v2.9.0)

Updates `sorbet` from 0.5.11670 to 0.5.11672
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `sorbet-static` from 0.5.11670 to 0.5.11672
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: sorbet-static-and-runtime
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: json
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: sorbet
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: sorbet-static
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 3, 2024
@p-linnane p-linnane merged commit 0c922f2 into main Dec 3, 2024
7 checks passed
@p-linnane p-linnane deleted the dependabot/bundler/minor-patch-b3496a7283 branch December 3, 2024 19:00
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant