csstools / stylelint-use-logical

Enforce usage of logical properties and values in CSS
Creative Commons Zero v1.0 Universal
59 stars 9 forks source link

Outdated peer-dependency of styleline #7

Closed jens-duttke closed 7 months ago

jens-duttke commented 4 years ago

The current version of stylelint is 13.7.0, but stylelint-use-logical still requires an outdated version, even if it works fine with 13.7.0:

npm WARN stylelint-use-logical@1.1.0 requires a peer of stylelint@^9.6.0 but none is installed. You must install peer dependencies yourself.
bnjmnrsh commented 7 months ago

Whack-a-mole:

npm ERR! node_modules/stylelint
npm ERR!   dev stylelint@"^16.2.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer stylelint@">= 11 < 16" from stylelint-use-logical@2.1.0
npm ERR! node_modules/stylelint-use-logical
npm ERR!   dev stylelint-use-logical@"*" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
romainmenke commented 7 months ago

We just release version 2.1.1 : https://www.npmjs.com/package/stylelint-use-logical

Thank you for reporting.