-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(migrations): migrate depTypes #16421
refactor(migrations): migrate depTypes #16421
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This reverts commit 3f97d9e.
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like some package rules changed order in the tests. Is this correct/expected?
Expected but not correct. There were 2 cases to handle:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we somehow avoid the snapshot changes?
If you say it's not correct then does that mean you plan to fix it? |
|
I have pushed new changes which are a way of handling it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can these migrations be combined into a single one, or best to keep separate? They seem quite similar
I tried doing so but failed. The reason was that I tried to migrate them in the same-class as So I had two ideas in mind:
IMO Best to keep separate. Even though they are related we treat them each as different options in config. |
- Fix arrMigrate -> arrMigrate.migratedConfig
Co-authored-by: Michael Kriese <[email protected]>
🎉 This PR is included in version 32.121.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Changes
depTypes
usingAbstractMigration
Context
Documentation (please check one with an [x])
How I've tested my work (please tick one)
I have verified these changes via: