dsanders11

#47202: chore: update @electron/lint-roller to 3.1.1

Merged
Created: May 21, 2025, 5:05:18 PM
Merged: May 25, 2025, 7:58:56 AM
8 comments
Target: main

Description of Change

Picks up a fix for a silent failure in @electron/lint-roller and now errors on absolute internal links in the Markdown files since those will often break.

The new version catches a broken link in docs/breaking-changes.md, so fixing that here. The website build has actually been warning about this broken link but we hadn't noticed yet. Here's the CI run before fixing the absolute link.

Checklist

  • PR description included and stakeholders cc'd

Release Notes

Notes: none

Backports

34-x-y
Merged
PR Number
#47274
Merged At
May 27, 2025, 3:58:45 PM
Released In
v34.5.7
Release Date
May 28, 2025, 11:02:07 AM
35-x-y
Merged
PR Number
#47273
Merged At
May 27, 2025, 3:59:13 PM
Released In
v35.5.0
Release Date
May 28, 2025, 11:03:13 AM
36-x-y
Merged
PR Number
#47256
Merged At
May 27, 2025, 7:24:07 AM
Released In
v36.3.2
Release Date
May 28, 2025, 11:03:18 AM
37-x-y
Merged
PR Number
#47257
Merged At
May 26, 2025, 2:45:48 AM
Released In
v37.0.0-alpha.7
Release Date
May 26, 2025, 8:31:28 AM

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