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.2.16 to 5.2.17 #74

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 6 years ago

Bumps mongoose from 5.2.16 to 5.2.17.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.2.17 / 2018-09-21 > =================== > * docs(guide): clarify that Mongoose only increments versionKey on `save()` and add a workaround for `findOneAndUpdate()` [#7038](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7038) > * fix(model): correctly handle `createIndex` option to `ensureIndexes()` [#7036](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7036) [#6922](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6922) [lineus](https://github.com/lineus) > * docs(migrating_to_5): add a note about changing debug output from stderr to stdout [#7034](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7034) [#7018](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7018) [lineus](https://github.com/lineus) > * fix(query): add `setUpdate()` to allow overwriting update without changing op [#7024](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7024) [#7012](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7012) [lineus](https://github.com/lineus) > * fix(update): find top-level version key even if there are `$` operators in the update [#7003](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7003) > * docs(model+query): explain which operators `count()` supports that `countDocuments()` doesn't [#6911](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6911)
Commits - [`ee17056`](https://github.com/Automattic/mongoose/commit/ee1705651163d0de9fbb7ce318505a5e21b660d4) chore: release 5.2.17 - [`a9db83e`](https://github.com/Automattic/mongoose/commit/a9db83e6e6ee5db1a056f79e7f5e44a485d22c1a) docs(model+query): explain which operators `count()` supports that `countDocu... - [`53f7a24`](https://github.com/Automattic/mongoose/commit/53f7a24dbe26d2567b603da9c26a526e35f1eddb) docs(guide): clarify that Mongoose only increments versionKey on `save()` and... - [`c1bdbcf`](https://github.com/Automattic/mongoose/commit/c1bdbcfd4b97fe6c68e6b36202a545b315f646af) fix(update): find top-level version key even if there are `$` operators in th... - [`abe4545`](https://github.com/Automattic/mongoose/commit/abe4545589280567766a469e26693c4edc8fd9d5) test(model): repro [#7003](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7003) - [`f3bda5e`](https://github.com/Automattic/mongoose/commit/f3bda5e81b886a451e681bbc0a7253b20c6d6031) Merge pull request [#7024](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7024) from lineus/feat-query.setUpdate - [`8be1dbf`](https://github.com/Automattic/mongoose/commit/8be1dbf3190628b5921ac0ccddcc0dbf2d7ceb5f) Merge branch 'master' into feat-query.setUpdate - [`f88cfdf`](https://github.com/Automattic/mongoose/commit/f88cfdf62d14af5e77a4ca8f22e4093e061d8413) Merge pull request [#7034](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7034) from lineus/docs-7018 - [`ff0f2dc`](https://github.com/Automattic/mongoose/commit/ff0f2dca40b4c4b2638d5f54a9076afb3502380d) Merge pull request [#7036](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7036) from lineus/fix-6922 - [`0e9d6d3`](https://github.com/Automattic/mongoose/commit/0e9d6d380f55580a8b7c5b364a807ef0056541c9) fix typo in model.js - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.2.16...5.2.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 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 #77.