-
Notifications
You must be signed in to change notification settings - Fork 417
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Current behavior
The Apollo package depends on @apollo/server-plugin-landing-page-graphql-playground
, which has been deprecated since Dec 31, 2022. Even though I no longer use that dependency in my repository, this package still references it, yielding an annoying deprecation error in my console:
Minimum reproduction code
https://www.npmjs.com/package/@apollo/server-plugin-landing-page-graphql-playground
Steps to reproduce
npm install @nestjs/apollo
- Observe deprecation error
Expected behavior
I expect this popular package to avoid deprecated dependencies as often as practical.
Package version
12.0.8
Graphql version
No response
NestJS version
No response
Node.js version
No response
In which operating systems have you tested?
- macOS
- Windows
- Linux
Other
No response
ali-shabani, Ludo978 and Zikoel