-
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.
fix(microfrontends): fix handling of unsupported version (#9883)
### Description Make it so any invalid MFE configs no longer fail the process. We had this behavior previously for unsupported versions, but it broke somewhere along the lines where we were throwing `InvalidVersions` instead. ### Testing Instructions Added unit test. Quick manual verification: ``` [0 olszewski@chriss-mbp] /Users/olszewski/code/vapi $ turbo_dev --skip-infer build --dry > /dev/null turbo 2.4.0 WARNING Ignoring control-plane-default: Unsupported microfrontends configuration version: 2. Supported versions: ["1"] ```
- Loading branch information
1 parent
0dc72f6
commit 478b66d
Showing
4 changed files
with
46 additions
and
33 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
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