-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: move undici
to devDependencies
.
#1561
base: main
Are you sure you want to change the base?
Conversation
+1 |
1 similar comment
+1 |
Hi, what's the status of this PR? This would fix problem with the npm audit:
|
As I commented on the linked issue, I don’t think it can be just moved to dev dependencies since it’s being imported in several places. In fact it should be a dependencie in other places too, see #1685 |
As @jcesarmobile say, there is a dependency upon a small portion of I could close this since it will never land, but I am hoping someone on the GitHub team will fix the underlying issue. |
Another issue is that all the packages are transpiled to commonjs, and the TypeScript source files are not included on npm. This makes it quite hard for bundlers like Parcel that support directly using TypeScript to tree-shake such huge dependencies, so everything is included unconditionally. @actions should strongly consider publishing the ts files in npm. |
Can we also bump the version of |
fixes #1560