This is a backport PR for branch 42-x-y
MarshallOfSound

#54160: build: update @electron/lint-roller to 4.0.0 and check docs code blocks with oxfmt (42-x-y)

Open
Created: Sep 21, 2026, 2:51:43 AM
3 comments
Target: 42-x-y

Backport of #54107
Backport of #53431
Backport of #54139
Backport of #54140

See those PRs for details. The json5 code block change is the prerequisite that already landed on 43/44/45, the oxlint 1.80 bump comes along because lint-roller 4 needs oxlint >= 1.65, and the docs reformat was re-run on this branch's docs rather than cherry-picked.

Notes: none


Generated by Claude Code

Backport Information

Original PR Author
claude[bot]
Original PR Status
Merged
Original PR Merged At
Sep 19, 2026, 6:04:47 PM
Original PR Link
GitHubView on GitHub

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