* Set up alpha branch and auto-publishing
* Restore 4.5.0 version number
* Set up post-merge hook to stablize version and fix tests
* Restore .gitattributes
* Fix to publish.yml
* Revert PNPM version to version 8 for Node 16 compatibility
* Another attempt to resolve PNPM version
* Another attempt to resolve PNPM version
* Migrate Less to use valid CSS
* Re-organize test structure
* Lots of test refactoring
* More test updates
* Add restructured tests
* WIP
Signed-off-by: Matthew Dean <matthew-dean@users.noreply.github.com>
* More fixes to tests
* More test fixes
* All tests passing
* WIP fix tests
* Finished fixing browser tests
* Improve test coverage
* Add debug tests
* Add back debug tests to show equal test coverage
* Fix browser tests
* More test coverage
* Fix sourcemap absolute path for CI
* More source map normalization for Windows
* Fix source map normalization
* Another attempted fix for Windows
---------
Signed-off-by: Matthew Dean <matthew-dean@users.noreply.github.com>
* fix(issue:4267) support starting-style at-rule
* Add support for the starting-style at-rule.
* fix(issue:4267) improve comment and call handling
* Improve at-rule comment and call handling and add more starting-style
at-rule tests.
* refactor(issue:4267) refactor starting-style code
* Refactor new code introduced to broaded at-rule support for
starting-syle at-rule and other at-rules.
* chore(issue:4267) cleanup at-rule enhancement
* Cleanup at-rule enhancement code for starting-style at-rule support.
* fix: pin Playwright to exact version
* Pin Playwright to exact version to try to resolve CI issues.
* Added deprecation warnings
* Remove warning about combinator
* Switch to PNPM
* Update local dependencies
* Remove inner dist folder
* Create symbolic link to dist folder
* Flip dist folders
* Create symbolic link in root
* Add contributors
* 👥 Add @matthew-dean as a contributor
* 👥 Add @cloudhead as a contributor
* 👥 Add @lukeapage as a contributor
* 👥 Add @seven-phases-max as a contributor
* 👥 Add @iChenLei as a contributor
* 👥 Add @puckowski as a contributor
* Add more contributors
* Finish deprecation warnings
* Resolve deletions and such
* Fix symbolic link
* Update ci.yml to use PNPM
* Update ci.yml to use PNPM
* Refine CI versions
* Fix node printed version
* Better fix for #4258 and #4292
* Re-enable other tests
* chore: upgrade typescript related dependencies
* chore: add issue comment link
* chore: fix eslint ci add node16 support and drop node8 support
* Revert node16 support
* Add specifying nodejs_version install script
* support windows platform ci
* fix: cross-env bin
* fix: move cross-env location and delete outdated code
* Delete appveyor.yml
https://github.com/less/less.js/pull/3629#issuecomment-870469346 remove appveyor for fast ci.
* Remove math=strict-legacy, set default=parens-division
* Support for comma-less color functions
* Require parens after mixin call
* Output invalid JS functions in CSS
* Escape parens and revert pass-through function errors
* Remove ieCompat option
* Remove non-performant class pattern
* Add isdefined() function