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
152 stars 81 forks source link

Bump mongoose from 5.4.1 to 5.4.3 #128

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mongoose from 5.4.1 to 5.4.3.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.4.3 / 2019-01-09 > ================== > * fix(populate): handle `count` option when using `Document#populate()` on a virtual [#7380](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7380) > * fix(connection): set connection state to DISCONNECTED if replica set has no primary [#7330](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7330) > * fix(mongoose): apply global plugins to schemas nested underneath embedded discriminators [#7370](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7370) > * fix(document): make modifiedPaths() return nested paths 1 level down on initial set [#7313](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7313) > * fix(plugins): ensure sharding plugin works even if ObjectId has a `valueOf()` [#7353](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7353) > > 5.4.2 / 2019-01-03 > ================== > * fix(document): ensure Document#updateOne() returns a query but still calls hooks [#7366](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7366) > * fix(query): allow explicitly projecting out populated paths that are automatically projected in [#7383](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7383) > * fix(document): support setting `flattenMaps` option for `toObject()` and `toJSON()` at schema level [#7274](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7274) > * fix(query): handle merging objectids with `.where()` [#7360](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7360) > * fix(schema): copy `.base` when cloning [#7377](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7377) > * docs: remove links to plugins.mongoosejs.com in favor of plugins.mongoosejs.io [#7364](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7364)
Commits - [`42f118e`](https://github.com/Automattic/mongoose/commit/42f118e820af47fc162710ce9ac9ec092e62f52e) chore: release 5.4.3 - [`e2361d4`](https://github.com/Automattic/mongoose/commit/e2361d401f6dfc1c82e8bbd92c7e09b2d7dc9e68) fix(query): remove multiple execution warning for now - [`9fe35e9`](https://github.com/Automattic/mongoose/commit/9fe35e90d265028eeaaae19b81a879e201856bf3) refactor: only print out multiple execution warning once per process run - [`a057217`](https://github.com/Automattic/mongoose/commit/a057217ba5ef0abd2c030135185f77c04c4d677a) fix(plugins): ensure sharding plugin works even if ObjectId has a `valueOf()` - [`591c66e`](https://github.com/Automattic/mongoose/commit/591c66ec657e661eb5797b21d90ef1d8df456068) test: fix node 4+5 tests - [`a0164d4`](https://github.com/Automattic/mongoose/commit/a0164d4da06b1b95f04598983d5bf6f4e363cae6) fix(document): make modifiedPaths() return nested paths 1 level down on initi... - [`bae9100`](https://github.com/Automattic/mongoose/commit/bae910085d9e57bbaace70eab05f7486c7d6f003) test(document): repro [#7313](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7313) - [`b8ce685`](https://github.com/Automattic/mongoose/commit/b8ce685145b410b66f68a580e3b535a5526ae03f) fix(query): add warning if query is executed multiple times - [`2176150`](https://github.com/Automattic/mongoose/commit/2176150b3d463747ba66b76e37504ee8ffc3f738) style: fix lint - [`924493f`](https://github.com/Automattic/mongoose/commit/924493f1d8e5fe64e83fb65739e2e23fe3757843) fix(connection): set connection state to DISCONNECTED if replica set has no p... - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.4.1...5.4.3)


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 recreate` will recreate this PR, overwriting any edits that have been made to it - `@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.