hydrogen icon indicating copy to clipboard operation
hydrogen copied to clipboard

Update cli kit 3.66.1

Open frandiox opened this issue 1 year ago • 1 comments

This PR updates cli-kit and related dependencies to 3.66.1 before the next release.

Note: when updating these dependencies, we need to ensure that package-lock.json doesn't move dependencies around in node_modules. For that, it's useful to bump dependencies like this:

  • cd packages/cli && npm remove @shopify/cli-kit && npm i @shopify/[email protected]
  • cd templates/skeleton && npm remove @shopify/cli && npm i @shopify/cli@~3.66.1

Ensuring that the updated package.json files keep the correct ~, ^ (or nothing) afterwards. The npm dedup command is also useful to fix inconsistencies in package-lock.json.

frandiox avatar Sep 10 '24 10:09 frandiox

Oxygen deployed a preview of your fd-update-cli-kit-3.66.1 branch. Details:

Storefront Status Preview link Deployment details Last update (UTC)
custom-cart-method ✅ Successful (Logs) Preview deployment Inspect deployment September 10, 202410:43 AM
third-party-queries-caching ✅ Successful (Logs) Preview deployment Inspect deployment September 10, 202410:43 AM
sitemap ✅ Successful (Logs) Preview deployment Inspect deployment September 10, 202410:43 AM
Skeleton (skeleton.hydrogen.shop) ✅ Successful (Logs) Preview deployment Inspect deployment September 10, 202410:43 AM
classic-remix ✅ Successful (Logs) Preview deployment Inspect deployment September 10, 202410:43 AM
metaobjects ✅ Successful (Logs) Preview deployment Inspect deployment September 10, 202410:43 AM

Learn more about Hydrogen's GitHub integration.

shopify[bot] avatar Sep 10 '24 10:09 shopify[bot]