Closed dependabot-preview[bot] closed 5 years ago
Merging #250 into develop will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## develop #250 +/- ##
========================================
Coverage 66.66% 66.66%
========================================
Files 146 146
Lines 1926 1926
========================================
Hits 1284 1284
Misses 642 642
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 8f0edaf...9a92cf2. Read the comment docs.
Superseded by #251.
Bumps mongoose from 4.13.14 to 5.5.15.
Changelog
*Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.5.15 / 2019-06-12 > =================== > * fix(connection): reject initial connect promise even if there is an on('error') listener [#7850](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7850) > * fix(map): make `of` automatically convert POJOs to schemas unless typeKey is set [#7859](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7859) > * fix(update): use discriminator schema to cast update if discriminator key specified in filter [#7843](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7843) > * fix(array): copy atomics from source array [#7891](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7891) [#7889](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7889) [jyrkive](https://github.com/jyrkive) > * fix(schema): return this when Schema.prototype.add is called with Schema [#7887](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7887) [Mickael-van-der-Beek](https://github.com/Mickael-van-der-Beek) > * fix(document): add `numAffected` and `result` to DocumentNotFoundError for better debugging [#7892](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7892) [#7844](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7844) > > 5.5.14 / 2019-06-08 > =================== > * fix(query): correct this scope of setters in update query [#7876](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7876) [Fonger](https://github.com/Fonger) > * fix(model): reset modifiedPaths after successful insertMany [#7852](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7852) [#7873](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7873) [Fonger](https://github.com/Fonger) > * fix(populate): allow using `refPath` with virtual populate [#7848](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7848) > * fix(document): prepend private methods getValue and setValue with $ [#7870](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7870) [Fonger](https://github.com/Fonger) > * fix: update mongodb driver -> 3.2.7 [#7871](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7871) [Fonger](https://github.com/Fonger) > * docs(tutorials): add tutorial about custom casting functions [#7045](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7045) > * docs(connection): fix outdated events document [#7874](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7874) [Fonger](https://github.com/Fonger) > * docs: fix typo in lean docs [#7875](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7875) [tannakartikey](https://github.com/tannakartikey) > * docs: move off of KeenIO for tracking and use self-hosted analytics instead > > 5.5.13 / 2019-06-05 > =================== > * fix(model): support passing deleteOne options [#7860](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7860) [#7857](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7857) [Fonger](https://github.com/Fonger) > * fix(update): run setters on array elements when doing $addToSet, $push, etc [#4185](https://github-redirect.dependabot.com/Automattic/mongoose/issues/4185) > * fix(model): support getting discriminator by value when creating a new model [#7851](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7851) > * docs(transactions): add section about the `withTransaction()` helper [#7598](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7598) > * docs(schema): clarify relationship between Schema#static() and Schema#statics [#7827](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7827) > * docs(model): fix typo `projetion` to `projection` [#7868](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7868) [dfdeagle47](https://github.com/dfdeagle47) > * docs(schema): correct schema options lists [#7828](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7828) > > 5.5.12 / 2019-05-31 > =================== > * fix(document): fix unexpected error when loading a document with a nested property named `schema` [#7831](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7831) > * fix(model): skip applying static hooks by default if static name conflicts with query middleware (re: mongoose-delete plugin) [#7790](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7790) > * fix(query): apply schema-level projections to the result of `findOneAndReplace()` [#7654](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7654) > * fix: upgrade mongodb driver -> 3.2.6 > * docs(tutorials): add findOneAndUpdate() tutorial [#7847](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7847) > * docs(validation): add `updateOne()` and `updateMany()` to list of update validator operations [#7845](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7845) > * docs(model): make sure options lists in `update()` API line up [#7842](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7842) > > 5.5.11 / 2019-05-23 > =================== > * fix(discriminator): allow numeric discriminator keys for embedded discriminators [#7808](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7808) > * chore: add Node.js 12 to travis build matrix [#7784](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7784) > > 5.5.10 / 2019-05-20 > =================== > * fix(discriminator): allow user-defined discriminator path in schema [#7807](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7807) > * fix(query): ensure `findOneAndReplace()` sends `replacement` to server [#7654](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7654) > ... (truncated)Commits
- [`473b126`](https://github.com/Automattic/mongoose/commit/473b126c5a25a51e10b42784245f5d47c8fa9e12) chore: release 5.5.15 - [`cb62f08`](https://github.com/Automattic/mongoose/commit/cb62f08951c7c68af64eb615bf7dedc79a4bf149) Merge pull request [#7891](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7891) from jyrkive/master - [`ea283b7`](https://github.com/Automattic/mongoose/commit/ea283b75126dc8763aa805cbd415fd200008754e) fix(array): copy atomics from source array ([#7889](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7889)) - [`276b8e2`](https://github.com/Automattic/mongoose/commit/276b8e2e24c0ed7a74b37a7bce8260af2d3aef51) test(document): repro [#7889](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7889) - [`d7ae2e3`](https://github.com/Automattic/mongoose/commit/d7ae2e3afe444358707d25d52a52357d51618c95) fix(connection): reject initial connect promise even if there is an on('error... - [`d14f96d`](https://github.com/Automattic/mongoose/commit/d14f96d753216ca8d3a7e528c4e2bcca9f292f22) style: fix lint - [`fdfe3bc`](https://github.com/Automattic/mongoose/commit/fdfe3bced0d2acb9d0d29bb04e5d2f35f4917b87) fix(update): use discriminator schema to cast update if discriminator key spe... - [`51cc5a5`](https://github.com/Automattic/mongoose/commit/51cc5a5e51aee06373d11872a63c175034154dcb) test(update): repro [#7843](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7843) - [`eb5078e`](https://github.com/Automattic/mongoose/commit/eb5078ee8bd2230dd1564401c4e04dfa0a3cbca5) fix(map): make `of` automatically convert POJOs to schemas unless typeKey is set - [`d03129c`](https://github.com/Automattic/mongoose/commit/d03129cc2b1dfe87e62c22a32a87c2c77f026128) test(map): repro [#7859](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7859) - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/4.13.14...5.5.15)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.