Update all non-major dependencies #225
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.
This PR contains the following updates:
3.3.2->3.3.43.1.7->3.1.83.4.2->3.4.33.3.7.1->3.3.8.01.73.2->1.75.51.5.4->1.5.50.37.1->0.38.01.24.0->1.25.02.30.3->2.31.03.4.2->3.4.35.6.1->5.6.44.29.1->4.32.02.6.0-aarch64-linux-gnu->2.6.0Release Notes
ruby/csv (csv)
v3.3.4: csv 3.3.4 - 2025-04-13Compare Source
Improvements
csv-filter: Removed an experimental command line tool.v3.3.3: csv 3.3.3 - 2025-03-20Compare Source
Improvements
csv-filter: Add an experimental command line tool to filter a CSV.Fixes
Fixed wrong EOF detection for
ARGFFixed a regression bug that
CSV.openrejects integer mode.Thanks
Takeshi Nishimatsu
Burdette Lamar
Dave Burgess
bkeepers/dotenv (dotenv-rails)
v3.1.8Compare Source
Thanks to Stoked Seagull Software for sponsoring this release of dotenv!
Need help with a software project but don't know where to begin? Stoked Seagull can help.
Interested in sponsoring dotenv?
What's Changed
New Contributors
Full Changelog: bkeepers/dotenv@v3.1.7...v3.1.8
whitequark/parser (parser)
v3.3.8.0Compare Source
API modifications:
v3.3.7.4Compare Source
Bugs fixed:
kwargsnode forindexasgnwhen opted in (#1053) (Earlopain)...forwarding to super with explicit block (#1049) (Earlopain)v3.3.7.3Compare Source
API modifications:
v3.3.7.2Compare Source
Features implemented:
Bugs fixed:
rubocop/rubocop (rubocop)
v1.75.5Compare Source
Bug fixes
Layout/SpaceAfterSemicolonwithLayout/SpaceBeforeSemicolonwhen a sequence of semicolons appears. ([@koic][])Lint/ArrayLiteralInRegexpcop error on empty interpolation. ([@viralpraxis][])Layout/HashAlignment. ([@jonas054][])Style/ArgumentsForwardingwhen using anonymous block argument forwarding to a method with a block. ([@koic][])Layout/LeadingCommentSpaceto allow splitting long inline RBS comment signatures across multiple lines. ([@Morriar][])Lint/LiteralAsConditioncop error onifwithout body. ([@viralpraxis][])Lint/Voidcop error on nested emptybegin. ([@viralpraxis][])Style/IdenticalConditionalBranchescop failure in case ofifnode with implicitthen. ([@viralpraxis][])Style/MethodCallWithArgsParenthesescop error on complex numbers whenEnforcedStyleis set toomit_parentheses. ([@viralpraxis][])Style/TrailingCommaInArgumentscop error ifEnforcedStyleForMultilineis set tocomma. ([@viralpraxis][])Changes
Layout/SpaceInsideArrayLiteralBracketsmake aware of array pattern matching. ([@koic][])Layout/SpaceInsideHashLiteralBracesmake aware of hash pattern matching. ([@koic][])v1.75.4Compare Source
Bug fixes
Lint/BooleanSymbolwhen using the rocket hash syntax with a boolean symbol key. ([@koic][])Style/ComparableBetweenwhen comparing the value with itself. ([@earlopain][])Style/SafeNavigationwhen the RHS of&&is a complex||expression composed of&&conditions. ([@koic][])Style/ArgumentsForwardingwhen using default positional arg, keyword arg, and block arg in Ruby 3.1. ([@koic][])Style/RedundantParentheseswhen parens around basic conditional as the second argument of a parenthesized method call. ([@koic][])Style/RedundantParentheseswhen parens around unparenthesized method call as the second argument of a parenthesized method call. ([@koic][])Lint/LiteralAsConditionautocorrect when a literal is the condition of an elsif followed by an else. ([@zopolis4][])Style/TrailingCommaInArgumentscop aware of trailing commas in[]method call. ([@viralpraxis][])Style/ClassAndModuleChildrencop error on tab-intended compactable modules. ([@viralpraxis][])Changes
Lint/CircularArgumentReferenceon Ruby 3.4. ([@earlopain][])v1.75.3Compare Source
Bug fixes
#:after end keyword inStyle/CommentedKeyword. ([@dak2][])Layout/EmptyLineAfterGuardClausewhen calling a method on the result of a single-lineifwithreturn. ([@koic][])Style/RedundantParentheseswhen using parens around singleton method body. ([@koic][])EnforcedStyleForMultiline: diff_commaofStyle/TrailingCommaInArrayLiteralandStyle/TrailingCommaInHashLiteralwhen trailing comma with comment. ([@koic][])Style/RedundantParentheseswhen using some operator methods with a parenthesized argument. ([@koic][])Layout/MultilineOperationIndentationcop error onindexasgnnode without arguments. ([@viralpraxis][])Style/ClassAndModuleChildrencop error on one-liner class definition and nested enforced style. ([@viralpraxis][])Style/ConditionalAssignmentcop error on one-line if-then-else. ([@viralpraxis][])Style/ConditionalAssignmentcop error on indexed assignment without arguments. ([@viralpraxis][])Style/RedundantLineContinuationcop error on multiline assignment with line continuation. ([@viralpraxis][])Style/SafeNavigationwith longer&&chain (e.g.a && a.b && a.b.c). ([@lovro-bikic][])Style/MapIntoArraywhen usingpushorappendwith hash argument without braces. ([@lovro-bikic][])Changes
Style/RedundantParentheses. ([@lovro-bikic][])ReferencesoverReferencein cop configs. ([@sambostock][])v1.75.2Compare Source
Changes
Lint/RedundantTypeConversionto register an offense forto_json.to_s. ([@lovro-bikic][])Bug fixes
Lint/DeprecatedOpenSSLConstantcipher constant argument is notcbc. ([@koic][])Style/RedundantConditionwhen true is used as the true branch and the condition takes arguments. ([@koic][])Lint/ReturnInVoidContextwhen returning insidedefine_methodor a nested singleton method. ([@earlopain][])Style/ConditionalAssignmentcop error on dynamic string node in branch. ([@viralpraxis][])Style/FrozenStringLiteralCommentcop errors on emacs-styled magic comment. ([@viralpraxis][])v1.75.1Compare Source
Changes
EnforcedStyle: allow_named_parametertoEnforcedStyle: only_numbered_parametersinStyle/ItBlockParameter. ([@koic][])v1.75.0Compare Source
New features
Style/HashFetchChaincop to detect chainedfetchcalls that can be replaced with a single call todig. ([@dvandersluis][])Style/ItBlockParametercop. ([@koic][])itblock parameter inLayoutcops. ([@koic][])itblock parameter inLintcops. ([@koic][])itblock parameter inMetricscops. ([@koic][])itblock parameter inStylecops. ([@koic][])TargetRubyVersion: 3.5(experimental). ([@earlopain][])Bug fixes
Style/HashFetchChainwhen no arguments are given tofetch. ([@koic][])Layout/MultilineMethodParameterLineBreakswhen class method definitions are used. ([@vlad-pisanov][])Layout/LineLengthwhen autocorrecting class method definitions. ([@vlad-pisanov][])Layout/SpaceAroundOperatorsandLayout/HashAlignmentwithEnforcedHashRocketStylebeing an array containingtable. ([@dvandersluis][])InternalAffairs/RedundantDescribedClassAsSubjectcop error on missingdescribe. ([@viralpraxis][])Lint/ShadowingOuterLocalVariablewhen block local variable is used inside a condition. ([@lovro-bikic][])Lint/UselessAssignmentwhen a variable is reassigned in a different branch. ([@eugeneius][])Style/SoleNestedConditional. ([@lovro-bikic][])Style/IfInsideElse. ([@lovro-bikic][])Changes
doesas a forbidden prefix toNaming/PredicateName. ([@dvandersluis][])ForbiddenIdentifiersandForbiddenPatternsconfig options toNaming/MethodNamecop. ([@tejasbubane][])Array#intersectiontoStyle/ArrayIntersect. ([@dvandersluis][])prismtranslation layer to analyze Ruby 3.4+ by default. ([@earlopain][])Style/RedundantParenthesesto offend parentheses for chained&&expressions. ([@lovro-bikic][])AllowConsecutiveConditionalssetting toStyle/Nextto allow consecutive conditional statements. ([@vlad-pisanov][])Style/RedundantFormatto register offenses when the only argument toformatorsprintfis a constant. ([@dvandersluis][])v1.74.0Compare Source
New features
Style/ComparableBetween. ([@lovro-bikic][])Style/CommentedKeyword. ([@dak2][])Bug fixes
Lint/SharedMutableDefaultwhencapacitykeyword argument is used. ([@koic][])Style/DoubleNegationwhen callingdefine_method/define_singleton_methodwith a numblock. ([@earlopain][])Lint/ReturnInVoidContextwhen returning out of a block. ([@earlopain][])Lint/UselessConstantScopingfor constants defined inclass << self. ([@earlopain][])Lint/NonLocalExitFromIteratorwith numblocks. ([@earlopain][])Style/RedundantCurrentDirectoryInPathwhen using a complex current directory path inrequire_relative. ([@koic][])Lint/LiteralAsConditionwhen the literal is followed byreturn,break, ornext. ([@earlopain][])Style/MethodCallWithArgsParentheseswithEnforcedStyle: omit_parenthesesstyle and numblocks. ([@earlopain][])rubocop-railsorrubocop-performanceextraction, even if they are already part of the Gemfile. ([@earlopain][])Lint/RedundantCopDisableDirectiveto register an offense when cop names are given with improper casing. ([@dvandersluis][])Style/RescueModifierwhen using parallel assignment and the right-hand-side is not a bracketed array. ([@earlopain][])Changes
EnforcedStyleForClassesandEnforcedStyleForModulesconfiguration options toStyle/ClassAndModuleChildren. ([@dvandersluis][])Mode: conservativeconfiguration toStyle/FormatStringTokento make the cop only register offenses for strings given toprintf,sprintf,format, and%. ([@dvandersluis][])TLS1_1andTLS1_2by default inNaming/VariableNumberto accommodate OpenSSL version parameter names. ([@koic][])Lint/RedundantTypeConversionaware of redundantto_d. ([@koic][])DmitryTsepelev/rubocop-graphql (rubocop-graphql)
v1.5.5Compare Source
rubocop/rubocop-minitest (rubocop-minitest)
v0.38.0Compare Source
New features
itblock parameter inMinitestcops. ([@koic][])rubocop/rubocop-performance (rubocop-performance)
v1.25.0Compare Source
New features
itblock parameter inPerformancecops. ([@koic][])Bug fixes
Performance/FixedSizefalse positive whencountis called with anumblock. ([@dvandersluis][])Performance/StringIdentifierArgumentwhen using interpolated string argument. ([@koic][])Changes
Performance/CollectionLiteralInLoopto not register offenses forArray#include?that are optimized directly in Ruby. ([@earlopain][])rubocop/rubocop-rails (rubocop-rails)
v2.31.0Compare Source
New features
itblock parameter inRailscops. ([@koic][])Bug fixes
RuboCop::Cop::EnforceSuperclassbeing redefined. ([@davidrunger][])scoutapp/scout_apm_ruby (scout_apm)
v5.6.4Compare Source
v5.6.2Compare Source
SeleniumHQ/selenium (selenium-webdriver)
v4.32.0Compare Source
=========================
v4.31.0=========================
v4.30.1=========================
v4.30.0=========================
Ruby:
BiDi:
DevTools:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.