-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
fix: Upgrade argo-ui to fix intermediate parameters window. Fixes #11448 #11510
Conversation
…oproj#11448 Signed-off-by: Yuan Tang <[email protected]>
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.
Build failures in the tests
This doesn't seem like a simple bump. @atomicman57 Would you like to help take a look at the UI build failure? https://github.com/argoproj/argo-workflows/actions/runs/5745283948/job/15573063598?pr=11510 Build seems successfully in argo-ui repo but there are errors in |
Taking a look @terrytangyuan |
@terrytangyuan failing to replicate on my end, perhaps this is just a random incident. Could you push an empty commit and see what the CI does? I can build locally but cannot get |
Still seeing the errors after rebasing or triggering CI builds |
I was able to reproduce this locally -- did a fresh rebuild of my devcontainer with all Node 20 changes etc (directly on this branch, to be exact).
@isubasinghe I wonder if on your end that might be because the Nix Node 20 change hasn't been merged yet? So if you're using the Nix env based off this PR, it might be inconsistent / out-of-date |
For reference, pulling here from Slack that these are all ESM related. There are a few different kinds of errors here:
|
Pull request was closed
For reference, these all ended up being due to usage of old Webpack v4 here. This required force resolving Also fixed the deprecation warning from the old Will have a replacement PR out shortly |
Fixed all of the above in #11585 |
Oh yes that could be the reason. Nice work on getting the PR for this out though! |
Incorporates fix in argoproj/argo-ui#418. Closes #11448