All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added importer.js to package files
- Remove dependency of backpack to break cycle dependency
- Remove usage of sassFunctions as this is no longer needed after release of Backpack v31
Breaking:
- Support Node 18, drop support for older versions.
- Upgrade dependencies
bpk-mixins
to the latestnode-sass
to the latest
- Migrate away from old
node-sass-tilde-importer
as its outdated to a local version.
- Updated
bpk-mixins
to latest.
- Updated
bpk-mixins
to the latest. - Updated
node-sass
from v5 to v7. To add support for Node 16. - Patched other dependencies.
- Updated
bpk-mixins
to the latest version.
- Added support for environment variable
CPU_NUMBER
which will override the number of workers spawned.
- Added support for the Backpack Foundations packages for using node-sass.
- New option
--prefixComment
to allow the ability to add comments at the top of outputted CSS files.
- Migrated to
main
branch - Upgrade
bpk-mixins
to20.1.18
- Upgrade
chokidar
to3.5.1
- Upgrade
fast-glob
to3.2.5
- Upgrade
node-sass
to5.0.0
- Upgrade
ora
to5.3.0
- Upgrade
yargs
to16.2.0
- Upgrade
eslint-config-skyscanner
to8.1.0
- Upgraded
lodash
- Upgraded
bpk-mixins
- Upgraded node to
lts/erbium
by default - Upgrade
fast-glob
to3.0.0
. - Upgrade
bpk-mixins
to19.0.18
- Upgrade
node-sass
to4.12.0
- Upgrade bpk-mixins, yargs, chokidar and ora.
- Upgrade dependencies.
- Upgrade node-sass, bpk-mixins, yargs & fast-glob.
- Fix cli.
--watch
functionality.
- Improve exit logic. This prevents the process from hanging when workers exit early.
- Improve error handling.
- Fix cli.
- Introduce backpack-node-sass.