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.4.1 to 5.4.2 #123

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mongoose from 5.4.1 to 5.4.2.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 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 - [`cad5fc2`](https://github.com/Automattic/mongoose/commit/cad5fc2efca8f87fbd5f245f82124d734539e686) chore: release 5.4.2 - [`f2bcc03`](https://github.com/Automattic/mongoose/commit/f2bcc039b010ad9714ff3d65e4e03ae3b158dddf) style: fix lint - [`87d2bb2`](https://github.com/Automattic/mongoose/commit/87d2bb20923c05c5d672c7917a6f5d0be23b22ec) docs(schematype): add cast() to API docs - [`a6dce84`](https://github.com/Automattic/mongoose/commit/a6dce84e9cea1c36852b86707143eb87080d5fc6) fix(document): ensure Document#updateOne() returns a query but still calls hooks - [`c7ca0f8`](https://github.com/Automattic/mongoose/commit/c7ca0f895940c16c522c3b16501c9397724d1408) test(schema): make timestamp tests independent - [`91c1e31`](https://github.com/Automattic/mongoose/commit/91c1e31ef2be6b7a03f069e769f6aaed1bd975ef) test(document): repro [#7366](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7366) - [`40328c0`](https://github.com/Automattic/mongoose/commit/40328c0eb005e4270faf106c30ff0834de512d15) fix(query): add _pre and _post re: [#7366](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7366) - [`ac9609f`](https://github.com/Automattic/mongoose/commit/ac9609f74db8dcd5b84605a577be6a6a317909ae) fix(query): allow explicitly projecting out populated paths that are automati... - [`150e91f`](https://github.com/Automattic/mongoose/commit/150e91fb78ecdce8e64f735d1850b19c25234ae9) test(query): repro [#7383](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7383) - [`00ba945`](https://github.com/Automattic/mongoose/commit/00ba945249ef6ea3140d5e316b0c27c8369ecbb8) docs: remove links to plugins.mongoosejs.com in favor of plugins.mongoosejs.io - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.4.1...5.4.2)


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

Superseded by #128.