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 6 updates #1932

Merged
merged 3 commits into from
Apr 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

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

Package From To
mocha 2.1.0 2.2.0
rubocop-sorbet 0.8.0 0.8.1
rubocop 1.62.1 1.63.1
sorbet-static-and-runtime 0.5.11332 0.5.11346
tapioca 0.13.1 0.13.2
sorbet-runtime 0.5.11332 0.5.11346

Updates mocha from 2.1.0 to 2.2.0

Changelog

Sourced from mocha's changelog.

2.2.0

External changes

  • Support multiple methods in responds_with matcher (f086b7e4, #578) - thanks to @​vlad-pisanov for the suggestion

  • Add block syntax for sequences (93fdffd, #61)

  • Improve sequence failure message (0800c6ff, #60)

  • Drop support for Ruby v2.0 (85848fb0, #642)

  • Include the original test name in expired stub error messages (ca3ff8eb, #641, #642) - thanks to @​casperisfine

  • Avoid rubocop directive ending up in YARD docs (2a9ee81a)

  • Update docs to fix those for Mock#method_missing (cee0bad6)

  • Reinstate missing CNAME for GitHub Pages site (da67bb0d)

  • Use Ruby v1.9 Hash syntax in docs (6de20726, #625)

  • Add missing YARD tag for API#sequence name param (343c5979)

  • Add missing YARD tag for API#states name param (f798df83)

Internal changes

Commits
  • 5324009 [skip ci] Update documentation for v2.2.0
  • 76495e1 Bump version to 2.2.0 & prepare for release
  • 9d2b88e Include the original test name in expired stub error messages
  • 85848fb Drop support for Ruby v2.0
  • ce31b54 Add Ruby v3.3 to CI build matrix
  • 0800c6f Improve sequence failure message
  • 93fdffd Add block syntax for sequences
  • f798df8 Add missing YARD tag for API#states name param
  • 343c597 Add missing YARD tag for API#sequence name param
  • 6de2072 Use Ruby v1.9 Hash syntax in docs
  • Additional commits viewable in compare view

Updates rubocop-sorbet from 0.8.0 to 0.8.1

Release notes

Sourced from rubocop-sorbet's releases.

v0.8.1

What's Changed

🛠 Other Changes

New Contributors

Full Changelog: Shopify/rubocop-sorbet@v0.8.0...v0.8.1

Commits
  • 479aaef Bump version to v0.8.1
  • 23b9d82 Merge pull request #221 from Shopify/dependabot/bundler/rake-13.2.1
  • 1eb6517 Bump rake from 13.1.0 to 13.2.1
  • d5f72a2 Merge pull request #218 from Shopify/centralize_ruby_version
  • 107aa2e Remove TargetRubyVersion from config/rbi.yml
  • c15a2d2 Update Rubocop to 1.62.1
  • b43acc9 Centralize Ruby Version to .ruby-version
  • 7c44e60 Merge pull request #212 from Shopify/dependabot/github_actions/actions/stale-9
  • c5d0a19 Merge pull request #211 from Shopify/dependabot/github_actions/actions/checko...
  • b6b33d7 Merge pull request #216 from Shopify/dependabot/bundler/rspec-3.13.0
  • Additional commits viewable in compare view

Updates rubocop from 1.62.1 to 1.63.1

Release notes

Sourced from rubocop's releases.

RuboCop 1.63.1

Bug fixes

  • #12828: Fix a false positive for Lint/AssignmentInCondition if assigning inside a method call. (@​earlopain)
  • #12823: Fixed "uninitialized constant RuboCop::Lockfile::Bundler", caused when running RuboCop without bundler exec on codebases that use rubocop-rails. (@​amomchilov)

RuboCop 1.63

New features

Bug fixes

  • #12769: Fix a false positive for Lint/RedundantWithIndex when calling with_index with receiver and a block. (@​koic)
  • #12547: Added a comment recommending upgrading to the latest version of Rubocop in the error text when an Infinite loop detected error occurs. (@​Hiroto-Iizuka)
  • #12782: Fix an error for Style/Alias with EnforcedStyle: prefer_alias when calling alias_method with fewer than 2 arguments. (@​earlopain)
  • #12781: Fix an error for Style/ExactRegexpMatch when calling match without a receiver. (@​earlopain)
  • #12780: Fix an error for Style/RedundantEach when using reverse_each.each without a block. (@​earlopain)
  • #12731: Treat &. the same way as . for setter methods in Lint/AssignmentInCondition. ([@​jonas054][])
  • #12793: Fix false positives for Style/RedundantLineContinuation when using line continuation with modifier. (@​koic)
  • #12807: Fix false positives for Naming/BlockForwarding when using explicit block forwarding in block method and others. (@​koic)
  • #12796: Fix false positives for Style/EvalWithLocation when using eval with a line number from a method call or a variable. (@​koic)
  • #12794: Fix false positives for Style/RedundantArgument when when single-quoted strings for cntrl character. (@​koic)
  • #12797: Fix false positives for Style/RedundantLineContinuation when using line continuations with && or || operator in assignment. (@​koic)
  • #12793: Fix false positives for Style/RedundantLineContinuation when multi-line continuations with operators. (@​koic)
  • #12801: Fix incorrect autocorrect for Style/CollectionCompact when using delete_if. (@​koic)
  • #12789: Make Style/RedundantPercentQ safe on multiline strings. ([@​boardfish][])
  • #12802: Return global offenses for Naming/FileName and Naming/InclusiveLanguage for empty files. (@​earlopain)
  • #12804: Return global offenses for Style/Copyright when the file is empty. (@​earlopain)

Changes

... (truncated)

Changelog

Sourced from rubocop's changelog.

1.63.1 (2024-04-10)

Bug fixes

  • #12828: Fix a false positive for Lint/AssignmentInCondition if assigning inside a method call. ([@​earlopain][])
  • #12823: Fixed "uninitialized constant RuboCop::Lockfile::Bundler", caused when running RuboCop without bundler exec on codebases that use rubocop-rails. ([@​amomchilov][])

1.63.0 (2024-04-08)

New features

Bug fixes

  • #12769: Fix a false positive for Lint/RedundantWithIndex when calling with_index with receiver and a block. ([@​koic][])
  • #12547: Added a comment recommending upgrading to the latest version of Rubocop in the error text when an Infinite loop detected error occurs. ([@​Hiroto-Iizuka][])
  • #12782: Fix an error for Style/Alias with EnforcedStyle: prefer_alias when calling alias_method with fewer than 2 arguments. ([@​earlopain][])
  • #12781: Fix an error for Style/ExactRegexpMatch when calling match without a receiver. ([@​earlopain][])
  • #12780: Fix an error for Style/RedundantEach when using reverse_each.each without a block. ([@​earlopain][])
  • #12731: Treat &. the same way as . for setter methods in Lint/AssignmentInCondition. ([@​jonas054][])
  • #12793: Fix false positives for Style/RedundantLineContinuation when using line continuation with modifier. ([@​koic][])
  • #12807: Fix false positives for Naming/BlockForwarding when using explicit block forwarding in block method and others. ([@​koic][])
  • #12796: Fix false positives for Style/EvalWithLocation when using eval with a line number from a method call or a variable. ([@​koic][])
  • #12794: Fix false positives for Style/RedundantArgument when when single-quoted strings for cntrl character. ([@​koic][])
  • #12797: Fix false positives for Style/RedundantLineContinuation when using line continuations with && or || operator in assignment. ([@​koic][])
  • #12793: Fix false positives for Style/RedundantLineContinuation when multi-line continuations with operators. ([@​koic][])
  • #12801: Fix incorrect autocorrect for Style/CollectionCompact when using delete_if. ([@​koic][])
  • #12789: Make Style/RedundantPercentQ safe on multiline strings. ([@​boardfish][])
  • #12802: Return global offenses for Naming/FileName and Naming/InclusiveLanguage for empty files. ([@​earlopain][])
  • #12804: Return global offenses for Style/Copyright when the file is empty. ([@​earlopain][])

Changes

Commits
  • d148ee5 Cut 1.63.1
  • 7c9d1d8 Update Changelog
  • b562b74 Fix a false positive for Lint/AssignmentInConditional if assigning inside a...
  • f7d1a36 Use Source::Range#join instead of Source::Range#with'
  • b0c508a Try to use Bundler, if available
  • 0663a07 [Fix #12823] Fix uninitialized constant error
  • 952bf9e Remove a uselsss return value
  • a4447ea Reset the docs version
  • 55df9e2 Cut 1.63
  • 752d351 Update Changelog
  • Additional commits viewable in compare view

Updates sorbet-static-and-runtime from 0.5.11332 to 0.5.11346

Release notes

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

sorbet 0.5.11345.20240412161526-5c0012a52

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11344.20240412111932-3afd7e5b7

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11343.20240412093356-2f9b15f81

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11342.20240411132013-f6c67ae4c

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11341.20240411105921-81f7617ed

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11340.20240410150614-443cd113c

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11339.20240410120813-d5bba0907

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11338.20240409113636-5cec8509e

... (truncated)

Commits

Updates tapioca from 0.13.1 to 0.13.2

Release notes

Sourced from tapioca's releases.

v0.13.2

What's Changed

🚧 Breaking Changes

✨ Enhancements

🛠 Other Changes

New Contributors

Full Changelog: Shopify/tapioca@v0.13.1...v0.13.2

Commits
  • 37e48be Bump version to v0.13.2
  • 4f4b9ed Merge pull request #1866 from Shopify/KaanOzkan-patch-1
  • 1daf684 Specify rails
  • ae9ee97 Specify DSL compiler contributions in README
  • cdc0d7c Disable all permissions for action
  • 5e946e9 Sanitize branch input
  • 032e04f Merge pull request #1860 from bdewater/ar-count-block
  • 5bba1b3 Update Active Record count sig to allow a block
  • 218b9c0 Merge pull request #1858 from Shopify/dependabot/bundler/minor-and-patch-e537...
  • aded62f Update rbi files
  • Additional commits viewable in compare view

Updates sorbet-runtime from 0.5.11332 to 0.5.11346

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.5.11345.20240412161526-5c0012a52

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11344.20240412111932-3afd7e5b7

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11343.20240412093356-2f9b15f81

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11342.20240411132013-f6c67ae4c

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11341.20240411105921-81f7617ed

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11340.20240410150614-443cd113c

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11339.20240410120813-d5bba0907

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11338.20240409113636-5cec8509e

... (truncated)

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

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

| Package | From | To |
| --- | --- | --- |
| [mocha](https://github.com/freerange/mocha) | `2.1.0` | `2.2.0` |
| [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) | `0.8.0` | `0.8.1` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.62.1` | `1.63.1` |
| [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.5.11332` | `0.5.11346` |
| [tapioca](https://github.com/Shopify/tapioca) | `0.13.1` | `0.13.2` |
| [sorbet-runtime](https://github.com/sorbet/sorbet) | `0.5.11332` | `0.5.11346` |


Updates `mocha` from 2.1.0 to 2.2.0
- [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md)
- [Commits](freerange/mocha@v2.1.0...v2.2.0)

Updates `rubocop-sorbet` from 0.8.0 to 0.8.1
- [Release notes](https://github.com/shopify/rubocop-sorbet/releases)
- [Commits](Shopify/rubocop-sorbet@v0.8.0...v0.8.1)

Updates `rubocop` from 1.62.1 to 1.63.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.62.1...v1.63.1)

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

Updates `tapioca` from 0.13.1 to 0.13.2
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](Shopify/tapioca@v0.13.1...v0.13.2)

Updates `sorbet-runtime` from 0.5.11332 to 0.5.11346
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rubocop-sorbet
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: rubocop
  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
- dependency-name: sorbet-runtime
  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 April 15, 2024 02:05
@dependabot dependabot bot added the dependencies dependencies label Apr 15, 2024
@dependabot dependabot bot requested a review from andyw8 April 15, 2024 02:05
@dependabot dependabot bot added the ruby label Apr 15, 2024
@dependabot dependabot bot requested review from vinistock and a team April 15, 2024 02:05
@github-actions github-actions bot enabled auto-merge April 15, 2024 02:05
@github-actions github-actions bot merged commit d9fbe95 into main Apr 16, 2024
43 checks passed
@github-actions github-actions bot deleted the dependabot/bundler/minor-and-patch-e8d717950b branch April 16, 2024 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant