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.9 #144

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mongoose from 5.4.3 to 5.4.9.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.4.9 / 2019-02-01 > ================== > * fix(document): make `remove()`, `updateOne()`, and `update()` use the document's associated session [#7455](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7455) > * fix(document): support passing args to hooked custom methods [#7456](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7456) > * fix(document): avoid double calling single nested getters on `toObject()` [#7442](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7442) > * fix(discriminator): handle global plugins modifying top-level discriminator options with applyPluginsToDiscriminators: true [#7458](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7458) > * docs(documents): improve explanation of documents and use more modern syntax [#7463](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7463) > * docs(middleware+api): fix a couple typos in examples [#7474](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7474) [arniu](https://github.com/arniu) > > 5.4.8 / 2019-01-30 > ================== > * fix(query): fix unhandled error when casting object in array filters [#7431](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7431) > * fix(query): cast query $elemMatch to discriminator schema if discriminator key set [#7449](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7449) > * docs: add table of contents to all guides [#7430](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7430) > > 5.4.7 / 2019-01-26 > ================== > * fix(populate): set `populated()` when using virtual populate [#7440](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7440) > * fix(discriminator): defer applying plugins to embedded discriminators until model compilation so global plugins work [#7435](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7435) > * fix(schema): report correct pathtype underneath map so setting dotted paths underneath maps works [#7448](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7448) > * fix: get debug from options using the get helper [#7451](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7451) [#7446](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7446) [LucGranato](https://github.com/LucGranato) > * fix: use correct variable name [#7443](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7443) [esben-semmle](https://github.com/esben-semmle) > * docs: fix broken QueryCursor link [#7438](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7438) [shihabmridha](https://github.com/shihabmridha) > > 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) > ... (truncated)
Commits - [`316936f`](https://github.com/Automattic/mongoose/commit/316936fa7ba7fba2b8c5278e7bc0cd0bd4239d8f) chore: release 5.4.9 - [`1bfdafd`](https://github.com/Automattic/mongoose/commit/1bfdafde659504be6cdeedb1b0fb9f365c657291) Merge pull request [#7474](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7474) from arniu/fix-doc - [`f67e30c`](https://github.com/Automattic/mongoose/commit/f67e30c3cf305a6ce9a4feead13f27174ddd56c6) docs: add Marcus Hiles and monovm as sponsors - [`f08a4bd`](https://github.com/Automattic/mongoose/commit/f08a4bddadc6289ccb1cede1d96914e758b30acb) docs(documents): improve explanation of documents and use more modern syntax - [`b24f6ac`](https://github.com/Automattic/mongoose/commit/b24f6ac7bab112fec26e886c87d8b21064489a15) fix(document): make `remove()`, `updateOne()`, and `update()` use the documen... - [`c588341`](https://github.com/Automattic/mongoose/commit/c588341f6bc46423aa8deeb748a7185a97149c5f) test: repro [#7455](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7455) - [`9202b87`](https://github.com/Automattic/mongoose/commit/9202b87600ce4ae8e663bd8df85fc2a16ab8c03d) fix(discriminator): handle global plugins modifying top-level discriminator o... - [`99b687e`](https://github.com/Automattic/mongoose/commit/99b687e2f149d03a1d03f723d40d608ee59a75fd) test(discriminator): repro [#7458](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7458) - [`e91dbfe`](https://github.com/Automattic/mongoose/commit/e91dbfe4207bc33c5776aefbe2e46b81d271e7e3) Fix plugin doc - [`c2f2b6c`](https://github.com/Automattic/mongoose/commit/c2f2b6cc52564965a1d384259b3696c647c32d1d) Fix doc. doc - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.4.3...5.4.9)


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