Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump rubocop-rspec from 3.1.0 to 3.2.0 in /packages/ruby (…
…#1113) Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.1.0 to 3.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop-rspec/releases">rubocop-rspec's releases</a>.</em></p> <blockquote> <h2>RuboCop RSpec v3.2.0</h2> <ul> <li>Fix <code>RSpec/VoidExpect</code> to only operate inside an example block. (<a href="https://github.com/corsonknowles"><code>@corsonknowles</code></a>)</li> <li>Change <code>RSpec/ContextWording</code> cop to always report an offense when both <code>Prefixes</code> and <code>AllowedPatterns</code> are empty. (<a href="https://github.com/ydah"><code>@ydah</code></a>)</li> <li>Add support for <code>and</code> and <code>or</code> compound matchers to <code>RSpec/ChangeByZero</code> cop. (<a href="https://github.com/ydah"><code>@ydah</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md">rubocop-rspec's changelog</a>.</em></p> <blockquote> <h2>3.2.0 (2024-10-26)</h2> <ul> <li>Fix <code>RSpec/VoidExpect</code> to only operate inside an example block. ([<a href="https://github.com/corsonknowles"><code>@corsonknowles</code></a>])</li> <li>Change <code>RSpec/ContextWording</code> cop to always report an offense when both <code>Prefixes</code> and <code>AllowedPatterns</code> are empty. ([<a href="https://github.com/ydah"><code>@ydah</code></a>])</li> <li>Add support for <code>and</code> and <code>or</code> compound matchers to <code>RSpec/ChangeByZero</code> cop. ([<a href="https://github.com/ydah"><code>@ydah</code></a>])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/50ac5ab0ed4829ca512a78066e8fa48a0ba775f2"><code>50ac5ab</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/1987">#1987</a> from rubocop/release</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/39b0d3f8c1d6dd720cce3dd37782ee5b0d26d448"><code>39b0d3f</code></a> Release v3.2.0</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/6584b4a578541aa9db49a2d89da92ca98ee3544a"><code>6584b4a</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/1985">#1985</a> from rubocop/revert-unwanted-change</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/530af445d9294e85a1030d7965fad63611221cd0"><code>530af44</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/1975">#1975</a> from corsonknowles/require_void_expect_acts_inside_a...</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/6cbe4238dd5a4881758b9504670fb6893bae1be8"><code>6cbe423</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/eb617486819a01ad76a08f50b0aa04cae3337dca"><code>eb61748</code></a> Revert an change that would conceal unintentional RSpec syntax</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/427d19d93ab9a3231504ba0a79dcbc9ffceee9e8"><code>427d19d</code></a> Merge branch 'master' into require_void_expect_acts_inside_an_example_block</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/954a45f6dc2a60f28c751861f81c9a4c822608ed"><code>954a45f</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/1984">#1984</a> from rubocop/fixcbz</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/130c5641f1a1afff88513d0a8278656d157ab88f"><code>130c564</code></a> Fix an error for <code>RSpec/ChangeByZero</code> when <code>change (...) .by (0)</code> and `change...</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/ff444c2442c64497d6b4b7a50ecf1188da89d239"><code>ff444c2</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/1982">#1982</a> from rubocop/improve-cwc</li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop-rspec/compare/v3.1.0...v3.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop-rspec&package-manager=bundler&previous-version=3.1.0&new-version=3.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrii Andreiev <[email protected]>
- Loading branch information