-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maintenance: Update deprecated dependencies #1915
Comments
Hi @Cupprum thank you for taking the time to open this issue. After taking a look at the dependencies that you have listed, and that are mentioned in the warnings emitted when configuring the local development environment it appears that two out of three of these dependencies are transitive dependencies (aka brought in by some of our dependencies) and that are used only in the development environment. As you can see from our
Given that these are transitive dependencies of which we don't have direct control, I would recommend you to open an issue under the repositories of the project that list them directly as dependency - in this case The third dependency The reason why we haven't moved our utilities to the new module is because some of the AWS Lambda managed runtimes for Node.js still bundle the older package (the one called We have noticed this a few months ago and looked at both the old and new package and the implementation has remained the same, so in an effort to offer a low friction adoption and usage for our customers we have opted to remain to the older one for the time being. As already mentioned, the With the above in mind I'll be closing this issue and thank you again for opening the issue and for giving us the chance to document these warnings in this thread. |
|
Thank you and i very much appreciate the transparency. |
Summary
When i execute the following command:
I can see the following output:
Why is this needed?
In order to keep the codebase up to date these dependencies should be updated. This does not look nice when i as a user see that official package from AWS is showing warnings.
Which area does this relate to?
Other
Solution
I am happy to work on this issue and propose a PR.
Acknowledgment
Future readers
Please react with 👍 and your use case to help us understand customer demand.
The text was updated successfully, but these errors were encountered: