Skip to content

fix(xl-email-exporter): update react-email deps to fix fresh install tests#2898

Merged
nperez0111 merged 1 commit into
mainfrom
feat/fix/fresh-install-tests
Jul 17, 2026
Merged

fix(xl-email-exporter): update react-email deps to fix fresh install tests#2898
nperez0111 merged 1 commit into
mainfrom
feat/fix/fresh-install-tests

Conversation

@nperez0111

@nperez0111 nperez0111 commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Summary

Updates @react-email/render (2.0.5 → 2.1.0) and @react-email/components (1.0.11 → 1.0.12) in the xl-email-exporter package and regenerates the affected snapshots.

Rationale

The nightly Fresh Install Tests CI job resolves prod dependencies to their latest semver-compatible versions. @react-email/render@2.1.0 no longer emits <link rel="preload"> tags for images in the <head>, causing 4 snapshot mismatches while the lockfile was still pinned to 2.0.5.

Changes

  • Bumped @react-email/components from ^1.0.5 to ^1.0.12 and @react-email/render from ^2.0.4 to ^2.1.0 in packages/xl-email-exporter/package.json.
  • Updated pnpm-lock.yaml to resolve the new versions.
  • Regenerated 4 email-exporter snapshots (only diff: removed <link rel="preload" as="image" .../> from <head>).

Impact

No functional impact — the preload link was an optimization hint added by @react-email/render that the library has since removed. Email rendering output is otherwise identical.

Testing

  • Full unit test suite passes (vp run test).
  • Snapshot update verified (vp test --run -u in packages/xl-email-exporter): 4 snapshots updated, 21 tests pass.

Checklist

  • Code follows the project's coding standards.
  • Unit tests covering the new feature have been added.
  • All existing tests pass.
  • The documentation has been updated to reflect the new feature

Summary by CodeRabbit

  • Chores
    • Updated email rendering components to newer versions.
    • Reorganized development dependency entries without changing their versions.

…test snapshots

@react-email/render 2.1.0 no longer emits <link rel="preload"> for
images in the <head>, causing 4 snapshot mismatches in the nightly
fresh-install CI.  Bump the lockfile and regenerate snapshots.
@vercel

vercel Bot commented Jul 17, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
blocknote Ready Ready Preview Jul 17, 2026 3:37am
blocknote-website Ready Ready Preview Jul 17, 2026 3:37am

Request Review

@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 128c34eb-e58f-4ec4-a558-605d66455289

📥 Commits

Reviewing files that changed from the base of the PR and between 6193aa1 and 0ed0afa.

⛔ Files ignored due to path filters (2)
  • packages/xl-email-exporter/src/react-email/__snapshots__/reactEmailExporter.test.tsx.snap is excluded by !**/*.snap, !**/__snapshots__/**
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • packages/xl-email-exporter/package.json

📝 Walkthrough

Walkthrough

The email exporter package updates @react-email/components and @react-email/render versions, and reorders its React-related development dependencies without changing their versions.

Changes

Email exporter dependencies

Layer / File(s) Summary
Update email exporter manifest
packages/xl-email-exporter/package.json
Updates React Email dependency versions and reorders React type and runtime development dependencies.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Suggested reviewers: matthewlipski

Poem

I’m a bunny with packages neat,
New email versions, fresh and sweet.
Types hop first, runtimes follow,
A tidy manifest makes paths less hollow.
Hop hop—ship it! 🐇

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise and accurately describes the React Email dependency update and fresh-install test fix.
Description check ✅ Passed The description follows the template and includes summary, rationale, changes, impact, testing, and checklist items.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/fix/fresh-install-tests

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.

@pkg-pr-new

pkg-pr-new Bot commented Jul 17, 2026

Copy link
Copy Markdown

Open in StackBlitz

@blocknote/ariakit

npm i https://pkg.pr.new/@blocknote/ariakit@2898

@blocknote/code-block

npm i https://pkg.pr.new/@blocknote/code-block@2898

@blocknote/core

npm i https://pkg.pr.new/@blocknote/core@2898

@blocknote/mantine

npm i https://pkg.pr.new/@blocknote/mantine@2898

@blocknote/react

npm i https://pkg.pr.new/@blocknote/react@2898

@blocknote/server-util

npm i https://pkg.pr.new/@blocknote/server-util@2898

@blocknote/shadcn

npm i https://pkg.pr.new/@blocknote/shadcn@2898

@blocknote/xl-ai

npm i https://pkg.pr.new/@blocknote/xl-ai@2898

@blocknote/xl-docx-exporter

npm i https://pkg.pr.new/@blocknote/xl-docx-exporter@2898

@blocknote/xl-email-exporter

npm i https://pkg.pr.new/@blocknote/xl-email-exporter@2898

@blocknote/xl-multi-column

npm i https://pkg.pr.new/@blocknote/xl-multi-column@2898

@blocknote/xl-odt-exporter

npm i https://pkg.pr.new/@blocknote/xl-odt-exporter@2898

@blocknote/xl-pdf-exporter

npm i https://pkg.pr.new/@blocknote/xl-pdf-exporter@2898

commit: 0ed0afa

@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-07-17 03:47 UTC

@nperez0111
nperez0111 merged commit 571cb93 into main Jul 17, 2026
28 checks passed
@nperez0111
nperez0111 deleted the feat/fix/fresh-install-tests branch July 17, 2026 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant