fix(xl-email-exporter): update react-email deps to fix fresh install tests#2898
Conversation
…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.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe email exporter package updates ChangesEmail exporter dependencies
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
@blocknote/ariakit
@blocknote/code-block
@blocknote/core
@blocknote/mantine
@blocknote/react
@blocknote/server-util
@blocknote/shadcn
@blocknote/xl-ai
@blocknote/xl-docx-exporter
@blocknote/xl-email-exporter
@blocknote/xl-multi-column
@blocknote/xl-odt-exporter
@blocknote/xl-pdf-exporter
commit: |
|
Summary
Updates
@react-email/render(2.0.5 → 2.1.0) and@react-email/components(1.0.11 → 1.0.12) in thexl-email-exporterpackage 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.0no longer emits<link rel="preload">tags for images in the<head>, causing 4 snapshot mismatches while the lockfile was still pinned to2.0.5.Changes
@react-email/componentsfrom^1.0.5to^1.0.12and@react-email/renderfrom^2.0.4to^2.1.0inpackages/xl-email-exporter/package.json.pnpm-lock.yamlto resolve the new versions.<link rel="preload" as="image" .../>from<head>).Impact
No functional impact — the preload link was an optimization hint added by
@react-email/renderthat the library has since removed. Email rendering output is otherwise identical.Testing
vp run test).vp test --run -uinpackages/xl-email-exporter): 4 snapshots updated, 21 tests pass.Checklist
Summary by CodeRabbit