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

Update rubocop-minitest requirement from 0.10.1 to 0.10.2 #205

Merged
merged 1 commit into from
Dec 27, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2020

Updates the requirements on rubocop-minitest to permit the latest version.

Changelog

Sourced from rubocop-minitest's changelog.

0.10.2 (2020-12-27)

Bug fixes

  • #113: This PR fixes an error for Minitest/AssertEqual and some cops when using assert with block argument. ([@koic][])

0.10.1 (2020-07-25)

Bug fixes

  • #106: Fix an error for Minitest/AssertOutput when using gvar at top level. ([@koic][])

0.10.0 (2020-07-12)

New features

  • #92: Add new Minitest/LiteralAsActualArgument cop. ([@fatkodima][], [@tsmmark][])
  • #95: Add new Minitest/AssertionInLifecycleHook cop. ([@fatkodima][])
  • #91: Add new Minitest/AssertInDelta and Minitest/RefuteInDelta cops. ([@fatkodima][])
  • #89: Add new Minitest/TestMethodName cop. ([@fatkodima][])
  • #83: New cops AssertPathExists and RefutePathExists check for use of assert_path_exists/refute_path_exists instead of assert(File.exist?(path))/refute(File.exist?(path)). ([@fatkodima][])
  • #88: Add new Minitest/MultipleAssertions cop. ([@fatkodima][])
  • #87: Add new Minitest/AssertSilent cop. ([@fatkodima][])
  • #96: Add new Minitest/UnspecifiedException cop. ([@fatkodima][])
  • #98: Add new Minitest/AssertOutput cop. ([@fatkodima][])
  • #84: New cops AssertKindOf and RefuteKindOf check for use of assert_kind_of/refute_kind_of instead of assert(foo.kind_of?(Class))/refute(foo.kind_of?(Class)). ([@fatkodima][])
  • #85: Add autocorrect to Rails/AssertEmptyLiteral cop. ([@fatkodima][])

Changes

  • #104: Require RuboCop 0.87 or higher. ([@koic][])

0.9.0 (2020-04-13)

Bug fixes

  • #75: Fix a false negative for Minitest/GlobalExpectations when using global expectation methods with no arguments. ([@koic][])

Changes

  • #73: The Minitest department works on file names end with _test.rb by default. ([@koic][])
  • #77: (BREAKING) Drop support for Ruby 2.3. ([@koic][])

0.8.1 (2020-04-06)

Bug fixes

  • #72: Fix some false negatives for Minitest/GlobalExpectations. ([@andrykonchin][])

0.8.0 (2020-03-24)

... (truncated)

Commits
  • d0a07eb Cut 0.10.2
  • 5fbab8b Merge pull request #114 from koic/fix_an_error_for_minitest_assert_equal
  • ad0c3e9 [Fix #113] Fix an error for Minitest/AssertEqual
  • da04056 Opt out of SuggestExtensions message
  • c6ebc8c Prepare for incompatible APIs in RuboCop 2.0
  • b4294cb Bump RuboCop Performance to 1.9.0
  • 5e488f0 Show the code for the code style badges
  • 321b17c Merge pull request #112 from andyw8/andyw/fix-failing-master-dynamic-eval
  • dbcf824 Fix failing CI due to new Style/DocumentDynamicEvalDefinition cop
  • 4aab50c Suppress RuboCop's offense
  • 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the 🏠 Housekeeping Non-user facing cleanup and maintenance label Dec 27, 2020
@mattbrictson mattbrictson added the automerge Automatically merge this PR once all required checks pass label Dec 27, 2020
@dependabot dependabot bot force-pushed the dependabot/bundler/rubocop-minitest-0.10.2 branch from 15146e7 to e6102e0 Compare December 27, 2020 22:31
@kodiakhq kodiakhq bot removed the automerge Automatically merge this PR once all required checks pass label Dec 27, 2020
@kodiakhq
Copy link

kodiakhq bot commented Dec 27, 2020

This PR currently has a merge conflict. Please resolve this and then re-add the automerge label.

@dependabot dependabot bot force-pushed the dependabot/bundler/rubocop-minitest-0.10.2 branch from e6102e0 to ed51ec2 Compare December 27, 2020 22:31
@mattbrictson mattbrictson merged commit 8e487c4 into main Dec 27, 2020
@mattbrictson mattbrictson deleted the dependabot/bundler/rubocop-minitest-0.10.2 branch December 27, 2020 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏠 Housekeeping Non-user facing cleanup and maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant