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.16 #161

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mongoose from 5.4.3 to 5.4.16.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.4.16 / 2019-02-26 > =================== > * fix(schema): handle nested objects with `_id: false` [#7524](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7524) > * fix(schema): don't throw error if declaring a virtual that starts with a map path name [#7464](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7464) > * fix(browser): add stubbed `model()` function so code that uses model doesn't throw [#7541](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7541) [caub](https://github.com/caub) > * fix(schema): merge virtuals correctly [#7563](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7563) [yoursdearboy](https://github.com/yoursdearboy) > * docs(connections): add reconnectFailed to connection docs [#7477](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7477) > * docs(index): fix typo [#7553](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7553) [DenrizSusam](https://github.com/DenrizSusam) > * refactor(schema): iterate over paths instead of depending on childSchemas [#7554](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7554) > > 5.4.15 / 2019-02-22 > =================== > * fix(update): don't call schematype validators on array if using $pull with runValidators [#6971](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6971) > * fix(schema): clone all schema types when cloning an array [#7537](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7537) > * docs(connections): improve connectTimeoutMS docs and socketTimeoutMS docs to link to Node.js net.setTimeout() [#5169](https://github-redirect.dependabot.com/Automattic/mongoose/issues/5169) > * docs: fix setters example in migration guide [#7546](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7546) [freewil](https://github.com/freewil) > > 5.4.14 / 2019-02-19 > =================== > * fix(populate): make `getters` option handle nested paths [#7521](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7521) > * fix(documentarray): report validation errors that occur in an array subdoc created using `create()` and then `set()` [#7504](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7504) > * docs(schema): add examples for schema functions that didn't have any [#7525](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7525) > * docs: add MongooseError to API docs and add list of error names > * docs(CONTRIBUTING): fix link [#7530](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7530) [sarpik](https://github.com/sarpik) > > 5.4.13 / 2019-02-15 > =================== > * fix(query): throw handy error when using updateOne() with overwrite: true and no dollar keys [#7475](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7475) > * fix(schema): support inheriting existing schema types using Node.js `util.inherits` like mongoose-float [#7486](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7486) > * docs(connections): add list of connection events [#7477](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7477) > > 5.4.12 / 2019-02-13 > =================== > * fix(connection): dont emit reconnected due to socketTimeoutMS [#7452](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7452) > * fix(schema): revert check for `false` schema paths [#7516](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7516) [#7512](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7512) > * fix(model): don't delete unaliased keys in translateAliases [#7510](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7510) [chrischen](https://github.com/chrischen) > * fix(document): run single nested schematype validator if nested path has a default and subpath is modified [#7493](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7493) > * fix(query): copy mongoose options when using `Query#merge()` [#1790](https://github-redirect.dependabot.com/Automattic/mongoose/issues/1790) > * fix(timestamps): don't call createdAt getters when setting updatedAt on new doc [#7496](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7496) > * docs: improve description of ValidationError [#7515](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7515) [JulioJu](https://github.com/JulioJu) > * docs: add an asterisk before comment, otherwise the comment line is not generated [#7513](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7513) [JulioJu](https://github.com/JulioJu) > > 5.4.11 / 2019-02-09 > =================== > * fix(schema): handle `_id: false` in schema paths as a shortcut for setting the `_id` option to `false` [#7480](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7480) > * fix(update): handle $addToSet and $push with ObjectIds and castNonArrays=false [#7479](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7479) > * docs(model): document `session` option to `save()` [#7484](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7484) > * chore: fix gitignore syntax [#7498](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7498) [JulioJu](https://github.com/JulioJu) > * docs: document that Document#validateSync returns ValidationError [#7499](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7499) > * refactor: use consolidated `isPOJO()` function instead of constructor checks [#7500](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7500) > ... (truncated)
Commits - [`0616d7a`](https://github.com/Automattic/mongoose/commit/0616d7a83e34e659495a1befa4d3670a75481213) chore: release 5.4.16 - [`ece9a36`](https://github.com/Automattic/mongoose/commit/ece9a360c0c2d5a2c9896d1d4036d7a5b5e2e48d) docs(model): make note about `model()` making a copy of the schema arg more loud - [`14922a1`](https://github.com/Automattic/mongoose/commit/14922a14a84503c10312a058f97e752b32ce9a28) docs(connections): add reconnectFailed to connection docs - [`23bfe05`](https://github.com/Automattic/mongoose/commit/23bfe05a18753099c8199a8e2fb1592a1538ef2a) Merge branch 'master' of github.com:Automattic/mongoose - [`3c208b0`](https://github.com/Automattic/mongoose/commit/3c208b0a6fd943762d502a97a105ce4bb309d1e2) fix(schema): don't throw error if declaring a virtual that starts with a map ... - [`50efc11`](https://github.com/Automattic/mongoose/commit/50efc116eee3d59f1b2f447525b9e54dda254f38) test(schema): repro [#7464](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7464) - [`ef2ff4a`](https://github.com/Automattic/mongoose/commit/ef2ff4aa83bdd6a64249ef3602f77589479069e5) Merge pull request [#7541](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7541) from caub/patch-1 - [`6e06cf3`](https://github.com/Automattic/mongoose/commit/6e06cf3d44d918e1f71235b7a44c617fb7a69aae) refactor(schema): iterate over paths instead of depending on childSchemas - [`207d326`](https://github.com/Automattic/mongoose/commit/207d32643175ae473d86a8e16a7cc8b81bb4243f) Merge pull request [#7553](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7553) from DenrizSusam/patch-1 - [`7c4b995`](https://github.com/Automattic/mongoose/commit/7c4b9951a94630dd0c68e1a9b9620836fb8cbbbc) fix(schema): handle nested objects with `_id: false` - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.4.3...5.4.16)


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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@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.