bigtest
bigtest copied to clipboard
Nexus Framework development discontinuation warning
Just ran into this warning on a fresh install of bigtest:
$ yarn add -D bigtest
yarn add v1.22.4
[1/4] 🔍 Resolving packages...
warning bigtest > @bigtest/cli > @bigtest/server > [email protected]: Development of Nexus Framework has ended. Please read our announcement issue at https://nxs.li/unframework/about for details. Please follow our migration guide at https://nxs.li/unframework/migrate to start using Nexus Schema.
Which points to https://github.com/prisma-labs/graphql-framework-experiment/issues/1432 as an explanation.
We are only using @nexus/schema, so this does not actually affect us. I think all we need to do is remove the nexus package from our dependencies and just keep @nexus/schema.