mdn / express-locallibrary-tutorial

Local Library website written in NodeJS/Express; example for the MDN server-side development NodeJS module: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs.
Creative Commons Zero v1.0 Universal
1.23k stars 697 forks source link

Update mongoose to v8.0.0 and associated changes #242

Closed hamishwillee closed 9 months ago

hamishwillee commented 9 months ago

UPdaed Mongoose to v8.0.0 . Tested and followed through migration guide - only change seems to be that findIdAndRemove is now findIdAndDelete.

Part of fixing https://github.com/mdn/content/issues/30152

Matching docs in https://github.com/mdn/content/pull/30230