Archkon

#52694: chore: remove upstreamed Node.js patches

Merged
Created: Aug 7, 2026, 9:41:38 AM
Merged: Aug 9, 2026, 12:58:26 AM
6 comments
Target: main

Description of Change

Node.js now enables Float16Array on the global object and includes in builtin_info.cc. The corresponding Electron patches are therefore no-ops on Node.js v24.18.1.

Remove both patches and re-export the Node.js patch series.

Refs: nodejs/node#58154
Refs: nodejs/node#63001

Checklist

Release Notes

Notes: None

Backports

44-x-y
Merged
PR Number
#52728
Merged At
Aug 9, 2026, 3:14:41 AM
Released In
Not yet
Release Date
Not yet

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron