v7.4.2
Patch Release
-
fix(cli): avoid
npxduring upgrade command (#10479) by @Josh-Walker-GMThis change fixes a problem with the
yarn rw upgradecommand when you don't havenpxinstalled. If you don't havenpxinstalled you will now have to manually run a command to dedupe dependencies rather than this being done for you automatically during the upgrade command. If this is the case, thenpxcommand will be logged to the console when you runyarn rw upgrade. See #10466 for more information. -
fix: Fixes Unknown Fragment issues due to GraphQL Tag type mismatch in web (#10357) by @dthyresson
Users reported in #10322 an incompatibility with fragments and when using gql from global web. The TS errors were caused by the global web gql type not being compatible with the standard graphql-tag type. This change corrects this issue.