Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 24, 2025

This PR contains the following updates:

Package Change Age Confidence
aws-sdk-sqs (source, changelog) 1.105.01.109.0 age confidence
bootsnap 1.18.61.20.1 age confidence
dotenv-rails (changelog) 3.1.83.2.0 age confidence
json 2.15.12.18.0 age confidence
pg 1.6.21.6.3 age confidence
rubocop (source, changelog) 1.81.61.82.1 age confidence
rubocop-rails (source, changelog) 2.33.42.34.3 age confidence
selenium-webdriver (source, changelog) 4.37.04.39.0 age confidence
simple_form (changelog) 5.3.15.4.1 age confidence
sqlite3 2.7.42.9.0 age confidence
webmock (changelog) 3.25.13.26.1 age confidence

Release Notes

aws/aws-sdk-ruby (aws-sdk-sqs)

v1.109.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

v1.108.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

v1.107.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

v1.106.0

  • Feature - Update endpoint ruleset parameters casing
bkeepers/dotenv (dotenv-rails)

v3.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: bkeepers/dotenv@v3.1.8...v3.2.0

rubocop/rubocop (rubocop)

v1.82.1

Compare Source

Bug fixes
  • #​14736: Fix an error for Style/TrailingCommaInArguments when EnforcedStyleForMultiline is consistent_comma and keyword arguments use a trailing comma. ([@​koic][])
  • #​14737: Fix crash in Layout/RedundantLineBreak when Layout/LineLength is disabled. ([@​ydakuka][])
  • #​14719: Fix crash on long lines when Layout/LineLength is disabled. ([@​floriandejonckheere][])
  • #​14743: Fix false positives for Layout/MultilineMethodCallIndentation when multiline method chain with block has expected indent width and the method is preceded by splat or double splat. ([@​koic][])
  • #​12297: Fix false negative in Layout/IndentationWidth for multiline method chain blocks. ([@​rscq][])
  • #​14730: Fix the cache implementation to use consistent cache keys across workers. ([@​byroot][])
  • #​14559: Fix false positives for Lint/UselessAssignment when a variable is assigned in loop body and used in loop condition. ([@​ydakuka][])

v1.82.0

Compare Source

New features
  • #​14655: Add AllowRBSInlineAnnotation option to Layout/LineLength. ([@​koic][])
  • #​14569: Add IncludedMacroPatterns configuration option to Style/MethodCallWithArgsParentheses for pattern-based macro method enforcement. ([@​mmenanno][])
  • #​14670: Add new cop Style/ModuleMemberExistenceCheck. ([@​lovro-bikic][])
  • #​14644: Support TargetRubyVersion 4.0 (experimental). ([@​koic][])
Bug fixes
  • #​14649: Fix an error for Lint/LiteralAsCondition when there are literals in multiple branches. ([@​viralpraxis][])
  • #​14678: Fix an error when running deprecated rake rubocop:auto_correct task. ([@​koic][])
  • #​14650: Fix wrong autocorrect for Lint/RedundantSplatExpansion when splatting a single literal. ([@​earlopain][])
  • #​14703: Fix false negatives for Layout/RescueEnsureAlignment when using self class definition. ([@​koic][])
  • #​14706: Fix false negatives for Lint/NoReturnInBeginEndBlocks when assigning instance variable, class variable, global variable, or constant. ([@​koic][])
  • #​14715: Fix false positives for Layout/EmptyLineAfterGuardClause when a guard clause follows a multiline heredoc in a parenthesized method call. ([@​koic][])
  • #​14667: Fix false positives for Layout/EndAlignment when a conditional assignment is used on the same line and the end with a safe navigation method call is aligned. ([@​koic][])
  • #​14688: Fix false positives for Layout/EndAlignment when a conditional assignment is used on the same line and the end with a numbered block or it block method call is aligned. ([@​koic][])
  • #​14699: Fix false positives for Lint/RedundantSafeNavigation when the receiver is used outside the singleton method definition scope. ([@​koic][])
  • #​14663: Fix false positives for Style/EndlessMethod when multiline or xstring heredoc is used in method body. ([@​koic][])
  • #​10173: Fix false positives for Style/TrailingCommaInArguments when EnforcedStyleForMultiline is set to consistent_comma and a multiline braced hash argument appears after another argument. ([@​koic][])
  • #​14680: Handle all OptionParser errors when running rubocop with input that causes an error. ([@​dvandersluis][])
  • #​14658: Fix incorrect behavior when Layout/LineLength is disabled. ([@​koic][])
  • #​14704: Fix incorrect Position character value in LSP. ([@​tmtm][])
  • #​14619: Store remote configuration caches in cache root. ([@​Jack12816][])
  • #​14476: Fix Style/ClassAndModuleChildren to skip compact style definitions inside another class or module when EnforcedStyle: nested. ([@​rscq][])
  • #​14281: Update Layout/EndAlignment with EnforcedStyleAlignWith: variable to handle conditionals inside begin nodes properly. ([@​dvandersluis][])
Changes
  • #​14662: Add autocorrection for Lint/UselessOr. ([@​r7kamura][])
  • #​14668: Exclude Severity from configuration parameters. ([@​r7kamura][])
  • #​14684: Make Style/CaseEquality allow regexp case equality where the receiver is a regexp literal. ([@​koic][])
  • #​14645: Change Lint/CircularArgumentReference to detect offenses within long assignment chains. ([@​viralpraxis][])
  • #​14642: Make Gemspec/RubyVersionGlobalsUsage aware of Ruby::VERSION. ([@​koic][])
  • #​14695: Make Layout/EmptyLineAfterMagicComment aware of # rbs_inline magic comment. ([@​koic][])
  • #​10147: Make Lint/ElseLayout allow a single-line else body in then single-line conditional. ([@​koic][])
  • #​14661: Make Lint/RedundantRequireStatement aware of pathname when analyzing Ruby 4.0. ([@​koic][])
  • #​14698: Make Lint/UnreachableCode aware of singleton method redefinition. ([@​koic][])
  • #​14677: Make Style/RedundantArgument aware of to_i. ([@​koic][])
  • #​14660: Rename IgnoreCopDirectives to AllowCopDirectives in Layout/LineLength. ([@​koic][])
  • #​14492: Revert #​14492, which added support for LSP positionEncoding 'utf-8' and 'utf-32' due to critical performance regression reports. ([@​koic][])

v1.81.7

Compare Source

Bug fixes
  • #​14597: Fix an infinite loop error for Layout/HashAlignment when EnforcedStyle: with_fixed_indentation is specified for Layout/ArgumentAlignment. ([@​koic][])
  • #​14621: Fix an error for Naming/PredicateMethod when using an in pattern with empty parentheses body. ([@​koic][])
  • #​14631: Fix an error for Style/SoleNestedConditional when using nested single line if. ([@​koic][])
  • #​14626: Fix false positives in Style/ConstantVisibility when visibility is declared with multiple constants. ([@​koic][])
  • #​14628: Fix false positives for Style/FloatDivision when using Regexp.last_match or nth reference (e.g., $1). ([@​koic][])
  • #​14617: Handle non-specific issues with the Gemfile to allow fallback. ([@​Fryguy][])
  • #​14622: Fix an error for Naming/MethodName when the first argument to alias contains interpolation. ([@​earlopain][])
rubocop/rubocop-rails (rubocop-rails)

v2.34.3

Compare Source

Bug fixes
  • #​1473: Fix an error for Rails/SelectMap when select(:column_name).map(&:column_name) with parentheses. ([@​koic][])
  • #​1569: Fix an error in Rails/SelectMap when multiple select calls are present before map. ([@​koic][])

v2.34.2

Compare Source

Changes

v2.34.1

Compare Source

Bug fixes
  • #​1556: Fix an error for Rails/Env when assigning Rails.env. ([@​koic][])
  • #​1557: Fix false positives for Rails/Presence with comparison and assignment operators. ([@​davidenglishmusic][])
  • #​1558: This PR fixes incorrect autocorrect for Rails/RedirectBackOrTo when additional options as double splat are used. ([@​koic][])
  • #​1561: Fix incorrect autocorrect for Rails/RedirectBackOrTo when fallback_location argument is a hash and the call has no argument parentheses. ([@​koic][])

v2.34.0

Compare Source

New features
Bug fixes
  • #​1539: Fix an error in Rails/ActionControllerFlashBeforeRender when flash is used inside a block followed by method chaining. ([@​koic][])
  • #​1553: Fix false positives for Rails/OutputSafety when using non-interpolated multiline heredoc. ([@​koic][])
  • #​1532: Fix false positives for Rails/FindByOrAssignmentMemoization when assigning a memoization instance variable at initialize method. ([@​koic][])
  • #​1549: Fix Rails/InverseOf cop false positives when using dynamic association options. ([@​viralpraxis][])
Changes
SeleniumHQ/selenium (selenium-webdriver)

v4.39.0

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

  • Add CDP for Chrome 143 and remove 140

v4.38.0

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

  • Fix BiDi Network issue by removing nil values on network requests (#​16442)
  • Remove cruft from old CI environment (#​16473)
  • [bidi] remove deprecated classes for log inspector (#​16474)
  • update devtools versions
heartcombo/simple_form (simple_form)

v5.4.1

Compare Source

  • Ruby 4.0 support (no changes required)
  • Support procs on validators for minlength/maxlength, and improve validators logic across the board to match Rails #​1859

v5.4.0

Compare Source

  • Add support for Ruby 3.4 and Rails 7.2/8.0/8.1. (no changes required)
  • Drop support for Rails < 7 and Ruby < 2.7.
  • Add weekday input. #​1846
  • Remove redundant aria-required attribute for required fields. #​1823
  • Integrate :rich_text_area with placeholders #​1842
  • Fix encrypted attributes improperly casted (later fixed in Rails) #​1836
  • Pass base object to human_attribute_name in labels #​1812
bblimke/webmock (webmock)

v3.26.1

Compare Source

Fix compatibility with recent async-http versions

Thanks to [Mikhail Doronin](https://redirect.github.com/misdoro)

v3.26.0

Compare Source

v3.25.2

Compare Source

  • Return support for em_http_request

    Thanks to Oleg


Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 thesis-submit-pr-1478 October 24, 2025 23:17 Inactive
@coveralls
Copy link

coveralls commented Oct 24, 2025

Coverage Status

coverage: 98.338%. remained the same
when pulling 0120738 on renovate/bundler-minor-patch
into 8d8d7f2 on main.

@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 934a26f to 2179378 Compare October 25, 2025 06:08
@renovate renovate bot changed the title Update dependency simple_form to v5.4.0 Update bundler non-major dependencies to v4.38.0 Oct 25, 2025
@mitlib mitlib temporarily deployed to thesis-submit-pr-1478 October 25, 2025 06:08 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 2179378 to 6f9363c Compare October 25, 2025 10:44
@renovate renovate bot changed the title Update bundler non-major dependencies to v4.38.0 Update bundler non-major dependencies to v2.15.2 Oct 25, 2025
@mitlib mitlib temporarily deployed to thesis-submit-pr-1478 October 25, 2025 10:45 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 6f9363c to 5bcaf8f Compare October 26, 2025 22:11
@mitlib mitlib temporarily deployed to thesis-submit-pr-1478 October 26, 2025 22:11 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 5bcaf8f to 4fd00bf Compare October 27, 2025 12:57
@mitlib mitlib temporarily deployed to thesis-submit-pr-1478 October 27, 2025 12:57 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 4fd00bf to a4a4003 Compare October 28, 2025 22:06
@renovate renovate bot changed the title Update bundler non-major dependencies to v2.15.2 Update bundler non-major dependencies to v1.202.0 Oct 28, 2025
@mitlib mitlib temporarily deployed to thesis-submit-pr-1478 October 28, 2025 22:07 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from a4a4003 to 0203888 Compare October 29, 2025 22:52
@mitlib mitlib temporarily deployed to thesis-submit-pr-1478 October 29, 2025 22:53 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 0203888 to 93ab82a Compare October 30, 2025 13:08
@mitlib mitlib temporarily deployed to thesis-submit-pr-1478 October 30, 2025 13:08 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 93ab82a to a9a2983 Compare October 31, 2025 11:38
@mitlib mitlib temporarily deployed to thesis-submit-pr-1478 October 31, 2025 11:39 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from a9a2983 to 0c3c227 Compare November 5, 2025 23:43
@renovate renovate bot changed the title Update bundler non-major dependencies to v1.202.0 Update bundler non-major dependencies to v1.203.0 Nov 5, 2025
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 3 times, most recently from 5681a7f to a4a52b6 Compare November 11, 2025 01:32
@renovate renovate bot changed the title Update bundler non-major dependencies to v1.203.0 Update bundler non-major dependencies to v1.203.1 Nov 11, 2025
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 3 times, most recently from 42b0ea3 to 3e11fd7 Compare November 19, 2025 00:49
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 2 times, most recently from 24bcf05 to 19a842f Compare December 11, 2025 12:43
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 2 times, most recently from 43e33e4 to 2498505 Compare December 15, 2025 20:47
@renovate renovate bot changed the title Update bundler non-major dependencies to v1.206.0 Update bundler non-major dependencies to v1.207.0 Dec 15, 2025
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 2498505 to 2ed9fab Compare December 17, 2025 02:02
@renovate renovate bot changed the title Update bundler non-major dependencies to v1.207.0 Update bundler non-major dependencies to v1.208.0 Dec 17, 2025
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 4 times, most recently from 0898461 to 35b2b0f Compare December 18, 2025 22:54
@renovate renovate bot changed the title Update bundler non-major dependencies to v1.208.0 Update bundler non-major dependencies to v1.107.0 Dec 18, 2025
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 5 times, most recently from 2b432dc to f9cbb43 Compare December 29, 2025 22:12
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 4 times, most recently from 6090238 to ed395ac Compare January 5, 2026 21:52
@renovate renovate bot changed the title Update bundler non-major dependencies to v1.107.0 Update bundler non-major dependencies to v1.108.0 Jan 5, 2026
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from ed395ac to 9cc3f6b Compare January 8, 2026 23:06
@renovate renovate bot changed the title Update bundler non-major dependencies to v1.108.0 Update bundler non-major dependencies to v1.109.0 Jan 8, 2026
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 9cc3f6b to 1467b95 Compare January 12, 2026 19:41
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 1467b95 to 0120738 Compare January 12, 2026 19:43
@jazairi jazairi merged commit 4a2d311 into main Jan 12, 2026
1 check passed
@jazairi jazairi deleted the renovate/bundler-minor-patch branch January 12, 2026 19:46
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.

4 participants