-
Notifications
You must be signed in to change notification settings - Fork 83
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
build: bump Angular to 15 #115
Conversation
I cant build the docker images with the docker compose command. Error: 25.49 Error: bundle initial exceeded maximum budget. Budget 1.20 MB was not met by 142.00 kB with a total of 1.34 MB. Solution should be to set up the budget Values in the angular.json file. Reference https://stackoverflow.com/questions/53995948/warning-in-budgets-maximum-exceeded-for-initial Current ErrorBudget is set to 1.2 MB. |
86a5bf1
to
de976b9
Compare
3fc4037
to
d1a3867
Compare
d1a3867
to
fc35b1b
Compare
@janpmeyer fixed, I also took the opportunity to add the first e2e with cypress, for the moment it just verifies that the test environment spins up correctly. |
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.
@janpmeyer removed the underline from the menu |
98ce047
to
b55dbda
Compare
* build: bump Angular to 15 * PR remark * cleanup workflow file * Add first e2e test * PR remark
What this PR changes/adds
Bump angular to version 15
Why it does that
dependency update
Further notes
Linked Issue(s)
Closes # <-- insert Issue number if one exists
Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.