ThalKod / discord-clone

A "Discord clone" with Socket.io, Node.js & MongoDB... Create channel, invite other people to your channel, chat with everyone...
MIT License
153 stars 81 forks source link

Bump mongoose from 5.0.15 to 5.1.5 #10

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps mongoose from 5.0.15 to 5.1.5.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.1.5 / 2018-06-11 > ================== > * docs(guide): rework query helper example [#6575](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6575) [lineus](https://github.com/lineus) > * fix(populate): handle virtual populate with embedded discriminator under single nested subdoc [#6571](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6571) > * docs: add string option to projections that call query select [#6563](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6563) [lineus](https://github.com/lineus) > * style: use ES6 in collection.js [#6560](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6560) [l33ds](https://github.com/l33ds) > * fix(populate): add virtual ref function ability getModelsMapForPopulate [#6559](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6559) [#6554](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6554) [lineus](https://github.com/lineus) > * docs(queries): fix link [#6557](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6557) [sun1x](https://github.com/sun1x) > * fix(schema): rename indexes -> getIndexes to avoid webpack duplicate declaration [#6547](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6547) > * fix(document): support `toString()` as custom method [#6538](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6538) > * docs: add [**instance**](https://github.com/instance) for instance methods to be more compliant with JSDoc [#6516](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6516) [treble-snake](https://github.com/treble-snake) > * fix(populate): avoid converting to map when using mongoose-deep-populate [#6460](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6460) > * docs(browser): create new browser docs page [#6061](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6061) > > 5.1.4 / 2018-06-04 > ================== > * docs(faq): add hr tags for parallel save error [#6550](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6550) [lineus](https://github.com/lineus) > * docs(connection): fix broken link [#6545](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6545) [iblamefish](https://github.com/iblamefish) > * fix(populate): honor subpopulate options [#6539](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6539) [#6528](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6528) [lineus](https://github.com/lineus) > * fix(populate): allow population of refpath under array [#6537](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6537) [#6509](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6509) [lineus](https://github.com/lineus) > * fix(query): dont treat $set the same as the other ops in update casting [#6535](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6535) [lineus](https://github.com/lineus) > * fix: bump async -> 2.6.1 [#6534](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6534) [#6505](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6505) [lineus](https://github.com/lineus) > * fix: support using a function as validation error message [#6530](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6530) [lucandrade](https://github.com/lucandrade) > * fix(populate): propagate `lean()` down to subpopulate [#6498](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6498) [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez) > * docs(lambda): add info on what happens if database does down between lambda function calls [#6409](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6409) > * fix(update): allow updating embedded discriminator path if discriminator key is in filter [#5841](https://github-redirect.dependabot.com/Automattic/mongoose/issues/5841) > > 5.1.3 / 2018-05-28 > ================== > * fix(document): support set() on path underneath array embedded discriminator [#6526](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6526) > * chore: update lodash and nsp dev dependencies [#6514](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6514) [ChristianMurphy](https://github.com/ChristianMurphy) > * fix(document): throw readable error when saving the same doc instance more than once in parallel [#6511](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6511) [#6456](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6456) [#4064](https://github-redirect.dependabot.com/Automattic/mongoose/issues/4064) [lineus](https://github.com/lineus) > * fix(populate): set correct nestedSchemaPath for virtual underneath embedded discriminator [#6501](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6501) [#6487](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6487) [lineus](https://github.com/lineus) > * docs(query): add section on promises and warning about not mixing promises and callbacks [#6495](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6495) > * docs(connection): add concrete example of connecting to multiple hosts [#6492](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6492) [lineus](https://github.com/lineus) > * fix(populate): handle virtual populate under single nested doc under embedded discriminator [#6488](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6488) > * fix(schema): collect indexes from embedded discriminators for autoIndex build [#6485](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6485) > * fix(document): handle `doc.set()` underneath embedded discriminator [#6482](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6482) > * fix(document): handle set() on path under embedded discriminator with object syntax [#6482](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6482) > * fix(document): handle setting nested property to object with only non-schema properties [#6436](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6436) > > 4.13.14 / 2018-05-25 > ==================== > * fix(model): handle retainKeyOrder option in findOneAndUpdate() [#6484](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6484) > > 5.1.2 / 2018-05-21 > ================== > * docs(guide): add missing SchemaTypes [#6490](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6490) [distancesprinter](https://github.com/distancesprinter) > * fix(map): make MongooseMap.toJSON return a serialized object [#6486](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6486) [#6478](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6478) [lineus](https://github.com/lineus) > * fix(query): make CustomQuery inherit from model.Query for hooks [#6483](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6483) [#6455](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6455) [lineus](https://github.com/lineus) > ... (truncated)
Commits - [`374c117`](https://github.com/Automattic/mongoose/commit/374c11798440c41222d0baf5ea1a0d76240e5c20) chore: release 5.1.5 - [`2803b0f`](https://github.com/Automattic/mongoose/commit/2803b0fc23d6571145081a4ec386a62eb0d750f0) test: skip webpack on older node versions and bump timeout - [`b6e11c2`](https://github.com/Automattic/mongoose/commit/b6e11c212b727caac26f74a83891ddc77ef96a03) style: fix lint - [`5c217c9`](https://github.com/Automattic/mongoose/commit/5c217c9b6c5e623626852c1c35a6d747d6ee7011) test(webpack): add missing file - [`0f681dd`](https://github.com/Automattic/mongoose/commit/0f681dd21bb530f282aa3a22739024b27ee6fcb9) docs(browser): create new browser docs page - [`c85a282`](https://github.com/Automattic/mongoose/commit/c85a28295531d2141032acb50a60356fd05965cf) chore: bump lockfile - [`6049f4c`](https://github.com/Automattic/mongoose/commit/6049f4cb0552338e3beb42e4e878d652302d8744) chore: bump acquit -> 1.0.0 - [`d4b18d1`](https://github.com/Automattic/mongoose/commit/d4b18d1a5a7ba67e54325d2010599c2ffa11c0fe) Merge branch 'master' of github.com:Automattic/mongoose - [`6909d30`](https://github.com/Automattic/mongoose/commit/6909d3070564161cb23da13eeebf388eb17a732f) fix(populate): handle virtual populate with embedded discriminator under sing... - [`512e090`](https://github.com/Automattic/mongoose/commit/512e09063dc4f0bc9c8b5f010fc59c10bb48af85) test(populate): repro [#6571](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6571) - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.0.15...5.1.5)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use (this|these) label[s]` will set the current labels as the default for future PRs for this repo and language - `@dependabot use (this|these) reviewer[s]` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use (this|these) assignee[s]` will set the current assignees as the default for future PRs for this repo and language Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.