#47202: chore: update @electron/lint-roller to 3.1.1
Merged
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
MergedPR Number
#47274Merged At
May 27, 2025, 3:58:45 PM
Released In
v34.5.7Release Date
May 28, 2025, 11:02:07 AM
35-x-y
MergedPR Number
#47273Merged At
May 27, 2025, 3:59:13 PM
Released In
v35.5.0Release Date
May 28, 2025, 11:03:13 AM
36-x-y
MergedPR Number
#47256Merged At
May 27, 2025, 7:24:07 AM
Released In
v36.3.2Release Date
May 28, 2025, 11:03:18 AM
37-x-y
MergedPR Number
#47257Merged At
May 26, 2025, 2:45:48 AM
Released In
v37.0.0-alpha.7Release 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