Update bundler non-major dependencies to v2.5.14 #217
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:
2.5.9->2.5.142.1.0->2.2.22.13.0->2.14.11.5.9->1.6.26.6.0->6.6.15.4.0->5.4.11.77.0->1.81.12.32.0->2.33.44.34.0->4.36.05.26.0->5.28.05.26.0->5.28.00.8.0->0.9.02.7.1-aarch64-linux-gnu->2.7.42.0.16->2.0.17Release Notes
rmosolgo/graphql-ruby (graphql)
v2.5.14Compare Source
Bug fixes
v2.5.13Compare Source
New features
visibility_profile: ...#5439Bug fixes
v2.5.12Compare Source
New features
load_application_object_failedas public #5426v2.5.11Compare Source
Bug fixes
.authorized?uses Dataloader #5400v2.5.10Compare Source
New features
.freeze_schemafor minimal Ractor support #5370Bug fixes
preload: true#5386.possible_types: don't return interfaces in this list #5395dataload_association: fix loading associations with different scopes on the same object #5398rails/importmap-rails (importmap-rails)
v2.2.2Compare Source
What's Changed
Full Changelog: rails/importmap-rails@v2.2.1...v2.2.2
v2.2.1Compare Source
What's Changed
Integrity is now generated by default using the assets pipeline if it is properly configured.
pinandupdatecommands don't download the integrity from the npm repository anymore.Full Changelog: rails/importmap-rails@v2.2.0...v2.2.1
v2.2.0Compare Source
What's Changed
--preloadoption to pin command by @3v0k4 in #298New Contributors
Full Changelog: rails/importmap-rails@v2.1.0...v2.2.0
rails/jbuilder (jbuilder)
v2.14.1Compare Source
What's Changed
Jbuilder.encodeproperly forwards arguments to.newby @flavorjones in #601New Contributors
Full Changelog: rails/jbuilder@v2.14.0...v2.14.1
v2.14.0Compare Source
What's Changed
_is_collection?method by @moberegger in #590#frozen_string_literal: trueto all files by @moberegger in #599_keyto prevent string allocation when formattingSymbols by @moberegger in #593extract!calls to save on memory allocation by @moberegger in #598method_missingviaalias_methodby @moberegger in #600New Contributors
Full Changelog: rails/jbuilder@v2.13.0...v2.14.0
redis/redis-rb (redis)
v5.4.1Compare Source
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][])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](https://redirect.github.com/getsentry/sentry-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.