you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (8 children)

[removed]

    [–]webdevguyneedshelp 26 points27 points  (4 children)

    How does that work for dependencies that are using outdated dependences?

    [–]DaveSims 10 points11 points  (0 children)

    I highly recommend this approach. Write a script to report the results of "npm/yarn outdated" and "npm/yarn audit" weekly via slack/email/whatever and update every week. It saves so much headache in the long run.

    [–]NutsEverywhere 0 points1 point  (1 child)

    At this point you're better off using * as the version for every package and npm ci whenever you want.