DavyJonesLocker / client_side_validations

Client Side Validations made easy for Ruby on Rails
MIT License
2.68k stars 404 forks source link

Update rubocop-minitest requirement from ~> 0.28.0 to ~> 0.29.0 #908

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

Sourced from rubocop-minitest's releases.

RuboCop Minitest 0.29.0

New features

Changelog

Sourced from rubocop-minitest's changelog.

0.29.0 (2023-03-06)

New features

0.28.0 (2023-02-20)

New features

Changes

  • #239: Enhance AssertMatch/RefuteMatch to check match? and =~ methods. ([@​fatkodima][])

0.27.0 (2023-01-30)

New features

Bug fixes

  • #237: Fix a false positive for Minitest/UselessAssertion when using command execution. ([@​fatkodima][])

Changes

  • #234: Mark Minitest/AssertTruthy as unsafe. ([@​koic][])
  • #233: Mark Minitest/RefuteFalse as unsafe. ([@​koic][])
  • #231: Change what is considered a test case by rubocop-minitest (public method without arguments with test_ name prefix). ([@​fatkodima][])

0.26.1 (2023-01-17)

Bug fixes

  • #225: Fix an error for Minitest/TestFileName when using empty file. ([@​koic][])
  • #223: Fix a false positive for Minitest/MultipleAssertions when using assertion method with block. ([@​fatkodima][])

0.26.0 (2023-01-15)

New features

Bug fixes

  • #210: Fix a false positive for Minitest/EmptyLineBeforeAssertionMethodsTest when using assertion method with block arg before other assertion method. ([@​koic][])

... (truncated)

Commits
  • 9de39e5 Cut 0.29.0
  • 81167c8 Update Changelog
  • e74b45b Merge pull request #238 from fatkodima/it-testcase
  • ef1651d Suppress InternalAffairs/LocationExpression offense
  • fcf0a8f Fix an error for Minitest/AssertOffense when using RuboCop 1.46
  • 91c66c6 Switch back docs version to master
  • bda43b4 Support it/test testing blocks as test cases
  • See full diff 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[bot] commented 1 year ago

Looks like rubocop-minitest is up-to-date now, so this is no longer needed.