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 🚀 #301

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 4.13.0 of mongoose was just published.

Dependency mongoose
Current Version 4.12.6
Type dependency

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

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of mongoose.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 42 commits.

  • ca7e915 chore: release 4.13.0
  • 06f260b Merge pull request #5771 from Automattic/4.13
  • 4348fa1 Merge branch 'master' into 4.13
  • a48219b chore: now working on 4.12.7
  • a980af8 Merge pull request #5748 from Automattic/5337
  • 01bf209 feat(schema): allow using set as a schema path
  • 2068a4b refactor: get rid of weird setFunction, just use $set internally re: #1939
  • 9b0525b Merge branch '4.13' into 1939
  • b9c2d3a Merge branch 'master' into 4.13
  • a51e1f5 fix(connection): handle no cb correctly for connection helpers
  • 8632e79 feat(model): report validation errors from insertMany() if using ordered: false and rawResult: true
  • 62e2ff6 Merge pull request #5740 from AyushG3112/addFields-aggregate-feature
  • cc41aa2 Merge branch '4.13' into addFields-aggregate-feature
  • 06f39e8 Merge branch 'master' into 4.13
  • 541fb36 (lint): fix trailing spaces

There are 42 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree: