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.1.7 to 5.2.0 #26

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps mongoose from 5.1.7 to 5.2.0.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.2.0 / 2018-07-02 > ================== > * feat(model): add `countDocuments()` [#6643](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6643) > * feat(model): make ensureIndexes() fail if specifying an index on _id [#6605](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6605) > * feat(mongoose): add `objectIdGetter` option to remove ObjectId.prototype._id [#6588](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6588) > * feat: upgrade mongodb -> 3.1.0 for full MongoDB 4.0 support [#6579](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6579) > * feat(query): support `runValidators` as a global option [#6578](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6578) > * perf(schema): use WeakMap instead of array for schema stack [#6503](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6503) > * feat(model): decorate unique discriminator indexes with partialFilterExpressions [#6347](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6347) > * feat(model): add `syncIndexes()`, drops indexes that aren't in schema [#6281](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6281) > * feat(document): add default getter/setter if virtual doesn't have one [#6262](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6262) > * feat(discriminator): support discriminators on nested doc arrays [#6202](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6202) > * feat(update): add `Query.prototype.set()` [#5770](https://github-redirect.dependabot.com/Automattic/mongoose/issues/5770) > > 5.1.8 / 2018-07-02 > ================== > * fix: don't throw TypeError if calling save() after original save() failed with push() [#6638](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6638) [evanhenke](https://github.com/evanhenke) > * fix(query): add explain() helper and don't hydrate explain output [#6625](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6625) > * docs(query): fix `setOptions()` lists [#6624](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6624) > * docs: add geojson docs [#6607](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6607) > * fix: bump mongodb -> 3.0.11 to avoid cyclic dependency error with retryWrites [#6109](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6109)
Commits - [`d457cbe`](https://github.com/Automattic/mongoose/commit/d457cbe568854040a6b49094eeb79e405d801c83) chore: release 5.2.0 - [`5d730d4`](https://github.com/Automattic/mongoose/commit/5d730d4fc2419d245495d166d553143290c4930e) Merge pull request [#6600](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6600) from Automattic/5.2 - [`985a845`](https://github.com/Automattic/mongoose/commit/985a84575d99aff6209225402edee18dfcd59cbb) feat(model): make ensureIndexes() fail if specifying an index on _id - [`93d06a4`](https://github.com/Automattic/mongoose/commit/93d06a48a3799669e7e3233894143de8bb4eacf4) feat(model): add `countDocuments()` - [`cb2a9a8`](https://github.com/Automattic/mongoose/commit/cb2a9a8d4b79c349022cf43f99e763da3eeaddd5) Merge branch 'master' into 5.2 - [`48b089a`](https://github.com/Automattic/mongoose/commit/48b089afc0759425b1383921accc60111e608768) chore: release 5.1.8 - [`647b1e1`](https://github.com/Automattic/mongoose/commit/647b1e1f6e5ad87b34f7a6968322d914b6597d24) Merge pull request [#6638](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6638) from evanhenke/master - [`44928ef`](https://github.com/Automattic/mongoose/commit/44928efce011a9d43929b0e3254f17bbf257dbd9) test: fix tests - [`dd3ee74`](https://github.com/Automattic/mongoose/commit/dd3ee74246cae9512ca7438252a95bbd7f874ed7) fix(model): ignore sparse indexes when using decorateDiscriminatorIndexOptions() - [`8d775f1`](https://github.com/Automattic/mongoose/commit/8d775f1146e4ab1cd1d026e4fdfcffebac337fb9) feat(model): decorate unique discriminator indexes with partialFilterExpressions - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.1.7...5.2.0)


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