-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit 164de73
authored
Bump rubocop-ast from 1.33.1 to 1.34.1 in the linters group (#4030)
Bumps the linters group with 1 update:
[rubocop-ast](https://github.com/rubocop/rubocop-ast).
Updates `rubocop-ast` from 1.33.1 to 1.34.1
<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.34.1 (2024-11-07)</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-ast/pull/329">#329</a>:
Add <code>Node#type?</code> to reduce complexity of checking against
multiple node types. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-ast/pull/330">#330</a>:
Extend <code>Node#const_name</code> to <code>casgn</code> nodes. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-ast/issue/331">#331</a>:
[Fix <a
href="https://redirect.github.com/rubocop/rubocop-ast/issues/331">#331</a>]
Fix crash in <code>OpAsgnNode#name</code> when the lhs is a
<code>send</code> or <code>csend</code> node. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
</ul>
<h2>1.34.0 (2024-11-04)</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop-hq/rubocop-ast/pull/326">#326</a>:
Introduce <code>lhs</code> and <code>rhs</code> aliases to assignment
nodes for consistency. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop-ast/commit/f6928dd02e199de39f6d5d3fcf9965ef063b4ba1"><code>f6928dd</code></a>
Cut 1.34.1</li>
<li><a
href="https://github.com/rubocop/rubocop-ast/commit/69ea07667cd7cd2fb231b17456e122e4da25464c"><code>69ea076</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop-ast/commit/048eb8dbf34d3cb131a3b842956820eb9ca5d89a"><code>048eb8d</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop-ast/issues/331">#331</a>]
Fix crash in <code>OpAsgnNode#name</code> when the lhs is a
<code>send</code> or <code>csend</code>...</li>
<li><a
href="https://github.com/rubocop/rubocop-ast/commit/62d4112eae32f00c1e74c12480f2dbee00a81ff3"><code>62d4112</code></a>
Fix docs for <code>masgn</code>.</li>
<li><a
href="https://github.com/rubocop/rubocop-ast/commit/510781f11150ee9e3626fe39779b6beb56acd453"><code>510781f</code></a>
Add <code>Node#type?</code> to reduce complexity of checking against
multiple node types.</li>
<li><a
href="https://github.com/rubocop/rubocop-ast/commit/3b9089cc5bb5c97af6d6d0c30829c8a2dbe4881c"><code>3b9089c</code></a>
Define <code>GROUP_FOR_TYPE</code> for specifying the node types for
each group predicat...</li>
<li><a
href="https://github.com/rubocop/rubocop-ast/commit/57b6078612dbec9c0dd15789c1f88aef9b38cf13"><code>57b6078</code></a>
Extend <code>Node#const_name</code> to <code>casgn</code> nodes.</li>
<li><a
href="https://github.com/rubocop/rubocop-ast/commit/e466119beae5738d2698f320d52ee1ee1db52dc9"><code>e466119</code></a>
Restore docs/antora.yml</li>
<li><a
href="https://github.com/rubocop/rubocop-ast/commit/df28f10eb1248d84cea2cc47814e2331f63330f9"><code>df28f10</code></a>
Cut 1.34.0</li>
<li><a
href="https://github.com/rubocop/rubocop-ast/commit/1e80a785c2d03f26e59980b96ba34342b53c0002"><code>1e80a78</code></a>
Update Changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop-ast/compare/v1.33.1...v1.34.1">compare
view</a></li>
</ul>
</details>
<br />
[](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 91323e4 commit 164de73Copy full SHA for 164de73
1 file changed
+2
-2
lines changed+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
285 | 285 |
| |
286 | 286 |
| |
287 | 287 |
| |
288 |
| - | |
| 288 | + | |
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
| |||
408 | 408 |
| |
409 | 409 |
| |
410 | 410 |
| |
411 |
| - | |
| 411 | + | |
412 | 412 |
| |
413 | 413 |
| |
414 | 414 |
| |
|
0 commit comments