-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move stylelint to 14 #242
Move stylelint to 14 #242
Conversation
This comment has been minimized.
This comment has been minimized.
bc67a4d
to
24b3d0e
Compare
Should be good, please review |
Oups |
24b3d0e
to
e829da6
Compare
9ff3c77
to
fe33edc
Compare
Added |
Right, i think it would make sense to rather add that to https://github.com/nextcloud/stylelint-config then, seems rather to be a peer dependency of that config |
The thing is, that it is this repo that needs it. $ npm why postcss-html
> npm ERR! No dependencies found matching postcss-html
$ cd tests/
$ npm why postcss-html
> postcss-html@1.2.0 dev peer
node_modules/postcss-html
peer postcss-html@"^1.0.0" from stylelint-config-html@1.0.0
node_modules/stylelint-config-html
stylelint-config-html@">=1.0.0" from stylelint-config-recommended-vue@1.0.0
node_modules/stylelint-config-recommended-vue
peer stylelint-config-recommended-vue@"^1.0.0" from @nextcloud/stylelint-config@2.0.1
node_modules/@nextcloud/stylelint-config
dev @nextcloud/stylelint-config@"^2.0.1" from the root project
peer postcss-html@"^1.0.0" from stylelint-config-recommended-vue@1.0.0
node_modules/stylelint-config-recommended-vue
peer stylelint-config-recommended-vue@"^1.0.0" from @nextcloud/stylelint-config@2.0.1
node_modules/@nextcloud/stylelint-config
dev @nextcloud/stylelint-config@"^2.0.1" from the root project In a normal scenario, I think that the tests would pass, but the fact the we use
Normal scenario would be:
|
fe33edc
to
ebdb7a7
Compare
Attempting to use |
09ddcab
to
15a30c6
Compare
CI is green when using |
15a30c6
to
91cb8ad
Compare
@skjnldsv An opinion on the new |
Yeah, looks nice! Your change could use some comments to ensure anyone understand why we're doing this :) |
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
91cb8ad
to
e9e4133
Compare
Tests looks good @artonge, wanna merge now? |
Release? |
Major or minor ? |
Minor yep :) |
Signed-off-by: John Molakvoæ skjnldsv@protonmail.com