Conversation
|
|
This PR is packaged and the instant preview is available (8090055). View the demo website. Install it locally: npm i -D https://pkg.pr.new/stylelint@8090055 |
Added options to rules and fixed multiple bugs.
|
The ecosystem run flagged up a failed test in .k {
/* stylelint-disable-next-line no-invalid-double-slash-comments, property-no-unknown */
//color: #fff;
/* .. */
}I dug into it and believe it's fine, as it highlights a false positive we've fixed in Demo of 17.3.0 vs Demo of main. I've pushed a commit here (d15df85) to add a changelog entry. @romainmenke If you're still online and have time, a 2nd pair of eyes and approval would be great! |
romainmenke
left a comment
There was a problem hiding this comment.
The change for //color is interesting 🤔
Seems to be caused by: https://github.com/csstree/csstree/blob/56afb6dd761149099cd3cdfb0a38e15e8cc0a71a/lib/utils/names.js#L70
I think it is fine considering our policy that rules should focus on a single issue and should not overlap. The leading // is covered by another rule.
|
Thank you for double-checking.
Yes, I had the same thought. We have I'll continue with the release. |
This PR prepares the release of 17.4.0.
stylelintChecklist:
If the PR is approved and all checks have passed, you can merge it. Then, the release job will be automatically started.
Visit Actions and watch the job.
Generated by the action run (id=22396995572)