Conversation
chore: automatic sync v2->v2-develop
* feat: nuxt 4 upgrade * fix: upgrade Node.js to v22 LTS for Vite 7 compatibility Vite 7.3.1 (required by Nuxt 4.3.1) uses crypto.hash() which needs Node.js >= 21.7.0. Updated .nvmrc and engines field accordingly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: pin vite 5 for docs app to prevent Nuxt 3/Vite 7 conflict The Nuxt 4 upgrade introduced Vite 7.3.1 into the workspace which was leaking into the docs app (still on Nuxt 3) during CI resolution, causing a "nitro.client.mjs not found" build error. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: isolate Nuxt 4 deps to prevent leaking into docs build - Add hoistingLimits to preview/nuxt workspace so Nuxt 4 deps (@nuxt/kit, @nuxt/vite-builder, vite 7) stay isolated and don't pollute the root node_modules - Pin nitropack to 2.10.3 (root resolution + docs devDep) to avoid impound/cookie-es incompatibility with Nuxt 3's import protection - Add svgo as root devDependency (was previously resolved via hoisting) - Pin nitropack and vite in docs devDeps for explicit version control Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: add missing eslint-plugin-nuxt dependency Was previously resolved via hoisting from apps/preview/nuxt, now needs to be an explicit devDependency after hoisting isolation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
Szymon-dziewonski
approved these changes
Feb 20, 2026
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.
feat: nuxt 4 upgrade
fix: upgrade Node.js to v22 LTS for Vite 7 compatibility
Vite 7.3.1 (required by Nuxt 4.3.1) uses crypto.hash() which needs Node.js >= 21.7.0. Updated .nvmrc and engines field accordingly.
pin vite 5 for docs app to prevent Nuxt 3/Vite 7 conflict
add svgo as root devDependency (was previously resolved via hoisting)
pin nitropack and vite in docs devDeps for explicit version control
fix: add missing eslint-plugin-nuxt dependency
Related issue
Closes #
Scope of work
Screenshots of visual changes
Checklist