dsanders11

#47082: build(dev-deps): update @electron/lint-roller and markdownlint-cli2

Merged
Created: May 14, 2025, 12:17:53 AM
Merged: May 19, 2025, 7:19:05 AM
7 comments
Target: main

Description of Change

As in title. Disables the new MD059 - Link text should be descriptive as it turns out we have quite a few links that are just the word "here". 😅

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
#47146
Merged At
May 20, 2025, 2:51:43 AM
Released In
v36.3.0
Release Date
May 22, 2025, 8:18:58 AM
37-x-y
Merged
PR Number
#47145
Merged At
May 22, 2025, 5:37:27 AM
Released In
v37.0.0-alpha.6
Release Date
May 22, 2025, 10:18:26 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