chore(alpha): pin Jess 2.0.0-alpha.24 - #4547
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: less/less.js/.coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Pins the Jess runtime packages to
2.0.0-alpha.24.With this version,
lesscreports each parser error under its own diagnostic code. Before, some were reported as the genericparse/syntax-error. For example:@-import "x.less" screen;now reportsparse/source-import-css-syntax.@import (less) "x.less" layer;now reportsparse/import-postlude-on-compile-time-import.