You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I see that #273 and #272 are in flight, with the current integration and 14.0.0 released, there is a notification saying the following:
Stylelint version 14.0.0-sdk is no longer supported — you may encounter unexpected behavior. Please upgrade to version 14.0.0 or newer. See the migration guide for more information.
I believe it is due to thissemver check. Coercion might be needed as any suffixed version by PnP that "should" match exactly will instead be considered to be older.
The text was updated successfully, but these errors were encountered:
adalinesimonian
changed the title
Message due to Yarn PnP integration
Extension incorrectly shows Stylelint deprecation warning with Yarn PnP integration
Oct 25, 2021
While I see that #273 and #272 are in flight, with the current integration and
14.0.0
released, there is a notification saying the following:I believe it is due to this
semver
check. Coercion might be needed as any suffixed version by PnP that "should" match exactly will instead be considered to be older.The text was updated successfully, but these errors were encountered: