dsanders11

#51715: build: run formatter on typings/

Merged
Created: May 19, 2026, 5:59:14 PM
Merged: May 19, 2026, 9:13:03 PM
3 comments
Target: main

Description of Change

The files in typings weren't covered by our formatting scripts, but they could end up formatted as a result of merge commits since the files match a precommit hook. This was causing the formatting changes to show up unexpectedly in PRs.

Checklist

  • I have built and tested this change
  • I have filled out the PR description

Release Notes

Notes: none

Backports

42-x-y
Pending
Waiting for a manual backport
43-x-y
Merged
PR Number
#51717
Merged At
May 20, 2026, 1:33:30 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