Skip to content

Commit fd1fc17

Browse files
Bump rubocop from 1.63.5 to 1.64.0 in the bundler-lint group (#3851)
Bumps the bundler-lint group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.63.5 to 1.64.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.64</h2> <h3>New features</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12904">#12904</a>: Add new <code>either_consistent</code> <code>SupportedShorthandSyntax</code> to <code>Style/HashSyntax</code>. (<a href="https://github.com/pawelma"><code>@​pawelma</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12842">#12842</a>: Add new <code>Style/SendWithLiteralMethodName</code> cop. (<a href="https://github.com/koic"><code>@​koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12309">#12309</a>: Add new <code>Style/SuperArguments</code> cop. (<a href="https://github.com/earlopain"><code>@​earlopain</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12917">#12917</a>: Suggest correct formatter name for <code>--format</code> command line option. (<a href="https://github.com/koic"><code>@​koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12242">#12242</a>: Support <code>AllowModifiersOnAttrs</code> option for <code>Style/AccessModifierDeclarations</code>. (<a href="https://github.com/krororo"><code>@​krororo</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/11585">#11585</a>: Support <code>AllowedMethods</code> for <code>Style/DocumentationMethod</code>. (<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/issues/7189">#7189</a>: Fix a false positive for <code>Style/Copyright</code> when using multiline copyright notice. (<a href="https://github.com/koic"><code>@​koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12914">#12914</a>: Fix a false negative for <code>Layout/EmptyComment</code> when using an empty comment next to code after comment line. (<a href="https://github.com/koic"><code>@​koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12919">#12919</a>: Fix false negatives for <code>Style/ArgumentsForwarding</code> when forward target is <code>super</code>. (<a href="https://github.com/koic"><code>@​koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12923">#12923</a>: Fix false negatives for <code>Style/ArgumentsForwarding</code> when forward target is safe navigation method. (<a href="https://github.com/koic"><code>@​koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12894">#12894</a>: Fix false positives for <code>Style/MapIntoArray</code> when using <code>each</code> without receiver with <code>&lt;&lt;</code> to build an array. (<a href="https://github.com/koic"><code>@​koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12876">#12876</a>: Fix an error for the lockfile parser if a gemfile exists but a lockfile doesn't. (<a href="https://github.com/earlopain"><code>@​earlopain</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12888">#12888</a>: Fix <code>--no-exclude-limit</code> generating a todo with <code>Max</code> config instead of listing everything out with <code>Exclude</code>. (<a href="https://github.com/earlopain"><code>@​earlopain</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12898">#12898</a>: Fix an error for <code>TargetRailsVersion</code> when parsing from the lockfile with prerelease rails. (<a href="https://github.com/earlopain"><code>@​earlopain</code></a>)</li> </ul> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12908">#12908</a>: Add rubocop-rspec back to suggested extensions when rspec-rails is in use. (<a href="https://github.com/pirj"><code>@​pirj</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12884">#12884</a>: Align output from <code>cop.documentation_url</code> with <code>--show-docs-url</code> when passing a config as argument. (<a href="https://github.com/earlopain"><code>@​earlopain</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12905">#12905</a>: Support <code>ActiveSupportExtensionsEnabled</code> for <code>Style/SymbolProc</code>. (<a href="https://github.com/koic"><code>@​koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12897">#12897</a>: Respect user's intentions with <code>workspace/executeCommand</code> LSP method. (<a href="https://github.com/koic"><code>@​koic</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.64.0 (2024-05-23)</h2> <h3>New features</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12904">#12904</a>: Add new <code>either_consistent</code> <code>SupportedShorthandSyntax</code> to <code>Style/HashSyntax</code>. ([<a href="https://github.com/pawelma"><code>@​pawelma</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12842">#12842</a>: Add new <code>Style/SendWithLiteralMethodName</code> cop. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12309">#12309</a>: Add new <code>Style/SuperArguments</code> cop. ([<a href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12917">#12917</a>: Suggest correct formatter name for <code>--format</code> command line option. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12242">#12242</a>: Support <code>AllowModifiersOnAttrs</code> option for <code>Style/AccessModifierDeclarations</code>. ([<a href="https://github.com/krororo"><code>@​krororo</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/11585">#11585</a>: Support <code>AllowedMethods</code> for <code>Style/DocumentationMethod</code>. ([<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/issues/7189">#7189</a>: Fix a false positive for <code>Style/Copyright</code> when using multiline copyright notice. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12914">#12914</a>: Fix a false negative for <code>Layout/EmptyComment</code> when using an empty comment next to code after comment line. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12919">#12919</a>: Fix false negatives for <code>Style/ArgumentsForwarding</code> when forward target is <code>super</code>. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12923">#12923</a>: Fix false negatives for <code>Style/ArgumentsForwarding</code> when forward target is safe navigation method. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12894">#12894</a>: Fix false positives for <code>Style/MapIntoArray</code> when using <code>each</code> without receiver with <code>&lt;&lt;</code> to build an array. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12876">#12876</a>: Fix an error for the lockfile parser if a gemfile exists but a lockfile doesn't. ([<a href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12888">#12888</a>: Fix <code>--no-exclude-limit</code> generating a todo with <code>Max</code> config instead of listing everything out with <code>Exclude</code>. ([<a href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12898">#12898</a>: Fix an error for <code>TargetRailsVersion</code> when parsing from the lockfile with prerelease rails. ([<a href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li> </ul> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12908">#12908</a>: Add rubocop-rspec back to suggested extensions when rspec-rails is in use. ([<a href="https://github.com/pirj"><code>@​pirj</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12884">#12884</a>: Align output from <code>cop.documentation_url</code> with <code>--show-docs-url</code> when passing a config as argument. ([<a href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12905">#12905</a>: Support <code>ActiveSupportExtensionsEnabled</code> for <code>Style/SymbolProc</code>. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12897">#12897</a>: Respect user's intentions with <code>workspace/executeCommand</code> LSP method. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubocop/rubocop/commit/91a19d6d1db3a166e5a154f2513c2e218a74cf36"><code>91a19d6</code></a> Cut 1.64</li> <li><a href="https://github.com/rubocop/rubocop/commit/727539db4d115defc7f79b4ac72ac88be0626ba0"><code>727539d</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop/commit/3227bf07adb8cbe4f7674c261c339e5818a75e2a"><code>3227bf0</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/12309">#12309</a>] Add new <code>Style/SuperArguments</code> cop</li> <li><a href="https://github.com/rubocop/rubocop/commit/9e78c4657f05dc2f2188de937f5400471ce8bab7"><code>9e78c46</code></a> Fix false negatives for <code>Style/ArgumentsForwarding</code></li> <li><a href="https://github.com/rubocop/rubocop/commit/9408d0de9b039c83350aee3d30e083412a8676d4"><code>9408d0d</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/12242">#12242</a>] Support <code>AllowModifiersOnAttrs</code> option for `Style/AccessModifier...</li> <li><a href="https://github.com/rubocop/rubocop/commit/a909dda7a5f4fdec1a1975dcb0765a7d41e6891b"><code>a909dda</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/12919">#12919</a>] Fix false negatives for <code>Style/ArgumentsForwarding</code></li> <li><a href="https://github.com/rubocop/rubocop/commit/aee64e2d5d6615ef64803af52c1b82bf95b566ef"><code>aee64e2</code></a> Rename new SupportedShorthandSyntax from consistent_either to either_consistent</li> <li><a href="https://github.com/rubocop/rubocop/commit/86b0c39b97fb8e47bae5597df9f52628015b0fda"><code>86b0c39</code></a> Fix non existing wording in HashShorthandSyntax method name</li> <li><a href="https://github.com/rubocop/rubocop/commit/b9686b50f61c0cea26b64505165784c5855d8004"><code>b9686b5</code></a> Add changelog/new_add_new_consistent_either.md</li> <li><a href="https://github.com/rubocop/rubocop/commit/71abb5d99df517b3ab9f8823880ab6d7f6b09d34"><code>71abb5d</code></a> Add new <code>consistent_either</code> SupportedShorthandSyntax to Style/HashSyntax</li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop/compare/v1.63.5...v1.64.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop&package-manager=bundler&previous-version=1.63.5&new-version=1.64.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 <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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 719f884 commit fd1fc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ GEM
397397
rspec-mocks (~> 3.13)
398398
rspec-support (~> 3.13)
399399
rspec-support (3.13.1)
400-
rubocop (1.63.5)
400+
rubocop (1.64.0)
401401
json (~> 2.3)
402402
language_server-protocol (>= 3.17.0)
403403
parallel (~> 1.10)

0 commit comments

Comments
 (0)