Skip to content

Commit

Permalink
Upgrade: Bump rubocop-rspec from 2.18.1 to 2.19.0 (#3726)
Browse files Browse the repository at this point in the history
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from
2.18.1 to 2.19.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 v2.19.0</h2>
<ul>
<li>Add new <code>RSpec/PendingBlockInsideExample</code> cop. ([<a
href="https://github.com/ydah"><code>@​ydah</code></a>])</li>
<li>Add new <code>RSpec/RedundantAround</code> cop. ([<a
href="https://github.com/r7kamura"><code>@​r7kamura</code></a>])</li>
<li>Add new <code>RSpec/Rails/TravelAround</code> cop. ([<a
href="https://github.com/r7kamura"><code>@​r7kamura</code></a>])</li>
<li>Add new <code>RSpec/ContainExactly</code> and
<code>RSpec/MatchArray</code> cops. (<a
href="https://github.com/faucct"><code>@​faucct</code></a>)</li>
<li>Rename <code>RSpec/PendingBlockInsideExample</code> cop to
<code>RSpec/SkipBlockInsideExample</code>. ([<a
href="https://github.com/pirj"><code>@​pirj</code></a>])</li>
<li>Fix a false positive for <code>RSpec/ContextWording</code> when
context is interpolated string literal or execute string. ([<a
href="https://github.com/ydah"><code>@​ydah</code></a>])</li>
<li>Fix a false positive for <code>RSpec/DescribeMethod</code> when
multi-line describe without <code>#</code> and <code>.</code> at the
beginning. ([<a href="https://github.com/ydah"><code>@​ydah</code></a>],
[<a href="https://github.com/pirj"><code>@​pirj</code></a>])</li>
<li>Fix a false positive for <code>RSpec/VariableName</code> when inside
non-spec code. ([<a
href="https://github.com/ydah"><code>@​ydah</code></a>])</li>
<li>Fix a false positive for <code>RSpec/VariableDefinition</code> when
inside non-spec code. ([<a
href="https://github.com/ydah"><code>@​ydah</code></a>])</li>
<li>Fix a false positive for <code>RSpec/PendingWithoutReason</code>
when not inside example and pending/skip with block. ([<a
href="https://github.com/ydah"><code>@​ydah</code></a>], [<a
href="https://github.com/pirj"><code>@​pirj</code></a>])</li>
<li>Fix a false positive for <code>RSpec/PendingWithoutReason</code>
when <code>skip</code> is passed a block inside example. ([<a
href="https://github.com/ydah"><code>@​ydah</code></a>], [<a
href="https://github.com/pirj"><code>@​pirj</code></a>])</li>
<li>Fix an incorrect autocorrect for
<code>RSpec/VerifiedDoubleReference</code> when namespaced class. ([<a
href="https://github.com/ydah"><code>@​ydah</code></a>])</li>
<li>Deprecate
<code>send_pattern</code>/<code>block_pattern</code>/<code>numblock_pattern</code>
helpers in favour of using node pattern explicitly. ([<a
href="https://github.com/pirj"><code>@​pirj</code></a>], [<a
href="https://github.com/ydah"><code>@​ydah</code></a>])</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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>2.19.0 (2023-03-06)</h2>
<ul>
<li>Fix a false positive for <code>RSpec/ContextWording</code> when
context is interpolated string literal or execute string. ([<a
href="https://github.com/ydah"><code>@​ydah</code></a>])</li>
<li>Fix a false positive for <code>RSpec/DescribeMethod</code> when
multi-line describe without <code>#</code> and <code>.</code> at the
beginning. ([<a href="https://github.com/ydah"><code>@​ydah</code></a>],
[<a href="https://github.com/pirj"><code>@​pirj</code></a>])</li>
<li>Fix a false positive for <code>RSpec/VariableName</code> when inside
non-spec code. ([<a
href="https://github.com/ydah"><code>@​ydah</code></a>])</li>
<li>Fix a false positive for <code>RSpec/VariableDefinition</code> when
inside non-spec code. ([<a
href="https://github.com/ydah"><code>@​ydah</code></a>])</li>
<li>Add new <code>RSpec/PendingBlockInsideExample</code> cop. ([<a
href="https://github.com/ydah"><code>@​ydah</code></a>])</li>
<li>Add <code>RSpec/RedundantAround</code> cop. ([<a
href="https://github.com/r7kamura"><code>@​r7kamura</code></a>])</li>
<li>Add <code>RSpec/Rails/TravelAround</code> cop. ([<a
href="https://github.com/r7kamura"><code>@​r7kamura</code></a>])</li>
<li>Add <code>RSpec/ContainExactly</code> and
<code>RSpec/MatchArray</code> cops. ([<a
href="https://github.com/faucct"><code>@​faucct</code></a>])</li>
<li>Fix a false positive for <code>RSpec/PendingWithoutReason</code>
when not inside example and pending/skip with block. ([<a
href="https://github.com/ydah"><code>@​ydah</code></a>], [<a
href="https://github.com/pirj"><code>@​pirj</code></a>])</li>
<li>Fix a false positive for <code>RSpec/PendingWithoutReason</code>
when <code>skip</code> is passed a block inside example. ([<a
href="https://github.com/ydah"><code>@​ydah</code></a>], [<a
href="https://github.com/pirj"><code>@​pirj</code></a>])</li>
<li>Rename <code>RSpec/PendingBlockInsideExample</code> cop to
<code>RSpec/SkipBlockInsideExample</code>. ([<a
href="https://github.com/pirj"><code>@​pirj</code></a>])</li>
<li>Deprecate
<code>send_pattern</code>/<code>block_pattern</code>/<code>numblock_pattern</code>
helpers in favour of using node pattern explicitly. ([<a
href="https://github.com/pirj"><code>@​pirj</code></a>], [<a
href="https://github.com/ydah"><code>@​ydah</code></a>])</li>
<li>Fix an incorrect autocorrect for
<code>RSpec/VerifiedDoubleReference</code> when namespaced class. ([<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/8a0337a8bd2cd632f0738b1406b625aeb86274f6"><code>8a0337a</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/1590">#1590</a>
from rubocop/release</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/4b6bf88479b1ca90908a3984b1260ffdd0c5100c"><code>4b6bf88</code></a>
Bump version to v2.19.0</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/a40832c497d663e08043f1118361c3a8293756e1"><code>a40832c</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/1575">#1575</a>
from ydah/refactor-skipped-or-pending</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/b4c2ae07b4d873d05f2400a1c52a6563f4bb2e0f"><code>b4c2ae0</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/1589">#1589</a>
from ydah/ydah/fix-1588</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/b0c5ea9bed7e6f97173d65e72bcab8c88f646f45"><code>b0c5ea9</code></a>
Refactor and adding a common matcher in SkipOrPending module</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/aa125efe354c86bd92e1870301984c5b54774c5d"><code>aa125ef</code></a>
Fix an incorrect autocorrect for
<code>RSpec/VerifiedDoubleReference</code> when namespa...</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/d114b99e99f25683596901dfb2e0ebc4dbaea9b0"><code>d114b99</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/1586">#1586</a>
from r7kamura/feature/internal-affairs</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/afd19293c27986d363e2fce1cbd7b18be549d02e"><code>afd1929</code></a>
Auto-correct <code>InternalAffairs/LocationExpression</code>
offenses</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/f6e995cc67067716c520193e86a65428bf3ee5b2"><code>f6e995c</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/1585">#1585</a>
from ydah/fix-ProcessedSourceBufferName</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/0a81cea9174d154e60eb748ae34e7237cf7b00de"><code>0a81cea</code></a>
Correct <code>InternalAffairs/ProcessedSourceBufferName</code> cop</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop-rspec/compare/v2.18.1...v2.19.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=2.18.1&new-version=2.19.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 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>
  • Loading branch information
dependabot[bot] authored Apr 10, 2023
1 parent 518934b commit 6e5e008
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ group :development do
gem 'rubocop', '~> 1.49', require: false
gem 'rubocop-performance', '~> 1.17', require: false
gem 'rubocop-rails', '~> 2.18', require: false
gem 'rubocop-rspec', '~> 2.16', require: false
gem 'rubocop-rspec', '~> 2.19', require: false
gem 'web-console', '~> 4.2'
end

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.17.0)
rubocop-capybara (2.17.1)
rubocop (~> 1.41)
rubocop-performance (1.17.1)
rubocop (>= 1.7.0, < 2.0)
Expand All @@ -468,7 +468,7 @@ GEM
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-rspec (2.18.1)
rubocop-rspec (2.19.0)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
ruby-progressbar (1.13.0)
Expand Down Expand Up @@ -621,7 +621,7 @@ DEPENDENCIES
rubocop (~> 1.49)
rubocop-performance (~> 1.17)
rubocop-rails (~> 2.18)
rubocop-rspec (~> 2.16)
rubocop-rspec (~> 2.19)
ruby-progressbar (~> 1.13)
sass-rails (~> 6.0)
seed-fu (~> 2.3)
Expand Down

0 comments on commit 6e5e008

Please sign in to comment.