From e01df1cb5809b06ce347427242a3d85e3dfa045c Mon Sep 17 00:00:00 2001 From: Colum Ferry Date: Wed, 21 Jun 2023 13:24:40 +0100 Subject: [PATCH] docs(core): update node matrix compat (#17703) --- .../documents/nx-nodejs-typescript-version-matrix.md | 9 ++++++--- .../shared/packages/workspace/nx-compatibility-matrix.md | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/generated/packages/workspace/documents/nx-nodejs-typescript-version-matrix.md b/docs/generated/packages/workspace/documents/nx-nodejs-typescript-version-matrix.md index 6779f80969..cec82dacf0 100644 --- a/docs/generated/packages/workspace/documents/nx-nodejs-typescript-version-matrix.md +++ b/docs/generated/packages/workspace/documents/nx-nodejs-typescript-version-matrix.md @@ -1,8 +1,10 @@ # Nx, NodeJS and TypeScript Compatibility Matrix -Below is a reference table that matches versions the latest major versions of Nx to the version TypeScript that it uses and the version of NodeJS that we tested it against. +Below is a reference table that matches versions the latest major versions of Nx to the version TypeScript that it uses +and the version of NodeJS that we tested it against. -> _Note: Other versions of NodeJS **may** still work without issue for these versions of Nx. This table outlines the version of NodeJS that we used when building and testing each particular version of Nx._ +> _Note: Other versions of NodeJS **may** still work without issue for these versions of Nx. This table outlines the +> version of NodeJS that we used when building and testing each particular version of Nx._ | Nx Version | Node Version | Typescript Version | | ---------- | ------------ | ------------------ | @@ -11,4 +13,5 @@ Below is a reference table that matches versions the latest major versions of Nx | 12.10.1 | ^14.17 | ~4.3.5 | | 13.10.6 | ^16.5.0 | ~4.6.2 | | 14.5.4 | ^16.16.0 | ~4.7.2 | -| latest | ^16.16.0 | ~4.7.2 | +| 15.9.4 | ^16.16.0 | ~5.0.0 | +| latest | ^18.14.0 | ~5.1.0 | diff --git a/docs/shared/packages/workspace/nx-compatibility-matrix.md b/docs/shared/packages/workspace/nx-compatibility-matrix.md index 6779f80969..cec82dacf0 100644 --- a/docs/shared/packages/workspace/nx-compatibility-matrix.md +++ b/docs/shared/packages/workspace/nx-compatibility-matrix.md @@ -1,8 +1,10 @@ # Nx, NodeJS and TypeScript Compatibility Matrix -Below is a reference table that matches versions the latest major versions of Nx to the version TypeScript that it uses and the version of NodeJS that we tested it against. +Below is a reference table that matches versions the latest major versions of Nx to the version TypeScript that it uses +and the version of NodeJS that we tested it against. -> _Note: Other versions of NodeJS **may** still work without issue for these versions of Nx. This table outlines the version of NodeJS that we used when building and testing each particular version of Nx._ +> _Note: Other versions of NodeJS **may** still work without issue for these versions of Nx. This table outlines the +> version of NodeJS that we used when building and testing each particular version of Nx._ | Nx Version | Node Version | Typescript Version | | ---------- | ------------ | ------------------ | @@ -11,4 +13,5 @@ Below is a reference table that matches versions the latest major versions of Nx | 12.10.1 | ^14.17 | ~4.3.5 | | 13.10.6 | ^16.5.0 | ~4.6.2 | | 14.5.4 | ^16.16.0 | ~4.7.2 | -| latest | ^16.16.0 | ~4.7.2 | +| 15.9.4 | ^16.16.0 | ~5.0.0 | +| latest | ^18.14.0 | ~5.1.0 |