clavin

#48591: chore: bump nan to 2.23.0

Merged
Created: Oct 19, 2025, 3:17:47 PM
Merged: Oct 23, 2025, 1:58:40 PM
1 comments
Target: main

Description of Change

Updating NAN to pick up upstreams.

nodejs/nan@v2.17.0...v2.23.0

  • Removed 6 patches that had upstream equivalents
  • Rewrote 1 patch to eliminate upstream diffs, smaller patch size
    • apply_allcan_read_write.patchtest_use_v8_version_check_instead_of_node_version_check.patch
  • 4 patches remain

Release Notes

Notes: none

Backports

No Backports Requested

This pull request doesn't have any backports requested or created for older release branches.

What are backports?

Backports are copies of changes made to the main branch that are applied to older release branches. They ensure that bug fixes and important changes are available in maintained older versions of Electron.

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