Skip to content

v7.4.2

Compare
Choose a tag to compare
@Josh-Walker-GM Josh-Walker-GM released this 19 Apr 20:04
· 680 commits to main since this release
77a4e03

Patch Release

  • fix(cli): avoid npx during upgrade command (#10479) by @Josh-Walker-GM

    This change fixes a problem with the yarn rw upgrade command when you don't have npx installed. If you don't have npx installed 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, the npx command will be logged to the console when you run yarn 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.