Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@vitejs/plugin-vue (source) 6.0.1 -> 6.0.3 age confidence devDependencies patch
async 2.34.0 -> 2.35.0 age confidence minor
awscli 2.31.31 -> 2.32.16 age confidence minor
bcrypt_pbkdf 1.1.1 -> 1.1.2 age confidence patch
bootsnap (changelog) 1.18.6 -> 1.19.0 age confidence minor
rubocop-rails (source, changelog) 2.33.4 -> 2.34.2 age confidence minor
sass 1.93.3 -> 1.96.0 age confidence dependencies minor
selenium-webdriver (source, changelog) 4.38.0 -> 4.39.0 age confidence minor
vue (source) 3.5.23 -> 3.5.25 age confidence dependencies patch

Release Notes

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v6.0.3

Features
Bug Fixes
Performance Improvements
Miscellaneous Chores

v6.0.2

Bug Fixes
Miscellaneous Chores
socketry/async (async)

v2.35.0

Compare Source

  • Process.fork is 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.16

Compare Source

v2.32.15

Compare Source

v2.32.14

Compare Source

v2.32.13

Compare Source

v2.32.12

Compare Source

v2.32.11

Compare Source

v2.32.10

Compare Source

v2.32.9

Compare Source

v2.32.8

Compare Source

v2.32.7

Compare Source

v2.32.6

Compare Source

v2.32.5

Compare Source

v2.32.4

Compare Source

v2.32.3

Compare Source

v2.32.2

Compare Source

v2.32.1

Compare Source

v2.32.0

Compare Source

v2.31.39

Compare Source

v2.31.38

Compare Source

v2.31.37

Compare Source

v2.31.36

Compare Source

v2.31.35

Compare Source

v2.31.34

Compare Source

v2.31.33

Compare Source

v2.31.32

Compare Source

net-ssh/bcrypt_pbkdf-ruby (bcrypt_pbkdf)

v1.1.2

Compare Source

rails/bootsnap (bootsnap)

v1.19.0

Compare Source

  • Remove JSON parsing cache. Recent versions of the json gem are as fast as msgpack if not faster.
rubocop/rubocop-rails (rubocop-rails)

v2.34.2

Compare Source

Changes

v2.34.1

Compare Source

Bug fixes
  • #​1556: Fix an error for Rails/Env when assigning Rails.env. ([@​koic][])
  • #​1557: Fix false positives for Rails/Presence with comparison and assignment operators. ([@​davidenglishmusic][])
  • #​1558: This PR fixes incorrect autocorrect for Rails/RedirectBackOrTo when additional options as double splat are used. ([@​koic][])
  • #​1561: Fix incorrect autocorrect for Rails/RedirectBackOrTo when fallback_location argument is a hash and the call has no argument parentheses. ([@​koic][])

v2.34.0

Compare Source

New features
Bug fixes
  • #​1539: Fix an error in Rails/ActionControllerFlashBeforeRender when flash is used inside a block followed by method chaining. ([@​koic][])
  • #​1553: Fix false positives for Rails/OutputSafety when using non-interpolated multiline heredoc. ([@​koic][])
  • #​1532: Fix false positives for Rails/FindByOrAssignmentMemoization when assigning a memoization instance variable at initialize method. ([@​koic][])
  • #​1549: Fix Rails/InverseOf cop false positives when using dynamic association options. ([@​viralpraxis][])
Changes
sass/dart-sass (sass)

v1.96.0

Compare Source

  • Allow numbers with complex units (more than one numerator unit or more than
    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.1

Compare Source

  • No user-visible changes.

v1.95.0

Compare Source

  • Add support for the CSS-style if() function. In addition to supporting the
    plain CSS syntax, this also supports a sass() query that takes a Sass
    expression that evaluates to true or false at preprocessing time depending
    on 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 migrate
    to the new CSS syntax. if($condition, $if-true, $if-false) can be changed to
    if(sass($condition): $if-true; else: $if-false).

    See the Sass website for details.

  • Plain-CSS if() functions are now considered "special numbers", meaning that
    they can be used in place of arguments to CSS color functions.

  • Plain-CSS if() functions and attr() functions are now considered "special
    variable strings" (like var()), meaning they can now be used in place of
    multiple arguments or syntax fragments in various CSS functions.

v1.94.3

Compare Source

  • Fix the span reported for standalone % expressions followed by whitespace.

v1.94.2

Compare Source

Command-Line Interface
  • Using --fatal-deprecation <version> no longer emits warnings about
    deprecations that are obsolete.
Dart API
  • Deprecation.forVersion now excludes obsolete deprecations from the set it
    returns.
JS API
  • Excludes obsolete deprecations from fatalDeprecations when a Version is
    passed.
Node.js Embedded Host
  • Fix a bug where a variable could be used before it was initialized during
    async compilation.

v1.94.1

Compare Source

  • No user-visible changes.

v1.94.0

Compare Source

  • Potentially breaking compatibility fix: @function rules whose names
    begin with -- are now parsed as unknown at-rules to support the plain CSS
    @function rule. Within this rule, the result property is parsed as raw
    CSS just like custom properties.

  • Potentially breaking compatibility fix: @mixin rules whose names begin
    with -- are now errors. These are not yet parsed as unknown at-rules because
    no browser currently supports CSS mixins.

SeleniumHQ/selenium (selenium-webdriver)

v4.39.0

Compare Source

=========================

  • Add CDP for Chrome 143 and remove 140
vuejs/core (vue)

v3.5.25

Compare Source

Bug Fixes

v3.5.24

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Nov 7, 2025

Container Scanning Status: ✅ Success


ghcr.io/pulibrary/imagecat-rails:pr-321 (debian 13.2)
=====================================================
Total: 0 (HIGH: 0, CRITICAL: 0)

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7695da5 to b44b370 Compare November 7, 2025 23:51
@renovate renovate bot changed the title Update dependency vue to v3.5.24 Update all non-major dependencies Nov 7, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 3c2a972 to 226e870 Compare November 16, 2025 10:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 18d440d to a29faf4 Compare November 24, 2025 21:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d464111 to ce87fb7 Compare December 2, 2025 18:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 6500b0d to b56ed54 Compare December 8, 2025 21:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 0befcf4 to f09b9ac Compare December 12, 2025 11:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f09b9ac to 6c20f39 Compare December 12, 2025 21:12
@tpendragon tpendragon merged commit 5df20fe into main Dec 12, 2025
5 checks passed
@tpendragon tpendragon deleted the renovate/all-minor-patch branch December 12, 2025 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants