From 8949771e9e189e15f0af7cc47d6b8c188c86ad1a Mon Sep 17 00:00:00 2001 From: Chau Tran Date: Mon, 21 Nov 2022 11:01:20 -0600 Subject: [PATCH] docs(angular): update nx angular matrix for angular 15 (#13295) Co-authored-by: Chau Tran --- docs/generated/packages/angular.json | 2 +- docs/shared/angular-nx-version-matrix.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/generated/packages/angular.json b/docs/generated/packages/angular.json index a17288f671596..150175f9464c7 100644 --- a/docs/generated/packages/angular.json +++ b/docs/generated/packages/angular.json @@ -18,7 +18,7 @@ "id": "angular-nx-version-matrix", "file": "shared/angular-nx-version-matrix", "path": "/angular-nx-version-matrix", - "content": "# Nx and Angular Version Compatibility Matrix\n\nBelow is a reference table that matches versions of Angular to the version of Nx that is compatible with it. The table shows the version of Angular, the recommended version of Nx to use and the range of Nx versions that support the version of Angular.\n\nWe provide a recommended version, and it is usually the latest minor version of Nx in the range provided because there will have been bug fixes added since the first release in the range.\n\n| Angular Version | **Nx Version _(recommended)_** | Nx Version _(range)_ |\n| --------------- | ------------------------------ | -------------------- |\n| ^8.0.0 | **8.12.2** | 8.7.0 <= 8.12.2 |\n| ^9.0.0 | **9.6.0** | 8.12.4 <= 9.6.0 |\n| ^10.0.0 | **10.4.15** | 9.7.0 <= 10.4.15 |\n| ^11.0.0 | **12.2.0** | 11.0.0 <= 12.2.0 |\n| ^12.0.0 | **13.1.4** | 12.3.0 <= 13.1.4 |\n| ^13.0.0 | **14.1.9** | .13.2.0 <= 14.1.9 |\n| ~14.0.0 | **14.4.3** | 14.2.1 <= 14.4.3 |\n| ~14.1.0 | **14.5.10** | 14.5.0 <= 14.5.10 |\n| ~14.2.0 | **latest** | 14.6.0 <= latest |\n\nIf you would like to see how the supported versions of Node and Typescript for the version of Angular you are using, [Lars Gyrup Brink Nielsen](https://twitter.com/LayZeeDK) has a very good resource for that [here](https://gist.github.com/LayZeeDK/c822cc812f75bb07b7c55d07ba2719b3).\n" + "content": "# Nx and Angular Version Compatibility Matrix\n\nBelow is a reference table that matches versions of Angular to the version of Nx that is compatible with it. The table shows the version of Angular, the recommended version of Nx to use and the range of Nx versions that support the version of Angular.\n\nWe provide a recommended version, and it is usually the latest minor version of Nx in the range provided because there will have been bug fixes added since the first release in the range.\n\n| Angular Version | **Nx Version _(recommended)_** | Nx Version _(range)_ |\n| --------------- | ------------------------------ | -------------------- |\n| ^8.0.0 | **8.12.2** | 8.7.0 <= 8.12.2 |\n| ^9.0.0 | **9.6.0** | 8.12.4 <= 9.6.0 |\n| ^10.0.0 | **10.4.15** | 9.7.0 <= 10.4.15 |\n| ^11.0.0 | **12.2.0** | 11.0.0 <= 12.2.0 |\n| ^12.0.0 | **13.1.4** | 12.3.0 <= 13.1.4 |\n| ^13.0.0 | **14.1.9** | 13.2.0 <= 14.1.9 |\n| ~14.0.0 | **14.4.3** | 14.2.1 <= 14.4.3 |\n| ~14.1.0 | **14.5.10** | 14.5.0 <= 14.5.10 |\n| ~14.2.0 | **15.1.1** | 14.6.0 <= 15.1.1 |\n| ~15.0.0 | **latest** | 15.2.0 <= latest |\n\nIf you would like to see how the supported versions of Node and Typescript for the version of Angular you are using, [Lars Gyrup Brink Nielsen](https://twitter.com/LayZeeDK) has a very good resource for that [here](https://gist.github.com/LayZeeDK/c822cc812f75bb07b7c55d07ba2719b3).\n" } ], "generators": [ diff --git a/docs/shared/angular-nx-version-matrix.md b/docs/shared/angular-nx-version-matrix.md index 7cb2181c7dd18..0453af82b382d 100644 --- a/docs/shared/angular-nx-version-matrix.md +++ b/docs/shared/angular-nx-version-matrix.md @@ -11,9 +11,10 @@ We provide a recommended version, and it is usually the latest minor version of | ^10.0.0 | **10.4.15** | 9.7.0 <= 10.4.15 | | ^11.0.0 | **12.2.0** | 11.0.0 <= 12.2.0 | | ^12.0.0 | **13.1.4** | 12.3.0 <= 13.1.4 | -| ^13.0.0 | **14.1.9** | .13.2.0 <= 14.1.9 | +| ^13.0.0 | **14.1.9** | 13.2.0 <= 14.1.9 | | ~14.0.0 | **14.4.3** | 14.2.1 <= 14.4.3 | | ~14.1.0 | **14.5.10** | 14.5.0 <= 14.5.10 | -| ~14.2.0 | **latest** | 14.6.0 <= latest | +| ~14.2.0 | **15.1.1** | 14.6.0 <= 15.1.1 | +| ~15.0.0 | **latest** | 15.2.0 <= latest | If you would like to see how the supported versions of Node and Typescript for the version of Angular you are using, [Lars Gyrup Brink Nielsen](https://twitter.com/LayZeeDK) has a very good resource for that [here](https://gist.github.com/LayZeeDK/c822cc812f75bb07b7c55d07ba2719b3).