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 dependency rubocop-minitest to '~> 0.35.0' - autoclosed #391

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rubocop-minitest (source, changelog) '~> 0.22.2' -> '~> 0.35.0' age adoption passing confidence

Release Notes

rubocop/rubocop-minitest (rubocop-minitest)

v0.35.0

Compare Source

New features
Bug fixes
  • #​300: Fix an error for Minitest/AssertEmptyLiteral when only passing an empty literal. ([@​earlopain][])
Changes
  • #​303: Require RuboCop 1.61 to use AutoCorrect: Contextual. ([@​koic][])
  • #​304: Require RuboCop AST >= 1.31.1 to support Prism as a Ruby Parser. ([@​koic][])

v0.34.5

Compare Source

Bug fixes
  • #​299: Fix an error for Style/UselessAssertion when passing a single argument to methods to accept two arguments. ([@​earlopain][])
Changes
  • #​298: Extend Minitest/AssertKindOf to also correct assert(object.is_a?(Class)). ([@​amomchilov][])

v0.34.4

Compare Source

Bug fixes
  • #​292: Ensure all kinds of assignments are correctly handled when counting assertions. ([@​G-Rath][])

v0.34.3

Compare Source

Bug fixes
  • #​287: Don't error on empty blocks when linting assert_raises. ([@​G-Rath][])
  • #​289: Don't count assertions twice when their return value is being assigned. ([@​G-Rath][])

v0.34.2

Compare Source

Bug fixes
  • #​283: Fix an error for Minitest/MultipleAssertions when using || assigning a value to a variable. ([@​koic][])

v0.34.1

Compare Source

Bug fixes
  • #​281: Fix an error when assigning a value to an object attribute. ([@​koic][])

v0.34.0

Compare Source

New features
Bug fixes
  • #​275: Make Minitest/AssertMatch aware of assert_operator when running with Ruby 2.7. ([@​koic][])
  • #​271: Fix a false positive for Minitest/EmptyLineBeforeAssertionMethods and assert_raises. ([@​fatkodima][])
Changes

v0.33.0

Compare Source

New features
  • #​266: Make Minitest/AssertEqual aware of assert_operator. ([@​koic][])
  • #​268: Make Minitest/AssertMatch aware of assert_operator. ([@​koic][])
  • #​267: Make Minitest/RefuteEqual aware of assert_operator and refute_operator. ([@​koic][])
  • #​269: Make Minitest/RefuteMatch aware of refute_operator and assert_operator. ([@​koic][])
Changes
  • #​265: Make Minitest/RefuteEqual aware of refute(expected == actual). ([@​koic][])

v0.32.2

Compare Source

Bug fixes
  • #​263: Fix an error for Minitest/AssertOperator and Minitest/RefuteOperator when using unary operation argument. ([@​koic][])
Changes
  • #​264: Make Minitest/AssertOperator and Minitest/RefuteOperator allow index access with []. ([@​flavorjones][])

v0.32.1

Compare Source

Bug fixes
  • #​261: Fix an error for Minitest/AssertOperator and Minitest/RefuteOperator when using variable argument. ([@​koic][])

v0.32.0

Compare Source

New features
  • #​255: Add new Minitest/AssertOperator and Minitest/RefuteOperator cops. ([@​koic][])
Bug fixes
  • #​259: Fix autocorrection for Minitest/LiteralAsActualArgument, Minitest/AssertPathExists, and Minitest/RefutePathExists cops to preserve the presence or absence of argument parentheses. ([@​koic][])

v0.31.1

Compare Source

Bug fixes
  • #​256: Fix a false positive for Minitest/RefuteEqual when assert(!expected == actual). ([@​koic][])

v0.31.0

Compare Source

New features
Changes

v0.30.0

Compare Source

New features
  • #​248: Make Minitest/AssertInstanceOf and Minitest/RefuteInstanceOf aware of assert_equal(Class, object.class) and refute_equal(Class, object.class). ([@​koic][])
  • #​244: Make Minitest/GlobalExpectations aware of must_pattern_match and wont_pattern_match matchers. ([@​koic][])
  • #​216: Add new Minitest/NoTestCases cop. ([@​tejasbubane][])
Bug fixes
  • #​247: Prevent breaking change for assertion message in test. ([@​koic][])

v0.29.0

Compare Source

New features

v0.28.0

Compare Source

New features
Changes

v0.27.0

Compare Source

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][])

v0.26.1

Compare Source

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][])

v0.26.0

Compare Source

New features
Bug fixes
  • #​210: Fix a false positive for Minitest/EmptyLineBeforeAssertionMethodsTest when using assertion method with block arg before other assertion method. ([@​koic][])
Changes
  • #​209: Mark Minitest/AssertTruthy as unsafe autocorrection. ([@​koic][])
  • #​204: Raise severity of Minitest/AssertRaisesWithRegexpArgument, Minitest/AssertWithExpectedArgument, Minitest/GlobalExpectations, Minitest/SkipEnsure, and Minitest/UnreachableAssertion cops to warning. ([@​koic][])

v0.25.1

Compare Source

Changes
  • #​206: Make Minitest/AssertWithExpectedArgument aware of message variable. ([@​koic][])

v0.25.0

Compare Source

New features

v0.24.0

Compare Source

New features

v0.23.2

Compare Source

Bug fixes
  • #​189: Fix a false positive for Minitest/EmptyLineBeforeAssertionMethods when using an assertion method as the first line within a test block. ([@​ryanquanz][])

v0.23.1

Compare Source

Bug fixes
  • #​189: Fix a false positive for Minitest/EmptyLineBeforeAssertionMethods when using rescue before assertion method. ([@​koic][])
  • #​187: Fix an error for Minitest/EmptyLineBeforeAssertionMethods when using method call with block. ([@​koic][])
  • #​190: Fix an incorrect autocorrect for Minitest/EmptyLineBeforeAssertionMethods when using method call with source code comment before assertion method. ([@​koic][])
  • #​189: Fix a false negative for Minitest/EmptyLineBeforeAssertionMethods when using non assertion method statement before assertion method used in a block. ([@​koic][])
  • #​189: Fix a false negative for Minitest/EmptyLineBeforeAssertionMethods when using assertion method used in block before assertion method. ([@​koic][])

v0.23.0

Compare Source

New features
  • #​157: Add new Minitest/EmptyLineBeforeAssertionMethods cop. ([@​koic][])

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/rubocop-minitest-0.x branch from 337b9d3 to fff9b3b Compare October 31, 2022 15:42
@renovate renovate bot force-pushed the renovate/rubocop-minitest-0.x branch from fff9b3b to 1b23d5f Compare November 12, 2022 06:18
@renovate renovate bot force-pushed the renovate/rubocop-minitest-0.x branch 2 times, most recently from a8db47a to 7bcec6b Compare November 20, 2022 06:04
@renovate renovate bot changed the title Update dependency rubocop-minitest to '~> 0.23.0' Update dependency rubocop-minitest to '~> 0.24.0' Nov 27, 2022
@renovate renovate bot force-pushed the renovate/rubocop-minitest-0.x branch from 7bcec6b to 14cb719 Compare November 27, 2022 10:17
@renovate renovate bot force-pushed the renovate/rubocop-minitest-0.x branch from 14cb719 to d309a67 Compare December 10, 2022 07:36
@renovate renovate bot changed the title Update dependency rubocop-minitest to '~> 0.24.0' Update dependency rubocop-minitest to '~> 0.25.0' Dec 10, 2022
@renovate renovate bot force-pushed the renovate/rubocop-minitest-0.x branch from d309a67 to 903c865 Compare December 11, 2022 19:53
@renovate renovate bot force-pushed the renovate/rubocop-minitest-0.x branch from 903c865 to 06bf478 Compare January 8, 2023 18:18
@renovate renovate bot changed the title Update dependency rubocop-minitest to '~> 0.25.0' Update dependency rubocop-minitest to '~> 0.26.0' Jan 15, 2023
@renovate renovate bot force-pushed the renovate/rubocop-minitest-0.x branch from 06bf478 to 7e6dbaf Compare January 15, 2023 00:10
@renovate renovate bot force-pushed the renovate/rubocop-minitest-0.x branch 2 times, most recently from 2439811 to c02805a Compare January 29, 2023 14:22
@renovate renovate bot force-pushed the renovate/rubocop-minitest-0.x branch from c02805a to 23446d7 Compare January 29, 2023 18:23
@renovate renovate bot changed the title Update dependency rubocop-minitest to '~> 0.26.0' Update dependency rubocop-minitest to '~> 0.27.0' Jan 30, 2023
@renovate renovate bot force-pushed the renovate/rubocop-minitest-0.x branch from 23446d7 to 6b13766 Compare January 30, 2023 05:50
@renovate renovate bot changed the title Update dependency rubocop-minitest to '~> 0.27.0' Update dependency rubocop-minitest to '~> 0.28.0' Feb 20, 2023
@renovate renovate bot force-pushed the renovate/rubocop-minitest-0.x branch 2 times, most recently from 121bb36 to 81ecd3f Compare February 21, 2023 10:11
@renovate renovate bot changed the title Update dependency rubocop-minitest to '~> 0.28.0' Update dependency rubocop-minitest to '~> 0.29.0' Mar 6, 2023
@renovate renovate bot force-pushed the renovate/rubocop-minitest-0.x branch 2 times, most recently from ffebe2b to 989f7cb Compare March 11, 2023 19:49
@renovate renovate bot force-pushed the renovate/rubocop-minitest-0.x branch 2 times, most recently from 64528b4 to fd60c04 Compare March 19, 2023 20:10
@renovate renovate bot force-pushed the renovate/rubocop-minitest-0.x branch from fd60c04 to ba9f1ff Compare March 26, 2023 18:11
@renovate renovate bot changed the title Update dependency rubocop-minitest to '~> 0.29.0' Update dependency rubocop-minitest to '~> 0.30.0' Apr 6, 2023
@renovate renovate bot force-pushed the renovate/rubocop-minitest-0.x branch from ba9f1ff to 47586be Compare April 6, 2023 12:07
@renovate renovate bot changed the title Update dependency rubocop-minitest to '~> 0.30.0' Update dependency rubocop-minitest to '~> 0.31.0' May 6, 2023
@renovate renovate bot force-pushed the renovate/rubocop-minitest-0.x branch from 47586be to f31745a Compare May 6, 2023 02:23
@renovate renovate bot force-pushed the renovate/rubocop-minitest-0.x branch from f31745a to 53df1d0 Compare September 23, 2023 04:07
@renovate renovate bot changed the title Update dependency rubocop-minitest to '~> 0.31.0' Update dependency rubocop-minitest to '~> 0.32.0' Sep 23, 2023
@renovate renovate bot force-pushed the renovate/rubocop-minitest-0.x branch from 53df1d0 to f25656d Compare October 21, 2023 07:38
@renovate renovate bot changed the title Update dependency rubocop-minitest to '~> 0.32.0' Update dependency rubocop-minitest to '~> 0.33.0' Oct 21, 2023
@renovate renovate bot force-pushed the renovate/rubocop-minitest-0.x branch from f25656d to a4fa70c Compare December 16, 2023 03:08
@renovate renovate bot changed the title Update dependency rubocop-minitest to '~> 0.33.0' Update dependency rubocop-minitest to '~> 0.34.0' Dec 16, 2023
@renovate renovate bot changed the title Update dependency rubocop-minitest to '~> 0.34.0' Update dependency rubocop-minitest to '~> 0.35.0' Mar 10, 2024
@renovate renovate bot force-pushed the renovate/rubocop-minitest-0.x branch from a4fa70c to 6a287f6 Compare March 10, 2024 11:18
@renovate renovate bot force-pushed the renovate/rubocop-minitest-0.x branch 2 times, most recently from 9449bf9 to df811fc Compare May 21, 2024 23:09
@renovate renovate bot force-pushed the renovate/rubocop-minitest-0.x branch from df811fc to 41e9fcd Compare May 25, 2024 08:37
@renovate renovate bot changed the title Update dependency rubocop-minitest to '~> 0.35.0' Update dependency rubocop-minitest to '~> 0.35.0' - autoclosed May 28, 2024
@renovate renovate bot closed this May 28, 2024
@renovate renovate bot deleted the renovate/rubocop-minitest-0.x branch May 28, 2024 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

0 participants