Skip to content

Bump rubocop-ast from 1.49.1 to 1.50.0#286

Merged
biow0lf merged 1 commit into
mainfrom
dependabot/bundler/rubocop-ast-1.50.0
Jul 5, 2026
Merged

Bump rubocop-ast from 1.49.1 to 1.50.0#286
biow0lf merged 1 commit into
mainfrom
dependabot/bundler/rubocop-ast-1.50.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 5, 2026

Copy link
Copy Markdown
Contributor

Bumps rubocop-ast from 1.49.1 to 1.50.0.

Changelog

Sourced from rubocop-ast's changelog.

1.50.0 (2026-07-04)

Bug fixes

  • #412: Fix Node#argument? returning true for receivers that are structurally equal to an argument (e.g. the receiver in foo.bar(foo)). ([@​bbatsov][])
  • #401: Avoid intermediate array allocations in HashNode#each_key/each_value. ([@​bbatsov][])
  • #409: Fix Node#chained? and MethodDispatchNode#block_literal? returning true for nodes that are merely structurally equal to the receiver or send node (e.g. the argument in foo.bar(foo)). ([@​bbatsov][])
  • #407: Fix the blockless form of the deprecated each_when, each_in_pattern, each_condition, and each_branch methods, which returned an unusable Enumerator. ([@​bbatsov][])
  • #401: Fix force_encoding being a no-op for frozen string inputs. ([@​bbatsov][])
  • #408: Fix ProcessedSource#preceding_line returning the last line of the file for tokens on the first line. ([@​bbatsov][])

Changes

  • #411: Speed up filtered node traversals (each_descendant(:send) etc.) by not allocating an array per visited node, and add the non-splatting Node#type_in? predicate. ([@​bbatsov][])
  • #404: Improve parser_prism performance by building tokens only when they are first accessed. ([@​bbatsov][])
  • #408: Memoize ProcessedSource#checksum and skip the token sort when the tokens are already in order. ([@​bbatsov][])
  • #410: Reduce allocations in keyword? and the method-name predicates (predicate_method?, bang_method?, etc.). ([@​bbatsov][])
  • #405: Use Prism by default when analyzing Ruby 3.3 code. ([@​bbatsov][])
Commits
  • f6652cb Cut 1.50.0
  • aed3f91 Update Changelog
  • 9cd60be Avoid intermediate array allocations in HashNode#each_key/each_value
  • da8ce39 Fix force_encoding being a no-op for frozen string inputs
  • e16ee6f Don't allocate an array per node visited in filtered traversals (#411)
  • 611925a Use identity comparison in argument? (#412)
  • 0ccd1a9 Small ProcessedSource fixes (#408)
  • 8045bfe Reduce allocations in hot node predicates (#410)
  • 9be9067 Use Prism by default for Ruby 3.3 analysis (#405)
  • f27d1f4 Fix the enumerator form of the deprecated each_* branch methods (#407)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rubocop-ast](https://github.com/rubocop/rubocop-ast) from 1.49.1 to 1.50.0.
- [Release notes](https://github.com/rubocop/rubocop-ast/releases)
- [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-ast@v1.49.1...v1.50.0)

---
updated-dependencies:
- dependency-name: rubocop-ast
  dependency-version: 1.50.0
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jul 5, 2026
@biow0lf biow0lf merged commit 5bcb954 into main Jul 5, 2026
5 checks passed
@dependabot dependabot Bot deleted the dependabot/bundler/rubocop-ast-1.50.0 branch July 5, 2026 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant