Bug Fixes
- nx: increases buffer size for git commands (adcd928), closes #1886
- nx: make dep-graph work on node 12 (156f961)
- testing: fix the verbose option type for jest (579a155)
- testing: merge rather than replace
ts-jest
property on global config (#1896) (e13910d), closes #1059
Features
- nx: add a flag to run affected:libs and affected:apps without pretty formatting (3516890)
- nx: add a utlity to update packages in package.json (5a60f9f)
- nx: add verbose flag to @nrwl/tao which will output stack trace on error (4b4a5dc)
- nx: support * and ** in lint rules (15b4666)
- react: add publishable library support (a524b2e), closes #1521