Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
csv (changelog) 3.3.2 -> 3.3.4 age adoption passing confidence patch
dotenv-rails (changelog) 3.1.7 -> 3.1.8 age adoption passing confidence patch
ghcr.io/rails/devcontainer/images/ruby 3.4.2 -> 3.4.3 age adoption passing confidence final patch
parser (changelog) 3.3.7.1 -> 3.3.8.0 age adoption passing confidence patch
rubocop (source, changelog) 1.73.2 -> 1.75.5 age adoption passing confidence minor
rubocop-graphql (changelog) 1.5.4 -> 1.5.5 age adoption passing confidence patch
rubocop-minitest (source, changelog) 0.37.1 -> 0.38.0 age adoption passing confidence minor
rubocop-performance (source, changelog) 1.24.0 -> 1.25.0 age adoption passing confidence minor
rubocop-rails (source, changelog) 2.30.3 -> 2.31.0 age adoption passing confidence minor
ruby (source) 3.4.2 -> 3.4.3 age adoption passing confidence patch
scout_apm 5.6.1 -> 5.6.4 age adoption passing confidence patch
selenium-webdriver (source, changelog) 4.29.1 -> 4.32.0 age adoption passing confidence minor
sqlite3 2.6.0-aarch64-linux-gnu -> 2.6.0 age adoption passing confidence patch

Release Notes

ruby/csv (csv)

v3.3.4: csv 3.3.4 - 2025-04-13

Compare Source

Improvements
  • csv-filter: Removed an experimental command line tool.

v3.3.3: csv 3.3.3 - 2025-03-20

Compare Source

Improvements
  • csv-filter: Add an experimental command line tool to filter a CSV.
    • Patch by Burdette Lamar
Fixes
  • Fixed wrong EOF detection for ARGF

    • GH-328
    • Reported by Takeshi Nishimatsu
  • Fixed a regression bug that CSV.open rejects integer mode.

    • GH-336
    • Reported by Dave Burgess
Thanks
  • Takeshi Nishimatsu

  • Burdette Lamar

  • Dave Burgess

bkeepers/dotenv (dotenv-rails)

v3.1.8

Compare 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.0

Compare Source

API modifications:

  • Bump maintenance branches to 3.3.8 (#​1077) (Koichi ITO)
  • YARD docs for Parser::CurrentRuby and Parser::Base#version (#​1076) (Vince Broz)

v3.3.7.4

Compare Source

Bugs fixed:

  • lexer-strings.rb: Avoid an exception on utf8 surrogate pair codepoints (#​1051) (Earlopain)
  • builder.rb: emit kwargs node for indexasgn when opted in (#​1053) (Earlopain)
  • builder.rb: correctly handle ... forwarding to super with explicit block (#​1049) (Earlopain)
  • numbered parameters are valid for pattern matching pinning (#​1060) (Earlopain)

v3.3.7.3

Compare Source

API modifications:

  • Bump maintenance branches to 3.2.8 and 3.1.7 (#​1074) (Koichi ITO)

v3.3.7.2

Compare Source

Features implemented:

  • add prism-specific node types (#​1071) (Earlopain)

Bugs fixed:

  • builder.rb: fix hash value omission considering some local vars as constants (#​1064) (Earlopain)
rubocop/rubocop (rubocop)

v1.75.5

Compare Source

Bug fixes
  • #​14148: Fix an infinite loop error for Layout/SpaceAfterSemicolon with Layout/SpaceBeforeSemicolon when a sequence of semicolons appears. ([@​koic][])
  • #​14145: Fix Lint/ArrayLiteralInRegexp cop error on empty interpolation. ([@​viralpraxis][])
  • #​14072: Fix autocorrect issue in Layout/HashAlignment. ([@​jonas054][])
  • #​14131: Fix false positives for Style/ArgumentsForwarding when using anonymous block argument forwarding to a method with a block. ([@​koic][])
  • #​14140: Fix Layout/LeadingCommentSpace to allow splitting long inline RBS comment signatures across multiple lines. ([@​Morriar][])
  • #​14147: Fix Lint/LiteralAsCondition cop error on if without body. ([@​viralpraxis][])
  • #​14151: Fix Lint/Void cop error on nested empty begin. ([@​viralpraxis][])
  • #​13547: Fix Style/IdenticalConditionalBranches cop failure in case of if node with implicit then. ([@​viralpraxis][])
  • #​14146: Fix Style/MethodCallWithArgsParentheses cop error on complex numbers when EnforcedStyle is set to omit_parentheses. ([@​viralpraxis][])
  • #​14137: Fix Style/TrailingCommaInArguments cop error if EnforcedStyleForMultiline is set to comma. ([@​viralpraxis][])
Changes
  • #​14144: Layout/SpaceInsideArrayLiteralBrackets make aware of array pattern matching. ([@​koic][])
  • #​14142: Layout/SpaceInsideHashLiteralBraces make aware of hash pattern matching. ([@​koic][])

v1.75.4

Compare Source

Bug fixes
  • #​14123: Fix an infinite loop error for Lint/BooleanSymbol when using the rocket hash syntax with a boolean symbol key. ([@​koic][])
  • #​14134: Fix an error for Style/ComparableBetween when comparing the value with itself. ([@​earlopain][])
  • #​14111: Fix an error for Style/SafeNavigation when the RHS of && is a complex || expression composed of && conditions. ([@​koic][])
  • #​14129: Fix false positives for Style/ArgumentsForwarding when using default positional arg, keyword arg, and block arg in Ruby 3.1. ([@​koic][])
  • #​14110: Fix false positives for Style/RedundantParentheses when parens around basic conditional as the second argument of a parenthesized method call. ([@​koic][])
  • #​14120: Fix false positives for Style/RedundantParentheses when parens around unparenthesized method call as the second argument of a parenthesized method call. ([@​koic][])
  • #​14133: Fix Lint/LiteralAsCondition autocorrect when a literal is the condition of an elsif followed by an else. ([@​zopolis4][])
  • #​14116: Make Style/TrailingCommaInArguments cop aware of trailing commas in [] method call. ([@​viralpraxis][])
  • #​14114: Fix Style/ClassAndModuleChildren cop error on tab-intended compactable modules. ([@​viralpraxis][])
Changes

v1.75.3

Compare Source

Bug fixes
  • #​13676: Allow RuboCop to inspect hidden directories if they are explicitly provided. ([@​viralpraxis][])
  • #​14080: Allow writing RBS::Inline annotation #: after end keyword in Style/CommentedKeyword. ([@​dak2][])
  • #​14075: Fix an error for Layout/EmptyLineAfterGuardClause when calling a method on the result of a single-line if with return. ([@​koic][])
  • #​14067: Fix false negatives for Style/RedundantParentheses when using parens around singleton method body. ([@​koic][])
  • #​14070: Fix false positives for EnforcedStyleForMultiline: diff_comma of Style/TrailingCommaInArrayLiteral and Style/TrailingCommaInHashLiteral when trailing comma with comment. ([@​koic][])
  • #​14092: Fix false negative for Style/RedundantParentheses when using some operator methods with a parenthesized argument. ([@​koic][])
  • #​14103: Fix Layout/MultilineOperationIndentation cop error on indexasgn node without arguments. ([@​viralpraxis][])
  • #​14089: Fix redundant current directory prefix regexp. ([@​sferik][])
  • #​14099: Fix Style/ClassAndModuleChildren cop error on one-liner class definition and nested enforced style. ([@​viralpraxis][])
  • #​14083: Fix Style/ConditionalAssignment cop error on one-line if-then-else. ([@​viralpraxis][])
  • #​14104: Fix Style/ConditionalAssignment cop error on indexed assignment without arguments. ([@​viralpraxis][])
  • #​14084: Fix Style/RedundantLineContinuation cop error on multiline assignment with line continuation. ([@​viralpraxis][])
  • #​14096: Fix error for Style/SafeNavigation with longer && chain (e.g. a && a.b && a.b.c). ([@​lovro-bikic][])
  • #​14068: Fix wrong autocorrection for Style/MapIntoArray when using push or append with hash argument without braces. ([@​lovro-bikic][])
Changes

v1.75.2

Compare Source

Changes
Bug fixes
  • #​14041: Fix an error when using ERB templated config YAML with server mode. ([@​koic][])
  • #​14048: Do not emit a warning for a zero-sized file while checking if it is executable. ([@​viralpraxis][])
  • #​14053: Fix incorrect autocorrect for Lint/DeprecatedOpenSSLConstant cipher constant argument is not cbc. ([@​koic][])
  • #​14051: Fix incorrect autocorrect for Style/RedundantCondition when true is used as the true branch and the condition takes arguments. ([@​koic][])
  • #​14062: Fix false positives for Lint/ReturnInVoidContext when returning inside define_method or a nested singleton method. ([@​earlopain][])
  • #​14057: Fix Style/ConditionalAssignment cop error on dynamic string node in branch. ([@​viralpraxis][])
  • #​14047: Fix Style/FrozenStringLiteralComment cop errors on emacs-styled magic comment. ([@​viralpraxis][])

v1.75.1

Compare Source

Changes
  • #​14038: Rename EnforcedStyle: allow_named_parameter to EnforcedStyle: only_numbered_parameters in Style/ItBlockParameter. ([@​koic][])

v1.75.0

Compare Source

New features
Bug fixes
  • #​14022: Fix an error for Style/HashFetchChain when no arguments are given to fetch. ([@​koic][])
  • #​14028: Fix false negative for Layout/MultilineMethodParameterLineBreaks when class method definitions are used. ([@​vlad-pisanov][])
  • #​14027: Fix false negative for Layout/LineLength when autocorrecting class method definitions. ([@​vlad-pisanov][])
  • #​8099: Fix infinite loop between Layout/SpaceAroundOperators and Layout/HashAlignment with EnforcedHashRocketStyle being an array containing table. ([@​dvandersluis][])
  • #​14021: Fix handling of long heredoc lines with SplitStrings enabled. ([@​mauro-oto][])
  • #​13968: Fix InternalAffairs/RedundantDescribedClassAsSubject cop error on missing describe. ([@​viralpraxis][])
  • #​14036: Fix false negative for Lint/ShadowingOuterLocalVariable when block local variable is used inside a condition. ([@​lovro-bikic][])
  • #​13990: Fix a false positive for Lint/UselessAssignment when a variable is reassigned in a different branch. ([@​eugeneius][])
  • #​14012: Fix incorrect autocorrections for Style/SoleNestedConditional. ([@​lovro-bikic][])
  • #​14020: Fix comment autocorrection for Style/IfInsideElse. ([@​lovro-bikic][])
Changes

v1.74.0

Compare Source

New features
Bug fixes
  • #​13969: Fix a false positive for Lint/SharedMutableDefault when capacity keyword argument is used. ([@​koic][])
  • #​13945: Fix a false positive for Style/DoubleNegation when calling define_method/define_singleton_method with a numblock. ([@​earlopain][])
  • #​13971: Fix false alarm for config obsoletion. ([@​koic][])
  • #​13960: Fix a false negative for Lint/ReturnInVoidContext when returning out of a block. ([@​earlopain][])
  • #​13947: Fix a false negative for Lint/UselessConstantScoping for constants defined in class << self. ([@​earlopain][])
  • #​13949: Fix a false negative for Lint/NonLocalExitFromIterator with numblocks. ([@​earlopain][])
  • #​13975: Fix false positives for Style/RedundantCurrentDirectoryInPath when using a complex current directory path in require_relative. ([@​koic][])
  • #​13963: Fix wrong autocorrect for Lint/LiteralAsCondition when the literal is followed by return, break, or next. ([@​earlopain][])
  • #​13946: Fix some false positives for Style/MethodCallWithArgsParentheses with EnforcedStyle: omit_parentheses style and numblocks. ([@​earlopain][])
  • #​13950: Fix sporadic errors about rubocop-rails or rubocop-performance extraction, even if they are already part of the Gemfile. ([@​earlopain][])
  • #​13981: Prevent redundant plugin loading when a duplicate plugin is specified in an inherited config. ([@​koic][])
  • #​13965: Update Lint/RedundantCopDisableDirective to register an offense when cop names are given with improper casing. ([@​dvandersluis][])
  • #​13948: Fix wrong autocorrect for Style/RescueModifier when using parallel assignment and the right-hand-side is not a bracketed array. ([@​earlopain][])
Changes
  • #​12851: Add EnforcedStyleForClasses and EnforcedStyleForModules configuration options to Style/ClassAndModuleChildren. ([@​dvandersluis][])
  • #​13979: Add Mode: conservative configuration to Style/FormatStringToken to make the cop only register offenses for strings given to printf, sprintf, format, and %. ([@​dvandersluis][])
  • #​13977: Allow TLS1_1 and TLS1_2 by default in Naming/VariableNumber to accommodate OpenSSL version parameter names. ([@​koic][])
  • #​13967: Make Lint/RedundantTypeConversion aware of redundant to_d. ([@​koic][])
DmitryTsepelev/rubocop-graphql (rubocop-graphql)

v1.5.5

Compare Source

rubocop/rubocop-minitest (rubocop-minitest)

v0.38.0

Compare Source

New features
rubocop/rubocop-performance (rubocop-performance)

v1.25.0

Compare Source

New features
Bug fixes
  • #​494: Fix Performance/FixedSize false positive when count is called with a numblock. ([@​dvandersluis][])
  • #​492: Fix false positives for Performance/StringIdentifierArgument when using interpolated string argument. ([@​koic][])
Changes
  • #​482: Change Performance/CollectionLiteralInLoop to not register offenses for Array#include? that are optimized directly in Ruby. ([@​earlopain][])
rubocop/rubocop-rails (rubocop-rails)

v2.31.0

Compare Source

New features
Bug fixes
scoutapp/scout_apm_ruby (scout_apm)

v5.6.4

Compare Source

  • Use new ActiveJob class name and timestamp units for Sidekiq 8+ (#​544)

v5.6.2

Compare Source

  • Fix deprecation warning for Sidekiq 7.1.5+ (#​535)
  • Add support for Mongoid 8 and 9. Remove support for old versions. (#​538)
  • Detect deployed SHA from Kamal (#​528)
SeleniumHQ/selenium (selenium-webdriver)

v4.32.0

Compare Source

=========================

  • Add CDP for Chrome 136 and remove 133
  • log at info level with names and values when Guards#add_condition used
  • Add PrintOptions Implementation for Ruby WebDriver (#​15158)
  • [ruby] fix lint for print_options.rb (#​15608)
  • add enable_downloads to attr_accessor for all options classes
  • make logging of test guards debug level not info
  • Set remote active protocol in Firefox to BiDi only
  • handle issue with selenium manager exit status being nil (#​15676)
  • Add websocket-port parameter to firefox service (#​15458)

v4.31.0

=========================

  • Add support for 135 and remove 132
  • Remove the pre-compiled atoms from trunk
  • Allow symbols again to be passed on delete_cookie (#​15519)

v4.30.1

=========================

  • put back the driver#script method that was inadvertently deleted

v4.30.0

=========================
Ruby:

  • Raise error when trying to delete a cookie without a name (#​15386)
  • Remove deprecated html 5 web storage features
  • Remove deprecated script alias for execute_script
  • Add debug message for location of screenshot

BiDi:

  • Add set viewport for browsing context (#​15290)
  • Add support for handling user prompt (#​15291)
  • Add Browser context activate command (#​15365)

DevTools:

  • Add support for 134 and remove 131
  • Remove support for v85 since no longer required by Firefox
  • Add support for additional target types (#​15416)

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-225 May 6, 2025 14:37 Inactive
@JPrevost JPrevost temporarily deployed to tacos-api-pipeline-pr-225 May 6, 2025 14:47 Inactive
@renovate
Copy link
Contributor Author

renovate bot commented May 6, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@JPrevost JPrevost self-requested a review May 6, 2025 14:51
@JPrevost JPrevost self-assigned this May 6, 2025
@JPrevost JPrevost merged commit 5ad81a0 into main May 6, 2025
7 checks passed
@JPrevost JPrevost deleted the renovate/all-minor-patch branch May 6, 2025 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants