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.15 #107

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps mongoose from 4.13.7 to 5.0.15.

Changelog *Sourced from mongoose's [changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 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) > * docs: fix typo in tests [#6275](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6275) [styler](https://github.com/styler) > * fix: add missing `.hint()` to aggregate [#6272](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6272) [#6251](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6251) [lineus](https://github.com/lineus) > * docs(api): add headers to each API docs section for easer nav [#6261](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6261) > * fix(query): ensure hooked query functions always run on next tick for chaining [#6250](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6250) > * fix(populate): ensure populated array not set to null if it isn't set [#6245](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6245) > * fix(connection): set readyState to disconnected if initial connection fails [#6244](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6244) [#6131](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6131) > * docs(model): make `create()` params show up correctly in docs [#6242](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6242) > * fix(model): make error handlers work with MongoDB server errors and `insertMany()` [#6228](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6228) > * fix(browser): ensure browser document builds defaults for embedded arrays correctly [#6175](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6175) > * fix(timestamps): set timestamps when using `updateOne()` and `updateMany()` [#6282](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6282) [gualopezb](https://github.com/gualopezb) > > 5.0.11 / 2018-03-19 > =================== > ... (truncated)
Commits - [`7237444`](https://github.com/Automattic/mongoose/commit/7237444f826dd58816d02ba2214107cc61c17d45) chore: release 5.0.15 - [`9b57123`](https://github.com/Automattic/mongoose/commit/9b571239e70666b48f041711aaeeb77020e8fafd) fix(document): add `toHexString()` function so you don't need to check whethe... - [`3baf5df`](https://github.com/Automattic/mongoose/commit/3baf5df04c5170fdb3abcf90276c2429a1e0631e) test(document): repro [#6115](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6115) - [`6219dde`](https://github.com/Automattic/mongoose/commit/6219ddee8e53ad057d75ea5498490091640a8332) fix(versioning): don't require matching version when using array.pull() - [`170fa71`](https://github.com/Automattic/mongoose/commit/170fa71d28ce1403db7d6168f23fd746dc7a0ff3) test(versioning): repro [#6190](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6190) - [`8bf8b4c`](https://github.com/Automattic/mongoose/commit/8bf8b4c152edc2b10b5d4f9b1b26b15146179369) docs(model): fix typo re: [#6221](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6221) - [`10e93a3`](https://github.com/Automattic/mongoose/commit/10e93a3885cbc10c890d48aa45647b17c5fa9115) Merge pull request [#6336](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6336) from lineus/fix-6331 - [`be61da3`](https://github.com/Automattic/mongoose/commit/be61da3b13d5affe3d4a46f3dbe5ceb8d843ed46) docs(middleware): enumerate the ways to error out in a hook - [`f968a28`](https://github.com/Automattic/mongoose/commit/f968a28581f0303e488c164e1b490ed5764f74ca) adding test file decimal128.js and conversion from number test - [`a403d4a`](https://github.com/Automattic/mongoose/commit/a403d4a74c8d8768bcaa5e3af632a9054ca0baa9) chore(document): fix test failures re: [#6313](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6313) - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/4.13.7...5.0.15)


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