-
Notifications
You must be signed in to change notification settings - Fork 522
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
feat: add Node v15.0.0 #2268
feat: add Node v15.0.0 #2268
Conversation
A user reports that their build file generation takes longer than 600 seconds. It's probably a bug that we are so slow, but let's address that separately (maybe in our work for npm v7) Also note we could have made this timeout user-configurable, but I think the extra API surface isn't worth the benefit. Fixes bazel-contrib#2231
Tested by building //packages/angular:npm_package and don't get an extra .d.ts file in the package. Also tested the negative case by making an invalid option and check that it's still reported. Fixes bazel-contrib#2078
* docs: minor update for readibility and formating
Also recommend ts_project for new uses
Updates the Vue and vendored_node to Node v15.0.1 to use npm 7
It seems that npm7 doesn't create the transitive Although... I can't find any mention of such a change in npm7. |
I filed an issue on the npm repo npm/cli#2145 |
This works correctly if the parent |
Can make the required changes to the bazel integration tests after #2339 lands |
closed for #2366 |
Updates the Vue and vendored_node to Node v15.0.1 to use npm 7
reference: #2256