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 rubocop-minitest from 0.35.1 to 0.36.0 in the rubocop group #273

Merged
merged 1 commit into from
Sep 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 7, 2024

Bumps the rubocop group with 1 update: rubocop-minitest.

Updates rubocop-minitest from 0.35.1 to 0.36.0

Release notes

Sourced from rubocop-minitest's releases.

RuboCop Minitest 0.36.0

Bug fixes

  • #317: Fix an error for Minitest/MultipleAssertions when using for-style loops. (@​earlopain)
  • #314: Fix an error for Minitest/SkipEnsure when only ensure has a body. (@​earlopain)

Changes

  • #314: (Breaking) Raise a useful error when using a Cop in AssertOffense if the Cop's class is not defined. (@​brandoncc)
Changelog

Sourced from rubocop-minitest's changelog.

0.36.0 (2024-08-31)

Bug fixes

  • #317: Fix an error for Minitest/MultipleAssertions when using for-style loops. ([@​earlopain][])
  • #314: Fix an error for Minitest/SkipEnsure when only ensure has a body. ([@​earlopain][])

Changes

  • #314: (Breaking) Raise a useful error when using a Cop in AssertOffense if the Cop's class is not defined. ([@​brandoncc][])
Commits
  • 68aed47 Cut 0.36.0
  • a7452b7 Update Changelog
  • 8a6967d Merge pull request #318 from Earlopain/enable-undefined-config
  • a3deb85 Merge pull request #317 from Earlopain/multiple-assertions-error
  • 4f75dc5 Merge pull request #316 from Earlopain/error-skip-ensure
  • bec9cbb Enable InternalAffairs/UndefinedConfig
  • 53d197d Fix an error for Minitest/MultipleAssertions when using for-style loops
  • e901adf Fix an error for Minitest/SkipEnsure when only ensure has a body
  • 859751a Merge pull request #314 from brandoncc/brandoncc/fail-with-usable-message-if-...
  • 2c2add0 Accessing an unregistered cop raises useful error
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rubocop group with 1 update: [rubocop-minitest](https://github.com/rubocop/rubocop-minitest).


Updates `rubocop-minitest` from 0.35.1 to 0.36.0
- [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.35.1...v0.36.0)

---
updated-dependencies:
- dependency-name: rubocop-minitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rubocop
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 7, 2024
@dependabot dependabot bot requested a review from chvp September 7, 2024 06:32
@chvp chvp merged commit 5bd6e82 into main Sep 8, 2024
2 checks passed
@chvp chvp deleted the dependabot/bundler/rubocop-b2c3d7a051 branch September 8, 2024 19:50
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 Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant