maticzav/graphql-middleware-apollo-upload-server

Dependency deprecation warning: apollo-upload-server (npm)

renovate opened this issue · 1 comments

On registry https://registry.npmjs.org/, the "latest" version (v7.1.0) of dependency apollo-upload-server has the following deprecation notice:

Please migrate to https://npm.im/graphql-upload (see https://git.io/fADhl).

Marking the latest version of an npm package as deprecated results in the entire package being considered deprecated, so contact the package author you think this is a mistake.

Affected package file(s): package.json

If you don't care about this, you can close this issue and not be warned about apollo-upload-server's deprecation again. If you would like to completely disable all future deprecation warnings then add the following to your config:

"suppressNotifications": ["deprecationWarningIssues"]

The package apollo-upload-server was renamed to graphql-upload in Sept 2018 as described in this issue.

Since then, there have been several improvements, including a security patch. I don't personally use this package, but figured I'd drop a note here for those who do.