* 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
* 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
* Add "grunt-cli" package to "devDependencies", so contibutors don't have to install grunt globally to run tests
* Add npm-scripts binding for grunt (npm run grunt -- [command])
* Update CONTRIBUTING.md to use `npm test` instead of `grunt test`
* LESS Importer: Throw some notice when a file is skipped over so you can see why it was skipped in the logs
* Update contributing doc