corgicode / api

Backend for the codecorgi platform
http://codecorgi.co
Other
3 stars 0 forks source link

Bump mongoose from 4.13.7 to 5.0.16 #110

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps mongoose from 4.13.7 to 5.0.16.

Changelog *Sourced from mongoose's [changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.0.16 / 2018-04-23 > =================== > * docs(api): sort api methods based on their string property [#6374](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6374) [lineus](https://github.com/lineus) > * docs(connection): fix typo in `createCollection()` [#6370](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6370) [mattc41190](https://github.com/mattc41190) > * docs(document): remove vestigial reference to `numAffected` [#6367](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6367) [ekulabuhov](https://github.com/ekulabuhov) > * docs(schema): fix typo [#6366](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6366) [dhritzkiv](https://github.com/dhritzkiv) > * docs(schematypes): add missing `minlength` and `maxlength` docs [#6365](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6365) [treble-snake](https://github.com/treble-snake) > * docs(queries): fix formatting [#6360](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6360) [treble-snake](https://github.com/treble-snake) > * docs(api): add cursors to API docs [#6353](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6353) [#6344](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6344) [lineus](https://github.com/lineus) > * docs(aggregate): remove reference to non-existent `.select()` method [#6346](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6346) > * fix(update): handle `required` array with update validators and $pull [#6341](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6341) > * fix(update): avoid setting __v in findOneAndUpdate if it is `$set` [#5973](https://github-redirect.dependabot.com/Automattic/mongoose/issues/5973) > > 5.0.15 / 2018-04-16 > =================== > * fix: add ability for casting from number to decimal128 [#6336](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6336) [#6331](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6331) [lineus](https://github.com/lineus) > * docs(middleware): enumerate the ways to error out in a hook [#6315](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6315) > * fix(document): respect schema-level depopulate option for toObject() [#6313](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6313) > * fix: bump mongodb driver -> 3.0.6 [#6310](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6310) > * fix(number): check for `valueOf()` function to support Decimal.js [#6306](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6306) [#6299](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6299) [lineus](https://github.com/lineus) > * fix(query): run array setters on query if input value is an array [#6277](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6277) > * fix(versioning): don't require matching version when using array.pull() [#6190](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6190) > * fix(document): add `toHexString()` function so you don't need to check whether a path is populated to get an id [#6115](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6115) > > 5.0.14 / 2018-04-09 > =================== > * fix(schema): clone aliases and alternative option syntax correctly > * fix(query): call utils.toObject in query.count like in query.find [#6325](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6325) [lineus](https://github.com/lineus) > * docs(populate): add middleware examples [#6320](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6320) [BorntraegerMarc](https://github.com/BorntraegerMarc) > * docs(compatibility): fix dead link [#6319](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6319) [lacivert](https://github.com/lacivert) > * docs(api): fix markdown parsing for parameters [#6318](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6318) [#6314](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6314) [lineus](https://github.com/lineus) > * fix(populate): handle space-delimited paths in array populate [#6296](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6296) [#6284](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6284) [lineus](https://github.com/lineus) > * fix(populate): support basic virtual populate underneath embedded discriminators [#6273](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6273) > > 5.0.13 / 2018-04-05 > =================== > * docs(faq): add middleware to faq arrow function warning [#6309](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6309) [lineus](https://github.com/lineus) > * docs(schema): add example to loadClass() docs [#6308](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6308) > * docs: clean up misc typos [#6304](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6304) [sfrieson](https://github.com/sfrieson) > * fix(document): apply virtuals when calling `toJSON()` on a nested path [#6294](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6294) > * refactor(connection): use `client.db()` syntax rather than double-parsing the URI [#6292](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6292) [#6286](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6286) > * docs: document new behavior of required validator for arrays [#6288](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6288) [daltones](https://github.com/daltones) > * fix(schema): treat set() options as user-provided options [#6274](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6274) > * fix(schema): clone discriminators correctly [#6274](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6274) > * fix(update): make setDefaultsOnInsert not create subdoc if only default is id [#6269](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6269) > * docs(discriminator): clarify 3rd argument to Model.discriminator() [#2596](https://github-redirect.dependabot.com/Automattic/mongoose/issues/2596) > > 5.0.12 / 2018-03-27 > =================== > * docs(query): updating model name in query API docs [#6280](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6280) [lineus](https://github.com/lineus) > ... (truncated)
Commits - [`4703df3`](https://github.com/Automattic/mongoose/commit/4703df359868367b2f4d52a6ac8bb52be8c95dca) chore: release 5.0.16 - [`a275a41`](https://github.com/Automattic/mongoose/commit/a275a416c165ec5a8351f7deec3762716ac82308) docs: fix typo re [#6192](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6192) - [`7bd9cba`](https://github.com/Automattic/mongoose/commit/7bd9cba5da0caf0519bc39a8ab96e4ad27479cee) fix(update): handle `required` array with update validators and $pull - [`39c8368`](https://github.com/Automattic/mongoose/commit/39c8368875324c34085dd72f666537ddecc76946) test(update): repro [#6341](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6341) - [`dfce9df`](https://github.com/Automattic/mongoose/commit/dfce9df42fe511e31af05a34b28aeae47320fc80) docs(model): fix aggregate function re: [#6346](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6346) - [`61d0c33`](https://github.com/Automattic/mongoose/commit/61d0c33f0b732e4c3d9620ab026a464695969be4) Merge pull request [#6374](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6374) from lineus/order-api-methods - [`00fdfce`](https://github.com/Automattic/mongoose/commit/00fdfce9eba7a0d27ffb5a7e74d087f37e61383b) sort api method links based on their string - [`dc7eff4`](https://github.com/Automattic/mongoose/commit/dc7eff451354b7fd5776981608041ff5e72c74b4) Merge pull request [#6353](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6353) from lineus/docs-6344 - [`99a471a`](https://github.com/Automattic/mongoose/commit/99a471a557c82f0ce1f1a8d1e61cfff912d598fb) Merge pull request [#6370](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6370) from mattc41190/master - [`8426730`](https://github.com/Automattic/mongoose/commit/8426730e9e9723d8b543c0640101fc4935bc5e27) Merge pull request [#6367](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6367) from ekulabuhov/patch-1 - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/4.13.7...5.0.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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot ignore this [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 [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language 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) - Out-of-range updates (receive only lockfile updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 6 years ago

Superseded by #114.