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.4 #7

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps mongoose from 5.0.15 to 5.1.4.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 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) > * fix(document): prevent default falses from being skipped by $__dirty [#6481](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6481) [#6477](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6477) [lineus](https://github.com/lineus) > * docs(connection): document `useDb()` [#6480](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6480) > * fix(model): skip redundant clone in insertMany [#6479](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6479) [d1manson](https://github.com/d1manson) > * fix(aggregate): let replaceRoot accept objects as well as strings [#6475](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6475) [#6474](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6474) [lineus](https://github.com/lineus) > * docs(model): clarify `emit()` in mapReduce and how map/reduce are run [#6465](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6465) > * fix(populate): flatten array to handle multi-level nested `refPath` [#6457](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6457) > * fix(date): cast small numeric strings as years [#6444](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6444) [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez) > * fix(populate): remove unmatched ids when using virtual populate on already hydrated document [#6435](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6435) > * fix(array): use custom array class to avoid clobbered property names [#6431](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6431) > * fix(model): handle hooks for custom methods that return promises [#6385](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6385) > > 4.13.13 / 2018-05-17 > ==================== > * fix(update): stop clobbering $in when casting update [#6441](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6441) [#6339](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6339) > ... (truncated)
Commits - [`38d4aa7`](https://github.com/Automattic/mongoose/commit/38d4aa74f87cc01049671f3ba533fc14cdd5ffa8) chore: release 5.1.4 - [`48ac62b`](https://github.com/Automattic/mongoose/commit/48ac62bbe89da1acda06b93c432cdf63c2731785) docs(lambda): add info on what happens if database does down between lambda f... - [`ab26fea`](https://github.com/Automattic/mongoose/commit/ab26fea165e983ad697293352f2950b7ef0111eb) Merge pull request [#6550](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6550) from lineus/docs-yeahIbrokethat - [`86c0488`](https://github.com/Automattic/mongoose/commit/86c0488d95c9a34e5e096a3cc6efaa5daa216b6c) fix: bump mongodb -> 3.0.9 for handling multiple mongos disconnects - [`793ecc0`](https://github.com/Automattic/mongoose/commit/793ecc0df314d80a3f6b2e70e9eafe8934561289) adding hr tags for parallel save error and add something - [`2648773`](https://github.com/Automattic/mongoose/commit/26487732cc7ebf7450ca45ea6e3531fb6becf2e7) fix(update): allow updating embedded discriminator path if discriminator key ... - [`a528c89`](https://github.com/Automattic/mongoose/commit/a528c8947d31ce8990b78d2f79e15b4541a7f0b6) test(model): repro [#5841](https://github-redirect.dependabot.com/Automattic/mongoose/issues/5841) - [`b0e3893`](https://github.com/Automattic/mongoose/commit/b0e389353242aaa31110becd5a2c4da12d9d81f8) test(populate): add coverage for remaining cases for [#6498](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6498) - [`39c5fbd`](https://github.com/Automattic/mongoose/commit/39c5fbd21cb6ab87ce09b92264fe039c9bf77e50) Merge pull request [#6537](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6537) from lineus/fix-6509 - [`aec8136`](https://github.com/Automattic/mongoose/commit/aec813684c68247774da9b44c60c5703bce3d807) Merge pull request [#6545](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6545) from iblamefish/patch-1 - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.0.15...5.1.4)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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.
dependabot-preview[bot] commented 6 years ago

Superseded by #10.