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.18 #117

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps mongoose from 4.13.7 to 5.0.18.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.0.18 / 2018-05-09 > =================== > * fix(update): stop clobbering $in when casting update [#6441](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6441) [#6339](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6339) [lineus](https://github.com/lineus) > * fix: upgrade mongodb driver -> 3.0.8 to fix session issue [#6437](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6437) [#6357](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6357) [simllll](https://github.com/simllll) > * fix: upgrade bson -> 1.0.5 re: https://snyk.io/vuln/npm:bson:20180225 [#6423](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6423) [ChristianMurphy](https://github.com/ChristianMurphy) > * fix: look for `valueOf()` when casting to Decimal128 [#6419](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6419) [#6418](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6418) [lineus](https://github.com/lineus) > * fix: populate array of objects with space separated paths [#6414](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6414) [lineus](https://github.com/lineus) > * test: add coverage for `mongoose.pluralize()` [#6412](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6412) [FastDeath](https://github.com/FastDeath) > * fix(document): avoid running default functions on init() if path has value [#6410](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6410) > * fix(document): allow saving document with `null` id [#6406](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6406) > * fix: prevent casting of populated docs in document.init [#6390](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6390) [lineus](https://github.com/lineus) > * fix: remove `toHexString()` helper that was added in 5.0.15 [#6359](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6359) > > 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) > ... (truncated)
Commits - [`37146c2`](https://github.com/Automattic/mongoose/commit/37146c25689ae4e400f2c0ae29c4a4373671b052) chore: release 5.0.18 - [`da198b0`](https://github.com/Automattic/mongoose/commit/da198b07b491bac2a4519031d5a634a27545d9f2) Merge pull request [#6441](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6441) from lineus/fix-6439 - [`13f6ed5`](https://github.com/Automattic/mongoose/commit/13f6ed5375e81888907dd300103f2829766647e5) Merge pull request [#6423](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6423) from ChristianMurphy/chore/update-bson-and-nsp - [`cfeb2dc`](https://github.com/Automattic/mongoose/commit/cfeb2dc6b3dd35e52763a5937b976ce87f86d265) Merge pull request [#6430](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6430) from lineus/fix-6414 - [`20e9988`](https://github.com/Automattic/mongoose/commit/20e99883bd2b7b750decf16fad76caa44d6a2f81) fixes [#6439](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6439) - stop clobbering $in when casting doc in query - [`2a1c44f`](https://github.com/Automattic/mongoose/commit/2a1c44fc59411459e640f96513b0c8a8234381c9) fixing test, removing erroneous comment adding meaningful 2nd path - [`e238457`](https://github.com/Automattic/mongoose/commit/e2384577d88b1b6872e0664cf5776518ee9327b2) chore: update bson - [`065f16d`](https://github.com/Automattic/mongoose/commit/065f16d4b37e0823514a75c4c6366051a25c7431) Merge pull request [#6437](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6437) from simllll/patch-2 - [`63adc1a`](https://github.com/Automattic/mongoose/commit/63adc1a6d0793e03a558dfab64c79f7c68cb5d9c) mongodb upgrade to 3.0.8 to fix [#6357](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6357) - [`c3b6588`](https://github.com/Automattic/mongoose/commit/c3b65887beaee1e5cc600a904b8ddf6f99a09222) fixes [#6414](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6414) - populates array of objects with space separated paths - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/4.13.7...5.0.18)


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 [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 (this|these) label[s]` will set the current labels as the default for future PRs for this repo and language - `@dependabot tag (this|these) reviewer[s]` will set the current reviewers as the default to be assigned 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 #118.