codebytere

#50910: chore: add Claude Code skill for Node.js upgrades

Merged
Created: Apr 10, 2026, 2:05:16 PM
Merged: Apr 11, 2026, 10:11:49 PM
3 comments
Target: main

Description of Change

Adds a new skill mirroring the Chromium upgrade skill, adapted for Node.js rolls. Covers patch conflict resolution, build fix workflow, commit guidelines, and documents high-churn patches and major version upgrade patterns (V8 bridge patch deletions, BoringSSL complexity).

Checklist

Release Notes

Notes: none

Backports

41-x-y
Merged
PR Number
#50971
Merged At
Apr 12, 2026, 12:05:20 AM
Released In
Not yet
Release Date
Not yet
42-x-y
Merged
PR Number
#50970
Merged At
Apr 12, 2026, 12:05:16 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