misskey-delta / misskey-web

improved MissKernel/Misskey-Web.
MIT License
6 stars 6 forks source link

Update mongoose to the latest version šŸš€ #496

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

ā˜ļø Greenkeeperā€™s updated Terms of Service will come into effect on April 6th, 2018.

Version 5.0.10 of mongoose was just published.

Dependency mongoose
Current Version 5.0.8
Type dependency

The version 5.0.10 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 35 commits.

  • 285dcbd chore: release 5.0.10
  • 425456c docs(schematype): add notes re: running setters on queries
  • 6ca5663 fix(query): handle single embedded embedded discriminators in castForQuery
  • aca2614 test(query): repro #6027
  • e9566b6 fix(query): cast dotted embedded discriminator paths if discriminator key set in query
  • 8c4f5d7 test(query): repro #6027 part 1
  • 30a1615 test(query): add coverage re: #6203 for findOneAndRemove
  • 2d44f74 chore: rename test file re: #6203
  • 174cc5b test(query): add coverage for #6203 with useFindAndModify
  • 270a072 fix(query): only call setters once on query filter props for findOneAndUpdate and findOneAndRemove
  • 621b338 test(query): repro #6203
  • 88ca66e docs(schematypes): add Decimal128 to schematype docs
  • 5f4ef80 docs: fix schematypes docs
  • 52cca5e Merge pull request #6225 from lineus/docs-6217_part_deux
  • f804cd3 add index.js to api docs

There are 35 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: