fix(web): add @lexical/history to the EE app so the editor bundles#5010
fix(web): add @lexical/history to the EE app so the editor bundles#5010mmabrouk wants to merge 1 commit into
Conversation
The 0.46.0 Lexical upgrade split @lexical/history into its own package. web/oss lists it but web/ee did not, so the EE editor failed to bundle after the big-agents pull. Add the dependency to web/ee/package.json and sync web/pnpm-lock.yaml so --frozen-lockfile installs and rebuilds pass. Claude-Session: https://claude.ai/code/session_01WSp2LqKrEtXnm2fsPWuQWa
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Review request: confirm |
What
The
web/eeapp was missing the@lexical/historydependency, so after the big-agents pull the EE editor failed to bundle.The Lexical 0.46.0 upgrade split
@lexical/historyinto its own package.web/oss/package.jsonalready lists it;web/ee/package.jsondid not.Change (2 files only)
web/ee/package.json: add"@lexical/history": "^0.46.0"(one line).web/pnpm-lock.yaml: sync the@agenta/eeimporter (3 lines). Without this, any--frozen-lockfileinstall or rebuild fails.@lexical/history@0.46.0is already in the pnpm store (oss uses it), so this is a tiny lockfile change. Verified against the running EE dev container (agenta-ee-dev-wp-b2-rendering-web-1), which serves/auth200.https://claude.ai/code/session_01WSp2LqKrEtXnm2fsPWuQWa