-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Hydrogen CLI to use latest cli-kit prompts (#733)
* Update CLI, kit and oclif * Update imports for most of the cli-kit changes * Update prompts and fix tests * Change arg names * Fix Oclif version in dev for generating manifest * Remove unused code * Upgrade to cli-kit 3.45.0-pre.5 to fix React issues * Add ansi-colors * Cleanup * Fix new CLI files * Update to latest cli-kit stable * Change default value for some confirmation prompts * Restore turbo integrity in package-lock * Changeset * Use AbortError in template-downloader * Show progress with new task component * Rename utils to lib * Adjust changeset type * Clear output mocks properly * Update .changeset/tender-plums-hang.md Co-authored-by: Anthony Frehner <[email protected]> * Bump create-hydrogen --------- Co-authored-by: Anthony Frehner <[email protected]>
- Loading branch information
Showing
37 changed files
with
33,250 additions
and
8,882 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
'@shopify/cli-hydrogen': minor | ||
'@shopify/create-hydrogen': minor | ||
--- | ||
|
||
Updated CLI prompts. It's recommended to update your version of `@shopify/cli` to `3.45.0` when updating `@shopify/cli-hydrogen`. | ||
|
||
```diff | ||
"dependencies": { | ||
- "@shopify/cli": "3.x.x", | ||
+ "@shopify/cli": "3.45.0", | ||
} | ||
``` |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.