Bug Fixes
- angular: remove tsconfig.lib.json excludes when --unit-test-runner is none (fa05f11)
- nx: check for valid semver version before updating package (47e751f), closes #1831
- nx: handle windows drive letters in nx-enforce-module-boundaries (85c54e9)
- nx: remove unused double dashes to avoid yarn's warning (37ab942)
- nx: update create-nx-workspace to only offer styled components for react and react-express (#1858) (3e431fa), closes #1773
- nx: update the migrate command to handle edge cases (4ef3a77)
- nx: use same prettier version (#1869) (e6b07e2)
- testing: allow support of svg templates (14da0ff)
- testing: fix the breaking jest builder spec (#1851) (0a2555c)
- testing: merge builder globals with jest.config.js globals rather than override them completely (#1827) (5de142f), closes #1059
- testing: pass setupFilesAfterEnv to jest.runCLI rather than deprecated option (#1808) (28327d3), closes #1343