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.3.2 to 5.3.5 #91

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mongoose from 5.3.2 to 5.3.5.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.3.5 / 2018-10-22 > ================== > * fix(model): make sure versionKey on `replaceOne()` always gets set at top level to prevent cast errors [#7138](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7138) > * fix(cursor): handle non-boolean lean option in `eachAsync()` [#7137](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7137) > * fix(update): correct cast update that overwrites a map [#7111](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7111) > * fix(schema): handle arrays of mixed correctly [#7109](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7109) > * fix(query): use correct path when getting schema for child timestamp update [#7106](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7106) > * fix(document): make `$session()` propagate sessions to child docs [#7104](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7104) > * fix(document): handle user setting `schema.options.strict = 'throw'` [#7103](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7103) > * fix(types): use core Node.js buffer prototype instead of safe-buffer because safe-buffer is broken for Node.js 4.x [#7102](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7102) > * fix(document): handle setting single doc with refPath to document [#7070](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7070) > * fix(model): handle array filters when updating timestamps for subdocs [#7032](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7032) > > 5.3.4 / 2018-10-15 > ================== > * fix(schema): make `add()` and `remove()` return the schema instance [#7131](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7131) [lineus](https://github.com/lineus) > * fix(query): don't require passing model to `cast()` [#7118](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7118) > * fix: support `useFindAndModify` as a connection-level option [#7110](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7110) [lineus](https://github.com/lineus) > * fix(populate): handle plus path projection with virtual populate [#7050](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7050) > * fix(schema): allow using ObjectId type as schema path type [#7049](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7049) > * docs(schematypes): elaborate on how schematypes relate to types [#7049](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7049) > * docs(deprecations): add note about gridstore deprecation [#6922](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6922) > * docs(guide): add storeSubdocValidationError option to guide [#6802](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6802) > > 5.3.3 / 2018-10-12 > ================== > * fix(document): enable storing mongoose validation error in MongoDB by removing `$isValidatorError` property [#7127](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7127) > * docs(api): clarify that aggregate triggers aggregate middleware [#7126](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7126) [lineus](https://github.com/lineus) > * fix(connection): handle Model.init() when an index exists on schema + autoCreate == true [#7122](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7122) [jesstelford](https://github.com/jesstelford) > * docs(middleware): explain how to switch between document and query hooks for `remove()` [#7093](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7093) > * docs(api): clean up encoding issues in SchemaType.prototype.validate docs [#7091](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7091) > * docs(schema): add schema types to api docs and update links on schematypes page [#7080](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7080) [#7076](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7076) [lineus](https://github.com/lineus) > * docs(model): expand model constructor docs with examples and `fields` param [#7077](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7077) > * docs(aggregate): remove incorrect description of noCursorTimeout and add description of aggregate options [#7056](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7056) > * docs: re-add array type to API docs [#7027](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7027) > * docs(connections): add note about `members.host` errors due to bad host names in replica set [#7006](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7006)
Commits - [`3ecf749`](https://github.com/Automattic/mongoose/commit/3ecf749c5bde9be16f6910e56836362799fb7e80) chore: release 5.3.5 - [`c1d3c64`](https://github.com/Automattic/mongoose/commit/c1d3c64a0dfe01579f00d8171fcf87ff2a31f6e4) fix(cursor): defer checking transform option until after hooks so hooks can s... - [`dc34561`](https://github.com/Automattic/mongoose/commit/dc34561729ca821ee918461781e5e7f1a950a4cd) fix(cursor): handle non-boolean lean option in `eachAsync()` - [`5acf67b`](https://github.com/Automattic/mongoose/commit/5acf67b4b7cef63c7f144197c8666d9dd611eaac) test(cursor): repro [#7137](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7137) - [`7d46351`](https://github.com/Automattic/mongoose/commit/7d46351bacd732701441253d013c2a7067802989) fix(document): handle setting single doc with refPath to document - [`fcf980a`](https://github.com/Automattic/mongoose/commit/fcf980ae4a25c59b87f93024d39a60bac6ffadb8) test(document): repro [#7070](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7070) - [`5a6e295`](https://github.com/Automattic/mongoose/commit/5a6e295c50677327dc487a20260fef891fca9420) fix(types): use core Node.js buffer prototype instead of safe-buffer because ... - [`a135e49`](https://github.com/Automattic/mongoose/commit/a135e4963f5e8c1e8b590b7cd95c00c3f5a504b7) fix(document): make `$session()` propagate sessions to child docs - [`a2103c5`](https://github.com/Automattic/mongoose/commit/a2103c5775381d8f30c7c94e3e80141c767e85b5) test(document): repro [#7104](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7104) - [`ff7f258`](https://github.com/Automattic/mongoose/commit/ff7f2588e326c55a8e9592a1843956e4ee90b3af) fix(update): correct cast update that overwrites a map - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.3.2...5.3.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 #92.