Skip to content

[pull] main from remotion-dev:main#885

Merged
pull[bot] merged 9 commits into
code:mainfrom
remotion-dev:main
Jun 2, 2026
Merged

[pull] main from remotion-dev:main#885
pull[bot] merged 9 commits into
code:mainfrom
remotion-dev:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Jun 2, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

JonnyBurger and others added 9 commits June 2, 2026 15:02
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…to fix Windows CI

On Windows, recast.print() may output CRLF (\r\n) line endings for newly
inserted AST nodes. The normalizeImportSpacing regex uses \n+ to match blank
lines between imports, so a CRLF blank line starting with \r would not be
stripped. This left a blank line between consecutive imports, which prettier
then preserved, causing the add-effect test to fail only on Windows.

Fix: normalize \r\n -> \n before calling normalizeImportSpacing.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@pull pull Bot locked and limited conversation to collaborators Jun 2, 2026
@pull pull Bot added the ⤵️ pull label Jun 2, 2026
@pull pull Bot merged commit 374fc2a into code:main Jun 2, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant