ckerr

#46992: build: remove deps_add_v8_object_setinternalfieldfornodecore.patch

Merged
Created: May 8, 2025, 12:25:34 AM
Merged: May 8, 2025, 3:39:58 AM
3 comments
Target: main

Description of Change

This was a Node 20-specific workaround. I think it's no longer needed in Node v22?

Xref: nodejs/node#49874.

Checklist

Release Notes

Notes: none.

Backports

36-x-y
Pending
Waiting for a manual backport
37-x-y
Merged
PR Number
#46998
Merged At
May 8, 2025, 4:34:42 PM
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