Skip to content

fix(web): add @lexical/history to the EE app so the editor bundles#5010

Draft
mmabrouk wants to merge 1 commit into
big-agentsfrom
fix/web-ee-lexical-history
Draft

fix(web): add @lexical/history to the EE app so the editor bundles#5010
mmabrouk wants to merge 1 commit into
big-agentsfrom
fix/web-ee-lexical-history

Conversation

@mmabrouk

@mmabrouk mmabrouk commented Jul 1, 2026

Copy link
Copy Markdown
Member

What

The web/ee app was missing the @lexical/history dependency, so after the big-agents pull the EE editor failed to bundle.

The Lexical 0.46.0 upgrade split @lexical/history into its own package. web/oss/package.json already lists it; web/ee/package.json did not.

Change (2 files only)

  • web/ee/package.json: add "@lexical/history": "^0.46.0" (one line).
  • web/pnpm-lock.yaml: sync the @agenta/ee importer (3 lines). Without this, any --frozen-lockfile install or rebuild fails.

@lexical/history@0.46.0 is 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 /auth 200.

https://claude.ai/code/session_01WSp2LqKrEtXnm2fsPWuQWa

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
@vercel

vercel Bot commented Jul 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agenta-documentation Ready Ready Preview, Comment Jul 1, 2026 10:41pm

Request Review

@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 992023f7-bef3-4fda-91d3-1e3c79faeb88

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/web-ee-lexical-history

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@mmabrouk mmabrouk added the needs-review Agent updated; awaiting Mahmoud's review label Jul 1, 2026
@mmabrouk

mmabrouk commented Jul 1, 2026

Copy link
Copy Markdown
Member Author

Review request: confirm @lexical/history belongs in the EE app deps (parity with web/oss, which already lists it) and that the 3-line pnpm-lock.yaml sync is acceptable. Diff is exactly those two files. Verified against the running EE dev container (/auth 200).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-review Agent updated; awaiting Mahmoud's review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant