Update standard 1.47.0 → 1.49.0 (minor) #49
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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?
✳️ standard (1.47.0 → 1.49.0) · Repo · Changelog
Release Notes
1.49.0 (from changelog)
1.48.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 9 commits:
🥟 v1.49.0
Updates standard performance
v1.48.0
Merge pull request #711 from standardrb/updates-2025-04-08
Updates rubocop to 1.75.2
TIL rake doesn't like `!` in descriptions
Merge pull request #690 from pushcx/patch-1
Merge pull request #707 from soulcutter/gh-703-private-constant-scope
Disable `Lint/UselessConstantScoping`
Release Notes
3.3.7.4 (from changelog)
3.3.7.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 14 commits:
Update changelog.
Bump version
- lexer-strings.rb: Avoid an exception on utf8 surrogate pair codepoints (#1051)
- builder.rb: emit `kwargs` node for `indexasgn` when opted in (#1053)
- builder.rb: correctly handle `...` forwarding to super with explicit block (#1049)
Supress warnings during parsing (#1013)
- numbered parameters are valid for pattern matching pinning (#1060)
Update changelog.
Update changelog.
Bump version
* Bump maintenance branches to 3.2.8 and 3.1.7 (#1074)
Tweak a terminology
Document parser/prism migration path
Update changelog.
Release Notes
1.75.2
1.75.1
1.75.0
1.74.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.
Release Notes
1.44.0
1.43.0
1.42.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 17 commits:
Cut 1.44.0
Update Changelog
Add support `RuboCop::AST::Node#any_def_type?` method (#377)
Restore docs/antora.yml
Add release notes
Cut 1.43.0
Update Changelog
Use the `prism` translation layer to analyze Ruby 3.4 by default
Add `prism` as a dependency
Restore docs/antora.yml
Cut 1.42.0
Update Changelog
Support `Prism::Translation::Parser35` for Ruby 3.5 parser
Remove a bit of backwards compat code
Remove prism skips in tests
Stop using `Parser::CurrentRuby`
Restore docs/antora.yml
Release Notes
1.25.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 14 commits:
Cut 1.25.0
Update Changelog
Merge pull request #496 from koic/support_itblock_in_performance_cops
Support `it` block parameter in `Performance` cops
Merge pull request #494 from dvandersluis/fixed-size-blocks
Fix `Performance/FixedSize` false positive when `count` is called with a `numblock`
Merge pull request #493 from koic/fix_false_positives_for_performance_string_identifier_argument
[Fix #492] Fix false positives for `Performance/StringIdentifierArgument`
Automate the process of GitHub release creation
Merge pull request #488 from Earlopain/collection-literal-ruby34
Use extended `CopsDocumentationGenerator`
[Fix #482] Change `Performance/CollectionLiteralInLoop` to not register offenses for `Array#include?` that are optimized directly in Ruby.
Enable `InternalAffairs/CopEnabled` cop
Switch back docs version to master
Release Notes
1.8.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 3 commits:
🚀 v1.8.0
Merge pull request #32 from standardrb/updates-2025-04-08
Updates rubocop perf to 1.25.0
🆕 prism (added, 1.4.0)
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