spoom icon indicating copy to clipboard operation
spoom copied to clipboard

Bump the minor-and-patch group with 4 updates

Open dependabot[bot] opened this issue 1 year ago • 1 comments

Bumps the minor-and-patch group with 4 updates: rubocop-sorbet, minitest, prism and sorbet-static-and-runtime.

Updates rubocop-sorbet from 0.7.8 to 0.8.0

Release notes

Sourced from rubocop-sorbet's releases.

v0.8.0

What's Changed

[!NOTE] This version drops the runtime dependency that Sorbet/SignatureBuildOrder had on unparser, so if you had that dependency in your Gemfile for only this reason, you should be able to drop it now.

🛠 Other Changes

Full Changelog: https://github.com/Shopify/rubocop-sorbet/compare/v0.7.8...v0.8.0

Commits
  • fde440d Bump version to v0.8.0
  • e4181c5 Merge pull request #189 from Shopify/order-more-signature-builders
  • e9be4a9 Consolidate dev deps into Gemfile
  • 4e1c3fc Refactor SignatureBuildOrder
  • 67efc28 Add final, bind, & implementation to SignatureBuildOrder
  • 233cf9a Extract SignatureBuildOrder Order config
  • 6b87977 Remove trailing spaces in default config
  • See full diff in compare view

Updates minitest from 5.22.2 to 5.22.3

Changelog

Sourced from minitest's changelog.

=== 5.22.3 / 2024-03-13

  • 1 minor enhancement:

    • MASSIVE improvement of minitest's pride plugin output: Frequencies doubled! Sine waves shifted!! Comments improved!!! Colors rotated!!!! (havenwood)
  • 3 bug fixes:

    • Improved wording on Minitest::Test#parallelize_me! to clarify it goes INSIDE your test class/describe.
    • Minor changes to tests to pass when tests ran with extra flags (eg -p).
    • Support Ruby 3.4's new error message format. (mame)
Commits
  • d0a993f Branching minitest to version 5.22.3
  • 112cdff - Minor changes to tests to pass when tests ran with extra flags (eg -p).
  • 9d2fc6c + MASSIVE improvement of minitest's pride plugin output: Frequencies doubled!...
  • 1ead76c - Improved wording on Minitest::Test#parallelize_me! to clarify it goes INSID...
  • 93597e5 - Support Ruby 3.4's new error message format. (mame)
  • See full diff in compare view

Updates prism from 0.19.0 to 0.24.0

Release notes

Sourced from prism's releases.

v0.24.0

Added

  • More support for Prism::Translation::Ripper is added.
  • Support multiple versions for Prism::Translation::Parser.
  • Improved memory usage in the FFI backend.
  • Very large speed and memory improvements for creating the Ruby AST.

Changed

  • Fix location for empty symbol in hash key.
  • Fix parsing a rescue modifier on the value of an assignment when the LHS is a method call with arguments and no parentheses.

v0.23.0

Added

  • More support for Prism::RipperCompat is added.
  • A significantly faster offset cache for Prism::Translation::Parser is added for files with multibyte characters.
  • Prism::Translation::RubyParser is added.
  • Prism::ConstantPathTarget#full_name is added.
  • version: "3.4.0" is added as an option that is an alias for version: "latest".
  • Four new APIs are added to Prism::Location:
    • Prism::Location#start_code_units_offset
    • Prism::Location#end_code_units_offset
    • Prism::Location#start_code_units_column
    • Prism::Location#end_code_units_column
  • Invalid multibyte characters are now validated within strings, lists, and heredocs.

Changed

  • When defining def !@, the name_loc was previously only pointing to !, but now includes the @. The name is the same.
  • Prism::RipperCompat has been moved to Prism::Translation::Ripper.
  • Many of the error messages that prism produces have been changed to match the error messages that CRuby produces.

v0.22.0

Added

  • More support for Prism::RipperCompat is added.
  • Support for Ruby 2.7 has been added, and the minimum Ruby requirement has been lowered to 2.7.

Changed

  • The error for an invalid source encoding has a new :argument level to indicate it raises an argument error.
  • BeginNode nodes that are used when a class, singleton class, module, method definition, or block have an inline rescue/ensure/else now have their opening locations set to the beginning of the respective keyword.
  • Improved error messages for invalid characters.
  • Prism.parse_file and similar APIs will raise more appropriate errors when the file does not exist or cannot be mapped.
  • Correctly handle the recover parameter for Prism::Translation::Parser.

v0.21.0

Added

... (truncated)

Changelog

Sourced from prism's changelog.

[0.24.0] - 2024-02-15

Added

  • More support for Prism::Translation::Ripper is added.
  • Support multiple versions for Prism::Translation::Parser.
  • Improved memory usage in the FFI backend.
  • Very large speed and memory improvements for creating the Ruby AST.

Changed

  • Fix location for empty symbol in hash key.
  • Fix parsing a rescue modifier on the value of an assignment when the LHS is a method call with arguments and no parentheses.

[0.23.0] - 2024-02-14

Added

  • More support for Prism::RipperCompat is added.
  • A significantly faster offset cache for Prism::Translation::Parser is added for files with multibyte characters.
  • Prism::Translation::RubyParser is added.
  • Prism::ConstantPathTarget#full_name is added.
  • version: "3.4.0" is added as an option that is an alias for version: "latest".
  • Four new APIs are added to Prism::Location:
    • Prism::Location#start_code_units_offset
    • Prism::Location#end_code_units_offset
    • Prism::Location#start_code_units_column
    • Prism::Location#end_code_units_column
  • Invalid multibyte characters are now validated within strings, lists, and heredocs.

Changed

  • When defining def !@, the name_loc was previously only pointing to !, but now includes the @. The name is the same.
  • Prism::RipperCompat has been moved to Prism::Translation::Ripper.
  • Many of the error messages that prism produces have been changed to match the error messages that CRuby produces.

[0.22.0] - 2024-02-07

Added

  • More support for Prism::RipperCompat is added.
  • Support for Ruby 2.7 has been added, and the minimum Ruby requirement has been lowered to 2.7.

Changed

  • The error for an invalid source encoding has a new :argument level to indicate it raises an argument error.
  • BeginNode nodes that are used when a class, singleton class, module, method definition, or block have an inline rescue/ensure/else now have their opening locations set to the beginning of the respective keyword.
  • Improved error messages for invalid characters.
  • Prism.parse_file and similar APIs will raise more appropriate errors when the file does not exist or cannot be mapped.
  • Correctly handle the recover parameter for Prism::Translation::Parser.

... (truncated)

Commits
  • 20b0602 Merge pull request #2431 from ruby/new-version
  • 3c727a4 Bump to v0.24.0
  • 64b0381 Merge pull request #2428 from ruby/speed
  • 8e3aad9 Fix up invalid syntax
  • f03cceb Merge pull request #2422 from maxprokopiev/fix-empty-symbols
  • 0e0a50c Merge pull request #2423 from noahgibbs/ripper_compat_equiv_testing
  • cf821ee Merge pull request #2426 from eregon/faster-ffi
  • 184fcdf Merge pull request #2419 from koic/support_multi_versioning_for_prism_transla...
  • de203dc Speed up creating Ruby AST
  • 9002b3c Avoid extra String copies in the FFI backend
  • Additional commits viewable in compare view

Updates sorbet-static-and-runtime from 0.5.11287 to 0.5.11294

Release notes

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

sorbet 0.5.11293.20240314125909-274412967

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11292.20240312155147-12e21c69b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11291.20240312150539-4f18613a9

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11290.20240312150115-26591f256

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11289.20240312095051-aba87e763

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11288.20240311150722-7ab7039cb

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11287.20240307095403-dca3b6094

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11287', :group => :development
gem 'sorbet-runtime', '0.5.11287'
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

dependabot[bot] avatar Mar 18 '24 21:03 dependabot[bot]

Something isn't right with main: https://github.com/Shopify/spoom/issues/529

andyw8 avatar Mar 20 '24 14:03 andyw8

Looks like these dependencies are updatable in another way, so this is no longer needed.

dependabot[bot] avatar Apr 01 '24 21:04 dependabot[bot]