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

Bump the minor-and-patch group in /gem with 6 updates #281

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

Bumps the minor-and-patch group in /gem with 6 updates:

Package From To
minitest 5.24.1 5.25.1
rbi 0.1.14 0.2.0
rubocop 1.65.0 1.66.0
sorbet-static-and-runtime 0.5.11501 0.5.11553
tapioca 0.15.1 0.16.2
thor 1.3.1 1.3.2

Updates minitest from 5.24.1 to 5.25.1

Changelog

Sourced from minitest's changelog.

=== 5.25.1 / 2024-08-16

  • 2 bug fixes:

    • Fix incompatibility caused by minitest-hooks & rails invading minitest internals.
    • Revert change from =~ to match? to allow for nil if $TERM undefined.

=== 5.25.0 / 2024-08-13

  • 2 minor enhancements:

    • Fixed some inefficiencies filtering and matching (mostly backtraces).
    • Refactored siginfo handler to reduce runtime costs. Saved ~30%!
  • 5 bug fixes:

    • Added missing rdoc to get back to 100% coverage.
    • Cleaning up ancient code checking for defined?(Encoding) and the like.
    • Disambiguated some shadowed variables in minitest/compress.
    • Fixed an ironic bug if using string-literals AND Werror.
    • Improve description of test:slow task. (stomar)
Commits
  • 6d83843 prepped for release
  • 0ccdc80 - Fix incompatibility caused by minitest-hooks & rails invading minitest inte...
  • 9e7c58d - Revert change from =~ to match? to allow for nil if $TERM undefined.
  • 393e334 prepped for release
  • 8cd3b1c + Refactored siginfo handler to reduce runtime costs. Saved ~30%!
  • bd96499 normalized all actual/expected var names for assert_equal tests
  • 4fe69b1 Accept colon style Hash#inspect in test. (tompng)
  • 296269c - Improve description of test:slow task. (stomar)
  • 1156b6c - Cleaning up ancient code checking for defined?(Encoding) and the like.
  • 2bd62c5 Minor fix to make deprecation tests pass when using rake testW0
  • Additional commits viewable in compare view

Updates rbi from 0.1.14 to 0.2.0

Release notes

Sourced from rbi's releases.

v0.2.0

What's Changed

🚧 Breaking Changes

✨ Enhancements

🐛 Bug Fixes

🛠 Other Changes

Full Changelog: Shopify/rbi@v0.1.14...v0.2.0

Commits
  • ef62648 Point Tapioca to a bump branch
  • f3c7afb Bump version to v0.2.0
  • d98beaf Merge pull request #361 from Shopify/vs-bump-prism-requirement
  • e1c7b1f Bump Prism requirement to v1
  • 8771d06 Merge pull request #360 from Shopify/dependabot/bundler/minor-and-patch-bde19...
  • ed0ef21 Bump the minor-and-patch group with 2 updates
  • cac5d55 Merge pull request #359 from Shopify/dependabot/bundler/bundler-6e3bc67060
  • 4e965c5 Bump rexml from 3.3.4 to 3.3.6 in the bundler group
  • 6555ec5 Merge pull request #354 from Shopify/at-fix-parse-tenum-consts
  • fd81dbf Avoid parsing malformed TEnumBlocks
  • Additional commits viewable in compare view

Updates rubocop from 1.65.0 to 1.66.0

Release notes

Sourced from rubocop's releases.

RuboCop 1.66

New features

  • #13077: Add new global StringLiteralsFrozenByDefault option for correct analysis with RUBYOPT=--enable=frozen-string-literal. (@​earlopain)
  • #13080: Add new DocumentationExtension global option to serve documentation with extensions different than .html. (@​earlopain)
  • #13074: Add new Lint/UselessNumericOperation cop to check for inconsequential numeric operations. (@​zopolis4)
  • #13061: Add new Style/RedundantInterpolationUnfreeze cop to check for dup and @+ on interpolated strings in Ruby >= 3.0. (@​earlopain)

Bug fixes

  • #13093: Fix an error for Lint/ImplicitStringConcatenation when implicitly concatenating a string literal with a line break and string interpolation. ([@​koic][])
  • #13098: Fix an error for Style/IdenticalConditionalBranches when handling empty case branches. ([@​koic][])
  • #13113: Fix an error for Style/IfWithSemicolon when a nested if with a semicolon is used. ([@​koic][])
  • #13097: Fix an error for Style/InPatternThen when using alternative pattern matching deeply. ([@​koic][])
  • #13159: Fix an error for Style/OneLineConditional when using if/then/else/end with multiple expressions in the then body. ([@​koic][])
  • #13092: Fix an incorrect autocorrect for Layout/EmptyLineBetweenDefs when two method definitions are on the same line separated by a semicolon. ([@​koic][])
  • #13116: Fix an incorrect autocorrect for Style/IfWithSemicolon when a single-line if/;/end has an argument in the then body expression. ([@​koic][])
  • #13161: Fix incorrect autocorrect for Style/IfWithSemicolon when using multiple expressions in the else body. ([@​koic][])
  • #13132: Fix incorrect autocorrect for Style/TrailingBodyOnMethodDefinition when an expression precedes a method definition on the same line with a semicolon. ([@​koic][])
  • #13164: Fix incorrect autocorrect behavior for Layout/BlockAlignment when EnforcedStyleAlignWith: either (default). ([@​koic][])
  • #13087: Fix an incorrect autocorrect for Style/MultipleComparison when expression with more comparisons precedes an expression with less comparisons. ([@​fatkodima][])
  • #13172: Fix an error for Layout/EmptyLinesAroundExceptionHandlingKeywords when ensure or else and end are on the same line. ([@​koic][])
  • #13107: Fix an error for Lint/ImplicitStringConcatenation when there are multiple adjacent string interpolation literals on the same line. ([@​koic][])
  • #13111: Fix an error for Style/GuardClause when if clause is empty and correction would not fit on single line because of Layout/LineLength. (@​earlopain)
  • #13137: Fix an error for Style/ParallelAssignment when using __FILE__. (@​earlopain)
  • #13143: Fix an error during TargetRubyVersion detection if the gemspec is not valid syntax. (@​earlopain)
  • #13131: Fix false negatives for Lint/Void when using ensure, defs and numblock. ([@​vlad-pisanov][])
  • #13174: Fix false negatives for Style/MapIntoArray when initializing the destination using Array[], Array([]), or Array.new([]). ([@​vlad-pisanov][])
  • #13173: Fix false negatives for Style/EmptyLiteral when using Array[], Hash[], Array.new([]) and Hash.new([]). ([@​vlad-pisanov][])
  • #13126: Fix a false positive for Style/Alias when using multiple alias in def. ([@​koic][])
  • #13085: Fix a false positive for Style/EmptyElse when a comment-only else is used after elsif and AllowComments: true is set. ([@​koic][])
  • #13118: Fix a false positive for Style/MapIntoArray when splatting. (@​earlopain)
  • #13105: Fix false positives for Style/ArgumentsForwarding when forwarding kwargs/block arg with non-matching additional args. ([@​koic][])
  • #13139: Fix false positives for Style/RedundantCondition when using modifier if or unless. ([@​koic][])
  • #13134: Fix false negative for Lint/Void when using using frozen literals. ([@​vlad-pisanov][])
  • #13148: Fix incorrect autocorrect for Lint/EmptyConditionalBody when missing elsif body with end on the same line. ([@​koic][])
  • #13109: Fix an error for the Lockfile parser when it contains incompatible BUNDLED WITH versions. (@​earlopain)
  • #13112: Fix detection of TargetRubyVersion through the gemfile if the gemfile ruby version is below 2.7. (@​earlopain)
  • #13155: Fixes an error when the server cache directory has too long path, causing rubocop to fail even with caching disabled. ([@​protocol7][])

Changes

  • #13050: Allow get_!, set_!, get_?, set_?, get_=, and set_= in Naming/AccessorMethodName. ([@​koic][])
  • #13103: Make Lint/UselessAssignment autocorrection safe. ([@​koic][])
  • #13099: Make Style/RedundantRegexpArgument respect the EnforcedStyle of Style/StringLiterals. ([@​koic][])
  • #13165: Remove dependency on the rexml gem. ([@​bquorning][])
  • #13090: Require RuboCop AST 1.32.0+ to use RuboCop::AST::RationalNode. ([@​koic][])

... (truncated)

Changelog

Sourced from rubocop's changelog.

1.66.0 (2024-08-31)

New features

  • #13077: Add new global StringLiteralsFrozenByDefault option for correct analysis with RUBYOPT=--enable=frozen-string-literal. ([@​earlopain][])
  • #13080: Add new DocumentationExtension global option to serve documentation with extensions different than .html. ([@​earlopain][])
  • #13074: Add new Lint/UselessNumericOperation cop to check for inconsequential numeric operations. ([@​zopolis4][])
  • #13061: Add new Style/RedundantInterpolationUnfreeze cop to check for dup and @+ on interpolated strings in Ruby >= 3.0. ([@​earlopain][])

Bug fixes

  • #13093: Fix an error for Lint/ImplicitStringConcatenation when implicitly concatenating a string literal with a line break and string interpolation. ([@​koic][])
  • #13098: Fix an error for Style/IdenticalConditionalBranches when handling empty case branches. ([@​koic][])
  • #13113: Fix an error for Style/IfWithSemicolon when a nested if with a semicolon is used. ([@​koic][])
  • #13097: Fix an error for Style/InPatternThen when using alternative pattern matching deeply. ([@​koic][])
  • #13159: Fix an error for Style/OneLineConditional when using if/then/else/end with multiple expressions in the then body. ([@​koic][])
  • #13092: Fix an incorrect autocorrect for Layout/EmptyLineBetweenDefs when two method definitions are on the same line separated by a semicolon. ([@​koic][])
  • #13116: Fix an incorrect autocorrect for Style/IfWithSemicolon when a single-line if/;/end has an argument in the then body expression. ([@​koic][])
  • #13161: Fix incorrect autocorrect for Style/IfWithSemicolon when using multiple expressions in the else body. ([@​koic][])
  • #13132: Fix incorrect autocorrect for Style/TrailingBodyOnMethodDefinition when an expression precedes a method definition on the same line with a semicolon. ([@​koic][])
  • #13164: Fix incorrect autocorrect behavior for Layout/BlockAlignment when EnforcedStyleAlignWith: either (default). ([@​koic][])
  • #13087: Fix an incorrect autocorrect for Style/MultipleComparison when expression with more comparisons precedes an expression with less comparisons. ([@​fatkodima][])
  • #13172: Fix an error for Layout/EmptyLinesAroundExceptionHandlingKeywords when ensure or else and end are on the same line. ([@​koic][])
  • #13107: Fix an error for Lint/ImplicitStringConcatenation when there are multiple adjacent string interpolation literals on the same line. ([@​koic][])
  • #13111: Fix an error for Style/GuardClause when if clause is empty and correction would not fit on single line because of Layout/LineLength. ([@​earlopain][])
  • #13137: Fix an error for Style/ParallelAssignment when using __FILE__. ([@​earlopain][])
  • #13143: Fix an error during TargetRubyVersion detection if the gemspec is not valid syntax. ([@​earlopain][])
  • #13131: Fix false negatives for Lint/Void when using ensure, defs and numblock. ([@​vlad-pisanov][])
  • #13174: Fix false negatives for Style/MapIntoArray when initializing the destination using Array[], Array([]), or Array.new([]). ([@​vlad-pisanov][])
  • #13173: Fix false negatives for Style/EmptyLiteral when using Array[], Hash[], Array.new([]) and Hash.new([]). ([@​vlad-pisanov][])
  • #13126: Fix a false positive for Style/Alias when using multiple alias in def. ([@​koic][])
  • #13085: Fix a false positive for Style/EmptyElse when a comment-only else is used after elsif and AllowComments: true is set. ([@​koic][])
  • #13118: Fix a false positive for Style/MapIntoArray when splatting. ([@​earlopain][])
  • #13105: Fix false positives for Style/ArgumentsForwarding when forwarding kwargs/block arg with non-matching additional args. ([@​koic][])
  • #13139: Fix false positives for Style/RedundantCondition when using modifier if or unless. ([@​koic][])
  • #13134: Fix false negative for Lint/Void when using using frozen literals. ([@​vlad-pisanov][])
  • #13148: Fix incorrect autocorrect for Lint/EmptyConditionalBody when missing elsif body with end on the same line. ([@​koic][])
  • #13109: Fix an error for the Lockfile parser when it contains incompatible BUNDLED WITH versions. ([@​earlopain][])
  • #13112: Fix detection of TargetRubyVersion through the gemfile if the gemfile ruby version is below 2.7. ([@​earlopain][])
  • #13155: Fixes an error when the server cache directory has too long path, causing rubocop to fail even with caching disabled. ([@​protocol7][])

Changes

  • #13050: Allow get_!, set_!, get_?, set_?, get_=, and set_= in Naming/AccessorMethodName. ([@​koic][])
  • #13103: Make Lint/UselessAssignment autocorrection safe. ([@​koic][])
  • #13099: Make Style/RedundantRegexpArgument respect the EnforcedStyle of Style/StringLiterals. ([@​koic][])
  • #13165: Remove dependency on the rexml gem. ([@​bquorning][])
  • #13090: Require RuboCop AST 1.32.0+ to use RuboCop::AST::RationalNode. ([@​koic][])

1.65.1 (2024-08-01)

... (truncated)

Commits
  • c8edd7d Cut 1.66
  • 9c106a5 Update Changelog
  • 1e4b4c8 Add new Lint/UselessNumericOperation cop
  • d6b05cd [Fix #13150] Don't consider get_!, set_!, get_?, set_?, get_=, and ...
  • 9e1e493 [Fix #13061] Add new Style/RedundantInterpolationUnfreeze cop
  • 0431023 Fix false negatives for Style/EmptyLiteral when using Array[], Hash[], ...
  • a2ef5b4 Fix false negatives for Style/MapIntoArray when initializing the destinatio...
  • 2382ecb Fix false negative for Lint/Void when using using frozen literals
  • be6e656 Merge pull request #13172 from koic/fix_error_for_layout_empty_lines_around_e...
  • d8e0c87 Merge pull request #13175 from Earlopain/no-forwardable
  • Additional commits viewable in compare view

Updates sorbet-static-and-runtime from 0.5.11501 to 0.5.11553

Release notes

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

sorbet 0.5.11552.20240829194621-50088d382

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11551.20240828141545-7f279d34b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11550.20240828140123-31a2a4bbe

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11549.20240827154525-d5aaeefe4

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11548.20240827154511-db67b836b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11547.20240826164852-8fbad7696

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11545.20240823170315-6e7200da3

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11544.20240823122558-b3423d76e

... (truncated)

Commits

Updates tapioca from 0.15.1 to 0.16.2

Release notes

Sourced from tapioca's releases.

v0.16.2

What's Changed

✨ Enhancements

🐛 Bug Fixes

New Contributors

Full Changelog: Shopify/tapioca@v0.16.1...v0.16.2

v0.16.1

What's Changed

✨ Enhancements

🐛 Bug Fixes

New Contributors

Full Changelog: Shopify/tapioca@v0.16.0...v0.16.1

v0.16.0

What's Changed

✨ Enhancements

🐛 Bug Fixes

New Contributors

... (truncated)

Commits
  • ce6646d Bump version to v0.16.2
  • 6ecc8c0 Merge pull request #2006 from Shopify/at-bump-rbi
  • a0fbec3 Merge pull request #2005 from Shopify/at-fix-attached-class
  • cbc29d4 Update usage of RBI::TEnumBlock
  • d7ba179 Update keyword parameter used in RBIFormatter
  • c69e7b0 Bump RBI dependency to v0.2
  • 6dcabe5 Fix type generation for types named AttachedClass that are not `T::Types::Att...
  • d444243 Merge pull request #2003 from Shopify/dependabot/bundler/rails-7.1.4
  • e3df605 Merge pull request #2002 from Shopify/dependabot/bundler/minor-and-patch-db9e...
  • d30f277 Re-generate identity_cache RBI
  • Additional commits viewable in compare view

Updates thor from 1.3.1 to 1.3.2

Release notes

Sourced from thor's releases.

1.3.2

What's Changed

New Contributors

Full Changelog: rails/thor@v1.3.1...v1.3.2

Commits
  • 33b9682 Fix release script
  • de55517 Prepare for 1.3.2
  • d342a4f Add release workflow
  • f2e243d Merge pull request #878 from takmar/fix/find-class-and-command-name
  • 3821657 Fix find_class_and_command_by_namespace to correctly identify hyphenated and ...
  • 871d132 Add command_exists? method to Thor and Thor::Group classes
  • 8f897d5 Merge pull request #880 from duffuniverse/fix-typos-in-readme
  • 42fb1db Add a missed comma to readme
  • 34f6dbe Fix a few typos in README
  • See full diff in compare view

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-and-patch group in /gem with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [minitest](https://github.com/minitest/minitest) | `5.24.1` | `5.25.1` |
| [rbi](https://github.com/Shopify/rbi) | `0.1.14` | `0.2.0` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.65.0` | `1.66.0` |
| [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.5.11501` | `0.5.11553` |
| [tapioca](https://github.com/Shopify/tapioca) | `0.15.1` | `0.16.2` |
| [thor](https://github.com/rails/thor) | `1.3.1` | `1.3.2` |


Updates `minitest` from 5.24.1 to 5.25.1
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.24.1...v5.25.1)

Updates `rbi` from 0.1.14 to 0.2.0
- [Release notes](https://github.com/Shopify/rbi/releases)
- [Commits](Shopify/rbi@v0.1.14...v0.2.0)

Updates `rubocop` from 1.65.0 to 1.66.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.65.0...v1.66.0)

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

Updates `tapioca` from 0.15.1 to 0.16.2
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](Shopify/tapioca@v0.15.1...v0.16.2)

Updates `thor` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/rails/thor/releases)
- [Commits](rails/thor@v1.3.1...v1.3.2)

---
updated-dependencies:
- dependency-name: minitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rbi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rubocop
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sorbet-static-and-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tapioca
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: thor
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 1, 2024 03:30
@github-actions github-actions bot merged commit 656ea3f into main Sep 1, 2024
5 checks passed
@github-actions github-actions bot deleted the dependabot/bundler/gem/minor-and-patch-45c9ad73c4 branch September 1, 2024 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants