Skip to content

Update bundler non-major dependencies to v1.88.1#316

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/bundler-minor-patch
Open

Update bundler non-major dependencies to v1.88.1#316
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/bundler-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
rubocop (source, changelog) 1.88.01.88.1 age confidence
web-console 4.2.14.3.0 age confidence

Release Notes

rubocop/rubocop (rubocop)

v1.88.1

Compare Source

Bug fixes
  • #​15408: Fix a crash for Bundler/GemComment with a non-literal gem option key. ([@​bbatsov][])
  • #​9571: Fix a crash for Layout/ClassStructure when a class body is a single safe-navigation call (e.g. test&.private_methods(def foo; end)). ([@​bbatsov][])
  • #​15413: Fix a crash for Gemspec/DevelopmentDependencies when AllowedGems is nil. ([@​bbatsov][])
  • #​15404: Fix a crash for Metrics/MethodLength with an anonymous define_method. ([@​bbatsov][])
  • #​15414: Fix a crash for Naming/InclusiveLanguage with nil or empty FlaggedTerms. ([@​bbatsov][])
  • #​15405: Fix a crash for Security/IoMethods with a non-string-literal argument. ([@​bbatsov][])
  • #​15330: Fix a crash for Style/EmptyStringInsideInterpolation with a modifier conditional. ([@​bbatsov][])
  • #​15351: Fix a crash for Style/OpenStructUse with a bare OpenStruct root node. ([@​bbatsov][])
  • #​15379: Fix a crash for Style/TrailingUnderscoreVariable when a nested destructuring group consists only of underscore variables. ([@​bbatsov][])
  • #​15412: Fix a false negative for Security/MarshalLoad with a proc argument. ([@​bbatsov][])
  • #​15386: Fix a false negative for Style/MethodDefParentheses with named rest arguments under EnforcedStyle: require_no_parentheses. ([@​bbatsov][])
  • #​15396: Fix a false negative for Style/MultilineMethodSignature where a signature that fits on one line was skipped because the multi-line source length was measured instead of the collapsed width. ([@​bbatsov][])
  • #​15386: Fix a false negative for Style/OptionalArguments with singleton methods. ([@​bbatsov][])
  • #​15383: Fix a false negative for Style/RedundantFilterChain with numbered-parameter blocks. ([@​bbatsov][])
  • #​15290: Fix a false negative for Lint/ToEnumArguments when a braced hash is passed to keyword parameters (e.g. to_enum(:m, { required: required })), which raises ArgumentError when the enumerator is used. ([@​RedZapdos123][])
  • #​11956: Fix a false positive for Naming/FileName when a class or module name contains multiple consecutive AllowedAcronyms. ([@​camallen][])
  • #​15324: Fix a false positive for Style/DirEmpty with a block. ([@​bbatsov][])
  • #​15326: Fix a false positive for Style/EmptyLiteral with numbered and it block parameters. ([@​bbatsov][])
  • #​15335: Fix a false positive for Style/EnvHome. ([@​bbatsov][])
  • #​15345: Fix a false positive for Style/InlineComment with rubocop:todo directives. ([@​bbatsov][])
  • #​15348: Fix a false positive for Style/MultilineIfThen. ([@​bbatsov][])
  • #​15383: Fix a false positive for Style/NumericPredicate when an allowed method encloses a numbered-parameter or it block. ([@​bbatsov][])
  • #​15389: Fix a false positive for Style/OptionHash when the options hash is forwarded with an explicit super. ([@​bbatsov][])
  • #​15350: Fix a false positive for Style/RedundantFormat with a lone format sequence. ([@​bbatsov][])
  • #​15374: Fix a false positive for Style/RedundantSelf with a rescue exception variable. ([@​bbatsov][])
  • #​15376: Fix a false positive for Style/Semicolon with a semicolon inside a string literal. ([@​bbatsov][])
  • #​15398: Fix an incorrect autocorrect for Layout/ConditionPosition that dropped a body statement sharing the condition's line via a semicolon. ([@​bbatsov][])
  • #​15399: Fix an incorrect autocorrect for Layout/EmptyComment that deleted a heredoc when removing an empty comment trailing its opener. ([@​bbatsov][])
  • #​15400: Fix an incorrect autocorrect for Layout/EmptyLineBetweenDefs that inserted a blank line inside a heredoc body when an endless method's body was a heredoc. ([@​bbatsov][])
  • #​15401: Fix an incorrect autocorrect for Layout/SpaceAroundOperators that turned **= and /= compound assignments into **//, dropping the assignment. ([@​bbatsov][])
  • #​15406: Fix an incorrect autocorrect for Naming/MemoizedInstanceVariableName. ([@​bbatsov][])
  • #​15411: Fix an incorrect autocorrect for Naming/RescuedExceptionsVariableName. ([@​bbatsov][])
  • #​15319: Fix an incorrect autocorrect for Style/DataInheritance with a brace block. ([@​bbatsov][])
  • #​15323: Fix an incorrect autocorrect for Style/EmptyCaseCondition as a yield/super argument. ([@​bbatsov][])
  • #​15323: Fix an incorrect autocorrect for Style/EmptyCaseCondition with low-precedence when values. ([@​bbatsov][])
  • #​15322: Fix an incorrect autocorrect for Style/EmptyClassDefinition with a namespaced constant. ([@​bbatsov][])
  • #​15336: Fix an incorrect autocorrect for Style/EmptyHeredoc. ([@​bbatsov][])
  • #​15332: Fix an incorrect autocorrect for Style/EvenOdd. ([@​bbatsov][])
  • #​15329: Fix an incorrect autocorrect for Style/ExactRegexpMatch with a single quote. ([@​bbatsov][])
  • #​15333: Fix an incorrect autocorrect for Style/FileNull. ([@​bbatsov][])
  • #​15334: Fix an incorrect autocorrect for Style/For. ([@​bbatsov][])
  • #​15331: Fix an incorrect autocorrect for Style/FormatString with a low-precedence argument. ([@​bbatsov][])
  • #​15331: Fix an incorrect autocorrect for Style/FormatString with a splat argument. ([@​bbatsov][])
  • #​15337: Fix an incorrect autocorrect for Style/HashSlice. ([@​bbatsov][])
  • #​15327: Fix an incorrect autocorrect for Style/HashSyntax with a multi-pair braceless return. ([@​bbatsov][])
  • #​15368: Fix an incorrect autocorrect for Style/IfWithSemicolon that changed semantics when the condition was an assignment, by parenthesizing it in the resulting ternary. ([@​bbatsov][])
  • #​15340: Fix an incorrect autocorrect for Style/KeywordArgumentsMerging with a block-pass argument. ([@​bbatsov][])
  • #​15387: Fix an incorrect autocorrect for Style/KeywordParametersOrder that inserted a spurious blank line when a keyword optional parameter already trailed the parameters list. ([@​bbatsov][])
  • #​15341: Fix an incorrect autocorrect for Style/MapIntoArray with a block-pass argument. ([@​bbatsov][])
  • #​15342: Fix an incorrect autocorrect for Style/MethodCallWithoutArgsParentheses with it() in a numbered block. ([@​bbatsov][])
  • #​15343: Fix an incorrect autocorrect for Style/MinMaxComparison with unless. ([@​bbatsov][])
  • #​15348: Fix an incorrect autocorrect for Style/MultilineMemoization with rescue/ensure. ([@​bbatsov][])
  • #​15348: Fix an incorrect autocorrect for Style/MultilineMethodSignature. ([@​bbatsov][])
  • #​15394: Fix an incorrect autocorrect for Style/NilLambda when a non-lambda proc returns nil with return. ([@​bbatsov][])
  • #​15352: Fix an incorrect autocorrect for Style/ParallelAssignment with a %i element needing quoting. ([@​bbatsov][])
  • #​15352: Fix an incorrect autocorrect for Style/ParallelAssignment with a %w element needing escaping. ([@​bbatsov][])
  • #​15366: Fix an incorrect autocorrect for Style/PercentLiteralDelimiters that produced invalid Ruby for a %s symbol whose content contains the preferred delimiter. ([@​bbatsov][])
  • #​15370: Fix an incorrect autocorrect for Style/PerlBackrefs that rewrote $+/$LAST_PAREN_MATCH to the non-equivalent Regexp.last_match(-1); these are no longer flagged. ([@​bbatsov][])
  • #​15371: Fix an incorrect autocorrect for Style/RedundantException that changed the exception message when raising RuntimeError with a nil message. ([@​bbatsov][])
  • #​15350: Fix an incorrect autocorrect for Style/RedundantFormat with a nil argument. ([@​bbatsov][])
  • #​15365: Fix an incorrect autocorrect for Style/RedundantLineContinuation that corrupted an earlier line when removing a line continuation at the end of a multi-line file. ([@​bbatsov][])
  • #​15373: Fix an incorrect autocorrect for Style/RedundantRegexpEscape that stripped a necessary \@​/\$ escape after # in %r{}/%r// literals, enabling unintended interpolation. ([@​bbatsov][])
  • #​15375: Fix an incorrect autocorrect for Style/RedundantStructKeywordInit when keyword_init is not the last pair. ([@​bbatsov][])
  • #​15377: Fix an incorrect autocorrect for Style/SingleLineDoEndBlock when the block body contains a heredoc. ([@​bbatsov][])
  • #​15378: Fix an incorrect autocorrect for Style/StringHashKeys when the hash key is a heredoc. ([@​bbatsov][])
  • #​15380: Fix an incorrect autocorrect for Style/TernaryParentheses when the condition is a modifier if/unless expression. ([@​bbatsov][])
  • #​15407: Fix an infinite loop for Gemspec/RequireMFA with multiple specifications. ([@​bbatsov][])
  • #​15356: Fix an infinite loop between Lint/AssignmentInCondition and Style/RedundantParentheses when an assignment is a statement of a multi-statement begin in a condition. ([@​koic][])
  • #​14370: Fix comment duplication for Style/AccessorGrouping with a single-line trailing comment. ([@​bbatsov][])
  • #​15318: Fix --fail-fast not reporting offenses and exiting with a zero status when offenses are found. ([@​koic][])
  • #​15312: Fix false positives for Layout/BlockAlignment when EnforcedStyleAlignWith: start_of_block is used and do is on a continuation line of a parenthesisless multiline method call. ([@​koic][])
  • #​15339: Fix incorrect autocorrects for Style/HashTransformKeys and Style/HashTransformValues with a splat. ([@​bbatsov][])
  • #​15344: Fix incorrect autocorrects for Style/Lambda with block-local arguments. ([@​bbatsov][])
  • #​15311: Fix a false negative for Layout/IndentationWidth when the body of a multiline grouped expression in parentheses is not indented. ([@​koic][])
  • #​15302: Fix an incorrect autocorrect for Bundler/OrderedGems and Gemspec/OrderedDependencies when the last declaration has no trailing newline, which joined two declarations into a single line. ([@​koic][])
  • #​15307: Fix a false positive for Lint/UnescapedBracketInRegexp when a character class starts with a bare ] (e.g. /[^]]/). ([@​koic][])
Changes
  • #​15390: Mark Style/MapCompactWithConditionalBlock autocorrect as unsafe because compact also removes nil elements already present in the collection. ([@​bbatsov][])
  • #​15300: Update Metrics/PerceivedComplexity to weight simple case/in pattern branches the same as case/when branches. ([@​koic][])
rails/web-console (web-console)

v4.3.0

Compare Source

  • #​342 Always permit IPv4-mapped IPv6 loopback addresses ([@​zunda]).
  • Fixed Rails 8.2.0.alpha support
  • Drop Rails 7.2 support
  • Drop Ruby 3.1 support

Configuration

📅 Schedule: (UTC)

  • 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)
  • 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 tacos-api-pipeline-pr-316 March 5, 2026 22:15 Inactive
@renovate renovate Bot force-pushed the renovate/bundler-minor-patch branch from 60551d8 to 3318f4b Compare March 9, 2026 21:27
@renovate renovate Bot changed the title Update bundler non-major dependencies to v1.85.1 Update bundler non-major dependencies to v2.5.21 Mar 9, 2026
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-316 March 9, 2026 21:27 Inactive
@renovate renovate Bot force-pushed the renovate/bundler-minor-patch branch from 3318f4b to 07d0aa1 Compare March 10, 2026 13:01
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-316 March 10, 2026 13:01 Inactive
@renovate renovate Bot force-pushed the renovate/bundler-minor-patch branch from 07d0aa1 to ccc9475 Compare March 13, 2026 04:40
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-316 March 13, 2026 04:40 Inactive
@renovate renovate Bot force-pushed the renovate/bundler-minor-patch branch from ccc9475 to 54712b7 Compare March 15, 2026 01:36
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-316 March 15, 2026 01:36 Inactive
@renovate renovate Bot force-pushed the renovate/bundler-minor-patch branch from 54712b7 to f07dfc1 Compare March 15, 2026 20:49
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-316 March 15, 2026 20:49 Inactive
@renovate renovate Bot force-pushed the renovate/bundler-minor-patch branch from f07dfc1 to 8a7e287 Compare March 16, 2026 13:30
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-316 March 16, 2026 13:30 Inactive
@renovate renovate Bot force-pushed the renovate/bundler-minor-patch branch from 8a7e287 to 5c4f21f Compare March 16, 2026 17:14
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-316 March 16, 2026 17:14 Inactive
@renovate renovate Bot force-pushed the renovate/bundler-minor-patch branch from 5c4f21f to 62a683d Compare March 18, 2026 05:43
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-316 March 18, 2026 05:43 Inactive
@renovate renovate Bot force-pushed the renovate/bundler-minor-patch branch from 62a683d to 3d6be55 Compare March 19, 2026 10:18
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-316 March 19, 2026 10:18 Inactive
@renovate renovate Bot force-pushed the renovate/bundler-minor-patch branch from 3d6be55 to 263d8f0 Compare March 21, 2026 09:18
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-316 March 21, 2026 09:18 Inactive
@renovate renovate Bot force-pushed the renovate/bundler-minor-patch branch from 263d8f0 to d523fe2 Compare March 23, 2026 14:11
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-316 March 23, 2026 14:11 Inactive
@renovate renovate Bot force-pushed the renovate/bundler-minor-patch branch from d523fe2 to 693174d Compare March 23, 2026 18:13
@renovate renovate Bot changed the title Update bundler non-major dependencies to v2.5.21 Update bundler non-major dependencies to v2.5.22 Mar 23, 2026
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-316 March 23, 2026 18:13 Inactive
@renovate renovate Bot force-pushed the renovate/bundler-minor-patch branch from 693174d to d8883fc Compare March 25, 2026 13:58
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-316 March 25, 2026 13:59 Inactive
@renovate renovate Bot force-pushed the renovate/bundler-minor-patch branch from d8883fc to 68eab63 Compare March 26, 2026 09:26
@renovate renovate Bot force-pushed the renovate/bundler-minor-patch branch 6 times, most recently from 910bb4e to 55ac502 Compare April 16, 2026 09:41
@renovate renovate Bot force-pushed the renovate/bundler-minor-patch branch 5 times, most recently from 6913954 to 1a7cdfb Compare April 22, 2026 21:17
@renovate renovate Bot changed the title Update bundler non-major dependencies to v2.5.23 Update bundler non-major dependencies to v0.1.0 Apr 22, 2026
@renovate renovate Bot force-pushed the renovate/bundler-minor-patch branch 11 times, most recently from 59777fc to 1e76e7e Compare April 30, 2026 11:41
@renovate renovate Bot force-pushed the renovate/bundler-minor-patch branch 6 times, most recently from 467a399 to 78f76e7 Compare May 8, 2026 20:27
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.

1 participant