express-graphql icon indicating copy to clipboard operation
express-graphql copied to clipboard

Unmet Peer version, need to update supported dependencies

Open SiNONiMiTY opened this issue 2 years ago • 5 comments

When installing graphql and express-graphql, I am encountering this error

unmet peer graphql@"^14.7.0 || ^15.3.0": found 16.5.0

Please update the packages to support the latest version of dependencies

SiNONiMiTY avatar Jul 09 '22 02:07 SiNONiMiTY

Duplicate of #790 and #805

adam-nielsen avatar Aug 20 '22 06:08 adam-nielsen

@adam-nielsen do you know if this project is going to be deprecated?

riosje avatar Aug 26 '22 19:08 riosje

No idea. I tried e-mailing the GraphQL contact address to ask if anyone was looking at this project as it seems to have become abandoned, but I haven't received a response.

Maybe someone should log an issue on the GraphQL documentation site to ask whether the express-graphql stuff should be removed, given that it is no longer being maintained?

adam-nielsen avatar Aug 29 '22 00:08 adam-nielsen

I just created for them a ticket in the linux foundation Jira. Don't know if that ticket is going to be reviewed by some one. https://jira.linuxfoundation.org/plugins/servlet/theme/portal/26/RR-4

Thank you @adam-nielsen for taking the time to answer me.

riosje avatar Aug 29 '22 01:08 riosje

I have created an issue in the Linux Foundation Jira https://jira.linuxfoundation.org/plugins/servlet/theme/portal/26/RR-4, but I don't know if it is enough. @IvanGoncharov @leebyron @wincent @chentsulin @danielrearden guys I can see you're active contributors, could you take a look on this? The thing here is that, there is a bunch of projects which have this package as dependency, so there should be thousands of projects with this dependency issue, I just land here because of this issue in 3 different non-related projects, so I can't imagine the amount of projects with this issue.

riosje avatar Aug 29 '22 01:08 riosje

For those interested, I forked the project at https://github.com/BlueSialia/express-graphql to solve this and some other issues I was having.

The company I work at uses it for a project, so I will be maintaining it for a long while.

Be aware that I made some changes already to the library, so just replacing express-graphql with @bluesialia/express-graphql may not be enough in some cases.

BlueSialia avatar Oct 06 '22 12:10 BlueSialia

FYI, Looks like they are deprecating express-graphql in favor of graphql-http: https://github.com/graphql/express-graphql/pull/816.

newbeb avatar Nov 07 '22 13:11 newbeb

From the various graphql servers alternatives, in our experience the easiest one to migrate over to, almost a drop in replacement, was GraphQL Yoga with their Express integration.

amerikan avatar Dec 19 '22 20:12 amerikan

This project is deprecated and we recommend to moving to alternatives. You can read more here https://github.com/graphql/express-graphql#this-library-is-deprecated

saihaj avatar Dec 26 '22 20:12 saihaj