Couple minor things I wanted to throw out and see ...
# help
r
Couple minor things I wanted to throw out and see if anyone has some thoughts on. First I am seeing 9 vulnerabilities when I
npm 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!
t
We keep punting fixing those audit deps, I'll see if I can get to it this week That issue you're seeing with the watcher shouldn't be happening. We specifically build the dependency tree and rebuild on effected files - let me see if I can create. Last one we just need to update, should be asy
r
Yeah figured it was nothing crazy, good to hear you're already on it. If i can help with the TS dep tree on lemme know. Can also pop into a call or something and see maybe i have something setup odd.
d
Btw @thdxr I can second the TS error. Our project is not even in TS, but I can see this everytime it builds.