indutny-signal

#48855: fix: ESM-from-CJS import when CJK is in path

Merged
Created: Nov 8, 2025, 9:26:18 AM
Merged: Nov 10, 2025, 2:51:56 AM
9 comments
Target: main

Description of Change

Upstream fix: nodejs/node#60575

Checklist

Release Notes

Notes: fix: ESM-from-CJS import when CJK characters are in path

cc @VerteDinde

Backports

38-x-y
Merged
PR Number
#
Merged At
Released In
Not yet
Release Date
Not yet
39-x-y
Merged
PR Number
#48873
Merged At
Nov 10, 2025, 1:59:59 PM
Released In
v39.1.2
Release Date
Nov 10, 2025, 2:06:59 PM
40-x-y
Merged
PR Number
#48862
Merged At
Nov 11, 2025, 2:47:03 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