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.4.3 to 5.4.6 #138

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mongoose from 5.4.3 to 5.4.6.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.4.6 / 2019-01-22 > ================== > * fix(utils): make minimize leave empty objects in arrays instead of setting the array element to undefined [#7322](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7322) > * fix(document): support passing `{document, query}` options to Schema#pre(regex) and Schema#post(regex) [#7423](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7423) > * docs: add migrating to 5 guide to docs [#7434](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7434) > * docs(deprecations): add instructions for fixing `count()` deprecation [#7419](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7419) > * docs(middleware): add description and example for aggregate hooks [#7402](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7402) > > 4.13.18 / 2019-01-21 > ==================== > * fix(model): handle setting populated path set via `Document#populate()` [#7302](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7302) > * fix(cast): backport fix from [#7290](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7290) to 4.x > > 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 - [`507df5e`](https://github.com/Automattic/mongoose/commit/507df5e87577783b4c163d8d584aa0aae7070902) chore: release 5.4.6 - [`a65258f`](https://github.com/Automattic/mongoose/commit/a65258f03c4d47dc86a805bd27cf02692ae4afe1) Merge branch '4.x' - [`75daf18`](https://github.com/Automattic/mongoose/commit/75daf1868904d766ce4fb4b8e2bcb6af7fe64ffb) chore: release 4.13.18 - [`126a0af`](https://github.com/Automattic/mongoose/commit/126a0afdc35be4434f8245d1561b83a606cc1c5d) docs: add migrating to 5 guide to docs - [`7662354`](https://github.com/Automattic/mongoose/commit/766235464312ff8ac94c5c94a06c20cf710e8b38) docs(middleware): add description and example for aggregate hooks - [`eaa15c1`](https://github.com/Automattic/mongoose/commit/eaa15c1988bc2eb96d31d438c9d4973e26b448e4) Merge branch '4.x' - [`8c75e9b`](https://github.com/Automattic/mongoose/commit/8c75e9be93766c7302a6801ff1fcba6135d2e3cf) chore: dont run nsp - [`c8b8720`](https://github.com/Automattic/mongoose/commit/c8b87207c0390757b08e8e6d334560d7d6047af6) style: fix lint - [`b60d5c8`](https://github.com/Automattic/mongoose/commit/b60d5c897930a0ddeeab84dbd783a82a42cc5018) Merge branch '4.x' - [`edf70e4`](https://github.com/Automattic/mongoose/commit/edf70e44323a8e5a30c68cf785ad0e24fe2818ce) fix(cast): backport fix from [#7290](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7290) to 4.x - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.4.3...5.4.6)


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