Skip to content

Update dependency rubocop-rspec to '~> 3.10.0' - #84

Merged
silug merged 2 commits into
masterfrom
renovate/rubocop-rspec-3.x
Jun 7, 2026
Merged

Update dependency rubocop-rspec to '~> 3.10.0'#84
silug merged 2 commits into
masterfrom
renovate/rubocop-rspec-3.x

Conversation

@renovate

@renovate renovate Bot commented Jan 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
rubocop-rspec (changelog) '~> 3.7.0''~> 3.10.0' age confidence

Release Notes

rubocop/rubocop-rspec (rubocop-rspec)

v3.10.2

Compare Source

  • Fix false positives for RSpec/SpecFilePathFormat when CustomTransform maps a namespace to an empty string. ([@​sakuro])
  • Fix RSpec/MatchWithSimpleRegex to ignore regular expressions with options. ([@​bquorning])

v3.10.1

Compare Source

  • Add Strict option to RSpec/SharedContext to flag shared_context whenever it contains examples, even alongside setup code. ([@​Darhazer])
  • Add NegatedMatcher configuration option RSpec/ExpectChange. ([@​Darhazer])
  • Fix RSpec/MatchWithSimpleRegex to ignore regular expressions with interpolations. ([@​bquorning])

v3.10.0

Compare Source

  • Add new cop RSpec/MatchWithSimpleRegex to suggest include matcher when match is used with simple string literals without regex-specific features. ([@​bquorning])
  • Add new cop RSpec/DiscardedMatcher to detect matchers in void context (e.g. missing .and between compound matchers). ([@​ydakuka])
  • Add support for itblock nodes. ([@​Darhazer])
  • RSpec/ScatteredLet now preserves the order of lets during auto-correction. ([@​Darhazer])
  • Fix a false negative for RSpec/EmptyLineAfterFinalLet inside shared_examples / include_examples / it_behaves_like blocks. ([@​Darhazer])
  • Fix a false positive for RSpec/ContainExactly when contain_exactly has multiple splat arguments. ([@​ydah])
  • Add autocorrect support for RSpec/SubjectDeclaration. ([@​eugeneius])
  • Fix false negatives for RSpec/SpecFilePathFormat when the expected class path only partially matches a path segment. ([@​ydah])
  • Fix a false negative for RSpec/ExpectActual when the matcher takes no arguments (e.g. expect("foo").to be_present, expect(1).to be). ([@​cvx])

v3.9.0

Compare Source

  • Fix a false positive for RSpec/LeakyLocalVariable when variables are used only in example metadata (e.g., skip messages). ([@​ydah])
  • Fix a false positive for RSpec/ScatteredSetup when the hook is defined inside a class method. ([@​d4rky-pl])
  • Fix a false positive for RSpec/DescribedClass inside dynamically evaluated blocks (class_eval, module_eval, instance_eval, class_exec, module_exec, instance_exec). ([@​sucicfilip])
  • Add new cop RSpec/Output. ([@​kevinrobell-st])

v3.8.0

Compare Source

  • Add new cop RSpec/LeakyLocalVariable. ([@​lovro-bikic])
  • Bump RuboCop requirement to +1.81. ([@​ydah])
  • Fix a false positive for RSpec/LetSetup when let! used in outer scope. ([@​ydah])
  • Fix a false positive for RSpec/ReceiveNever cop when allow(...).to receive(...).never. ([@​ydah])
  • Fix detection of nameless doubles with methods in RSpec/VerifiedDoubles. ([@​ushi-as])
  • Improve an offense message for RSpec/RepeatedExample cop. ([@​ydah])
  • Let RSpec/SpecFilePathFormat leverage ActiveSupport inflections when configured. ([@​corsonknowles], [@​bquorning])

Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@op-ct op-ct added this to Org Triage Jan 5, 2026
@renovate renovate Bot changed the title chore(deps): update dependency rubocop-rspec to '~> 3.8.0' chore(deps): update dependency rubocop-rspec to '~> 3.9.0' Jan 8, 2026
@renovate
renovate Bot force-pushed the renovate/rubocop-rspec-3.x branch 2 times, most recently from 11c64b9 to 4beb723 Compare January 10, 2026 17:01
@renovate
renovate Bot force-pushed the renovate/rubocop-rspec-3.x branch from 4beb723 to 7d7d6b4 Compare January 27, 2026 17:34
@silug silug removed this from Org Triage Mar 2, 2026
@renovate renovate Bot changed the title chore(deps): update dependency rubocop-rspec to '~> 3.9.0' Update dependency rubocop-rspec to '~> 3.9.0' Apr 8, 2026
@renovate
renovate Bot force-pushed the renovate/rubocop-rspec-3.x branch from 7d7d6b4 to 76f0a2c Compare April 13, 2026 15:44
@renovate
renovate Bot force-pushed the renovate/rubocop-rspec-3.x branch from 76f0a2c to 9bda6d8 Compare May 11, 2026 14:45
@renovate renovate Bot changed the title Update dependency rubocop-rspec to '~> 3.9.0' Update dependency rubocop-rspec to '~> 3.10.0' Jun 7, 2026
@renovate
renovate Bot force-pushed the renovate/rubocop-rspec-3.x branch from 9bda6d8 to 001f08a Compare June 7, 2026 14:31
Convert file-level locals to let blocks where possible, and add
narrow rubocop:disable directives for intentional puts in acceptance
tests and for the loop-iteration local target_name.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@renovate

renovate Bot commented Jun 7, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@silug
silug merged commit 42681b8 into master Jun 7, 2026
5 checks passed
@silug
silug deleted the renovate/rubocop-rspec-3.x branch June 7, 2026 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants