#49565: build(dev-deps): bump @electron/lint-roller to 3.2.0
Merged
Description of Change
Picks up a minor feature which will let us switch some docs links that are currently hardcoded to github.com to be relative links. Will do a follow-up PR with the docs changes to keep a clean separation and make the backports simpler.
Checklist
- PR description included
Release Notes
Notes: none
Backports
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