#52694: chore: remove upstreamed Node.js patches
Merged
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
- I have built and tested this change
- I have filled out the PR description
- I have reviewed and verified the changes
Release Notes
Notes: None
Backports
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