graphql-boilerplates / react-fullstack-graphql

Starter projects for fullstack applications based on React & GraphQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency deprecation warning: apollo-client-preset (npm)

renovate opened this issue · comments

On registry https://registry.npmjs.org/, the "latest" version (v1.0.8) of dependency apollo-client-preset has the following deprecation notice:

for the best quick start with Apollo Client, please use apollo-boost instead

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): advanced/package.json

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

"suppressNotifications": ["deprecationWarningIssues"]

@renovate-bot Is there a constraint of updating apollo-client-preset to apollo-boost?