Skip to content

Update dependency typst/typst to v0.14.2#940

Merged
HackingGate merged 1 commit intomainfrom
renovate/typst-typst-0.x
Jan 2, 2026
Merged

Update dependency typst/typst to v0.14.2#940
HackingGate merged 1 commit intomainfrom
renovate/typst-typst-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 13, 2025

This PR contains the following updates:

Package Update Change
typst/typst patch v0.14.1v0.14.2

Release Notes

typst/typst (typst/typst)

v0.14.2: Version 0.14.2 (December 12, 2025)

Compare Source

View changelog with links into the documentation on typst.app/docs

Security

  • Updated the WebAssembly runtime used for executing plugins. The version used in Typst 0.14.0 and 0.14.1 suffers from a memory handling vulnerability. Based on our investigation, the vulnerability would be very hard to exploit in practice, but an exploit could theoretically be feasible. In any case, we recommend upgrading to Typst 0.14.2. This holds in particular for local users. In the web app, the bug is not critical as the browser offers an extra layer of protection.

    Typst 0.13.1 and below are not affected by this vulnerability.

    Technical details: The wasmi WebAssembly runtime versions used in 0.14.0 and 0.14.1 have a use-after-free memory handling bug in certain memory growth situations. Specifically, the bug occurs when the plugin tries to grow its memory, but allocating the requested amount of memory fails. Based on our investigation, the bug is hard to trigger in practice as the WebAssembly linear memory is always limited to 4GB on a technical level and modern operating systems rarely fail to serve a 4GB memory allocation request (typically not even under RAM pressure). Once the bug is triggered, it would also still be very challenging to turn it into an actual exploit. Regardless, we recommend upgrading to Typst 0.14.2 for protection against a potential exploit.

Diagnostics

  • Added a hint when array.sorted fails because a pair of elements could not be compared. This hint aids with fixing bugs in user code that were surfaced by a change in internal sorting behavior in Typst 0.14.1.

Contributors

Thanks to everyone who contributed to this release: @​Andrew15-5, @​cady-b, @​ecstrema, @​saecki, @​ultimatile.


Configuration

📅 Schedule: Branch creation - "before 6am on Monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching PR was automerged previously.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Dec 13, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

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


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

@renovate renovate Bot force-pushed the renovate/typst-typst-0.x branch from 96606f4 to e786be1 Compare December 13, 2025 17:30
@renovate renovate Bot force-pushed the renovate/typst-typst-0.x branch from e786be1 to 2642c36 Compare December 21, 2025 21:38
@HackingGate HackingGate merged commit be0b103 into main Jan 2, 2026
5 checks passed
@HackingGate HackingGate deleted the renovate/typst-typst-0.x branch January 2, 2026 10:40
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