Helen Lin
Helen Lin
Updated this PR so it's just a single patch on `@remix-run/dev` Related issue: https://github.com/remix-run/remix/issues/10324
I looked into upgrading eslint on Hydrogen. Currently block by other eslint plugins not supporting eslint `9.x`: So far I have figure out the following hasn't support eslint `9.x` *...
Yea - just talked with the Remix team. We'll also move that dependency
We are working on this for late January release
We have remove the dependency of eslint completely from all of our packages. Newly generated projects will have eslint at 9.x. `h2 upgrade` will not auto update project to new...
Mmmm ... From the looks of it, it is still part of Shopify CLI issue. Hydrogen CLI [makes a request to the admin api](https://github.com/Shopify/hydrogen/blob/main/packages/cli/src/lib/graphql/admin/client.ts#L32-L41). This uses the [graphqlRequest](https://github.com/Shopify/cli/blob/main/packages/cli-kit/src/public/node/api/graphql.ts#L43) which uses...