Closed ViolanteCodes closed 2 years ago
@pikorkar I spoke with @prokopsimek and he said it might be easiest for us to communicate directly - are you okay with me tagging issues via github issues, or is there another method of communication you'd prefer (e.g. putting issues on a project board, etc.?)
@ViolanteCodes It's ok to communicate via gitub issues.
@pikorkar great. I'll add issues here to the project as they're identified. For right now, is it possible to update the project's dependencies and packages to eliminate warnings, etc? We didn't want to proceed further with testing until this part, as in the past, some of the starter projects have broken after updating, which caused us to need to restart the process of testing from the beginning again to make sure nothing was missed.
I updated Angular core to the newest version.
@pikorkar I appreciate that! Unfortunately, I'm still seeing a ton of deprecation warnings on a fresh install, as well as a warning about five severe vulnerabilities. Is it possible to update dependencies and fix these? We're really excited to dive into testing this one :)
Running npm install on a fresh install (using node 16.14.0) reveals a number of old/potentially deprecated dependencies as shown by warnings, including some libraries which are no longer supported:
Here is the npm audit results:
My guessed is that angular core needs to be upgraded, and that said upgrade would fix a number of these issues, but I'm also not an angular developer. Ultimately, though, we need there to be a minimum of warnings/vulnerabilities with installation. Although Angular is being sunset, we are really aiming for a frictionless integration/implementation.