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.17 #114

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps mongoose from 4.13.7 to 5.0.17.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.0.17 / 2018-04-30 > =================== > * docs(migration): certain chars in passwords may cause connection failures [#6401](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6401) [markstos](https://github.com/markstos) > * fix(document): don't throw when `push()` on a nested doc array [#6398](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6398) > * fix(model): apply hooks to custom methods if specified [#6385](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6385) > * fix(schema): support opting out of one timestamp field but not the other for `insertMany()` [#6381](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6381) > * fix(documentarray): handle `required: true` within documentarray definition [#6364](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6364) > * fix(document): ensure `isNew` is set before default functions run on init [#3793](https://github-redirect.dependabot.com/Automattic/mongoose/issues/3793) > > 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) > ... (truncated)
Commits - [`e270b9e`](https://github.com/Automattic/mongoose/commit/e270b9e4a2039c305ce4414b2d84eeacc8838196) chore: release 5.0.17 - [`54c6c76`](https://github.com/Automattic/mongoose/commit/54c6c76872931c960e9c1e214357e854a9130386) fix(document): don't throw when `push()` on a nested doc array - [`2672e0a`](https://github.com/Automattic/mongoose/commit/2672e0a662299d12b92441b9061b55565586612b) test(document): repro [#6398](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6398) - [`0fe5f2a`](https://github.com/Automattic/mongoose/commit/0fe5f2a5a02aff8c52e4583f62f845a1d013e4f9) Merge branch 'master' of github.com:Automattic/mongoose - [`20b9a24`](https://github.com/Automattic/mongoose/commit/20b9a24eb99852ee3fc05d9bb7d83772e37adb1e) chore: bump kareem re: [#6385](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6385) - [`c1911e4`](https://github.com/Automattic/mongoose/commit/c1911e4f0954d0d6d6135162d304bae70588b236) fix(model): apply hooks to custom methods if specified - [`621ff38`](https://github.com/Automattic/mongoose/commit/621ff38231fcc3ea84273a148b16e6c7945a13fe) test(document): repro [#6385](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6385) - [`83014c1`](https://github.com/Automattic/mongoose/commit/83014c188c11bcd8753165153be391257745a5d9) fix(model+query): use _.get() to get schema options in updates - [`97c62ec`](https://github.com/Automattic/mongoose/commit/97c62ec82da5b5e3c62b1f68ea7593713d2268ee) Merge pull request [#6401](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6401) from markstos/document-uri-encoding-in-migration-notes - [`b07fb8a`](https://github.com/Automattic/mongoose/commit/b07fb8acd578167e614be34855aa98dbcba57dd6) docs(migration): certain in passwords may cause connection failures - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/4.13.7...5.0.17)


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 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) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 6 years ago

Superseded by #117.