-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[h2 deploy] Check for uncommited changes, output JSON in CI (#1496)
* Check for uncommited changes, write JSON output in CI * fix typecheck issues, allow bun as cli command * PR feedback * simplify test, remove changelog
- Loading branch information
1 parent
23e4aaa
commit 9ed789d
Showing
19 changed files
with
322 additions
and
79 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 @@ | ||
--- | ||
'skeleton': patch | ||
--- | ||
|
||
Updated internal dependencies for bug resolution. | ||
Please update the `@shopify/cli` dependency in your app to avoid duplicated subdependencies: | ||
|
||
```diff | ||
"dependencies": { | ||
- "@shopify/cli": "3.50.2", | ||
+ "@shopify/cli": "3.51.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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.