-
Notifications
You must be signed in to change notification settings - Fork 0
Update bundler non-major dependencies to v1.19.0 #240
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/bundler-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+50
−52
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
Pull Request Test Coverage Report for Build 20358373646Details
💛 - Coveralls |
cdde9e1 to
1f37870
Compare
1f37870 to
e5dc503
Compare
e5dc503 to
b9e1a07
Compare
b9e1a07 to
5c77470
Compare
5c77470 to
7a370f8
Compare
7a370f8 to
e46def8
Compare
e46def8 to
3cf0963
Compare
3cf0963 to
dc811e0
Compare
dc811e0 to
bea6699
Compare
bea6699 to
115b882
Compare
115b882 to
2c72700
Compare
2c72700 to
e4ba9f8
Compare
e4ba9f8 to
c81f8bc
Compare
c81f8bc to
6d8020b
Compare
db6d535 to
c464a19
Compare
c464a19 to
cd2ac46
Compare
cd2ac46 to
fc7bee6
Compare
fc7bee6 to
781bfba
Compare
781bfba to
8707b07
Compare
8707b07 to
6481bef
Compare
6481bef to
fc51a3c
Compare
fc51a3c to
dedacec
Compare
dedacec to
70fae1c
Compare
70fae1c to
f66dade
Compare
f66dade to
ccdc689
Compare
ccdc689 to
d9d4019
Compare
d9d4019 to
927c033
Compare
927c033 to
5eb903c
Compare
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.
This PR contains the following updates:
1.18.6->1.19.01.11.0->1.11.13.1.8->3.2.02.5.14->2.5.162.7.1->2.8.27.0.4->7.1.06.7.0->6.8.01.81.1->1.82.02.33.4->2.34.24.36.0->4.39.05.28.0->5.28.15.28.0->5.28.12.7.4-aarch64-linux-gnu->2.8.12.0.17->2.0.203.25.1->3.26.10.9.37->0.9.38Release Notes
ruby/debug (debug)
v1.11.1Compare Source
What's Changed
b path: path_patternis accepted in1139d78singletonclassby @ko1 in #1163Kernel.__callee__by @ko1 in #116424f95d6New Contributors
Full Changelog: ruby/debug@v1.11.0...v1.11.1
bkeepers/dotenv (dotenv-rails)
v3.2.0Compare Source
What's Changed
New Contributors
Full Changelog: bkeepers/dotenv@v3.1.8...v3.2.0
rmosolgo/graphql-ruby (graphql)
v2.5.16Compare Source
Bug fixes
fiber-storage: properly include dependency on Ruby < 3.2 #5484legacy_invalid_empty_selections_on_union_with_typewarning #5481v2.5.15Compare Source
New features
DetailedTrace: add separate spans for debug-only.inspectcalls, supportdebug: falseconfig #5477required:validator: Raise a developer error when allone_of:options are hidden, supportallow_all_hidden: trueto allow this case #5474GraphQL::Testing::MockActionCable: added to support testing ActionCableSubscriptions #5482legacy_invalid_empty_selections_on_union_with_type: new method added for better metadata about legacy behavior #5480Bug fixes
dataexists for execution errors #5452fiber-storageon Ruby 3.2+ #5456preload: truewhen Rails.env.staging? #5409freerange/mocha (mocha)
v2.8.2Compare Source
v2.8.1Compare Source
v2.8.0Compare Source
rack/rack-attack (rack-attack)
v6.8.0Compare Source
Changed
Fixed
Deprecated
Removed
rubocop/rubocop (rubocop)
v1.82.0Compare Source
New features
AllowRBSInlineAnnotationoption toLayout/LineLength. ([@koic][])IncludedMacroPatternsconfiguration option toStyle/MethodCallWithArgsParenthesesfor pattern-based macro method enforcement. ([@mmenanno][])Style/ModuleMemberExistenceCheck. ([@lovro-bikic][])TargetRubyVersion 4.0(experimental). ([@koic][])Bug fixes
Lint/LiteralAsConditionwhen there are literals in multiple branches. ([@viralpraxis][])rake rubocop:auto_correcttask. ([@koic][])Lint/RedundantSplatExpansionwhen splatting a single literal. ([@earlopain][])Layout/RescueEnsureAlignmentwhen using self class definition. ([@koic][])Lint/NoReturnInBeginEndBlockswhen assigning instance variable, class variable, global variable, or constant. ([@koic][])Layout/EmptyLineAfterGuardClausewhen a guard clause follows a multiline heredoc in a parenthesized method call. ([@koic][])Layout/EndAlignmentwhen a conditional assignment is used on the same line and theendwith a safe navigation method call is aligned. ([@koic][])Layout/EndAlignmentwhen a conditional assignment is used on the same line and theendwith a numbered block oritblock method call is aligned. ([@koic][])Lint/RedundantSafeNavigationwhen the receiver is used outside the singleton method definition scope. ([@koic][])Style/EndlessMethodwhen multiline or xstring heredoc is used in method body. ([@koic][])Style/TrailingCommaInArgumentswhenEnforcedStyleForMultilineis set toconsistent_commaand a multiline braced hash argument appears after another argument. ([@koic][])OptionParsererrors when runningrubocopwith input that causes an error. ([@dvandersluis][])Layout/LineLengthis disabled. ([@koic][])Style/ClassAndModuleChildrento skip compact style definitions inside another class or module whenEnforcedStyle: nested. ([@rscq][])Layout/EndAlignmentwithEnforcedStyleAlignWith: variableto handle conditionals insidebeginnodes properly. ([@dvandersluis][])Changes
Lint/UselessOr. ([@r7kamura][])Severityfrom configuration parameters. ([@r7kamura][])Style/CaseEqualityallow regexp case equality where the receiver is a regexp literal. ([@koic][])Lint/CircularArgumentReferenceto detect offenses within long assignment chains. ([@viralpraxis][])Gemspec/RubyVersionGlobalsUsageaware ofRuby::VERSION. ([@koic][])Layout/EmptyLineAfterMagicCommentaware of# rbs_inlinemagic comment. ([@koic][])Lint/ElseLayoutallow a single-lineelsebody inthensingle-line conditional. ([@koic][])Lint/RedundantRequireStatementaware ofpathnamewhen analyzing Ruby 4.0. ([@koic][])Lint/UnreachableCodeaware of singleton method redefinition. ([@koic][])Style/RedundantArgumentaware ofto_i. ([@koic][])IgnoreCopDirectivestoAllowCopDirectivesinLayout/LineLength. ([@koic][])v1.81.7Compare Source
Bug fixes
Layout/HashAlignmentwhenEnforcedStyle: with_fixed_indentationis specified forLayout/ArgumentAlignment. ([@koic][])Naming/PredicateMethodwhen using aninpattern with empty parentheses body. ([@koic][])Style/SoleNestedConditionalwhen using nested single lineif. ([@koic][])Style/ConstantVisibilitywhen visibility is declared with multiple constants. ([@koic][])Style/FloatDivisionwhen usingRegexp.last_matchor nth reference (e.g.,$1). ([@koic][])Naming/MethodNamewhen the first argument toaliascontains interpolation. ([@earlopain][])v1.81.6Compare Source
Bug fixes
Lint/SelfAssignmentwhen using[]=assignment with no arguments. ([@koic][])Style/ArrayIntersectwhenintersection(other).any?is called without a receiver. ([@koic][])Style/ConditionalAssignmentis configured withassign_inside_conditionaland the conditional contains a multi-line regex. ([@martinemde][])Style/RedundantInterpolationwhen using a one-line=>pattern matching. ([@koic][])Style/EndlessMethodwhen heredoc is used in method body. ([@koic][])Style/EndlessMethodwhen the endless method would exceed the maximum line length. ([@koic][])Lint/EmptyInterpolationwhen interpolation is inside a%Wliteral. ([@dvandersluis][])Style/RedundantFormatfalse positive when a interpolated value is given to a specifier with a width or precision. ([@dvandersluis][])Style/RedundantFormathandling control characters like\n. ([@dvandersluis][])Style/Semicolonwhen a method call using hash value omission without parentheses is terminated with a semicolon. ([@koic][])Security/JSONLoadwhencreate_additionsis explicitly specified. ([@earlopain][])Changes
Lint::ConstantOverwrittenInRescuecop to detect offenses within fully qualified constants. ([@viralpraxis][])Lint/ConstantOverwrittenInRescuecop to detect offenses within nested constants. ([@viralpraxis][])Lint/ConstantOverwrittenInRescueto detect any constant assignment. ([@viralpraxis][])Style/LambdaCallautocorrection contextual. ([@koic][])rubocop/rubocop-rails (rubocop-rails)
v2.34.2Compare Source
Changes
Rails/Presenceallow index access methods. ([@koic][])v2.34.1Compare Source
Bug fixes
Rails/Envwhen assigningRails.env. ([@koic][])Rails/Presencewith comparison and assignment operators. ([@davidenglishmusic][])Rails/RedirectBackOrTowhen additional options as double splat are used. ([@koic][])Rails/RedirectBackOrTowhenfallback_locationargument is a hash and the call has no argument parentheses. ([@koic][])v2.34.0Compare Source
New features
Rails/HttpStatusNameConsistencycop. ([@tuxagon][])Rails/Envcop. ([@cdudas17][])Rails/RedirectBackOrTocop to suggest usingredirect_back_or_toinstead ofredirect_backwithfallback_location. ([@davidenglishmusic][])Bug fixes
Rails/ActionControllerFlashBeforeRenderwhenflashis used inside a block followed by method chaining. ([@koic][])Rails/OutputSafetywhen using non-interpolated multiline heredoc. ([@koic][])Rails/FindByOrAssignmentMemoizationwhen assigning a memoization instance variable atinitializemethod. ([@koic][])Rails/InverseOfcop false positives when using dynamic association options. ([@viralpraxis][])Changes
abortto theRails/Exitcop. ([@adamstegman][])Rails/Presence. ([@vlad-pisanov][])Rails::HelperInstanceVariablenot to detect offenses for instance variables within classes. ([@viralpraxis][])Rails.env.to_syminRails/EnvironmentComparison. ([@lovro-bikic][])SeleniumHQ/selenium (selenium-webdriver)
v4.39.0Compare Source
=========================
v4.38.0Compare Source
=========================
v4.37.0Compare Source
=========================
prismdependency (#16437)jsonversion constraint (#16436)getsentry/sentry-ruby (sentry-rails)
v5.28.1Compare Source
Bug Fixes
sentry.originlog event attribute is now correctly prefixed withauto.log(#2749)hotwired/turbo-rails (turbo-rails)
v2.0.20Compare Source
Full Changelog: hotwired/turbo-rails@v2.0.19...v2.0.20
v2.0.19Compare Source
Full Changelog: hotwired/turbo-rails@v2.0.17...v2.0.19
bblimke/webmock (webmock)
v3.26.1Compare Source
Fix compatibility with recent async-http versions
v3.26.0Compare Source
Support Addressable::URI in request patterns
Thanks to Alexey Zapparov
v3.25.2Compare Source
Return support for
em_http_requestThanks to Oleg
lsegal/yard (yard)
v0.9.38Compare Source
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.