graphql-modules
graphql-modules copied to clipboard
[legacy] dependancy on graphql-tools 5.0.0 breaks packaging when core-js 3 is used
using v5.0.0 pulls in lots of unrequired packages from graphql-tools. in particular causing the following
warning graphql-tools > @graphql-tools/relay-operation-optimizer > relay-compiler > fbjs > [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3
To fix this is probably a minor change and will allow those of us invested in the legacy version to continue on until we can map a plan to migrate and refactor.
I realise maintainence has been stopped for 0.7.xx, but I feel this is maybe a bit premature. There are a lot of us out there with a lot of time and code invested in the legacy version. Without even migration documentation for v1, support and maintenance has been dropped. There isn't even a 0.7.17 branch left in the repo.
The error above I believe is going to break a lot of installations of legacy version, we don't have the time or resources right now to completely 1) pick through and try and self learn beta 1.0 or 2) refactor our graphql-modules application even if there were extensive documentation.
It would be really appreciated if there could be at leats some support maintained for the lecacy version until 1.0 is stable and as clear migration path documented.
Cheers Paul
There's legacy branch, if you want to upgrade @graphql-tools/* in the legacy version of GraphQL Modules, please do. I'd be happy to help.