chore(deps): bump nodejs-mobile to 24.19.0-2 - #252
Merged
Conversation
Picks up V8 pointer compression in the lite flavour, which the Android backend measures at ~13 MB lower peak RSS and ~38% smaller live JS heap for ~416 KiB of APK. The release notes flag the compressed lite builds as an ABI break for addons that touch V8 directly. All seven addons we ship are N-API only, so none needs an ABI-matched rebuild and the prebuild URLs are unchanged. Node stays at 24.19.0 / ABI 137. The xcframework Info.plist reorder is the new release's own slice ordering; the per-slice metadata is byte-identical.
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 21, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 22, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 22, 2026
gmaclennan
enabled auto-merge
August 24, 2026 05:55
This was referenced Sep 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moves the embedded runtime to the digidem fork's v24.19.0-2, which turns on V8 pointer compression in the Android lite flavour. Node itself is unchanged at 24.19.0 / ABI 137, so this is purely the runtime build.
Benchmarked earlier against the same upstream change: ~13 MB lower peak RSS and ~38% smaller live JS heap in the
:ComapeoCoreprocess, for about 416 KiB of APK. Boot time and CPU-to-ready are flat.The release notes flag the compressed lite builds as an ABI break for addons that link V8 directly. All seven addons we ship are N-API only, so none needs an ABI-matched rebuild and the prebuild URLs are unchanged.
The
NodeMobile.xcframework/Info.plistchange is the new release's own slice ordering; the per-slice metadata is byte-identical.Verification
Backend build, TypeScript, ESLint, JS unit tests (78) and script tests (18) all pass. Android instrumented tests pass on API 29 and API 34 emulators (25 each), and the e2e app boots the backend through to
readyon API 34 with every addon loading.The e2e Maestro suite fails locally on the project-CRUD specs (
RpcTimeout, withcomapeo-ipc: dropping message for unrecognised channel idin logcat), but unchangedmainbuilt and run on the same emulator at the same time fails identically — so it is pre-existing and unrelated to this bump.