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.14 to 5.3.15 #110

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mongoose from 5.3.14 to 5.3.15.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.3.15 / 2018-12-05 > =================== > * fix(query): handle `orFail()` with `findOneAndUpdate()` and `findOneAndDelete()` [#7297](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7297) [#7280](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7280) > * fix(document): make `save()` succeed if strict: false with a `collection` property [#7276](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7276) > * fix(document): add `flattenMaps` option for toObject() [#7274](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7274) > * docs(document): document flattenMaps option [#7274](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7274) > * fix(populate): support populating individual subdoc path in document array [#7273](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7273) > * fix(populate): ensure `model` option overrides `refPath` [#7273](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7273) > * fix(map): don't call subdoc setters on init [#7272](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7272) > * fix(document): use internal get() helper instead of lodash.get to support `null` projection param [#7271](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7271) > * fix(document): continue running validateSync() for all elements in doc array after first error [#6746](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6746)
Commits - [`d6ff8d2`](https://github.com/Automattic/mongoose/commit/d6ff8d29942df7ea5cee3a56fe908525e428306d) chore: release 5.3.15 - [`8332e87`](https://github.com/Automattic/mongoose/commit/8332e87600aada1c23b54dd0c42030c4f406045c) docs(jest): add further reading section - [`48912de`](https://github.com/Automattic/mongoose/commit/48912de2870dcd23835234dd0a5338f452158e54) fix(query): throw helpful error if non-object passed to `Query#setOptions()` - [`9ac9d48`](https://github.com/Automattic/mongoose/commit/9ac9d48319f100cfad2ff483c580cf6dbc9543de) Merge pull request [#7297](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7297) from Automattic/gh7280 - [`27189c2`](https://github.com/Automattic/mongoose/commit/27189c2b1e732f745b54f6e1ee0b96405f38f6e8) fix: handle `orFail()` with `findOneAndUpdate()` - [`355e49f`](https://github.com/Automattic/mongoose/commit/355e49f3b8d50eccf8e039e7befc4c8c5e8d75fe) fix(query): run `map()` before post hooks - [`9023a6e`](https://github.com/Automattic/mongoose/commit/9023a6e1ce9852a1445d301d1fa5be1307cb3f3d) Revert "fix(query): handle `findOneAndUpdate()` and `findOneAndDelete()` with... - [`b8cfb34`](https://github.com/Automattic/mongoose/commit/b8cfb34914c3ec49855122be521f219f99427a03) style: fix lint - [`956dd58`](https://github.com/Automattic/mongoose/commit/956dd58e49cc7377d7d2c2618171f4802438e8aa) fix(document): continue running validateSync() for all elements in doc array ... - [`a099d95`](https://github.com/Automattic/mongoose/commit/a099d95412b65efb1b3c09d1439bbb72b4e30ac6) test(document): repro [#6746](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6746) - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.3.14...5.3.15)


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