This PR upgrades the repo to nx 14.5.4. This automatically updates
Angular to 14.1.1
NestJS to 9.0.8
I've left the migration.json file here in case someone runs into issues where they created a library, and will be merging onto master with code that is for an older version.
All they will need to run to fix this is yarn nx migrate --run-migrations
Linked Issue
resolves #200
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Merge Checklist
[x] My code follows the code style of this project.
[ ] All new and existing tests passed.
[ ] Any dependent changes have been merged in downstream modules.
[ ] I have provided inline technical documentation (tsdocs) where necessary.
[ ] My change requires a change to the root documentation.
Proposed Changes
This PR upgrades the repo to nx 14.5.4. This automatically updates
14.1.1
9.0.8
I've left the
migration.json
file here in case someone runs into issues where they created a library, and will be merging onto master with code that is for an older version.All they will need to run to fix this is
yarn nx migrate --run-migrations
Linked Issue
resolves #200
Types of changes
Merge Checklist
Deployment Notes