remy / nodemon

Monitor for any changes in your node.js application and automatically restart the server - perfect for development

Home Page:http://nodemon.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

V2 to V3 Migration

BarishSarac opened this issue · comments

Hello,

I have nodemon@2.0.22 installed in my package.json and need to upgrade to nodemon@3.0.0 to address security vulnerability per snyk. Is there any breaking update for nodemon for this migration that everyone should know?

As per the v3 release changelog, the only breaking change is that the tests no longer cover Node 8.
Seems that nodemon now watches for changes to .cjs file extensions.

https://github.com/remy/nodemon/releases
Screen Shot 2023-09-05 at 2 13 58 PM

This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up.
Thank you for contributing <3