You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
I recently encountered a problem when using your package in my project. While installing @bull-monitor/express, I received multiple warnings indicating that the apollo-server dependencies included in your package are deprecated.
These deprecated packages are part of Apollo Server v2 and v3, which are no longer maintained as of October 22, 2023. The official suggestion is to switch to the @apollo/server package, which contains the updated versions of these deprecated packages.
Here are the specific deprecation warnings I received:
warning @bull-monitor/express > [email protected]: The apollo-server-expresspackage is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the@apollo/server package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.
Using deprecated packages can introduce potential risks, such as security vulnerabilities and lack of support for future updates or bug fixes. In order to ensure the long-term viability and security of projects that rely on your package, I kindly request you to consider updating these deprecated dependencies in the upcoming releases.
Thank you for your time and consideration. Your efforts in maintaining and improving this package are greatly appreciated.
The text was updated successfully, but these errors were encountered:
Dear @bull-monitor/express maintainers,
I recently encountered a problem when using your package in my project. While installing @bull-monitor/express, I received multiple warnings indicating that the apollo-server dependencies included in your package are deprecated.
These deprecated packages are part of Apollo Server v2 and v3, which are no longer maintained as of October 22, 2023. The official suggestion is to switch to the
@apollo/server
package, which contains the updated versions of these deprecated packages.Here are the specific deprecation warnings I received:
warning @bull-monitor/express > [email protected]: The
apollo-server-expresspackage is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the
@apollo/serverpackage. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.
Using deprecated packages can introduce potential risks, such as security vulnerabilities and lack of support for future updates or bug fixes. In order to ensure the long-term viability and security of projects that rely on your package, I kindly request you to consider updating these deprecated dependencies in the upcoming releases.
Thank you for your time and consideration. Your efforts in maintaining and improving this package are greatly appreciated.
The text was updated successfully, but these errors were encountered: