Skip to content

[ruby] Update vite_rails 3.0.20 → 3.10.0 (minor)#5641

Open
depfu[bot] wants to merge 1 commit intodevelopfrom
depfu/update/vite_rails-3.10.0
Open

[ruby] Update vite_rails 3.0.20 → 3.10.0 (minor)#5641
depfu[bot] wants to merge 1 commit intodevelopfrom
depfu/update/vite_rails-3.10.0

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Mar 24, 2026

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ vite_rails (3.0.20 → 3.10.0) · Repo · Changelog

Release Notes

3.10.0 (from changelog)

Bug Fixes

  • add crossorigin attribute to style tag (#544) (d57495e)
  • Check if web entry already on Procfile.dev before appending it (#542) (4546cf4)

Does any of this look wrong? Please let us know.

↗️ dry-cli (indirect, 1.2.0 → 1.4.1) · Repo · Changelog

Release Notes

1.4.1

Fixed

  • Remove spurious leading blank line when printing usage output. (@aaronmallen in #154)

Compare v1.4.0 ... v1.4.1

1.4.0

Added

  • Provide the CLI’s out and err streams to command instances (unless @out and @err ivars already exist in the command). (@aaronmallen in #150)

Changed

Fixed

  • Pass a commands keyword arguments to any related callbacks. (@gustavothecoder in #136)
  • Avoid duplicated option names in --help output when a subclass re-defines an option. (@gustavothecoder in #143)
  • Properly raise an error when an invalid value is passed to an option (previously this was working for arguments only, not options). (@gustavothecoder in #142)

Compare v1.3.0 ... v1.4.0

1.3.0

Added

  • Support unlimited nesting when registering commands via register with blocks. (@aaronmallen in #149)

    You could previously do this only with fully qualified registrations:

    Commands.register "nested one", MyFirstNestedCommand
    Commands.register "nested one two", MySecondNestedCommand
    Commands.register "nested one two three", MyThirdNestedCommand

    Now you can do the same via blocks:

    Commands.register "nested" do
      register "one", MyFirstNestedCommand do
        register "two", MySecondNestedCommand do
          register "three", MyThirdNestedCommand
        end
      end
    end

Changed

  • Set minimum Ruby version to 3.1. (@timriley)

Compare v1.2.0...v1.3.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 48 commits:

↗️ vite_ruby (indirect, 3.9.2 → 3.10.0) · Repo · Changelog

Release Notes

3.10.0 (from changelog)

Bug Fixes

  • avoid displaying manifest contents (close #568) (edc8e13)
  • binstub creation (#589) (cd2ad27)
  • Check if web entry already on Procfile.dev before appending it (#542) (4546cf4)

Features

  • bump default plugin version (9d8f3b4)

3.9.3 (from changelog)

Bug Fixes

  • coerce dev server connect timeout when set via env vars (0e2801e), closes #591

Features

  • upgrade default vite version to 6.2.6 (95c247a)

Does any of this look wrong? Please let us know.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the dependencies Pull requests that update a dependency file label Mar 24, 2026
@codecov
Copy link

codecov bot commented Mar 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.20%. Comparing base (a71005e) to head (e9b7597).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #5641      +/-   ##
===========================================
- Coverage    87.22%   87.20%   -0.03%     
===========================================
  Files         1461     1461              
  Lines        33022    33022              
  Branches      3475     3475              
===========================================
- Hits         28805    28796       -9     
- Misses        4196     4205       +9     
  Partials        21       21              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants