Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup(misc): remove unused migrations (#28591)
This PR removes migrations that are unused in our packages. Other changes: - Update the `remove-migrations` generator to remove all files inside the migration directory, rather than just the implementation, spec file, and `__snapshots__` directory. There were some helpers that were not removed due to this problem. - Add a check to the `assertValidMigrationPaths` test util (used in `migrations.spec.ts` test files) to ensure that all paths inside `./src/migrations` are included in `migrations.json` file. There were a few migrations missing in the `@nx/expo` package, and we never run them nor cleaned them up. **Note:** This has no effect on users and is purely a clean-up. ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
- Loading branch information