bigtest icon indicating copy to clipboard operation
bigtest copied to clipboard

Nexus Framework development discontinuation warning

Open pittst3r opened this issue 5 years ago • 0 comments

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.

pittst3r avatar Oct 01 '20 04:10 pittst3r