-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
Bugfix/update NPM dependencies #48123
Bugfix/update NPM dependencies #48123
Conversation
Note: I started and clicked a bit through the UI. No special plan. But it seems nothing obvious broke. Triggered some DAGs and navigated around. In my naive tests all look good. |
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.
Fixed some merge conflicts, which happened due to recent editConnection UI PR went in. Overall looks good. Thanks for the changes @jscheffl .
nice! |
As we are close to 3.0 we should upgrade all NPM/ts dependencies to a current state.
After the general upgrade unfortunately some new code was re-generated. Also I needed to ignore some es-lint complaints which are introduced by new version of es-lint. For me they are all classified as false-positives. But still feel partly a bit noob on TS, so if there is a "clean" way to fix it... ideas welcome.