-
Notifications
You must be signed in to change notification settings - Fork 13.7k
[FLINK-38044][runtime-web] update angular to v20 #26805
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
base: master
Are you sure you want to change the base?
Conversation
@Laffery Thanks for this update. I notice the CI is failing with errors that seems related to the change. |
@davidradl Oh yes the supported node version of angular v20 had changed to I just pushed a commit to update the version of nodejs to the latest v22 LTS |
@flinkbot run azure |
hi @davidradl, I had fix the issues mentioned, could you please take a look again on this PR? |
What is the purpose of the change
Angular framework and NG-ZORRO both have released their stable v19 versions. It is a good time to bump them to the latest.
Brief change log
angular
andng-zorro-antd
to v20application
(which is default since v19)standalone:true
(which is default since v19)typeDefinition
to public-apiVerifying this change
Please make sure both new and modified tests in this PR follow the conventions for tests defined in our code quality guide.
This change is a trivial rework / code cleanup without any test coverage.
Does this pull request potentially affect one of the following parts:
@Public(Evolving)
: noDocumentation