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.16 to 5.4.17 #163

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mongoose from 5.4.16 to 5.4.17.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.4.17 / 2019-03-03 > =================== > * fix(update): handle all positional operator when casting array filters [#7540](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7540) > * fix(populate): handle populating nested path where top-level path is a primitive in the db [#7545](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7545) > * fix(update): run update validators on array filters [#7536](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7536) > * fix(document): clean modified subpaths when sorting an array [#7556](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7556) > * fix(model): cast $setOnInsert correctly with nested docs [#7534](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7534) > * docs: remove extra curly brace from example [#7569](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7569) [kolya182](https://github.com/kolya182)
Commits - [`15e285e`](https://github.com/Automattic/mongoose/commit/15e285e5f5a373658a6f4b956ab61d91fa1cf614) chore: release 5.4.17 - [`a1e17dc`](https://github.com/Automattic/mongoose/commit/a1e17dc42eceb1d5f1cb2d0b92781fbfa871d402) style: fix lint - [`d18ef22`](https://github.com/Automattic/mongoose/commit/d18ef229ec6be161ee66b3ef98cee5bc159b97c3) Merge branch 'master' of github.com:Automattic/mongoose - [`921ef4d`](https://github.com/Automattic/mongoose/commit/921ef4d023ea41106c52f471435cacbb744829c0) fix(document): clean modified subpaths when sorting an array - [`1955a82`](https://github.com/Automattic/mongoose/commit/1955a824414114b4d71ad731cc2b036e24464f14) test(document): repro [#7556](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7556) - [`d61a762`](https://github.com/Automattic/mongoose/commit/d61a7621e1a00ed26cc514cd2d5ec0108dd46773) Merge pull request [#7569](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7569) from kolya182/patch-1 - [`751cdb2`](https://github.com/Automattic/mongoose/commit/751cdb21cc26ab1f0f058d3852cbf8dea03cc1b7) fix(update): handle all positional operator when casting array filters - [`4e319f7`](https://github.com/Automattic/mongoose/commit/4e319f74dc44794a07d130e095419a2cbde2b95d) test(update): repro [#7540](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7540) - [`5f064db`](https://github.com/Automattic/mongoose/commit/5f064dbe807ce28dc2f2595b26ccf24249bcc998) chore: fix sponsors: remove monovm, add truevendor - [`f91b4e7`](https://github.com/Automattic/mongoose/commit/f91b4e71a74fbeae06ed879c4b12840026134c13) fix(populate): handle populating nested path where top-level path is a primit... - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.4.16...5.4.17)


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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@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 #167.