Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop (1.57.2 → 1.63.4) · Repo · Changelog
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ json (indirect, 2.6.3 → 2.7.2) · Repo · Changelog
Release Notes
2.7.2
2.7.1
2.7.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ parallel (indirect, 1.23.0 → 1.24.0) · Repo
Commits
See the full diff on Github. The new version differs by 5 commits:
v1.24.0
Merge pull request #340 from grosser/grosser/order
polish
Merge pull request #339 from shaicoleman/finish-in-order
Add :finish_in_order option
↗️ parser (indirect, 3.2.2.4 → 3.3.1.0) · Repo · Changelog
Release Notes
3.3.0.5 (from changelog)
3.3.0.4 (from changelog)
3.3.0.3 (from changelog)
3.3.0.2 (from changelog)
3.3.0.1 (from changelog)
3.3.0.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 54 commits:
Update changelog.
Bump version.
* Bump parser branches to 3.0.7, 3.1.5, 3.2.4, 3.3.1 (#1011)
+ ruby{33,34}.y: allow blocks inherit anonymous args. (#1010)
`action.rb` doc fixes (#1008)
* Use `require_relative` in the Parser codebase (#1003)
Use `AST::Processor::Mixin` instead of deprecated `AST::Processor` (#1000)
+ Raise a more specific error when encountering an unknown magic comment encoding (#999)
Update changelog.
Update changelog.
Bump version.
* Bump 3.2 branch to 3.2.3 (#993)
a few fixes to fully integrate 3.4 grammar (#992)
Update changelog.
Bump version.
+ Register a Ruby 3.4 parser (#991)
Update changelog.
Update changelog.
Bump version.
- lexer.rl: accept tabs before closing heredoc delimiter (#990)
Update changelog.
Update changelog.
Bump version.
- Fix an error when using heredoc with non-word delimiters (#987)
Update changelog.
Update changelog.
Bump version.
- Supports Ruby 2.0+ runtime (#986)
Fix incorrect required_ruby_version (#985)
Update changelog.
Bump version.
* current.rb: mark 3.3 branch as stable (#984)
+ ruby33.y: reject ambiguous anonymous arguments (#983)
+ ruby33.y: extract arg_splat rule. (#981)
+ builder.rb: warn `it` in a block with no ordinary params. (#980)
+ builder.rb: extract named captures only from static regexes. (#979)
+ ruby33.y: accept expr_value in sclass definition. (#978)
+ ruby33.y: extract p_in_kwarg (#977)
+ ruby33.y: extract p_assoc and p_in rules (#976)
document running no "syntax checks for block exits" (added first in MRI 3.3.0) (#975)
+ ruby33.y: reject invalid gvar as symbol (#974)
+ ruby33.y: properly restore in_defined flag, extract begin_defined rule (#973)
+ builder.rb: reject multi-char gvar names starting with 0 (#972)
+ ruby33.y: allow semicolon in parenthesis at the first argument of command call (#971)
+ ruby33.y: parse qualified const with brace block as a method call (#970)
* ruby33.y: extract string_dend (#969)
* lexer.rl: treat numparams as locals (#968)
* ruby33.y: extract words_sep (#967)
add tests for duplicate variable name check with p_rest (#966)
* literal.rb: match heredoc identifier from end of line (#965)
* ruby33.y: extract {endless_command,endless_arg} rules (#964)
* Bump Racc to 1.7.3 (#954)
Replace whitequark blog links with archive URLs (#948)
Update changelog.
↗️ regexp_parser (indirect, 2.8.2 → 2.9.0) · Repo · Changelog
Release Notes
2.9.0 (from changelog)
2.8.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 11 commits:
Release v2.9.0
Add Ruby 3.3 to build matrix
Fix b526e4d for ancient rubies
Update license years
Fix b526e4d for ancient rubies
Add support for GCB properties
Add `#negative?` to all expressions
Release v2.8.3
Handle leading 0s in group refs, fixes #88
Update comment
Update github actions
↗️ rubocop-ast (indirect, 1.30.0 → 1.31.2) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 24 commits:
Cut 1.31.2
Improve error message when passing wrong `parser_engine` and accept strings
Restore docs/antora.yml
Cut 1.31.1
Update Changelog
[Fix #282] Remove Prism from runtime dependency
Satisfy rubocop
Restore docs/antora.yml
Cut 1.31
Update Changelog
Remove useless `TARGET_RUBY_VERSION` env var
Make `Node#left_curly_brace?` aware of lambda brace
Support Prism as a Ruby parser
Fix a build error (#280)
Drop Ruby 2.6 runtime support
Fix a build error (#278)
CI against Ruby 3.3 (#274)
Bump actions/setup-python from 4 to 5
Support `Parser::Ruby34`
Suppress false positives of `RSpec/RedundantPredicateMatcher`
Bump actions/checkout from 3 to 4 (#269)
Suppress RuboCop offenses
Fix a few small things in NodeTypes docs (#273)
Suppress a RuboCop offense
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands