chore: upgrade development stack - #626
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description 📖
This pull request upgrades the local development stack to Ruby 4, Bundler 4, Node 24, pnpm 12, and Vite 8.
It also keeps CI, Netlify, the documentation site, and the maintained Rails example aligned with those runtimes.
Background 📜
The repository's local, CI, and example configurations were pinned to different runtime generations. Ruby 4 also extracts
benchmarkfrom the default gems, so the existing Rails 7.1 test bundle could not boot without declaring it explicitly.The Rails example still used Yarn in Docker despite carrying a pnpm workspace and lockfile. Updating its Vite Ruby gems keeps the example compatible with its existing
vite-plugin-rubyversion.The documentation lockfile still resolved Vite 2 through VitePress 0.22. VitePress 2 is the release line backed by Vite 8. Its pnpm 12 configuration now approves only the remaining
vue-demibuild script.Notes ✏️
The documentation upgrade uses VitePress 2 alpha because VitePress 1 remains on Vite 5.
The legacy Hanami 1 and Padrino 0.15 examples retain their existing Ruby and Bundler stacks. Their framework dependencies require Bundler versions below 3, so moving them to Bundler 4 would require separate framework migrations.