Ross Gerbasi
01/06/2022, 4:03 PMnpm i
my project. I understand they are probably not major for what I am doing, and probably more involved in the creation of my stacks then my actual running code. But any plans to clear these up? an audit wants me to roll back to cli version 4.5
Secondly I am noticing the typescript watcher does not recompile when I update dependent files only when I update the handler.ts
file itself. So changes to any imports it has doesn't trigger a recompile. Again just more of an annoyance but would like to know if there is a solution.
Lastly I am getting a warning about using TS 4.5.4 every time I make a change. This is coming from the @typescript-eslint/typescript-estree
package. I have included a screenshot of that as well. Looks like we have version 4.33.0 in our node_modules but the latest is 5.9.0. I guess maybe dependencies in general need a boost? I would hope pushing up TS related packages wouldn't cause to much of an issue.
For completeness I am using @serverless-stack/cli
and @serverless-stack/resources
0.56.2. Thanks in advance!thdxr
01/06/2022, 4:04 PMRoss Gerbasi
01/06/2022, 4:09 PMDaniel Gato
01/06/2022, 5:33 PM