-
Notifications
You must be signed in to change notification settings - Fork 12k
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(@angular/cli): add support for Node.js version 18 #24026
Conversation
Pacote version 14 does requires `14.17.x` or `16.13.x`. BREAKING CHANGE: The Angular CLI no longer supports `16.10.x`, `16.11.x` and `16.12.x`. Current supported versions of Node.js are `14.20.x`, `16.13.x` and `18.10.x`.
Oh man, there's a huge problem with Jest for node 16.11+ so this means we won't be able to upgrade any time soon ): Context: jestjs/jest#11956 |
Going through the issue and linked issues in the Node.js repo nodejs/node#44211 and nodejs/node#42080 it doesn't seem like it's something that is being tacked by the Node.js. |
Yes, exactly. It's been a bit of a mess for months and we haven't been able to update to higher versions of node yet. I guess if the worst comes to worst we will just have to pay for xtra xtra xtra large CI runners. I was kind of hoping that we could stay another year on 16.10 if none of our dependencies had the need to update but it looks like that won't happen, meh |
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.
The Jest situation is unfortunate. However, Node.js 16.10 is over a year old now and 16.13 is technically the first v16 LTS release. More and more packages will start using newer APIs and this will most likely accelerate once Node.js v14 is EOL in several months.
From reading through the linked Jest issue, there does appear to be several PRs with workarounds to some of the problems being encountered. Hopefully a new release of Jest can mitigate the issue.
@alfaproject Thank you for bringing up the Jest issue. The team will continue to monitor the issue and potentially evaluate if anything can be done to help mitigate the issue.
This change aligns with the supported Node.js versions of the Angular CLI. See: angular/angular-cli#24026 BREAKING CHANGE: Angular no longer supports Node.js versions `14.[15-19].x` and `16.[10-12].x`. Current supported versions of Node.js are 14.20.x, `16.13.x` and `18.10.x`.
This change aligns with the supported Node.js versions of the Angular CLI. See: angular/angular-cli#24026 BREAKING CHANGE: Angular no longer supports 14.[15-19].x and 16.[10-12].x. Current supported versions of Node.js are 14.20.x, 16.13.x and 18.10.x.
This change aligns with the supported Node.js versions of the Angular CLI. See: angular/angular-cli#24026 BREAKING CHANGE: Angular no longer supports Node.js versions `14.[15-19].x` and `16.[10-12].x`. Current supported versions of Node.js are `14.20.x`, `16.13.x` and `18.10.x`.
This change aligns with the supported Node.js versions of the Angular CLI. See: angular/angular-cli#24026 BREAKING CHANGE: Angular no longer supports Node.js versions `14.[15-19].x` and `16.[10-12].x`. Current supported versions of Node.js are `14.20.x`, `16.13.x` and `18.10.x`.
This change aligns with the supported Node.js versions of the Angular CLI. See: angular/angular-cli#24026 BREAKING CHANGE: Angular no longer supports Node.js versions `14.[15-19].x` and `16.[10-12].x`. Current supported versions of Node.js are `14.20.x`, `16.13.x` and `18.10.x`.
This change aligns with the supported Node.js versions of the Angular CLI. See: angular/angular-cli#24026 BREAKING CHANGE: Angular no longer supports Node.js versions `14.[15-19].x` and `16.[10-12].x`. Current supported versions of Node.js are `14.20.x`, `16.13.x` and `18.10.x`.
This change aligns with the supported Node.js versions of the Angular CLI. See: angular/angular-cli#24026 BREAKING CHANGE: Angular universal no longer supports Node.js versions `14.[15-19].x` and `16.[10-12].x`. Current supported versions of Node.js are `14.20.x`, `16.13.x` and `18.10.x`.
This change aligns with the supported Node.js versions of the Angular CLI. See: angular/angular-cli#24026 BREAKING CHANGE: ng-packagr no longer supports Node.js versions `14.[15-19].x` and `16.[10-12].x`. Current supported versions of Node.js are `14.20.x`, `16.13.x` and `18.10.x`.
This change aligns with the supported Node.js versions of the Angular CLI. See: angular/angular-cli#24026 BREAKING CHANGE: Angular universal no longer supports Node.js versions `14.[15-19].x` and `16.[10-12].x`. Current supported versions of Node.js are `14.20.x`, `16.13.x` and `18.10.x`.
This change aligns with the supported Node.js versions of the Angular CLI. See: angular/angular-cli#24026 BREAKING CHANGE: Angular universal no longer supports Node.js versions `14.[15-19].x` and `16.[10-12].x`. Current supported versions of Node.js are `14.20.x`, `16.13.x` and `18.10.x`.
This change aligns with the supported Node.js versions of the Angular CLI. See: angular/angular-cli#24026 BREAKING CHANGE: Angular no longer supports Node.js versions `14.[15-19].x` and `16.[10-12].x`. Current supported versions of Node.js are `14.20.x`, `16.13.x` and `18.10.x`. PR Close #47730
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Pacote version 14 does requires
14.17.x
or16.13.x
.BREAKING CHANGE: The Angular CLI no longer supports
16.10.x
,16.11.x
and16.12.x
. Current supported versions of Node.js are14.20.x
,16.13.x
and18.10.x
.