Closed dependabot-preview[bot] closed 5 years ago
Merging #248 into develop will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## develop #248 +/- ##
========================================
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...6bd4aad. Read the comment docs.
Superseded by #249.
Bumps mongoose from 4.13.14 to 5.5.13.
Changelog
*Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 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) > * fix(cast): allow `[]` as a value when casting `$nin` [#7806](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7806) > * docs(model): clarify that setters do run on `update()` by default [#7801](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7801) > * docs: fix typo in FAQ [#7821](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7821) [jaona](https://github.com/jaona) > > 5.5.9 / 2019-05-16 > ================== > * fix(query): skip schema setters when casting $regexp $options [#7802](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7802) [Fonger](https://github.com/Fonger) > * fix(populate): don't skip populating doc array properties whose name conflicts with an array method [#7782](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7782) > * fix(populate): make populated virtual return undefined if not populated [#7795](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7795) > * fix(schema): handle custom setters in arrays of document arrays [#7804](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7804) [Fonger](https://github.com/Fonger) > * docs(tutorials): add query casting tutorial [#7789](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7789) > > 5.5.8 / 2019-05-13 > ================== > * fix(document): run pre save hooks on nested child schemas [#7792](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7792) > * fix(model): set $session() before validation middleware for bulkWrite/insertMany [#7785](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7785) [#7769](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7769) [Fonger](https://github.com/Fonger) > * fix(query): make `getPopulatedPaths()` return deeply populated paths [#7757](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7757) > * fix(query): suppress findAndModify deprecation warning when using `Model.findOneAndUpdate()` [#7794](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7794) > * fix: upgrade mongodb -> 3.2.4 [#7794](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7794) > * fix(document): handle a couple edge cases with atomics that happen when schema defines an array property named 'undefined' [#7756](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7756) > * docs(discriminator): correct function parameters [#7786](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7786) [gfpacheco](https://github.com/gfpacheco) > ... (truncated)Commits
- [`dab9d1d`](https://github.com/Automattic/mongoose/commit/dab9d1d50d105a82ec1da4561f2c117a34956292) chore: release 5.5.13 - [`1a641fd`](https://github.com/Automattic/mongoose/commit/1a641fda5dccc0ba2f495ccb3a4de835eaef15d4) Merge pull request [#7868](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7868) from dfdeagle47/docs-typo - [`851f2df`](https://github.com/Automattic/mongoose/commit/851f2df9a5455262e06be4faf047366dfa441423) docs(model): fix typo `projetion` to `projection` - [`32ab77c`](https://github.com/Automattic/mongoose/commit/32ab77c4bbff21297c85f31fca3ffe3a4e189cf3) fix(model): support getting discriminator by value when creating a new model - [`4315e83`](https://github.com/Automattic/mongoose/commit/4315e83cbdbc04c8e9a84e4fc7bac2533bfaf5b8) test(model): repro [#7851](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7851) - [`23dcf48`](https://github.com/Automattic/mongoose/commit/23dcf48d42346e00961ee5082b2741eedf4febf8) docs(transactions): add section about the `withTransaction()` helper - [`6a8607b`](https://github.com/Automattic/mongoose/commit/6a8607bd1718b6fc65595bb19d6ec3ac9e9a19a3) docs(model+query): link to findOneAndUpdate docs - [`99abcb8`](https://github.com/Automattic/mongoose/commit/99abcb8ad77858a42dafd666366530c1d79055f1) Merge branch 'master' of github.com:Automattic/mongoose - [`d8e46e1`](https://github.com/Automattic/mongoose/commit/d8e46e1846f1ee4dad721a761cd72443526392b0) fix(update): run setters on array elements when doing $addToSet, $push, etc - [`d9fa219`](https://github.com/Automattic/mongoose/commit/d9fa219c63230bf2eaae9fd060256a4b87c6d9c7) test(update): repro [#4185](https://github-redirect.dependabot.com/Automattic/mongoose/issues/4185) - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/4.13.14...5.5.13)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.