#50252: build: remove redundant bits of ncrypto node patch
Merged
Description of Change
As in title. No longer necessary.
Checklist
- PR description included
- I have built and tested this PR
-
npm testpasses(https://github.com/electron/electron/blob/main/docs/development/style-guide.md) - PR release notes describe the change in a way relevant to app developers, and are capitalized, punctuated, and past tense.
Release Notes
Notes: none
Backports
39-x-y
PendingWaiting for a manual backport
42-x-y
MergedPR Number
#50281Merged At
Mar 16, 2026, 10:50:50 AM
Released In
v42.0.0-alpha.2Release Date
Mar 16, 2026, 7:09:29 PM
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