Skip to content

Commit 6292086

Browse files
Bump rubocop-ast from 1.40.0 to 1.41.0 in the linters group (#4426)
Bumps the linters group with 1 update: [rubocop-ast](https://github.com/rubocop/rubocop-ast). Updates `rubocop-ast` from 1.40.0 to 1.41.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop-ast/releases">rubocop-ast's releases</a>.</em></p> <blockquote> <h2>RuboCop AST v1.41.0</h2> <h3>New features</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-ast/pull/365">#365</a>: Add support for <code>itblock</code> node for Ruby 3.4. (<a href="https://github.com/earlopain"><code>@​earlopain</code></a>)</li> </ul> </blockquote> </details> <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.41.0 (2025-03-21)</h2> <h3>New features</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-ast/pull/365">#365</a>: Add support for <code>itblock</code> node for Ruby 3.4. ([<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/9153355f4132440b20c98bd49e0d280cc1cc16ca"><code>9153355</code></a> Cut 1.41.0</li> <li><a href="https://github.com/rubocop/rubocop-ast/commit/5d9c4b40e413c4d54b5ed38b493d043b3b94d549"><code>5d9c4b4</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop-ast/commit/7c7121333771c54488f5323379f8a449adf1eea7"><code>7c71213</code></a> Add support for <code>itblock</code> node for Ruby 3.4 (<a href="https://redirect.github.com/rubocop/rubocop-ast/issues/365">#365</a>)</li> <li><a href="https://github.com/rubocop/rubocop-ast/commit/be16c46719657eee7f21d269009320933d02248b"><code>be16c46</code></a> Revert &quot;Don't show a deprecation warning for <code>EnsureNode#branch</code> just yet&quot;</li> <li><a href="https://github.com/rubocop/rubocop-ast/commit/dc102aa36b56bb5e2eda3bef93ddf146e488ecd4"><code>dc102aa</code></a> Restore docs/antora.yml</li> <li>See full diff in <a href="https://github.com/rubocop/rubocop-ast/compare/v1.40.0...v1.41.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop-ast&package-manager=bundler&previous-version=1.40.0&new-version=1.41.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 65bb1f3 commit 6292086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,8 @@ GEM
422422
rubocop-ast (>= 1.38.0, < 2.0)
423423
ruby-progressbar (~> 1.7)
424424
unicode-display_width (>= 2.4.0, < 4.0)
425-
rubocop-ast (1.40.0)
426-
parser (>= 3.3.1.0)
425+
rubocop-ast (1.41.0)
426+
parser (>= 3.3.7.2)
427427
rubocop-capybara (2.22.1)
428428
lint_roller (~> 1.1)
429429
rubocop (~> 1.72, >= 1.72.1)

0 commit comments

Comments
 (0)