Update all non-major dependencies #321
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:
6.0.1->6.0.32.34.0->2.35.02.31.31->2.32.161.1.1->1.1.21.18.6->1.19.02.33.4->2.34.21.93.3->1.96.04.38.0->4.39.03.5.23->3.5.25Release Notes
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v6.0.3Features
Bug Fixes
Performance Improvements
Miscellaneous Chores
v6.0.2Bug Fixes
Miscellaneous Chores
socketry/async (async)
v2.35.0Compare Source
Process.forkis now properly handled by the Async fiber scheduler, ensuring that the scheduler state is correctly reset in the child process after a fork. This prevents issues where the child process inherits the scheduler state from the parent, which could lead to unexpected behavior.aws/aws-cli (awscli)
v2.32.16Compare Source
v2.32.15Compare Source
v2.32.14Compare Source
v2.32.13Compare Source
v2.32.12Compare Source
v2.32.11Compare Source
v2.32.10Compare Source
v2.32.9Compare Source
v2.32.8Compare Source
v2.32.7Compare Source
v2.32.6Compare Source
v2.32.5Compare Source
v2.32.4Compare Source
v2.32.3Compare Source
v2.32.2Compare Source
v2.32.1Compare Source
v2.32.0Compare Source
v2.31.39Compare Source
v2.31.38Compare Source
v2.31.37Compare Source
v2.31.36Compare Source
v2.31.35Compare Source
v2.31.34Compare Source
v2.31.33Compare Source
v2.31.32Compare Source
net-ssh/bcrypt_pbkdf-ruby (bcrypt_pbkdf)
v1.1.2Compare Source
rails/bootsnap (bootsnap)
v1.19.0Compare Source
jsongem are as fast asmsgpackif not faster.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][])sass/dart-sass (sass)
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
=========================
vuejs/core (vue)
v3.5.25Compare Source
Bug Fixes
provideafter mounting (#13954) (247b2c2), closes #13921 #13924v3.5.24Compare Source
Reverts
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.