f5447ce965
## Summary We should only be ignoring changes in `version` for dynamic projects; for static projects, it should still be enforced. We should also be invalidating the lockfile if a project goes from static to dynamic or vice versa. Closes #10852.