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.2 to 5.3.3 #86

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mongoose from 5.3.2 to 5.3.3.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.3.3 / 2018-10-12 > ================== > * fix(document): enable storing mongoose validation error in MongoDB by removing `$isValidatorError` property [#7127](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7127) > * docs(api): clarify that aggregate triggers aggregate middleware [#7126](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7126) [lineus](https://github.com/lineus) > * fix(connection): handle Model.init() when an index exists on schema + autoCreate == true [#7122](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7122) [jesstelford](https://github.com/jesstelford) > * docs(middleware): explain how to switch between document and query hooks for `remove()` [#7093](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7093) > * docs(api): clean up encoding issues in SchemaType.prototype.validate docs [#7091](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7091) > * docs(schema): add schema types to api docs and update links on schematypes page [#7080](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7080) [#7076](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7076) [lineus](https://github.com/lineus) > * docs(model): expand model constructor docs with examples and `fields` param [#7077](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7077) > * docs(aggregate): remove incorrect description of noCursorTimeout and add description of aggregate options [#7056](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7056) > * docs: re-add array type to API docs [#7027](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7027) > * docs(connections): add note about `members.host` errors due to bad host names in replica set [#7006](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7006)
Commits - [`9ab9552`](https://github.com/Automattic/mongoose/commit/9ab95525ab1b80cb5f1bdd20a3783a19ba69ef26) chore: release 5.3.3 - [`9af233a`](https://github.com/Automattic/mongoose/commit/9af233a2884976a475af131974af0bad6df905b7) docs: re-add array type to API docs - [`e69b620`](https://github.com/Automattic/mongoose/commit/e69b620cd798381b3f27d7a68cc20251b82d9ef7) docs(connections): add note about `members.host` errors due to bad host names... - [`6e20941`](https://github.com/Automattic/mongoose/commit/6e2094106961d37923067d9643d3a6f90f680bd2) docs(plugins): add list of officially supported plugins - [`4d03c7e`](https://github.com/Automattic/mongoose/commit/4d03c7e549904a4dc03cb94e5639e81f18870b21) fix(document): enable storing mongoose validation error in MongoDB by removin... - [`455fc83`](https://github.com/Automattic/mongoose/commit/455fc832915edda33dbb2510b9542cba4219e158) test(document): repro [#7127](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7127) - [`74dbdc1`](https://github.com/Automattic/mongoose/commit/74dbdc114bb5257d8ce8c6a4b661175fa5b83d83) test(connection): add coverage for [#7122](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7122) - [`c7511fe`](https://github.com/Automattic/mongoose/commit/c7511fef59d535fce4d8c96de2e1615158b6b291) docs(model): make [#7126](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7126) consistent with rest of middleware docs - [`b1d01e7`](https://github.com/Automattic/mongoose/commit/b1d01e720d0af91660f6c5f8fabac66cd5ca01b9) Merge pull request [#7126](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7126) from lineus/docs-7114 - [`b62eccd`](https://github.com/Automattic/mongoose/commit/b62eccd0d80f85cd4bd0aeb80ed2b808b2f5146a) Merge pull request [#7122](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7122) from jesstelford/patch-1 - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.3.2...5.3.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.
dependabot-preview[bot] commented 5 years ago

Superseded by #89.