dsanders11

#47676: build: drop eslint-plugin-unicorn

Merged
Created: Jul 7, 2025, 7:14:00 PM
Merged: Jul 8, 2025, 8:20:57 AM
8 comments
Target: main

Description of Change

eslint-plugin-unicorn was added in #38487 solely for the unicorn/prefer-node-protocol rule. The latest release of eslint-plugin-import has a new import/enforce-node-protocol-usage rule which accomplishes the same thing, so let's use that instead of an extra package for one rule.

Checklist

  • PR description included and stakeholders cc'd

Release Notes

Notes: none

Backports

35-x-y
In-flight
PR Number
#47690
Waiting to be merged
36-x-y
In-flight
PR Number
#47689
Waiting to be merged
37-x-y
In-flight
PR Number
#47687
Waiting to be merged
38-x-y
Merged
PR Number
#47686
Merged At
Jul 8, 2025, 11:18:38 AM
Released In
v38.0.0-alpha.5
Release Date
Jul 10, 2025, 8:31:24 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