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 with 4 updates #12

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

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

Updates rubocop from 1.56.2 to 1.56.3

Release notes

Sourced from rubocop's releases.

RuboCop 1.56.3

Bug fixes

  • #12151: Make Layout/EmptyLineAfterGuardClause allow :nocov: directive after guard clause. (@​koic)
  • #12195: Fix a false negative for Layout/SpaceAfterNot when a newline is present after !. (@​ymap)
  • #12192: Fix a false positive for Layout/RedundantLineBreak when using quoted symbols with a single newline. (@​ymap)
  • #12190: Fix a false positive for Layout/SpaceAroundOperators when aligning operators vertically. (@​koic)
  • #12171: Fix a false positive for Style/ArrayIntersect when using block argument for Enumerable#any?. (@​koic)
  • #12172: Fix a false positive for Style/EmptyCaseCondition when using return, break, next or method call before empty case condition. (@​koic)
  • #12162: Fix an error for Bundler/DuplicatedGroup when there's a duplicate set of groups and the group value contains a splat. (@​koic)
  • #12182: Fix an error for Lint/UselessAssignment when variables are assigned using chained assignment and remain unreferenced. (@​koic)
  • #12181: Fix an incorrect autocorrect for Lint/UselessAssignment when variables are assigned with sequential assignment using the comma operator and unreferenced. (@​koic)
  • #12187: Fix an incorrect autocorrect for Style/SoleNestedConditional when comment is in an empty nested if body. (@​ymap)
  • #12183: Fix an incorrect autocorrect for Style/MultilineTernaryOperator when returning a multiline ternary operator expression with safe navigation method call. (@​koic)
  • #12168: Fix bug in Style/ArgumentsForwarding when there are repeated send nodes. (@​owst)
  • #12185: Set target version for Layout/HeredocIndentation. (@​tagliala)
Changelog

Sourced from rubocop's changelog.

1.56.3 (2023-09-11)

Bug fixes

  • #12151: Make Layout/EmptyLineAfterGuardClause allow :nocov: directive after guard clause. ([@​koic][])
  • #12195: Fix a false negative for Layout/SpaceAfterNot when a newline is present after !. ([@​ymap][])
  • #12192: Fix a false positive for Layout/RedundantLineBreak when using quoted symbols with a single newline. ([@​ymap][])
  • #12190: Fix a false positive for Layout/SpaceAroundOperators when aligning operators vertically. ([@​koic][])
  • #12171: Fix a false positive for Style/ArrayIntersect when using block argument for Enumerable#any?. ([@​koic][])
  • #12172: Fix a false positive for Style/EmptyCaseCondition when using return, break, next or method call before empty case condition. ([@​koic][])
  • #12162: Fix an error for Bundler/DuplicatedGroup when there's a duplicate set of groups and the group value contains a splat. ([@​koic][])
  • #12182: Fix an error for Lint/UselessAssignment when variables are assigned using chained assignment and remain unreferenced. ([@​koic][])
  • #12181: Fix an incorrect autocorrect for Lint/UselessAssignment when variables are assigned with sequential assignment using the comma operator and unreferenced. ([@​koic][])
  • #12187: Fix an incorrect autocorrect for Style/SoleNestedConditional when comment is in an empty nested if body. ([@​ymap][])
  • #12183: Fix an incorrect autocorrect for Style/MultilineTernaryOperator when returning a multiline ternary operator expression with safe navigation method call. ([@​koic][])
  • #12168: Fix bug in Style/ArgumentsForwarding when there are repeated send nodes. ([@​owst][])
  • #12185: Set target version for Layout/HeredocIndentation. ([@​tagliala][])
Commits
  • 796fcb3 Cut 1.56.3
  • 2c10ba8 Move a changelog entry
  • fa8bc61 Update Changelog
  • 52d0b72 Try avoiding project_root leak to fix flaky error
  • 3d427bb Fix isolated test files should not break isolation.
  • 8abcf7e Fix shadowing of FileFinder stop_dir in isolated tests.
  • 77a6b22 [Fix #12151] Make Layout/EmptyLineAfterGuardClause allow :nocov: directive
  • b1c67e9 Constantize fixed arrays of Style/SymbolArray
  • aab9391 Use RuboCop RSpec 2.24
  • 4ba4104 [Fix #12195] Fix a false negative for Layout/SpaceAfterNot
  • Additional commits viewable in compare view

Updates rubocop-minitest from 0.31.1 to 0.32.1

Release notes

Sourced from rubocop-minitest's releases.

RuboCop Minitest 0.32.1

Bug fixes

  • #261: Fix an error for Minitest/AssertOperator and Minitest/RefuteOperator when using variable argument. (@​koic)

RuboCop Minitest 0.32.0

New features

  • #255: Add new Minitest/AssertOperator and Minitest/RefuteOperator cops. (@​koic)

Bug fixes

  • #259: Fix autocorrection for Minitest/LiteralAsActualArgument, Minitest/AssertPathExists, and Minitest/RefutePathExists cops to preserve the presence or absence of argument parentheses. (@​koic)
Changelog

Sourced from rubocop-minitest's changelog.

0.32.1 (2023-09-24)

Bug fixes

  • #261: Fix an error for Minitest/AssertOperator and Minitest/RefuteOperator when using variable argument. ([@​koic][])

0.32.0 (2023-09-23)

New features

  • #255: Add new Minitest/AssertOperator and Minitest/RefuteOperator cops. ([@​koic][])

Bug fixes

  • #259: Fix autocorrection for Minitest/LiteralAsActualArgument, Minitest/AssertPathExists, and Minitest/RefutePathExists cops to preserve the presence or absence of argument parentheses. ([@​koic][])
Commits
  • 039ba38 Cut 0.32.1
  • 1f90acf Update Changelog
  • 4794578 Merge pull request #262 from koic/fix_an_error_for_assert_operator
  • 9aad91a [Fix #261] Fix an error for Minitest/AssertOperator
  • 4c0d555 Switch back docs version to master
  • 801bc2b Cut 0.32.0
  • f22bd90 Update Changelog
  • 71f70d7 Merge pull request #260 from koic/add_new_minitest_assert_operator_and_refute...
  • 95e0cde [Fix #255] Add new Minitest/AssertOperator and Minitest/RefuteOperator cops
  • 6832890 Fix duplicate contributor names when generating changelog
  • Additional commits viewable in compare view

Updates sorbet-static-and-runtime from 0.5.11011 to 0.5.11039

Release notes

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

sorbet 0.5.11038.20230922095827-bc97ca972

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11037.20230921170023-40e0277f2

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11036.20230921100708-6de335a05

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11035.20230920233832-f4326a3a3

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11034.20230920154401-0bcd41838

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11033.20230920101756-0c2311621

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11032.20230919172414-e99088677

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11031.20230919142357-365479975

... (truncated)

Commits

Updates tapioca from 0.11.8 to 0.11.9

Release notes

Sourced from tapioca's releases.

v0.11.9

What's Changed

🚧 Breaking Changes

✨ Enhancements

🐛 Bug Fixes

🛠 Other Changes

New Contributors

Full Changelog: Shopify/tapioca@v0.11.8...v0.11.9

Commits
  • 9f73195 Bump version to v0.11.9
  • 6ad02a8 Merge pull request #1653 from Shopify/dependabot/bundler/sprockets-4.2.1
  • ee496a1 Bump RBI
  • c57d71c Bump sprockets from 4.2.0 to 4.2.1
  • c129716 Merge pull request #1644 from Tonkpils/tonkpils/active-model-validations-confirm
  • 58ad0f5 Merge pull request #1655 from Shopify/dependabot/bundler/rubocop-rspec-2.24.0
  • eb3c9b1 Merge pull request #1656 from Shopify/uk-fix-store-accessor-includes
  • 4c49c4a Update documentation with bin/docs
  • 41f8e5f Don't worry about filtering ActiveRecord::Base
  • c2340a8 Use grep instead of select for class matching
  • 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

Bumps the minor-and-patch group with 4 updates: [rubocop](https://github.com/rubocop/rubocop), [rubocop-minitest](https://github.com/rubocop/rubocop-minitest), [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) and [tapioca](https://github.com/Shopify/tapioca).


Updates `rubocop` from 1.56.2 to 1.56.3
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.56.2...v1.56.3)

Updates `rubocop-minitest` from 0.31.1 to 0.32.1
- [Release notes](https://github.com/rubocop/rubocop-minitest/releases)
- [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-minitest@v0.31.1...v0.32.1)

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

Updates `tapioca` from 0.11.8 to 0.11.9
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](Shopify/tapioca@v0.11.8...v0.11.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 2, 2023

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

@dependabot dependabot bot closed this Oct 2, 2023
@dependabot dependabot bot deleted the dependabot/bundler/minor-and-patch-544e7c6184 branch October 2, 2023 12:31
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