-
Notifications
You must be signed in to change notification settings - Fork 287
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 to [email protected]
to fix minfy with negated in
statements
#1194
Conversation
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.
Thanks for the PR! Looks like CI is failing however.
https://github.com/vercel/ncc/actions/runs/9369710285/job/25854934076?pr=1194#step:9:335
These are interesting failures, I'm not sure why Node 20 on Ubuntu causes that error, while Node 20 on Windows seems fine. The MacOS errors are just Edit: yeah, the macos failures are definitely related to missing system dependencies: |
Also interesting here is that the last run on workflow (4 months ago) did not succeed for Node 20 on Ubuntu (this run). Unfortunately, the logs have been wiped already, but that might be a pointer to this failure too. I'm also guessing the |
I see what you mean. I'll run CI against main to see how it compares: |
Glad you could repro this on Anything I can do to help? |
I think we need to fix main before merging this to confirm it works as expected |
What was the problem with CI (the logs disappeared)? Should probably run CI again, with all the depdencies updated to their latest version, to see the status of the project. |
@theoludwig Feel free to create a new PR to fix it |
Alright. 😄 #1213 Tests are working locally, but about CI, I don't know, need an approval to run it. Hopefully, it fixes the issue, and allow to update terser and webpack to latest version to get latest fixes like this one with negated |
Fixes #1193