[TASK] Upgrade vite v7 to v8#1215
Merged
linawolf merged 3 commits intoTYPO3-Documentation:mainfrom Apr 7, 2026
Merged
Conversation
* Update package.json > engines > node minimum NodeJS requirement [1]
* Update @vitejs/plugin-react
(no breaking changes in its changelog) [2]
* Update vite.config.js rollupOptions to rolldownOptions (as vite v8
uses rolldownOptions [3])
Commands executed:
ddev ssh
cd /var/www/html/packages/typo3-docs-theme
npm install
npm run build
ddev composer make docs
[1] https://vite.dev/blog/announcing-vite8#node-js-support
[2] https://github.com/vitejs/vite-plugin-react/blob/plugin-react%406.0.1/packages/plugin-react/CHANGELOG.md
[3] https://vite.dev/blog/announcing-vite8#the-rolldown-powered-vite
cb3050c to
6a5fa79
Compare
linawolf
approved these changes
Apr 7, 2026
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.
Solves #1209, #1200
Compared visually between local output with current prod render-guides docs.
https://docs.typo3.org/other/t3docs/render-guides/main/en-us/Index.html
I will look at Fontawesome separately (#1171).