Skip to content

Commit

Permalink
Update MiniOxygen to prevent dev server crash (#1244)
Browse files Browse the repository at this point in the history
* Update MiniOxygen to avoid server crash on unhandled promises

* Changesets

* Fix another changeset
  • Loading branch information
frandiox authored Aug 18, 2023
1 parent d053978 commit a06b509
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 36 deletions.
5 changes: 5 additions & 0 deletions .changeset/forty-cycles-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/cli-hydrogen': patch
---

Avoid development server crash on unhandled promise rejection.
2 changes: 1 addition & 1 deletion .changeset/heavy-rockets-poke.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
'@shopify/cli-hydrogen': minor
'@shopify/demo-store': minor
'demo-store': minor
---

Support Remix Hot Module Replacement (HMR) and Hot Data Revalidation (HDR).
Expand Down
49 changes: 15 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@remix-run/dev": "1.19.1",
"@shopify/cli-kit": "3.48.0",
"@shopify/hydrogen-codegen": "^0.0.2",
"@shopify/mini-oxygen": "^2.0.2",
"@shopify/mini-oxygen": "^2.1.0",
"ansi-escapes": "^6.2.0",
"diff": "^5.1.0",
"fast-glob": "^3.2.12",
Expand Down

0 comments on commit a06b509

Please sign in to comment.