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 bundler-deps group with 4 updates #128

Merged
merged 1 commit into from
Oct 21, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2023

Bumps the bundler-deps group with 4 updates: rubocop, rubocop-sorbet, sorbet and tapioca.

Updates rubocop from 1.56.2 to 1.56.4

Release notes

Sourced from rubocop's releases.

RuboCop 1.56.4

Bug fixes

  • #12221: Fix a false positive for Layout/EmptyLineAfterGuardClause when using return before guard condition with heredoc. (@​koic)
  • #12213: Fix a false positive for Lint/OrderedMagicComments when comment text # encoding: ISO-8859-1 is embedded within example code as source code comment. (@​koic)
  • #12205: Fix an error for Style/OperatorMethodCall when using foo bar./ baz. (@​koic)
  • #12208: Fix an incorrect autocorrect for the --disable-uncorrectable command line option when registering an offense is outside a percent array. (@​koic)
  • #12203: Fix an incorrect autocorrect for Lint/SafeNavigationChain when using safe navigation with comparison operator as an expression of logical operator or comparison operator's operand. (@​koic)
  • #12206: Fix an incorrect autocorrect for Style/OperatorMethodCall when using foo./bar. (@​koic)
  • #12202: Fix an incorrect autocorrect for Style/RedundantConditional when unless/else with boolean results. (@​ydah)
  • #12199: Fix false negatives for Layout/MultilineMethodCallIndentation when using safe navigation operator. (@​koic)

Changes

  • #12197: Make Style/CollectionMethods aware of collect_concat. (@​koic)

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.4 (2023-09-28)

Bug fixes

  • #12221: Fix a false positive for Layout/EmptyLineAfterGuardClause when using return before guard condition with heredoc. ([@​koic][])
  • #12213: Fix a false positive for Lint/OrderedMagicComments when comment text # encoding: ISO-8859-1 is embedded within example code as source code comment. ([@​koic][])
  • #12205: Fix an error for Style/OperatorMethodCall when using foo bar./ baz. ([@​koic][])
  • #12208: Fix an incorrect autocorrect for the --disable-uncorrectable command line option when registering an offense is outside a percent array. ([@​koic][])
  • #12203: Fix an incorrect autocorrect for Lint/SafeNavigationChain when using safe navigation with comparison operator as an expression of logical operator or comparison operator's operand. ([@​koic][])
  • #12206: Fix an incorrect autocorrect for Style/OperatorMethodCall when using foo./bar. ([@​koic][])
  • #12202: Fix an incorrect autocorrect for Style/RedundantConditional when unless/else with boolean results. ([@​ydah][])
  • #12199: Fix false negatives for Layout/MultilineMethodCallIndentation when using safe navigation operator. ([@​koic][])

Changes

  • #12197: Make Style/CollectionMethods aware of collect_concat. ([@​koic][])

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
  • fc57892 Cut 1.56.4
  • b7d99b8 Update Changelog
  • 0f55002 Merge pull request #12222 from koic/fix_a_false_positive_for_layout_empty_lin...
  • 59fb188 Merge pull request #12220 from koic/fix_an_incorrect_autocorrect_for_disable_...
  • 9b04830 [Fix #12221] Fix a false positive for Layout/EmptyLineAfterGuardClause
  • d0d612e [Fix #12208] Fix an incorrect autocorrect for the --disable-uncorrectable o...
  • c626229 Merge pull request #12218 from koic/fix_a_false_positive_for_lint_ordered_mag...
  • a2c1100 [Fix #12213] Fix a false positive for Lint/OrderedMagicComments
  • 3e92160 Disable RSpec/FilePath to resolve build error
  • 1e43822 Merge pull request #12215 from koic/update_the_doc_of_style_return_nil
  • Additional commits viewable in compare view

Updates rubocop-sorbet from 0.7.3 to 0.7.4

Release notes

Sourced from rubocop-sorbet's releases.

v0.7.4

What's Changed

✨ Enhancements

🛠 Other Changes

New Contributors

Full Changelog: Shopify/rubocop-sorbet@v0.7.3...v0.7.4

Commits
  • c2bb447 Bump version to v0.7.4
  • d245285 Merge pull request #178 from Shopify/at-tstruct-autocorrect
  • f200f04 Add cop to forbid T::Struct uses and autocorrect them to bare classes
  • d2bd9e2 Merge pull request #175 from Shopify/buggy-obsolete-memoization-cop
  • 0ab5e8c Introduce BuggyObsoleteStrictMemoization cop
  • dc4828a Copy ObsoleteStrictMemoization as starting point
  • 88b5979 Clarify “specs” variable name
  • c84fcf2 Merge pull request #172 from Shopify/bitwise-aiden/update-redundant-extend-cop
  • 5094122 Update RedundantExtendTSig to trim whole line
  • See full diff in compare view

Updates sorbet from 0.5.10993 to 0.5.11054

Release notes

Sourced from sorbet's releases.

sorbet 0.5.11053.20230928173023-0c7a50f64

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11052.20230928120104-de2898ac3

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11051.20230928113318-bf8997080

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11050.20230928071323-ae7aff401

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11049.20230928071230-db18c3332

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11048.20230927220521-2760eb82f

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11047.20230927094228-c17e5c914

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11046.20230927093930-f5f8b517f

... (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 bundler-deps group with 4 updates: [rubocop](https://github.com/rubocop/rubocop), [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet), [sorbet](https://github.com/sorbet/sorbet) and [tapioca](https://github.com/Shopify/tapioca).


Updates `rubocop` from 1.56.2 to 1.56.4
- [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.4)

Updates `rubocop-sorbet` from 0.7.3 to 0.7.4
- [Release notes](https://github.com/shopify/rubocop-sorbet/releases)
- [Commits](Shopify/rubocop-sorbet@v0.7.3...v0.7.4)

Updates `sorbet` from 0.5.10993 to 0.5.11054
- [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:production
  update-type: version-update:semver-patch
  dependency-group: bundler-deps
- dependency-name: rubocop-sorbet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-deps
- dependency-name: sorbet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-deps
- dependency-name: tapioca
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the A-deps Area: Source and library dependencies. label Oct 1, 2023
@lopopolo lopopolo merged commit 4eabb3c into trunk Oct 21, 2023
@lopopolo lopopolo deleted the dependabot/bundler/bundler-deps-ebd995b755 branch October 21, 2023 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-deps Area: Source and library dependencies.
Development

Successfully merging this pull request may close these issues.

1 participant