xojs / stylelint-config-xo

Stylelint shareable config for XO
MIT License
43 stars 6 forks source link

Support Stylelint 15 #18

Closed fregante closed 1 year ago

fregante commented 1 year ago

Tentative PR to support the new version. I don't know if anything else is necessary

npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: stylelint-declaration-block-no-ignored-properties@2.6.0
npm WARN Found: stylelint@15.0.0
npm WARN node_modules/stylelint
npm WARN   peer stylelint@">=14" from stylelint-config-xo@0.21.1
npm WARN   node_modules/stylelint-config-xo
npm WARN     dev stylelint-config-xo@"^0.21.1" from the root project
npm WARN   1 more (the root project)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer stylelint@"^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0" from stylelint-declaration-block-no-ignored-properties@2.6.0
npm WARN node_modules/stylelint-config-xo/node_modules/stylelint-declaration-block-no-ignored-properties
npm WARN   stylelint-declaration-block-no-ignored-properties@"^2.5.0" from stylelint-config-xo@0.21.1
npm WARN   node_modules/stylelint-config-xo
npm WARN 
npm WARN Conflicting peer dependency: stylelint@14.16.1
npm WARN node_modules/stylelint
npm WARN   peer stylelint@"^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0" from stylelint-declaration-block-no-ignored-properties@2.6.0
npm WARN   node_modules/stylelint-config-xo/node_modules/stylelint-declaration-block-no-ignored-properties
npm WARN     stylelint-declaration-block-no-ignored-properties@"^2.5.0" from stylelint-config-xo@0.21.1
npm WARN     node_modules/stylelint-config-xo
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: stylelint-order@5.0.0
npm WARN Found: stylelint@15.0.0
npm WARN node_modules/stylelint
npm WARN   peer stylelint@">=14" from stylelint-config-xo@0.21.1
npm WARN   node_modules/stylelint-config-xo
npm WARN     dev stylelint-config-xo@"^0.21.1" from the root project
npm WARN   1 more (the root project)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer stylelint@"^14.0.0" from stylelint-order@5.0.0
npm WARN node_modules/stylelint-config-xo/node_modules/stylelint-order
npm WARN   stylelint-order@"^5.0.0" from stylelint-config-xo@0.21.1
npm WARN   node_modules/stylelint-config-xo
npm WARN 
npm WARN Conflicting peer dependency: stylelint@14.16.1
npm WARN node_modules/stylelint
npm WARN   peer stylelint@"^14.0.0" from stylelint-order@5.0.0
npm WARN   node_modules/stylelint-config-xo/node_modules/stylelint-order
npm WARN     stylelint-order@"^5.0.0" from stylelint-config-xo@0.21.1
npm WARN     node_modules/stylelint-config-xo
fregante commented 1 year ago

I think that the issue isn't even here, actually šŸ¤” šŸ˜… I still haven't figured out how to read that wall of text in npm 8

fregante commented 1 year ago

This is needed here though https://github.com/hudochenkov/stylelint-order/releases/tag/6.0.2