Open AprilSylph opened 10 months ago
🙌 Thanks for opening this pull request! You're awesome.
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
Packages | Version | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|---|
eslint-plugin-n | 15.7.0...16.6.1 | None | +6/-6 |
860 kB | weiran.zsd |
Renovate cannot update
eslint-plugin-n
in my NPM projects to v16 becauseeslint-config-semistandard
does not see it as a valid peer dependency:Since
eslint-config-semistandard
does not directly make use ofeslint-plugin-n
, but rather inherits the usage fromeslint-plugin-standard
, this PR proposes to bump the peer dependency version range foreslint-plugin-n
to match that ofeslint-plugin-standard@17.1.0
.(Interesting that dependabot isn't trying to perform this major upgrade...)