Skip to content

Bump the minor-and-patch group with 8 updates #219

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

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 2, 2024

Bumps the minor-and-patch group with 8 updates:

Package From To
debug 1.8.0 1.9.1
rubocop-minitest 0.33.0 0.34.3
rubocop-sorbet 0.7.5 0.7.6
rdoc 6.6.0 6.6.2
sorbet-static-and-runtime 0.5.11139 0.5.11164
tapioca 0.11.12 0.11.14
psych 5.1.1.1 5.1.2
ruby-lsp 0.13.0 0.13.2

Updates debug from 1.8.0 to 1.9.1

Release notes

Sourced from debug's releases.

v1.9.1

Fix small issue to release with Ruby 3.3.0.

What's Changed

Full Changelog: ruby/debug@v1.9.0...v1.9.1

v1.9.0

This release fixes many issues reported after v1.8.0, introduce IRB integrated console and more.

What's Changed

New Contributors

... (truncated)

Commits

Updates rubocop-minitest from 0.33.0 to 0.34.3

Release notes

Sourced from rubocop-minitest's releases.

RuboCop Minitest 0.34.3

Bug fixes

  • #287: Don't error on empty blocks when linting assert_raises. (@​G-Rath)
  • #289: Don't count assertions twice when their return value is being assigned. (@​G-Rath)

RuboCop Minitest 0.34.2

Bug fixes

  • #283: Fix an error for Minitest/MultipleAssertions when using || assigning a value to a variable. (@​koic)

RuboCop Minitest 0.34.1

Bug fixes

  • #281: Fix an error when assigning a value to an object attribute. (@​koic)

RuboCop Minitest 0.34.0 (The RubyConf Taiwan 2023 Edition)

New features

  • #272: Add new Minitest/RedundantMessageArgument cop. (@​koic)
  • #279: Add new Minitest/NonExecutableTestMethod cop. (@​koic)

Bug fixes

  • #275: Make Minitest/AssertMatch aware of assert_operator when running with Ruby 2.7. (@​koic)
  • #271: Fix a false positive for Minitest/EmptyLineBeforeAssertionMethods and assert_raises. (@​fatkodima)

Changes

Changelog

Sourced from rubocop-minitest's changelog.

0.34.3 (2024-01-01)

Bug fixes

  • #287: Don't error on empty blocks when linting assert_raises. ([@​G-Rath][])
  • #289: Don't count assertions twice when their return value is being assigned. ([@​G-Rath][])

0.34.2 (2023-12-25)

Bug fixes

  • #283: Fix an error for Minitest/MultipleAssertions when using || assigning a value to a variable. ([@​koic][])

0.34.1 (2023-12-16)

Bug fixes

  • #281: Fix an error when assigning a value to an object attribute. ([@​koic][])

0.34.0 (2023-12-16)

New features

  • #272: Add new Minitest/RedundantMessageArgument cop. ([@​koic][])
  • #279: Add new Minitest/NonExecutableTestMethod cop. ([@​koic][])

Bug fixes

  • #275: Make Minitest/AssertMatch aware of assert_operator when running with Ruby 2.7. ([@​koic][])
  • #271: Fix a false positive for Minitest/EmptyLineBeforeAssertionMethods and assert_raises. ([@​fatkodima][])

Changes

Commits
  • 90fc925 Cut 0.34.3
  • 5f7a42d Update Changelog
  • 48a64ae Merge pull request #291 from G-Rath/fix-assertion-count-again
  • 1cbbe83 [Fix #289] count asserts within blocks for assignments
  • 1ef32c0 Merge pull request #290 from G-Rath/fix-assertion-count
  • c1a5405 [Fix #289] don't count assertions twice when their return value is being assi...
  • d0b6912 Merge pull request #288 from G-Rath/fix-error
  • c907e1c [Fix #287] don't error on empty blocks when linting assert_raises
  • de7824c Merge pull request #286 from koic/ci_against_ruby_3_3
  • c1f6576 CI against Ruby 3.3
  • Additional commits viewable in compare view

Updates rubocop-sorbet from 0.7.5 to 0.7.6

Release notes

Sourced from rubocop-sorbet's releases.

v0.7.6

What's Changed

🛠 Other Changes

Full Changelog: Shopify/rubocop-sorbet@v0.7.5...v0.7.6

Commits

Updates rdoc from 6.6.0 to 6.6.2

Release notes

Sourced from rdoc's releases.

v6.6.2

What's Changed

Full Changelog: ruby/rdoc@v6.6.1...v6.6.2

v6.6.1

What's Changed

Full Changelog: ruby/rdoc@v6.6.0...v6.6.1

Commits
  • 895f1af Bump up v6.6.2
  • 61e6ef7 Add coverage task
  • f7dd147 [DOC] nodoc for probably internal methods
  • e4c9034 [DOC] Add missing documents
  • edb2523 Require fileutils before using it
  • 7a8e9a9 Remove unused method RDoc::Encoding.remove_frozen_string_literal
  • 823241e Bump ruby/setup-ruby from 1.161.0 to 1.162.0
  • 66241b8 Bump actions/configure-pages from 3 to 4
  • 86c1982 Bump actions/deploy-pages from 2 to 3
  • 72c6560 Only word-ending colon separates new definition
  • Additional commits viewable in compare view

Updates sorbet-static-and-runtime from 0.5.11139 to 0.5.11164

Release notes

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

sorbet 0.5.11163.20231221114759-77fedbc1d

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11162.20231219145110-cbe86961f

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11161.20231219144000-97263759a

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11160.20231219143304-2cda77728

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11159.20231219084731-2e020a678

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11158.20231218134908-8e8ac5509

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11157.20231218091321-1c0537ed7

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11156.20231215154519-40ad87b4d

... (truncated)

Commits

Updates tapioca from 0.11.12 to 0.11.14

Release notes

Sourced from tapioca's releases.

v0.11.14

What's Changed

🐛 Bug Fixes

🛠 Other Changes

New Contributors

Full Changelog: Shopify/tapioca@v0.11.13...v0.11.14

v0.11.13

What's Changed

✨ Enhancements

🐛 Bug Fixes

🛠 Other Changes

Full Changelog: Shopify/tapioca@v0.11.12...v0.11.13

Commits
  • 0bc05d6 Merge pull request #1735 from Shopify/uk-fix-set-compare-by-identity
  • c1333df Make sure we use compare by identity Sets properly
  • f7970d8 Add failing test with a constant that implements hash
  • ffe63f4 Merge pull request #1734 from Shopify/vs/remove_identity_feature_check
  • 7645631 Remove identity comparison feature check in favour of a conditional
  • d67c001 Merge pull request #1730 from bdewater/aj-perform-later-block
  • ceabc81 Active Job 7+ perform_later takes an optional block
  • b63ae95 Bump version to v0.11.14
  • 2e4ab6f Merge pull request #1732 from Shopify/vs/handle_new_identity_comparison_hashes
  • 5673e5f Merge pull request #1721 from DougEdey/de/handle_graphql_prepare_method
  • Additional commits viewable in compare view

Updates psych from 5.1.1.1 to 5.1.2

Release notes

Sourced from psych's releases.

v5.1.2

What's Changed

New Contributors

Full Changelog: ruby/psych@v5.1.1.1...v5.1.2

Commits
  • a9ab74d Bump up 5.1.2
  • 21f051b Merge pull request #663 from amomchilov/optimize-object_id-use
  • 0dc25a9 Use assert_same in tests where applicable
  • df69e4a Use compare_by_identity instead of object_id
  • 02b7ef3 Merge pull request #662 from Maumagnaguagno/deserialize_each_char_option
  • 5fe714b Prefer each_char in Psych::Visitors::Visitor::ToRuby#deserialize
  • See full diff in compare view

Updates ruby-lsp from 0.13.0 to 0.13.2

Release notes

Sourced from ruby-lsp's releases.

v0.13.2

What's Changed

✨ Enhancements

🛠 Other Changes

New Contributors

Full Changelog: Shopify/ruby-lsp@v0.13.1...v0.13.2

v0.13.1

What's Changed

✨ Enhancements

🐛 Bug Fixes

🛠 Other Changes

New Contributors

Full Changelog: Shopify/ruby-lsp@v0.13.0...v0.13.1

Commits
  • f570fd9 Bump version to v0.13.2
  • 16b4c7e Remove aliased shapes (#1254)
  • 0ddc05b Merge pull request #1255 from Shopify/dependabot/submodules/test/fixtures/pri...
  • d539e00 Bump test/fixtures/prism from d76f295 to aa8b60c
  • 01dc028 Upgrade to Prism v0.19 (#1253)
  • 90ee251 Merge pull request #1252 from Shopify/ko/actor
  • 4db41f8 Merge pull request #1244 from Shopify/dependabot/bundler/minor-and-patch-58dd...
  • 3507304 Upgrade RBIs
  • a142f7c Upgrade gems
  • 0171268 Execute RBI workflow only for dependabot commits
  • Additional commits viewable 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

@dependabot dependabot bot requested a review from a team as a code owner January 2, 2024 19:54
@dependabot dependabot bot requested review from Morriar and vinistock January 2, 2024 19:55
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby labels Jan 2, 2024
@github-actions github-actions bot enabled auto-merge January 2, 2024 19:55
@vinistock vinistock force-pushed the dependabot/bundler/minor-and-patch-994b8e4df9 branch from 190108f to 58ab748 Compare January 3, 2024 13:07
@github-actions github-actions bot merged commit 4f46ac2 into main Jan 3, 2024
@github-actions github-actions bot deleted the dependabot/bundler/minor-and-patch-994b8e4df9 branch January 3, 2024 13:11
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant