Skip to content

Commit 00d0147

Browse files
Bump rubocop-ast from 1.42.0 to 1.43.0 in the linters group (#4439)
Bumps the linters group with 1 update: [rubocop-ast](https://github.com/rubocop/rubocop-ast). Updates `rubocop-ast` from 1.42.0 to 1.43.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.43.0</h2> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-ast/pull/374">#374</a>: Use the <code>prism</code> translation layer to analyze Ruby 3.4 by default. ([<a href="https://github.com/earlopain"><code>@​earlopain</code></a>])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-ast/pull/373">#373</a>: Add <code>prism</code> as a runtime dependency. ([<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.43.0 (2025-03-25)</h2> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-ast/pull/374">#374</a>: Use the <code>prism</code> translation layer to analyze Ruby 3.4 by default. ([<a href="https://github.com/earlopain"><code>@​earlopain</code></a>])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-ast/pull/373">#373</a>: Add <code>prism</code> as a runtime dependency. ([<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/9bee1c255958f573445084126b3ab7fa012a1a65"><code>9bee1c2</code></a> Add release notes</li> <li><a href="https://github.com/rubocop/rubocop-ast/commit/12567ab551ff0146d89b0a8edda9e5687d7c7517"><code>12567ab</code></a> Cut 1.43.0</li> <li><a href="https://github.com/rubocop/rubocop-ast/commit/7134089979fccd5e97d8ac62112c9a710698bb8b"><code>7134089</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop-ast/commit/70fe01e8336608c23a6140c2b0ce4f63d68bac82"><code>70fe01e</code></a> Use the <code>prism</code> translation layer to analyze Ruby 3.4 by default</li> <li><a href="https://github.com/rubocop/rubocop-ast/commit/32338bfccc8228bd067f13fd016198270dca1c38"><code>32338bf</code></a> Add <code>prism</code> as a dependency</li> <li><a href="https://github.com/rubocop/rubocop-ast/commit/a07d21d1269d2db40da50658948b476c6880320f"><code>a07d21d</code></a> Restore docs/antora.yml</li> <li>See full diff in <a href="https://github.com/rubocop/rubocop-ast/compare/v1.42.0...v1.43.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.42.0&new-version=1.43.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 f6ad00a commit 00d0147

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Gemfile.lock

+3-2
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ GEM
294294
rexml (>= 3.3.9)
295295
pandoc-ruby (2.1.10)
296296
parallel (1.26.3)
297-
parser (3.3.7.2)
297+
parser (3.3.7.3)
298298
ast (~> 2.4.1)
299299
racc
300300
pg (1.5.9)
@@ -423,8 +423,9 @@ GEM
423423
rubocop-ast (>= 1.38.0, < 2.0)
424424
ruby-progressbar (~> 1.7)
425425
unicode-display_width (>= 2.4.0, < 4.0)
426-
rubocop-ast (1.42.0)
426+
rubocop-ast (1.43.0)
427427
parser (>= 3.3.7.2)
428+
prism (~> 1.4)
428429
rubocop-capybara (2.22.1)
429430
lint_roller (~> 1.1)
430431
rubocop (~> 1.72, >= 1.72.1)

0 commit comments

Comments
 (0)