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.3.9 to 5.3.11 #102

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mongoose from 5.3.9 to 5.3.11.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.3.11 / 2018-11-09 > =================== > * fix(model): make parent pointers non-enumerable so they don't crash JSON.stringify() [#7220](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7220) > * fix(document): allow saving docs with nested props with '.' using `checkKeys: false` [#7144](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7144) > * docs(lambda): use async/await with lambda example [#7019](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7019) > > 5.3.10 / 2018-11-06 > =================== > * fix(discriminator): support reusing a schema for multiple discriminators [#7200](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7200) > * fix(cursor): handle `lean(false)` correctly with query cursors [#7197](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7197) > * fix(document): avoid manual populate if `ref` not set [#7193](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7193) > * fix(schema): handle schema without `.base` for browser build [#7170](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7170) > * docs: add further reading section
Commits - [`300481f`](https://github.com/Automattic/mongoose/commit/300481fb8300d511eee2d51e7b5966f699518f28) chore: release 5.3.11 - [`146643d`](https://github.com/Automattic/mongoose/commit/146643dce53c78fc629bcfb7c5169ef12092181b) docs(lambda): use async/await with lambda example - [`b6fce2e`](https://github.com/Automattic/mongoose/commit/b6fce2ef97366dc2e720eb03ab726312ecf69428) test(model): fix tests re: [#7220](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7220) - [`29fda3a`](https://github.com/Automattic/mongoose/commit/29fda3ab1f405ee298ffba9dbce66fba59ff10b0) fix(model): make parent pointers non-enumerable so they don't crash JSON.stri... - [`d869673`](https://github.com/Automattic/mongoose/commit/d869673ba869f0506544e1b4c300b145259da250) test(model): repro [#7220](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7220) - [`d22bd30`](https://github.com/Automattic/mongoose/commit/d22bd3031607610ff1f5657d3c84b09fe5156e6f) fix(document): allow saving docs with nested props with '.' using `checkKeys:... - [`e68e789`](https://github.com/Automattic/mongoose/commit/e68e789af90f2dd1d1ba1c54617da7e88d674fbc) test(document): repro [#7144](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7144) - [`75da520`](https://github.com/Automattic/mongoose/commit/75da520472125570d585672d4f120f0ca764e4a4) chore: now working on 5.3.11 - [`c95c6f2`](https://github.com/Automattic/mongoose/commit/c95c6f210a5f2b8f2355262be60754916f0051d1) chore: release 5.3.10 - [`88e705a`](https://github.com/Automattic/mongoose/commit/88e705a81d6ffd14cd9a3a5a731e185d49b3036d) fix(document): avoid manual populate if `ref` not set - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.3.9...5.3.11)


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