Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update plugin to minimum Nx v16.8.1 (#205)
* Update to Nx 16.8.1 * e2e tests updated to use new as-provided/derived project generators * Use new bundler option for buildable libs * e2e test updates for Nx 16.8.1 * fix function schema * Revert lint test change * nx command run extra logs & checks * More lock file checks * nx command differs based on package manager * Support `projectNameAndRootFormat` option for functions & apps * Start to make e2e test more manageable * Move test logger to own module * Use barrel export for test utils * Unpack more e2e test modules * Rename utils -> test-imports * e2e comments * Start split of e2e tests * Modules for each test suite now * Pre-configure e2e nx.json for `derived` layout * Disable the dodgy reset for builds again As well as the lockfile changed error, I'm now getting e2e errors where Nx says it cant find projects. Beyond annoying now. * Delete workspace.json.old * Finally! Setting CI for e2e makes tests pass Seems the Nx Daemon is unhelpful in e2e tests * Cleanup a couple of comments * Rename e2e test files * Update minimum Nx versions to 16.8.1 * Fix e2e tests check for package lock file
- Loading branch information