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.2.14 to 5.2.15 #71

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps mongoose from 5.2.14 to 5.2.15.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.2.15 / 2018-09-15 > =================== > * fix(populate): handle virtual justOne correctly if it isn't set [#6988](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6988) > * fix(populate): consistently use lowercase `model` instead of `Model` so double-populating works with existing docs [#6978](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6978) > * fix(model): allow calling `Model.init()` again after calling `dropDatabase()` [#6967](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6967) > * fix(populate): find correct justOne when double-populating underneath an array [#6798](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6798) > * docs(webpack): make webpack docs use es2015 preset for correct libs and use acorn to test output is valid ES5 [#6740](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6740) > * fix(populate): add selectPopulatedPaths option to opt out of auto-adding `populate()`-ed fields to `select()` [#6546](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6546) > * fix(model): set timestamps on bulkWrite `insertOne` and `replaceOne` [#5708](https://github-redirect.dependabot.com/Automattic/mongoose/issues/5708)
Commits - [`c4a01ec`](https://github.com/Automattic/mongoose/commit/c4a01ec201e03b5f30c706e3c665e7bf36e51f38) chore: release 5.2.15 - [`1ba6ca7`](https://github.com/Automattic/mongoose/commit/1ba6ca779126b61699eccf44516540a6ab6a75da) fix(model): allow calling `Model.init()` again after calling `dropDatabase()` - [`4108366`](https://github.com/Automattic/mongoose/commit/4108366e9b16f60da618eda6d46b758de77e6492) test(model): repro [#6967](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6967) - [`8a178ad`](https://github.com/Automattic/mongoose/commit/8a178ada12a39d3754d5a917b5e371be1d860da0) docs: add selectPopulatedPaths option - [`950d223`](https://github.com/Automattic/mongoose/commit/950d223c2b49e7a82bd10f98abe763a27c154f34) fix(populate): add selectPopulatedPaths option to opt out of auto-adding `pop... - [`c0fb363`](https://github.com/Automattic/mongoose/commit/c0fb363537e015cc1f28ea96aa26c8a144653718) test(populate): repro [#6546](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6546) - [`6dd98c8`](https://github.com/Automattic/mongoose/commit/6dd98c828f8740a69f90f6863c6bcedb4b5e0ed2) style: fix lint - [`8840ffd`](https://github.com/Automattic/mongoose/commit/8840ffd28e120eb0aa4e34d4a519280adfe114b0) chore: peg chalk version - [`bdd7432`](https://github.com/Automattic/mongoose/commit/bdd7432ead21d5b06f16d770a6072b640ae0b3ca) docs(webpack): make webpack docs use es2015 preset for correct libs and use a... - [`25c305d`](https://github.com/Automattic/mongoose/commit/25c305db67e47e6560ad2adf252b9713d89a3344) docs(model): add blog post link and example to syncIndexes() docs - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.2.14...5.2.15)


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 merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@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 these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme 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 #73.