This is a backport PR for branch 45-x-y
MarshallOfSound

#54193: build: remove ts-node, load specs as native ESM and upgrade to TypeScript 7 (45-x-y)

Merged
Created: Sep 21, 2026, 6:23:52 PM
Merged: Sep 21, 2026, 11:39:00 PM
2 comments
Target: 45-x-y

Backport of #54166
Backport of #54167
Backport of #52735
Backport of #54168
Backport of #54169
Backport of #54170
Backport of #54171
Backport of #54172

See those PRs for details. #52735 rides along because the dead release.ts / get-url-hash.ts / get-asset.ts it removes were the only script sources that would otherwise have needed converting for plain node. Branch-specific bits: github-token.mts still uses got here, so its default import is unwrapped for Node's CommonJS interop; the spec codemod and the type-import autofix were re-run against this branch's specs rather than cherry-picked line for line; the nan test lockfile in the yarn patch was regenerated for this branch's nan pin.

Notes: none


Generated by Claude Code

Backport Information

Original PR Author
MarshallOfSound
Original PR Status
Merged
Original PR Merged At
Sep 21, 2026, 3:09:49 PM
Original PR Link
GitHubView on GitHub

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