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
152 stars 81 forks source link

Bump mongoose from 5.4.3 to 5.4.5 #135

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mongoose from 5.4.3 to 5.4.5.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.4.5 / 2019-01-18 > ================== > * fix(populate): handle nested array `foreignField` with virtual populate [#7374](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7374) > * fix(query): support not passing any arguments to `orFail()` [#7409](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7409) > * docs(query): document what the resolved value for `deleteOne()`, `deleteMany()`, and `remove()` contains [#7324](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7324) > * fix(array): allow opting out of converting non-arrays into arrays with `castNonArrays` option [#7371](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7371) > * fix(query): ensure updateOne() doesnt unintentionally double call Schema#post(regexp) [#7418](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7418) > > 5.4.4 / 2019-01-14 > ================== > * fix(query): run casting on arrayFilters option [#7079](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7079) > * fix(document): support skipping timestamps on save() with `save({ timestamps: false })` [#7357](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7357) > * fix(model): apply custom where on `Document#remove()` so we attach the shardKey [#7393](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7393) > * docs(mongoose): document `mongoose.connections` [#7338](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7338)
Commits - [`85909e1`](https://github.com/Automattic/mongoose/commit/85909e1fae6bf8a1526a5207216826c396df61de) chore: release 5.4.5 - [`d5f76bc`](https://github.com/Automattic/mongoose/commit/d5f76bc8711ffbeb75f4c3f4af4fea76823c95ff) fix(array): allow opting out of converting non-arrays into arrays with `castN... - [`ced6251`](https://github.com/Automattic/mongoose/commit/ced6251da93dd26aed1d54f9eb862d7ff0b974f6) test(array): repro [#7371](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7371) - [`f424fe4`](https://github.com/Automattic/mongoose/commit/f424fe46f88d981ddafdc36e8733f879953ea870) fix(populate): handle nested array `foreignField` with virtual populate - [`be881e7`](https://github.com/Automattic/mongoose/commit/be881e7097ea99f0813a20a9bad03ab8f1f174b1) test(populate): repro [#7374](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7374) - [`818a694`](https://github.com/Automattic/mongoose/commit/818a6941a80faf4e5619a95b446a6de9677bce53) docs(query): document what the resolved value for `deleteOne()`, `deleteMany(... - [`f6db3ba`](https://github.com/Automattic/mongoose/commit/f6db3baf42429e10c30514ea3700e9fba17412bd) fix(query): ensure updateOne() doesnt unintentionally double call Schema#post... - [`ded7dab`](https://github.com/Automattic/mongoose/commit/ded7dabfd2e8ade9077f3470cc805add0e851dc3) test(query): repro [#7418](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7418) - [`42d7aee`](https://github.com/Automattic/mongoose/commit/42d7aeed0aa6f60b9bf84ecce383980eae9d2577) Merge branch 'master' of github.com:Automattic/mongoose - [`12be7a6`](https://github.com/Automattic/mongoose/commit/12be7a661576e9fd514aee853ec9d0f271726ca2) fix(query): support not passing any arguments to `orFail()` - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.4.3...5.4.5)


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