-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(upgrade): adds featureflag-deprecate-flags-prop codemod and depr…
…ecates flags prop (#17266) * fix: add new props to feature flag props * feat(upgrade): featureflag-deprecate-flags-prop codemod * feat(upgrade): codemod, test cases and fixtures updated * refactor: test fixtures * refactor: sets default flag values to false at destructuring * fix: skips transformation of files without FeatureFlags component * refactor: makes conditions readable * feat(upgrade): removes old flags trasnformation, added tests * feat(upgrade): adds codemod to @carbon/upgrade migrate * chore: message updated * feat(upgrade): tests updates, old flag removed * fix: removes oldflag * fix: added pattern matching for .ts & .tsx * refactor: yarn dedupe changes * refactor: yarn dedupe change, snapshotss * fix: removes old flags, updates test outputs --------- Co-authored-by: riddhybansal <[email protected]> Co-authored-by: kennylam <[email protected]>
- Loading branch information
1 parent
fd2495b
commit 23b8ff3
Showing
13 changed files
with
640 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.