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.6 to 5.2.7 #47

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps mongoose from 5.2.6 to 5.2.7.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.2.7 / 2018-08-06 > ================== > * fix(model): check `expireAfterSeconds` option when diffing indexes in syncIndexes() [#6820](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6820) [#6819](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6819) [christopherhex](https://github.com/christopherhex) > * chore: fix some common test flakes in travis [#6816](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6816) [Fonger](https://github.com/Fonger) > * chore: bump eslint and webpack to avoid bad versions of eslint-scope [#6814](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6814) > * test(model): add delay to session tests to improve pass rate [#6811](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6811) [Fonger](https://github.com/Fonger) > * fix(model): support options in `deleteMany` [#6810](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6810) [Fonger](https://github.com/Fonger) > * fix(query): don't use $each when pushing an array into an array [#6809](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6809) [lineus](https://github.com/lineus) > * chore: bump mquery so eslint isn't a prod dependency [#6800](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6800) > * fix(populate): correctly get schema type when calling `populate()` on already populated path [#6798](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6798) > * fix(populate): propagate readConcern options in populate from parent query [#6792](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6792) [#6785](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6785) [Fonger](https://github.com/Fonger) > * docs(connection): add description of useNewUrlParser option [#6789](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6789) > * fix(query): make select('+path') a no-op if no select prop in schema [#6785](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6785) > * docs(schematype+validation): document using function syntax for custom validator message [#6772](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6772) > * fix(update): throw CastError if updating with `$inc: null` [#6770](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6770) > * fix(connection): throw helpful error when calling `createConnection(undefined)` [#6763](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6763)
Commits - [`56ff8a4`](https://github.com/Automattic/mongoose/commit/56ff8a4de8da5d1cad6cf2929c610e6344b22378) chore: release 5.2.7 - [`95c65db`](https://github.com/Automattic/mongoose/commit/95c65dbc3c2f553f110e67c0cb7f595a4fb415aa) Merge branch 'master' of github.com:Automattic/mongoose - [`679279c`](https://github.com/Automattic/mongoose/commit/679279cd601086242610f188dbf521593387eff8) Merge pull request [#6816](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6816) from Fonger/improve-ci-test - [`feff9f2`](https://github.com/Automattic/mongoose/commit/feff9f2fbb5e70ce0be66779f53edcafbe8c49d6) Merge branch 'master' of github.com:Automattic/mongoose - [`9970bb2`](https://github.com/Automattic/mongoose/commit/9970bb2ae0fec22d4286085e062160c24ca6df5d) Merge pull request [#6820](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6820) from christopherhex/syncindexes-check-ttl-option - [`8f2272b`](https://github.com/Automattic/mongoose/commit/8f2272b832c81c8b8d527bf051d64c95ece98fa0) chore: add cpc inline for query docs - [`dde0cd6`](https://github.com/Automattic/mongoose/commit/dde0cd6ae2b55ac3f1c6c3d7b819da8b10e19cd1) chore: add space to array - [`6e36905`](https://github.com/Automattic/mongoose/commit/6e369052693fe9411a6ac08abae025073d1a6a81) test(model): fix collection name conflict in `model: querying` test - [`97c5a16`](https://github.com/Automattic/mongoose/commit/97c5a168357809e7e21f196c1050735015facd17) fix(model): syncIndexes - check for changed expireAfterSeconds option - [`b3346f9`](https://github.com/Automattic/mongoose/commit/b3346f9e56a8fc0f89a6f9c6bba8cfd8182c1636) test(model): refactor `model: querying: with conditionals` - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.2.6...5.2.7)


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