-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Labels
bug: pending triageSomething doesn't seem to be working, but hasn't been verifiedSomething doesn't seem to be working, but hasn't been verified
Description
When trying to upgrade our dependencies at MaMpf, we faced this error:
ERROR -- : Failed to check mode for Vite: vite-plugin-ruby@^5.1.0 might not be compatible with vite_ruby-3.9.3
You may disable this check if needed: https://vite-ruby.netlify.app/config/#skipcompatibilitycheck
You may upgrade both by running:
bundle exec vite upgrade
bin/rails aborted!
This error occurs with:
- Gem:
vite_ruby: 3.9.3 - Npm package:
vite-plugin-ruby: 5.1.3
bundle exec vite upgrade changes the package.json from vite@^7.0.0 to vite@^6.2.6, resolving to version 6.4.1, which was released October 20, 2025. Given that Vite 8 is already in Beta, I'd love to see support for Vite 7 for the awesome vite_ruby😊 We were already using Vite 7 in production, but just faced this issue now during the update.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug: pending triageSomething doesn't seem to be working, but hasn't been verifiedSomething doesn't seem to be working, but hasn't been verified