Skip to content

Commit

Permalink
docs(angular): update nx angular matrix for angular 15 (#13295)
Browse files Browse the repository at this point in the history
Co-authored-by: Chau Tran <chautran@Chaus-MacBook-Pro.local>
  • Loading branch information
nartc and Chau Tran committed Nov 21, 2022
1 parent 70e43cd commit 8949771
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/generated/packages/angular.json
Expand Up @@ -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": [
Expand Down
5 changes: 3 additions & 2 deletions docs/shared/angular-nx-version-matrix.md
Expand Up @@ -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).

1 comment on commit 8949771

@vercel
Copy link

@vercel vercel bot commented on 8949771 Nov 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-five.vercel.app

Please sign in to comment.