-
Notifications
You must be signed in to change notification settings - Fork 4
Update bundler non-major dependencies to v1.199.1 #1462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2ed1888 to
7bfee50
Compare
7bfee50 to
63befbf
Compare
36c1d51 to
250e0fd
Compare
1532a35 to
be43441
Compare
e3a062d to
ad80d32
Compare
43ef4a6 to
dfa38e9
Compare
b61ee4d to
eefd637
Compare
b02da86 to
c2615b3
Compare
f2dda2a to
f95932a
Compare
c2f4a8e to
fe6be64
Compare
242143f to
23c0a81
Compare
4c5519e to
78d99be
Compare
bfddaca to
3063537
Compare
7ca201e to
8b0392a
Compare
8b0392a to
2b6e155
Compare
2b6e155 to
0e57c4a
Compare
JPrevost
approved these changes
Oct 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot].This notice will be removed on 2025-10-07.
This PR contains the following updates:
1.191.0->1.199.11.96.0->1.104.02.12.2->2.15.00.5.10->0.5.111.5.9->1.6.26.6.0->6.6.11.77.0->1.81.12.32.0->2.33.45.6.4->5.7.14.34.0->4.36.05.26.0->5.28.05.26.0->5.28.00.8.0->0.9.02.7.1->2.7.4Release Notes
aws/aws-sdk-ruby (aws-sdk-s3)
v1.199.1TransferManager#download_fileandObject#download_filedocumentation regarding temporary file usage and failure handling for different destination types.v1.199.0v1.198.0Feature - Code Generated Changes, see
./build_toolsoraws-sdk-core's CHANGELOG.md for details.Issue - Fix multipart
download_fileto supportPathname,FileandTempfileobjects as download destinations.v1.197.0Issue - When multipart stream uploader fails to complete multipart upload, it calls abort multipart upload.
Issue - For
Aws::S3::Objectclass, the following methods have been deprecated:download_file,upload_fileandupload_stream. UseAws::S3::TransferManagerinstead.Feature - Add
Aws::S3::TransferManager, a S3 transfer utility that provides upload/download capabilities with automatic multipart handling, progress tracking, and handling of large files.v1.196.1Issue - Add range validation to multipart download to ensure all parts are successfully processed.
Issue - When multipart uploader fails to complete multipart upload, it calls abort multipart upload.
Issue - Clean up partially downloaded file on multipart
download_filefailure while preserving existing file.v1.196.0./build_toolsoraws-sdk-core's CHANGELOG.md for details.v1.195.0./build_toolsoraws-sdk-core's CHANGELOG.md for details.v1.194.0./build_toolsoraws-sdk-core's CHANGELOG.md for details.v1.193.0v1.192.0aws/aws-sdk-ruby (aws-sdk-sqs)
v1.104.0v1.103.0./build_toolsoraws-sdk-core's CHANGELOG.md for details.v1.102.0v1.101.0v1.100.0./build_toolsoraws-sdk-core's CHANGELOG.md for details.v1.99.0./build_toolsoraws-sdk-core's CHANGELOG.md for details.v1.98.0v1.97.0./build_toolsoraws-sdk-core's CHANGELOG.md for details.ruby/net-imap (net-imap)
v0.5.11Compare Source
What's Changed
Added
ESearchResult#to_sequence_setby @nevans in #511ESearchResult#eachby @nevans in #513VanishedData#each, delegated to#uids.each_numberby @nevans in #522Ractor.shareable_procby @ko1 in #525Fixed
SearchResult#==for LHS with no modseq by @nevans in #514Other Changes
obj.to_sequence_set => nilin try_convert by @nevans in #512VanishedData#uidsto beSequenceSet.emptyby @nevans in #517ArgumentErrorfor#fetchwithpartialby @nevans in #521Documentation
#enable(docs only) by @nevans in #518Miscellaneous
FakeServer#Connection#closemutex by @nevans in #520New Contributors
Full Changelog: ruby/net-imap@v0.5.10...v0.5.11
rubocop/rubocop (rubocop)
v1.81.1Compare Source
Bug fixes
Lint/DeprecatedOpenSSLConstantwhenCipherappears twice. ([@koic][])Changes
Style/NumberedParametersandStyle/ItBlockParameterwithEnforcedStyle: allow_single_linewhen the block itself is on a single line. ([@earlopain][])v1.81.0Compare Source
New features
Style/ArrayIntersectWithSingleElementcop. ([@r7kamura][])EnforcedStyleForMultiline: diff_commainStyle/TrailingCommaInArguments. ([@akouryy][])Bug fixes
Style/NilComparisoncop when using thevar.==(nil)andvar.===(nil)syntax. ([@viralpraxis][])Style/ExplicitBlockArgumentwhen there are two methods that share the same implementation. ([@earlopain][])Style/NumberedParametersandStyle/ItBlockParameterwhen using multiline method chain withEnforcedStyle: allow_single_line. ([@koic][])Layout/MultilineOperationIndentationwhen using indented code on LHS of equality operator in modifier method definition. ([@koic][])Layout/EmptyLineBetweenDefsforAllowAdjacentOneLineDefs: falseandDefLikeMacrosthat take no block. ([@earlopain][])EnforcedStyle: allowed_in_returnsand!!appears across multiple lines in return position. ([@koic][])Style/RedundantParentheseswhen parentheses are used around a one-linerescueexpression as a condition. ([@koic][])Style/RedundantRegexpEscapewhen an escaped variable sigil follows#(e.g.,/#\@​foo/,/#\@​@​bar/,/#\$baz/). ([@koic][])Layout/RescueEnsureAlignmentwith a block whose send node is split over multiple lines. ([@dvandersluis][])Style/RedundantFormatwhen the format string has a variable width that isn't given as a literal value. ([@dvandersluis][])ParserEngine: parser_prismis configured in a base config file. ([@sudoremo][])Lint/Voidwhen using a return value in assignment method definition. ([@koic][])Style/RedundantRegexpArgumentwhen using escaped single quote character. ([@koic][])Style/UnlessElsewhen usingunlesswiththen. ([@koic][]).rubocop.yml,.rubocop_todo.yml) change. ([@earlopain][]).rubocopconfig file. ([@earlopain][])Layout/LineLengthautocorrection from splitting a block if its receiver contains a heredoc. ([@dvandersluis][])Lint/ShadowedArgumentwhen assigning inside arescueblock. ([@earlopain][])Changes
positionEncodingutf-8andutf-32. ([@tmtm][])v1.80.2Compare Source
Bug fixes
Style/SafeNavigationwhen using ternary expression with index access call with method chain. ([@koic][])Style/RedundantParentheseswith unary operators andyield,super, ordefined?. ([@earlopain][])Style/RedundantParentheseswith method calls taking argument without parentheses likereturn (x y) if z. ([@earlopain][])Style/StringConcatenationwhen a double-quoted string contains escaped quotes and interpolation. ([@earlopain][])Style/StringConcatenationwhen a single-quoted string contains interpolation like'#{foo}'. ([@earlopain][])Changes
Naming/PredicateMethodallow theinitializemethod. ([@koic][])v1.80.1Compare Source
Bug fixes
--display-timeoption is used on the CLI. ([@lovro-bikic][])Style/RedundantBeginusingbeginwith multiple statements withoutrescueorensure. ([@koic][])Changes
Layout/EndAlignmentwhenendis not on a separate line. ([@lovro-bikic][])v1.80.0Compare Source
Bug fixes
Style/BitwisePredicatewhen using&with LHS flags in conjunction with==for comparisons. ([@koic][])Style/Forwith save navigation in the collection. ([@earlopain][])Lint/DuplicateRegexpCharacterClassElementis enabled. ([@earlopain][])Lint/UselessAssignmentwhen duplicate assignments appear in nestedifbranches inside a loop and the variable is used outsidewhileloop. ([@koic][])Naming/MethodNamewhen an operator method is defined using a string. ([@koic][])Style/RedundantParentheseswhendo...endblock is wrapped in parentheses as a method argument. ([@koic][])Style/SafeNavigation. ([@issyl0][])Layout/EmptyLinesAfterModuleInclusionwhenincludedoes not have exactly one argument. ([@issyl0][])Style/SafeNavigationcop to preserve existing safe navigation in fixed code. ([@martinemde][])Lint/UselessAssignmentwithforloops when the variable is referenced in the collection. ([@earlopain][])Style/RedundantConditionwith a parenthesised method call in the condition. ([@earlopain][])Changes
Lint/SelfAssignmentto handle indexed assignment with multiple arguments. ([@viralpraxis][])AutoCorrectandIncludefrom configuration parameters. ([@r7kamura][])Style/RedundantBeginaware ofcasepattern matching. ([@koic][])Style/ArrayIntersect. ([@lovro-bikic][])TextDocumentSyncKind.Incremental. ([@tmtm][])Style/RedundantBeginto registerbeginblocks insideif,unless,case,whileanduntilas redundant. ([@dvandersluis][])v1.79.2Compare Source
Bug fixes
Layout/EmptyLinesAroundClassBodywhen a class body starts with a blank line and defines a multiline superclass. ([@koic][])Layout/EmptyLinesAroundArgumentswith multiline strings that contain only whitespace. ([@earlopain][])Layout/EmptyLinesAfterModuleInclusionwhen inclusion is called with modifier. ([@r7kamura][])Lint/UselessAssignmentwhen duplicate assignments appear inifbranch inside a loop and the variable is used outsidewhileloop. ([@koic][])Style/MapToHashwhen usingto_hwith block argument. ([@koic][])Style/MapToSetwhen usingto_setwith block argument. ([@koic][])Style/SafeNavigationwhen ternary expression with operator method call with method chain. ([@koic][])Changes
Style/RedundantParentheses. ([@lovro-bikic][])v1.79.1Compare Source
Bug fixes
Style/ArgumentsForwardingwhen the method arguments contain*,**or&, and the method call containsselfas the first argument. ([@earlopain][])Layout/EmptyLinesAfterModuleInclusionwhenprependis used with block methods. ([@koic][])Style/RedundantParentheseswhen parentheses are used around a one-linerescueexpression inside a ternary operator. ([@koic][])Lint/UselessAssignmentwhen duplicate assignments inifbranch inside a loop. ([@koic][])Lint/UselessAssignmentwithretryinrescuebranch. ([@earlopain][])Style/RedundantParentheseswhen parentheses are used around a one-linerescueexpression inside array or hash literals. ([@koic][])Changes
Naming/MethodNamecop to detect offenses withinaliasandalias_methodcalls. ([@viralpraxis][])||toLint/LiteralAsCondition. ([@zopolis4][])v1.79.0Compare Source
New features
Layout/EmptyLinesAfterModuleInclusion. ([@lovro-bikic][])Naming/MethodNamecop to detect offenses withinDatamembers. ([@viralpraxis][])Bug fixes
Style/ParallelAssignmentwhen a lambda with parallel assignment is used on the RHS. ([@koic][])Style/AccessorGroupingseparated autocorrect. ([@r7kamura][])Lint/UselessAssignmentwhen the assignment is inside a loop body. ([@5hun-s][])Style/RedundantParentheseswhen using parentheses around arescueexpression on a one-line. ([@koic][])Style/AccessModifierDeclarationswhen using a grouped access modifier declaration. ([@girasquid][])Style/SingleLineMethodswhen defining a single-line singleton method. ([@koic][])Style/SingleLineMethodswhen a single-line method definition contains a modifier. ([@koic][])Naming/MethodNamecop false positives withdefine_methodand operator names. ([@viralpraxis][])Naming/PredicateMethodignoring the implicitnilfrom missingelsebranches. ([@earlopain][])Style/ItBlockParametercop error onalwaysstyle and missing block body. ([@viralpraxis][])Lint/RequireRangeParenthesesto not register false positives when range elements span multiple lines. ([@dvandersluis][])Style/SoleNestedConditionalto properly correct assignments withinand. ([@dvandersluis][])Changes
tsortgem to runtime dependency for Ruby 3.5-dev. ([@koic][])Style/ItAssignmentto consider all local variable and method parameter names. ([@dvandersluis][])Layout/SpaceAroundKeywordto offend for missing whitespace betweenreturnand opening parenthesis. ([@lovro-bikic][])Layout/SpaceAroundOperatorsaware of alternative and as pattern matchings. ([@koic][])Lint/RedundantSafeNavigationaware of builtin convert methodsto_s,to_i,to_f,to_a, andto_h. ([@koic][])InferNonNilReceiverconfig toLint/RedundantSafeNavigationto check previous code paths if the receiver is non-nil. ([@fatkodima][])array1.any? { |elem| array2.member?(elem) }andarray1.none? { |elem| array2.member?(elem) }inStyle/ArrayIntersect. ([@lovro-bikic][])v1.78.0Compare Source
New features
Naming/MethodNamecop to detect offenses withindefine_methodcalls. ([@viralpraxis][])Naming/MethodNamecop to handle offenses withinStructmembers. ([@viralpraxis][])Security/Evalcop to detectKernel.evalcalls. ([@viralpraxis][])Bug fixes
Style/HashConversionto avoid syntax error. ([@koic][])Style/SingleLineMethods. ([@koic][])--formatdisables parallelization. ([@r7kamura][])Lint/DuplicateMethodscop when self-alias trick is used. ([@viralpraxis][])Lint/LiteralAsConditionwhen a literal is used inside||incasecondition. ([@koic][])Style/HashConversionfor nestedHash[]calls. ([@dvandersluis][])Lint/RedundantTypeConversionwhen using parentheses with no arguments or any arguments. ([@koic][])Style/ItBlockParameterwhen using a single numbered parameter after multiple numbered parameters in a method chain. ([@koic][])Changes
WaywardPredicatesconfig toNaming/PredicateMethodto handle methods that look like predicates but aren't. ([@dvandersluis][])rubocop/rubocop-rails (rubocop-rails)
v2.33.4Compare Source
Bug fixes
Rails/FindByOrAssignmentMemoizationwhen using endless method definition. ([@koic][])Rails/FindBywhenwheretakes a block. ([@earlopain][])Rails/ActionControllerFlashBeforeRenderwhen flash is called in a block. ([@5hun-s][])v2.33.3Compare Source
Bug fixes
Rails/FindByOrAssignmentMemoization. ([@earlopain][])v2.33.2Compare Source
Bug fixes
Rails/ReadWriteAttributewith a frozen string attribute name. ([@viralpraxis][])v2.33.1Compare Source
Bug fixes
Rails/TransactionExitStatementwhentransactionis part of a method chain. ([@earlopain][])Rails/OrderArgumentscop false positives when using column index argument. ([@viralpraxis][])Rails/WhereExistswhenexists?is given multiple or splat arguments. ([@lovro-bikic][])v2.33.0Compare Source
New features
Rails/FindByOrAssignmentMemoizationcop. ([@r7kamura][])Rails/OrderArguments. ([@lovro-bikic][])Bug fixes
Rails/PluckIdandRails/PluckInWhere. ([@r7kamura][])Rails/EnvLocalwhen having preceding conditions. ([@fatkodima][])Rails/Pluckwhenmapmethod call is used in a block without a receiver. ([@koic][])Rails/Outputwhenpmethod is a DSL. ([@koic][])Rails/TransactionExitStatementwhenbreakis used in loop in transactions. ([@koic][])Rails/IndexWithhas nested offenses. ([@lovro-bikic][])Changes
Lint/UselessMethodDefinition. ([@r7kamura][])Rails/EnumSyntaxinclude the lib directory by default. ([@koic][])Rails/IndexWithas unsafe autocorrect. ([@tejasbubane][])scoutapp/scout_apm_ruby (scout_apm)
v5.7.1Compare Source
v5.7.0Compare Source
v5.6.5Compare Source
SeleniumHQ/selenium (selenium-webdriver)
v4.36.0=========================
unhandled_prompt_behaviorcapability to support hash syntax (#16289)v4.35.0=========================
rubyzipv3 (#16108)getsentry/sentry-ruby (sentry-rails)
v5.28.0Compare Source
Features
enable_logsis true (#2721)Miscellaneous
Deprecate all Metrics related APIs #2726
Sentry no longer has the Metrics Beta offering so
all the following APIs linked to Metrics have been deprecated and will be removed in the next major.
...
Internal
config.loggercall ingraphqlpatch (#2722Configuration.beforeandConfiguration.afterto run hooks before and after given event (#2724)v5.27.1Compare Source
Features
:originattribute in log events (#2712)Bug Fixes
sentry.message.templatein the log event attributes if there are no interpolation parameters provided (#2700)log_levelwhen logging via:std_lib_loggerpatch (#2709)sentry.originattribute to log events (#2712)v5.27.0Compare Source
Feature
Propagated sampling rates as specified in Traces docs (#2671)
Support for Rails ActiveSupport log subscribers (#2690)
Support for defining custom Rails log subscribers that work with Sentry Structured Logging (#2689)
Rails applications can now define custom log subscribers that integrate with Sentry's structured logging system. The feature includes built-in subscribers for ActionController, ActiveRecord, ActiveJob, and ActionMailer events, with automatic parameter filtering that respects Rails'
config.filter_parametersconfiguration.To enable structured logging with Rails log subscribers:
... your setup ...
Make sure structured logging is enabled
Enable default Rails log subscribers (ActionController and ActiveRecord)
end
You can also define custom log subscribers by extending the base class:
structured_loggingconfig namespace (#2692)Bug Fixes
_performmethod redefinition warning (#2682)attr_reader(#2673)Internal
Sentry::DebugTransportthat captures events and stores them as JSON for debugging purposes (#2664)Sentry::DebugStructuredLoggerthat caputres log events and stores them as JSON to a file for debugging purposes (#2693)fortissimo1997/simplecov-lcov (simplecov-lcov)
[`v0.9.0
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.