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.4 to 5.2.5 #41

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps mongoose from 5.2.4 to 5.2.5.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.2.5 / 2018-07-23 > ================== > * fix(boolean): expose `convertToTrue` and `convertToFalse` for custom boolean casting [#6758](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6758) > * docs(schematypes): add note about what values are converted to booleans [#6758](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6758) > * fix(document): fix(document): report castError when setting single nested doc to array [#6753](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6753) > * docs: prefix mongoose.Schema call with new operator [#6751](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6751) [sajadtorkamani](https://github.com/sajadtorkamani) > * docs(query): add examples and links to schema writeConcern option for writeConcern helpers [#6748](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6748) > * docs(middleware): clarify that init middleware is sync [#6747](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6747) > * perf(model): create error rather than modifying stack for source map perf [#6735](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6735) > * fix(model): throw helpful error when passing object to aggregate() [#6732](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6732) > * fix(model): pass Model instance as context to applyGetters when calling getters for virtual populate [#6726](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6726) [lineus](https://github.com/lineus) > * fix(documentarray): remove `isNew` and `save` listeners on CastError because otherwise they never get removed [#6723](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6723) > * docs(model+query): clarify when to use `countDocuments()` vs `estimatedDocumentCount()` [#6713](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6713) > * fix(populate): correctly set virtual nestedSchemaPath when calling populate() multiple times [#6644](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6644) > * docs(connections): add note about the `family` option for IPv4 vs IPv6 and add port to example URIs [#6566](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6566)
Commits - [`04d5c03`](https://github.com/Automattic/mongoose/commit/04d5c0371eb571457cd1638f14f43badf49ac2f5) chore: release 5.2.5 - [`9a53a2d`](https://github.com/Automattic/mongoose/commit/9a53a2d1e6b6fb07fb991fd1301307ce721e037d) Merge branch 'master' of github.com:Automattic/mongoose - [`559ae4e`](https://github.com/Automattic/mongoose/commit/559ae4ef338b4f0b1a4815c388792169eb1bff25) docs(connections): add note about the `family` option for IPv4 vs IPv6 and ad... - [`66a504a`](https://github.com/Automattic/mongoose/commit/66a504a6f0469355f82e4f431bcde66a9b0a356c) Merge pull request [#6744](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6744) from lineus/docs-6742 - [`95e553f`](https://github.com/Automattic/mongoose/commit/95e553f00a6c16d235ce775b577e8a8ba826d968) docs(schematypes): add note about what values are converted to booleans - [`a37fd2f`](https://github.com/Automattic/mongoose/commit/a37fd2ff50a4b073823db9322e7b46f4a52ef162) fix(boolean): expose `convertToTrue` and `convertToFalse` for custom boolean ... - [`0ff9359`](https://github.com/Automattic/mongoose/commit/0ff9359877e977ef42d2afe6f6d9a92db51d1965) test(document): repro [#6758](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6758) - [`4a548af`](https://github.com/Automattic/mongoose/commit/4a548af0ed867ca614744566fc564aac9b8c231b) perf(model): create error rather than modifying stack for source map perf - [`ebec9d4`](https://github.com/Automattic/mongoose/commit/ebec9d4af73a84061b477dc1af5b5e33ceaade3f) fix(document): fix(document): report castError when setting single nested doc... - [`ce3e00b`](https://github.com/Automattic/mongoose/commit/ce3e00bf9e694b71f0548856cc8020874e32d962) test(document): repro [#6753](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6753) - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.2.4...5.2.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 merge` will merge this PR after your CI passes on it - `@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 reopen` will reopen this PR - `@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 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.