Update all non-major dependencies #266
Open
+149
−149
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:
6.0.1→6.0.32.6.5→2.7.51.1.1→1.1.21.18.6→1.20.13.4.7-browsers→3.4.8-browsers2.3.4→2.3.63.1.8→3.2.06.1.3→6.2.00.5.12→0.6.21.6.2→1.6.33.4.7→3.4.83.4.7-slim→3.4.8-slim1.93.3→1.97.24.38.0→4.39.05.4.0→5.4.10.48.0→0.58.12.8.0-aarch64-linux-gnu→2.9.05.1.1→5.1.23.0.19→3.0.203.5.23→3.5.26Release Notes
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v6.0.3Features
Bug Fixes
Performance Improvements
Miscellaneous Chores
v6.0.2Bug Fixes
Miscellaneous Chores
ctran/annotate_models (annotate)
v2.7.5Compare Source
See https://github.com/ctran/annotate_models/releases/tag/v2.7.5
v2.7.4Compare Source
v2.7.3Compare Source
See https://github.com/ctran/annotate_models/releases/tag/v2.7.3
v2.7.2Compare Source
See https://github.com/ctran/annotate_models/releases/tag/v2.7.2
v2.7.1Compare Source
See https://github.com/ctran/annotate_models/releases/tag/v2.7.1
v2.7.0Compare Source
See https://github.com/ctran/annotate_models/releases/tag/v2.7.0
v2.6.10: Revert incompatible changeCompare Source
Revert "Prefer SQL column type over normalized AR type"
v2.6.9Compare Source
v2.6.8Compare Source
options[:model_dir]is specified, #234v2.6.7Compare Source
options[:model_dir]is specified, #234v2.6.6Compare Source
net-ssh/bcrypt_pbkdf-ruby (bcrypt_pbkdf)
v1.1.2Compare Source
rails/bootsnap (bootsnap)
v1.20.1Compare Source
Should fix
Errno::ENOENT fstatatissues some users have encountered after upgrading to 1.20.0.v1.20.0Compare Source
v1.19.0Compare Source
jsongem are as fast asmsgpackif not faster.DataTables/Dist-DataTables-Bootstrap4 (datatables.net-bs4)
v2.3.6Compare Source
v2.3.5Compare Source
bkeepers/dotenv (dotenv-rails)
v3.2.0Compare Source
What's Changed
New Contributors
Full Changelog: bkeepers/dotenv@v3.1.8...v3.2.0
honeybadger-io/honeybadger-ruby (honeybadger)
v6.2.0Compare Source
Features
Bug Fixes
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
ged/ruby-pg (pg)
v1.6.3Compare Source
Added:
rb_hash_new_capaon Ruby-3.2+ . #674Removed:
x86-mingw32. #682sass/dart-sass (sass)
v1.97.2Compare Source
v1.97.1Compare Source
v1.97.0Compare Source
display-p3-linearcolor space.v1.96.0Compare Source
zero denominator units) to be emitted to CSS. These are now emitted as
calc()expressions, which now support complex units in plain CSS.v1.95.1Compare Source
v1.95.0Compare Source
Add support for the CSS-style
if()function. In addition to supporting theplain CSS syntax, this also supports a
sass()query that takes a Sassexpression that evaluates to
trueorfalseat preprocessing time dependingon whether the Sass value is truthy. If there are no plain-CSS queries, the
function will return the first value whose query returns true during
preprocessing. For example,
if(sass(false): 1; sass(true): 2; else: 3)returns
2.The old Sass
if()syntax is now deprecated. Users are encouraged to migrateto the new CSS syntax.
if($condition, $if-true, $if-false)can be changed toif(sass($condition): $if-true; else: $if-false).See the Sass website for details.
Plain-CSS
if()functions are now considered "special numbers", meaning thatthey can be used in place of arguments to CSS color functions.
Plain-CSS
if()functions andattr()functions are now considered "specialvariable strings" (like
var()), meaning they can now be used in place ofmultiple arguments or syntax fragments in various CSS functions.
v1.94.3Compare Source
%expressions followed by whitespace.v1.94.2Compare Source
Command-Line Interface
--fatal-deprecation <version>no longer emits warnings aboutdeprecations that are obsolete.
Dart API
Deprecation.forVersionnow excludes obsolete deprecations from the set itreturns.
JS API
fatalDeprecationswhen aVersionispassed.
Node.js Embedded Host
async compilation.
v1.94.1Compare Source
v1.94.0Compare Source
Potentially breaking compatibility fix:
@functionrules whose namesbegin with
--are now parsed as unknown at-rules to support the plain CSS@functionrule. Within this rule, theresultproperty is parsed as rawCSS just like custom properties.
Potentially breaking compatibility fix:
@mixinrules whose names beginwith
--are now errors. These are not yet parsed as unknown at-rules becauseno browser currently supports CSS mixins.
SeleniumHQ/selenium (selenium-webdriver)
v4.39.0Compare Source
=========================
heartcombo/simple_form (simple_form)
v5.4.1Compare Source
castwide/solargraph (solargraph)
v0.58.1v0.58.0Compare Source
v0.57.0Compare Source
v0.56.2Compare Source
v0.56.1Compare Source
v0.56.0Compare Source
v0.55.5Compare Source
v0.55.4Compare Source
v0.55.3Compare Source
v0.55.2Compare Source
v0.55.1Compare Source
[`v0.55.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.