-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Angular to 19 #1241
Update Angular to 19 #1241
Conversation
7fec487
to
8758845
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove all deprication warning after npm i
use angular builder for jest in angular.json
frontend/src/app/components/application-banner/application-banner.component.scss
Outdated
Show resolved
Hide resolved
frontend/src/app/components/application-top-bar/application-top-bar.component.scss
Outdated
Show resolved
Hide resolved
frontend/src/app/components/checkin/check-in-form-ordinal/check-in-form-ordinal.component.scss
Outdated
Show resolved
Hide resolved
frontend/src/app/components/keyresult-detail/keyresult-detail.component.scss
Outdated
Show resolved
Hide resolved
frontend/src/app/components/keyresult-type/keyresult-type.component.scss
Outdated
Show resolved
Hide resolved
frontend/src/app/shared/custom/dialog-template-core/dialog-template-core.component.scss
Outdated
Show resolved
Hide resolved
frontend/src/app/shared/custom/dialog-template-core/dialog-template-core.component.scss
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM so far
This is gonna need a rebase and also an approval from @peggimann, then we're good to go.
8c6b370
to
e6217b8
Compare
Don't forget to bump all the dependencies once more before merging this. |
ad4173d
to
9a01154
Compare
02e50b2
to
cae1ab1
Compare
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
c8fe726
to
aed1568
Compare
3412a9b
to
d6e7c18
Compare
No description provided.