Skip to content

Update dependency quickjs-emscripten to ^0.32.0#1296

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/quickjs-emscripten-0.x
Open

Update dependency quickjs-emscripten to ^0.32.0#1296
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/quickjs-emscripten-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 19, 2026

This PR contains the following updates:

Package Change Age Confidence
quickjs-emscripten ^0.31.0^0.32.0 age confidence

Release Notes

justjake/quickjs-emscripten (quickjs-emscripten)

v0.32.0

Compare Source

  • #​227

    • Re-works function binding in newFunction to use a different proxying strategy based on a new abstraction, HostRef. HostRef allows tracking references of host values from guest handles. Once all references to the HostRef object are disposed (either in the host, or GC'd in the guest), the host value will be dereferenced and become garbage collectable.
    • Functions passed to newFunction are interned in the runtime's HostRefMap until dereferenced.
    • HostRef is also exposed directly for use from QuickJSContext, see newHostRef, toHostRef, unwrapHostRef in the docs.
    • Added QuickJSContext.newConstructorFunction, such functions will have their this set to the newly constructed object, although they may also return a new object.
  • #​244 Upgrade quickjs-ng to v0.12.1.

  • #​243 (thanks to @​josh-) Upgrade bellard/quickjs to 2025-09-13+f1139494. Review the QuickJS changelog for details.

    • Some intrinsics like BigInt are now always enabled.
    • BigNum extension removed.
  • #​242 Upgrade to Emscripten 5.0.1.

  • #​221 (thanks to @​melbourne2991) Support generator return values in QuickJSIterator.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate Bot requested a review from a team as a code owner May 19, 2026 09:42
@renovate renovate Bot added the T-Task Refactoring, enabling or disabling functionality, other engineering tasks. label May 19, 2026
@renovate renovate Bot force-pushed the renovate/quickjs-emscripten-0.x branch 3 times, most recently from c98fe6d to 5e72d15 Compare May 19, 2026 12:10
@renovate renovate Bot force-pushed the renovate/quickjs-emscripten-0.x branch from 5e72d15 to 4bcd37c Compare May 19, 2026 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-Task Refactoring, enabling or disabling functionality, other engineering tasks.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants