21-Jul-2026 — silence SASS deprecation warnings and suppress build noise ref #117
What's new
Build and serve output is now significantly quieter. The thousands of lines of SASS deprecation warnings, CommonJS bailout notices, and verbose chunk listings have been eliminated or condensed.
At a glance
- npm run serve no longer passes --verbose, removing hundreds of lines of webpack cache output
- SASS darken() calls in buttons.sass and stepper.sass migrated to color.adjust() to fix the deprecation
- ui-switch.scss mixin changed from variadic $sizes... to a plain list, removing the deprecated nth() on argument lists
- All remaining @import and global-builtin deprecation warnings silenced via stylePreprocessorOptions.sass.silenceDeprecations in angular.json
- CommonJS dependency bailout warnings for mermaid sub-dependencies and he, heic2any, papaparse added to allowedCommonJsDependencies