madhums / node-express-mongoose-demo

A simple demo app using node and mongodb for beginners (with docker)
https://nodejs-express-demo.fly.dev
MIT License
5.12k stars 1.38k forks source link

Update mongoose to the latest version 🚀 #292

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 4.12.0 of mongoose just got published.

Dependency mongoose
Current Version 4.11.14
Type dependency

The version 4.12.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of mongoose. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 40 commits.

  • 2a26a92 chore: release 4.12.0
  • ec2a391 Merge pull request #5682 from Automattic/4.12
  • 6760e19 Merge pull request #5546 from Automattic/5470
  • 1a2432d chore: fix merge conflicts
  • 9f31d63 Merge branch '4.12' into 5470
  • b9cda3d feat(query): run update validators on $pull and $pullAll
  • 8f958f4 refactor: bring selectedInclusively() back
  • d6f65e7 docs(validation): add docs coverage for ValidatorError.reason
  • a072f83 feat(types): add discriminator() function for single nested subdocs
  • 97397cc refactor: create _createConstructor helper for embedded schemas re: #5244
  • 7880a77 style: fix lint
  • 25a1566 docs(query): clarify relationship between custom query errors and cast errors
  • 1ee73ce chore: fix merge conflict
  • fb68f68 Merge branch 'master' into 4.12
  • abe39a6 chore: now working on 4.11.15

There are 40 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree: