Skip to content

Commit

Permalink
Bump the bundler-dev group with 4 updates (#3802)
Browse files Browse the repository at this point in the history
Bumps the bundler-dev group with 4 updates:
[rubocop](https://github.com/rubocop/rubocop),
[ruby-lsp](https://github.com/Shopify/ruby-lsp),
[rubocop-ast](https://github.com/rubocop/rubocop-ast) and
[sorbet-runtime](https://github.com/sorbet/sorbet).

Updates `rubocop` from 1.61.0 to 1.62.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop/releases">rubocop's
releases</a>.</em></p>
<blockquote>
<h2>RuboCop 1.62</h2>
<p><strong>Note:</strong> This is the first RuboCop release that
features (experimental) support for using <code>Prism</code> instead of
the <code>parser</code> gem. Check out <a
href="https://docs.rubocop.org/rubocop/1.62/configuration.html#setting-the-parser-engine">the
docs</a> for more details.</p>
<p>See also <a
href="https://metaredux.com/posts/2024/02/19/need-for-speed-using-rubocop-with-prism.html">this
article</a> for additional context.</p>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12600">#12600</a>:
Support Prism as a Ruby parser (experimental). (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/12725">#12725</a>:
Support <code>TargetRubyVersion 3.4</code> (experimental). (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/12746">#12746</a>:
Fix a false positive for <code>Lint/ToEnumArguments</code> when
enumerator is created for another method in no arguments method
definition. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12726">#12726</a>:
Fix a false positive for <code>Style/RedundantLineContinuation</code>
when using line concatenation and calling a method with keyword
arguments without parentheses. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12738">#12738</a>:
Fix an error for <code>Style/Encoding</code> when magic encoding with
mixed case present. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/12732">#12732</a>:
Fix error determining target Ruby when gemspec
<code>required_ruby_version</code> is read from another file. (<a
href="https://github.com/davidrunger"><code>@​davidrunger</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12736">#12736</a>:
Fix invalid autocorrect in
<code>Layout/SpaceInsideHashLiteralBraces</code>. (<a
href="https://github.com/bquorning"><code>@​bquorning</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12667">#12667</a>:
Don't load excluded configuration. (<a
href="https://github.com/jonas054"><code>@​jonas054</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md">rubocop's
changelog</a>.</em></p>
<blockquote>
<h2>1.62.0 (2024-03-06)</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12600">#12600</a>:
Support Prism as a Ruby parser (experimental). ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/12725">#12725</a>:
Support <code>TargetRubyVersion 3.4</code> (experimental). ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/12746">#12746</a>:
Fix a false positive for <code>Lint/ToEnumArguments</code> when
enumerator is created for another method in no arguments method
definition. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12726">#12726</a>:
Fix a false positive for <code>Style/RedundantLineContinuation</code>
when using line concatenation and calling a method with keyword
arguments without parentheses. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12738">#12738</a>:
Fix an error for <code>Style/Encoding</code> when magic encoding with
mixed case present. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/12732">#12732</a>:
Fix error determining target Ruby when gemspec
<code>required_ruby_version</code> is read from another file. ([<a
href="https://github.com/davidrunger"><code>@​davidrunger</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12736">#12736</a>:
Fix invalid autocorrect in
<code>Layout/SpaceInsideHashLiteralBraces</code>. ([<a
href="https://github.com/bquorning"><code>@​bquorning</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12667">#12667</a>:
Don't load excluded configuration. ([<a
href="https://github.com/jonas054"><code>@​jonas054</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop/commit/92785ddcf63c8bb6c3449e4183ebb21311a867c9"><code>92785dd</code></a>
Cut 1.62</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/2d882c3f160fcbe2301b6b20716f1dada17e4d6c"><code>2d882c3</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/c0582a4b194ff620af1a4644be43183720ea5fd0"><code>c0582a4</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/12746">#12746</a>]
Fix a false positive for <code>Lint/ToEnumArguments</code></li>
<li><a
href="https://github.com/rubocop/rubocop/commit/dea3b768caa6b3b8742516a52f34325110364e76"><code>dea3b76</code></a>
Bump rubocop-rspec from ~&gt; 2.27.0 to ~&gt; 2.27.1</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/50263938f808bc1b373c3c099baa9309fc1ade48"><code>5026393</code></a>
Call .value to get gemspec required_ruby_version only if str_type?</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/07cad751e60a8f61a35943a8ccf7ae631ff4cfd2"><code>07cad75</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/12740">#12740</a>]
Tweak annotation pattern for <code>expect_offense</code></li>
<li><a
href="https://github.com/rubocop/rubocop/commit/859f6fdab61c38f13bf79c270306a10b9607dcef"><code>859f6fd</code></a>
Fix missing assertions in <code>RuboCop::TargetRuby</code> specs</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/6674cc8c114d657fe2ddd20c80b3edfe21d17333"><code>6674cc8</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/12738">#12738</a>]
Fix an error for <code>Style/Encoding</code></li>
<li><a
href="https://github.com/rubocop/rubocop/commit/1a73d64eb1d9fc3b24e7b2b0d1ee4d598a9e883e"><code>1a73d64</code></a>
Refactor TargetFinder</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/664ba3d4b0269d767cab85bca1b29f94bb1c2ff7"><code>664ba3d</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/12667">#12667</a>]
Avoid loading excluded configuration</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop/compare/v1.61.0...v1.62.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `ruby-lsp` from 0.14.3 to 0.14.5
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Shopify/ruby-lsp/commit/3fffcfb40e2975959a0ccedd90a3dbfceac03c10"><code>3fffcfb</code></a>
Show require and require_relative completions on quotes (<a
href="https://redirect.github.com/Shopify/ruby-lsp/issues/1443">#1443</a>)</li>
<li><a
href="https://github.com/Shopify/ruby-lsp/commit/fdac2fb78a96c11ae3592feee5ca552a18a53d50"><code>fdac2fb</code></a>
Allow addons to register for filewatching events (<a
href="https://redirect.github.com/Shopify/ruby-lsp/issues/1464">#1464</a>)</li>
<li><a
href="https://github.com/Shopify/ruby-lsp/commit/d1da8858a146d5c600af3371e37a960961080858"><code>d1da885</code></a>
Use <code>highlighted_area</code> for rubocop diagnostics (<a
href="https://redirect.github.com/Shopify/ruby-lsp/issues/1459">#1459</a>)</li>
<li><a
href="https://github.com/Shopify/ruby-lsp/commit/abf3fd4de6886d65c20affc8736b7da80aa7d4e0"><code>abf3fd4</code></a>
Supprot RuboCop's LSP mode (<a
href="https://redirect.github.com/Shopify/ruby-lsp/issues/1453">#1453</a>)</li>
<li><a
href="https://github.com/Shopify/ruby-lsp/commit/01394af49fce01914fc08f7aeaa152ba706df09f"><code>01394af</code></a>
Set value instead of placeholder for textarea in issue template (<a
href="https://redirect.github.com/Shopify/ruby-lsp/issues/1460">#1460</a>)</li>
<li><a
href="https://github.com/Shopify/ruby-lsp/commit/c27ef7f053e74cf87753e7b7646d2650268c147f"><code>c27ef7f</code></a>
Fix missing images on the documentation website (<a
href="https://redirect.github.com/Shopify/ruby-lsp/issues/1455">#1455</a>)</li>
<li><a
href="https://github.com/Shopify/ruby-lsp/commit/a9757323858d99d98388151f84097c129ba297ba"><code>a975732</code></a>
Ignore the release that triggered the action when searching for latest
release</li>
<li><a
href="https://github.com/Shopify/ruby-lsp/commit/0d9abdd11bf2c4157d9a5bdc1a506c3ccced30d6"><code>0d9abdd</code></a>
Use ref_name as head to compare commits in release as well</li>
<li><a
href="https://github.com/Shopify/ruby-lsp/commit/91c05b88a8fcf1482091ea68a0297447eb648cd4"><code>91c05b8</code></a>
Use ref_name as head to compare commits</li>
<li><a
href="https://github.com/Shopify/ruby-lsp/commit/9531e0b4b4b1ed328958ace237365148cb247e0c"><code>9531e0b</code></a>
Fix syntax error in publish action</li>
<li>Additional commits viewable in <a
href="https://github.com/Shopify/ruby-lsp/compare/v0.14.3...v0.14.5">compare
view</a></li>
</ul>
</details>
<br />

Updates `rubocop-ast` from 1.31.1 to 1.31.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md">rubocop-ast's
changelog</a>.</em></p>
<blockquote>
<h2>1.31.2 (2024-03-08)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-ast/pull/286">#286</a>:
Improve error message for invalid <code>parser_engine</code> value. ([<a
href="https://github.com/Earlopain"><code>@​Earlopain</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop-ast/commit/9812be52352d392d4280251ff9ffd377005d8f29"><code>9812be5</code></a>
Cut 1.31.2</li>
<li><a
href="https://github.com/rubocop/rubocop-ast/commit/e424be03c6245f29f443dec647c4d10fbd3c1d4c"><code>e424be0</code></a>
Improve error message when passing wrong <code>parser_engine</code> and
accept strings</li>
<li><a
href="https://github.com/rubocop/rubocop-ast/commit/2514755c21fd45d6da89f870957e280d9adf5119"><code>2514755</code></a>
Restore docs/antora.yml</li>
<li>See full diff in <a
href="https://github.com/rubocop/rubocop-ast/compare/v1.31.1...v1.31.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `sorbet-runtime` from 0.5.11284 to 0.5.11287
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sorbet/sorbet/releases">sorbet-runtime's
releases</a>.</em></p>
<blockquote>
<h2>sorbet 0.5.11286.20240306201230-72b13abde</h2>
<p>To use Sorbet add this line to your Gemfile:</p>
<pre><code>gem 'sorbet', '0.5.11286', :group =&gt; :development
gem 'sorbet-runtime', '0.5.11286'
</code></pre>
<h2>sorbet 0.5.11285.20240305111122-15df026a4</h2>
<p>To use Sorbet add this line to your Gemfile:</p>
<pre><code>gem 'sorbet', '0.5.11285', :group =&gt; :development
gem 'sorbet-runtime', '0.5.11285'
</code></pre>
<h2>sorbet 0.5.11284.20240301063639-a75ce501d</h2>
<p>To use Sorbet add this line to your Gemfile:</p>
<pre><code>gem 'sorbet', '0.5.11284', :group =&gt; :development
gem 'sorbet-runtime', '0.5.11284'
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/sorbet/sorbet/commits">compare view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 1e2f4d7 commit 10d9320
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -396,18 +396,18 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.13.1)
rubocop (1.61.0)
rubocop (1.62.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.1)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
Expand All @@ -427,7 +427,7 @@ GEM
rubocop-factory_bot (~> 2.22)
ruby-graphviz (1.2.5)
rexml
ruby-lsp (0.14.3)
ruby-lsp (0.14.5)
language_server-protocol (~> 3.17.0)
prism (>= 0.22.0, < 0.25)
sorbet-runtime (>= 0.5.10782)
Expand Down Expand Up @@ -468,7 +468,7 @@ GEM
sitemap_generator (6.3.0)
builder (~> 3.0)
smart_properties (1.17.0)
sorbet-runtime (0.5.11284)
sorbet-runtime (0.5.11287)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand Down

0 comments on commit 10d9320

Please sign in to comment.