The migration manager was critical when moving from Cypress 9 to Cypress 10 because many cypress configuration files changed. However, now that we are going to Cypress 14+, we likely no longer need to worry about users frequently migrating from Cypress 9 to Cypress 14.
We should spike into removing the migration manager code in Cypress 14 as it is quite a bit of overhead that is no longer needed. If users need to migrate from Cypress 9, we can have them use the migration manager in Cypress 10, 11, 12, and 13
The migration manager was critical when moving from Cypress 9 to Cypress 10 because many cypress configuration files changed. However, now that we are going to Cypress 14+, we likely no longer need to worry about users frequently migrating from Cypress 9 to Cypress 14.
We should spike into removing the migration manager code in Cypress 14 as it is quite a bit of overhead that is no longer needed. If users need to migrate from Cypress 9, we can have them use the migration manager in Cypress 10, 11, 12, and 13