-
Notifications
You must be signed in to change notification settings - Fork 4
Update bundler non-major dependencies to v1.107.0 #1478
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.
+47
−47
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
934a26f to
2179378
Compare
2179378 to
6f9363c
Compare
6f9363c to
5bcaf8f
Compare
5bcaf8f to
4fd00bf
Compare
4fd00bf to
a4a4003
Compare
a4a4003 to
0203888
Compare
0203888 to
93ab82a
Compare
93ab82a to
a9a2983
Compare
a9a2983 to
0c3c227
Compare
5681a7f to
a4a52b6
Compare
42b0ea3 to
3e11fd7
Compare
3e11fd7 to
bb35fa0
Compare
bb35fa0 to
1022462
Compare
7a0f194 to
baecc34
Compare
126488d to
fa91030
Compare
9570454 to
24bcf05
Compare
43e33e4 to
2498505
Compare
2498505 to
2ed9fab
Compare
0898461 to
35b2b0f
Compare
35b2b0f to
45820ab
Compare
45820ab to
f7dc199
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.105.0->1.107.01.18.6->1.20.03.1.8->3.2.02.15.1->2.18.00.5.12->0.6.21.81.6->1.82.12.33.4->2.34.25.7.1->5.8.04.37.0->4.39.05.3.1->5.4.02.7.4->2.8.13.25.1->3.26.1Release Notes
aws/aws-sdk-ruby (aws-sdk-sqs)
v1.107.0./build_toolsoraws-sdk-core's CHANGELOG.md for details.v1.106.0bkeepers/dotenv (dotenv-rails)
v3.2.0Compare Source
What's Changed
New Contributors
Full Changelog: bkeepers/dotenv@v3.1.8...v3.2.0
ruby/net-imap (net-imap)
v0.6.2Compare Source
What's Changed
Fixed
SequenceSet#delete?(num..num)to return set by @nevans in #583#responses()freezing internal arrays by @nevans in #587, reported by @yurikoval in #581Full Changelog: ruby/net-imap@v0.6.1...v0.6.2
v0.6.1Compare Source
What's Changed
Fixed
SequenceSet#max(n)whencardinality < n <= sizeby @nevans in #580Miscellaneous
Full Changelog: ruby/net-imap@v0.6.0...v0.6.1
v0.6.0Compare Source
What's Changed
Breaking Changes
v0.6by @nevans in #539responses_without_blockchanged from:warnto:frozen_dupparser_use_deprecated_uidplus_datachanged from:up_to_max_sizetofalse(and is deprecated)parser_max_deprecated_uidplus_data_sizechanged from100to0(and is deprecated)This changes the YAML tag for
Datasubclasses fromruby/object:Net::IMAP::DataSubclasstoruby/data:Net::IMAP::DataSubclass. YAML dumped by earliernet-imapversions may not load correctly. Psych >= 5.2.5 is required to dump these objects correctly.SequenceSet#sizeto count*and repeated numbers by @nevans in #564SequenceSetis used to represent both sorted sets and ordered lists (which may contain duplicates). Members are non-zero UInt32 numbers, but"*"has special meaning as "the number corresponding to the last mailbox entry". So there are four different ways to count the members of aSequenceSet.Previously,
#sizewas an alias for#count. Now it differs in both relevant aspects.*is a unique member*is treated like 2³² - 1#cardinality#count#size#count_with_duplicatesUIDPlusDatawas deprecated by v0.5.6.AppendUIDDataorCopyUIDDatawill always be returned instead.MessageSetby @nevans in #573MessageSetwas deprecated by v0.5.0. UseSequenceSetinstead.OpenSSLandOpenSSL::SSLmodules intoNet::IMAPby @nevans in #533This only affects the ability to use OpenSSL constants from the
Net::IMAPnamespace.verify_callbacktoVerifyCallbackProcby @nevans in #534This functionality was never documented and is redundant with the
verify_callbackoption.Deprecated
The
parser_use_deprecated_uidplus_dataandparser_max_deprecated_uidplus_data_sizeconfig options will be removed in v0.7.0. They are kept for backward compatibility, but they do not affect response parser results. Whenparser_use_deprecated_uidplus_datais changed from the default value (false), deprecation warnings are printed when parsingAPPENDUIDorCOPYUIDresponse codes.Added
when_capabilities_cachedoption forConfig#sasl_irby @nevans in #561Net::IMAP::ConfigimprovementsConfig#inspectoutput by @nevans in #546Config#pretty_print(forKernel::pp) by @nevans in #547Config#inherited?for any number of args by @nevans in #552Net::IMAP::SequenceSetimprovementsSequenceSet#intersect!for in-place setANDby @nevans in #549SequenceSet#xor!for in-place setXORby @nevans in #550SequenceSet#appendby @nevans in #553SequenceSet#normalized?by @nevans in #558SequenceSet#cardinalitymethod by @nevans in #563SequenceSet#sizeto count*and repeated numbers by @nevans in #564Net::IMAP::NumValidatorimprovementsmod-sequence-valzer(RFC4551) inNumValidatorby @nevans in #570NumValidator.coerce_{type}methods by @nevans in #571Documentation
#uid_fetchwithpartialby @nevans in #532Other Changes
Datapolyfill by @nevans in #541This was only used for ruby 3.1, which is no longer supported. So this is not considered a breaking change.
Net::IMAP::SequenceSetperformanceSequenceSet#stringon normalized sets by @nevans in #554SequenceSet#normalizewhen frozen by @nevans in #556SequenceSet#full?by @nevans in #565SequenceSet#xorby @nevans in #567SequenceSetinternals by @nevans in #562SequenceSetinternals by @nevans in #568Miscellaneous
release.ymlforgithub_actionslabel by @nevans in #557Full Changelog: ruby/net-imap@v0.5.12...v0.6.0
v0.5.13Compare Source
What's Changed
Fixed
SequenceSet#delete?(num..num)to return set (backport to 0.5) by @nevans in #585SequenceSet#max(n)whencardinality < n <= size(backport to 0.5) by @nevans in #586config.responses_without_block = :frozen_dup(backport to 0.5) by @nevans in #588, reported by @yurikoval in #581Documentation
#uid_fetchwithpartialby @nevans in #532Other Changes
Config.versioned_defaultsto reduce merge conflicts (backport to 0.5) by @nevans in #584Miscellaneous
Full Changelog: ruby/net-imap@v0.5.12...v0.5.13
rubocop/rubocop (rubocop)
v1.82.1Compare Source
Bug fixes
Style/TrailingCommaInArgumentswhenEnforcedStyleForMultilineisconsistent_commaand keyword arguments use a trailing comma. ([@koic][])Layout/RedundantLineBreakwhenLayout/LineLengthis disabled. ([@ydakuka][])Layout/LineLengthis disabled. ([@floriandejonckheere][])Layout/MultilineMethodCallIndentationwhen multiline method chain with block has expected indent width and the method is preceded by splat or double splat. ([@koic][])Layout/IndentationWidthfor multiline method chain blocks. ([@rscq][])Lint/UselessAssignmentwhen a variable is assigned in loop body and used in loop condition. ([@ydakuka][])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][])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][])scoutapp/scout_apm_ruby (scout_apm)
v5.8.0Compare Source
SeleniumHQ/selenium (selenium-webdriver)
v4.39.0Compare Source
=========================
v4.38.0Compare Source
=========================
heartcombo/simple_form (simple_form)
v5.4.0Compare Source
weekdayinput. #1846aria-requiredattribute for required fields. #1823:rich_text_areawith placeholders #1842baseobject tohuman_attribute_namein labels #1812bblimke/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
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.
This PR was generated by Mend Renovate. View the repository job log.