Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update all dependencies and devDependencies to work with angular 19
fix as much deprecations as possible make all components, pipes and directives not standalone rename scss files to use underscore and make new scss work fix bootstrap theme not working anymore and fix bug caused by this and simplify path used to access _variables.scss remove the this from all variables/functions inside templates because its deprecated fix another scss deprecation because you shouldnt have declerations after nested rules override glob so newest glob version gets used instead of deprecated version make sidepanel not fullscreen make all filepaths used in @use consistent override jsdom version to remove all deprecations make filepaths in scss @use all the same change import to use remove not needed variable declerations add comment to why intellij shows an error use interpolation in calc methods that use vars and namespaces fix faults made while rebasing remove override and update setup-jest.ts update package lock remove unused jest dependency update npm version to 11.0.0 regen package-lock regen package-lock run formatter and turn prefer standalone rule off
- Loading branch information