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.7 to 5.2.10 #60

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps mongoose from 5.2.7 to 5.2.10.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.2.10 / 2018-08-27 > =================== > * fix: bump mongodb driver -> 3.1.4 [#6920](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6920) [#6903](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6903) [#6884](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6884) [#6799](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6799) [#6741](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6741) [Fonger](https://github.com/Fonger) > * fix(model): track `session` option for `save()` as the document's `$session()` [#6909](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6909) > * fix(query): add Query.getOptions() helper [#6907](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6907) [Fonger](https://github.com/Fonger) > * fix(document): ensure array atomics get cleared after save() [#6900](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6900) > * fix(aggregate): add missing redact and readConcern helpers [#6895](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6895) [Fonger](https://github.com/Fonger) > * fix: add global option `mongoose.set('useCreateIndex', true)` to avoid ensureIndex deprecation warning [#6890](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6890) > * fix(query): use `projection` option to avoid deprecation warnings [#6888](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6888) [#6880](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6880) [Fonger](https://github.com/Fonger) > * fix(query): use `findOneAndReplace()` internally if using `overwrite: true` with `findOneAndUpdate()` [#6888](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6888) [Fonger](https://github.com/Fonger) > * fix(document): ensure required cache gets cleared correctly between subsequent saves [#6892](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6892) > * fix(aggregate): support session chaining correctly [#6886](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6886) [#6885](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6885) [Fonger](https://github.com/Fonger) > * fix(query): use `projection` instead of `fields` internally for `find()` and `findOne()` to avoid deprecation warning [#6880](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6880) > * fix(populate): add `getters` option to opt in to calling getters on populate [#6844](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6844) > > 5.2.9 / 2018-08-17 > ================== > * fix(document): correctly propagate write concern options in save() [#6877](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6877) [Fonger](https://github.com/Fonger) > * fix: upgrade mongodb driver -> 3.1.3 for numerous fixes [#6869](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6869) [#6843](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6843) [#6692](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6692) [#6670](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6670) [simllll](https://github.com/simllll) > * fix: correct `this` scope of default functions for DocumentArray and Array [#6868](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6868) [#6840](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6840) [Fonger](https://github.com/Fonger) > * fix(types): support casting JSON form of buffers [#6866](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6866) [#6863](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6863) [Fonger](https://github.com/Fonger) > * fix(query): get global runValidators option correctly [#6865](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6865) [#6578](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6578) > * fix(query): add Query.prototype.setQuery() analogous to `getQuery()` [#6855](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6855) [#6854](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6854) > * docs(connections): add note about the `family` option for IPv4 vs IPv6 and add port to example URIs [#6784](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6784) > * fix(query): get global runValidators option correctly [#6578](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6578) > > 4.13.15 / 2018-08-14 > ==================== > * fix(mongoose): add global `usePushEach` option for easier Mongoose 4.x + MongoDB 3.6 [#6858](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6858) > * chore: fix flakey tests for 4.x [#6853](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6853) [Fonger](https://github.com/Fonger) > * feat(error): add version number to VersionError [#6852](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6852) [freewil](https://github.com/freewil) > > 5.2.8 / 2018-08-13 > ================== > * docs: update `execPopulate()` code example [#6851](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6851) [WJakub](https://github.com/WJakub) > * fix(document): allow passing callback to `execPopulate()` [#6851](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6851) > * fix(populate): populate with undefined fields without error [#6848](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6848) [#6845](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6845) [Fonger](https://github.com/Fonger) > * docs(migrating_to_5): Add `objectIdGetter` option docs [#6842](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6842) [jwalton](https://github.com/jwalton) > * chore: run lint in parallel and only on Node.js v10 [#6836](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6836) [Fonger](https://github.com/Fonger) > * fix(populate): throw helpful error if refPath excluded in query [#6834](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6834) > * docs(migrating_to_5): add note about removing runSettersOnQuery [#6832](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6832) > * fix: use safe-buffer to avoid buffer deprecation errors in Node.js 10 [#6829](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6829) [Fonger](https://github.com/Fonger) > * docs(query): fix broken links [#6828](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6828) [yaynick](https://github.com/yaynick) > * docs(defaults): clarify that defaults only run on undefined [#6827](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6827) > * chore: fix flakey tests [#6824](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6824) [Fonger](https://github.com/Fonger) > * docs: fix custom inspect function deprecation warning in Node.js 10 [#6821](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6821) [yelworc](https://github.com/yelworc) > * fix(document): ensure subdocs get set to init state after save() so validators can run again [#6818](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6818) > * fix(query): make sure embedded query casting always throws a CastError [#6803](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6803) > * fix(document): ensure `required` function only gets called once when validating [#6801](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6801) > * docs(connections): note that you must specify port if using `useNewUrlParser: true` [#6789](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6789) > ... (truncated)
Commits - [`a032281`](https://github.com/Automattic/mongoose/commit/a032281645939b2fa7f01f64e266ed7f05042ae5) chore: release 5.2.10 - [`1933d97`](https://github.com/Automattic/mongoose/commit/1933d9737817f5ec37d760a818dd7f1e33793401) fix(document): ensure required cache gets cleared correctly between subsequen... - [`f7382db`](https://github.com/Automattic/mongoose/commit/f7382db7264a25fd41b93f1f3c12c0b3f3969774) test(document): repro [#6892](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6892) - [`911851d`](https://github.com/Automattic/mongoose/commit/911851dc3168c8be15e8f7ca84a1021bb1e0f29a) Merge pull request [#6920](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6920) from Fonger/patch-3 - [`ae9fea3`](https://github.com/Automattic/mongoose/commit/ae9fea3a9644b81b51ac5f88af737199448469ba) chore: bump mongodb 3.1.4 and mongodb-core 3.1.3 - [`19a9601`](https://github.com/Automattic/mongoose/commit/19a9601fa6d00cfd6ce62ce9fc54114069e4f950) style: clean up comma variable declarations - [`e778f36`](https://github.com/Automattic/mongoose/commit/e778f369dc8e720684edfaf3c7cce5bc407f1fdb) fix(document): ensure array atomics get cleared after save() - [`f5102d1`](https://github.com/Automattic/mongoose/commit/f5102d14956d8c3d7a20ac765a6b5a5d5ed8da80) test(document): repro [#6900](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6900) - [`71e116c`](https://github.com/Automattic/mongoose/commit/71e116c3d9714a7f22deb39708355540f66ac4e2) fix(model): track `session` option for `save()` as the document's `$session()` - [`6bca4a1`](https://github.com/Automattic/mongoose/commit/6bca4a1f7c6721c63dccfbdbced48340a18646b3) test(model): repro [#6909](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6909) - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.2.7...5.2.10)


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 6 years ago

Superseded by #63.