Closed dependabot-preview[bot] closed 5 years ago
Merging #239 into develop will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## develop #239 +/- ##
========================================
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...7d23068. Read the comment docs.
Superseded by #240.
Bumps mongoose from 4.13.14 to 5.5.9.
Changelog
*Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 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) > > 5.5.7 / 2019-05-09 > ================== > * fix(model): set $session() before pre save middleware runs when calling save() with options [#7742](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7742) > * fix(model): set $session before pre remove hooks run when calling remove() with options [#7742](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7742) > * fix(schema): support `remove()` on nested path [#2398](https://github-redirect.dependabot.com/Automattic/mongoose/issues/2398) > * fix(map): handle setting populated map element to doc [#7745](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7745) > * fix(query): return rawResult when inserting with options `{new:false,upsert:true,rawResult:true}` [#7774](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7774) [#7770](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7770) [LiaanM](https://github.com/LiaanM) > * fix(schematype): remove internal `validators` option because it conflicts with Backbone [#7720](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7720) > > 5.5.6 / 2019-05-06 > ================== > * fix(document): stop converting arrays to objects when setting non-schema path to array with strict: false [#7733](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7733) > * fix(array): make two Mongoose arrays `assert.deepEqual()` each other if they have the same values [#7700](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7700) > * fix(populate): support populating a path in a document array embedded in an array [#7647](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7647) > * fix(populate): set populate virtual count to 0 if local field is empty [#7731](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7731) > * fix(update): avoid throwing cast error if casting array filter that isn't in schema with strictQuery = false [#7728](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7728) > * docs: fix typo in `distinct()` description [#7767](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7767) [phil-r](https://github.com/phil-r) > > 5.5.5 / 2019-04-30 > ================== > * fix(document): ensure nested properties within single nested subdocs get set correctly when overwriting single nested subdoc [#7748](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7748) > * fix(document): skip non-object `validators` in schema types [#7720](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7720) > * fix: bump mongodb driver -> 3.2.3 [#7752](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7752) > * fix(map): disallow setting map key with special properties [#7750](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7750) [Fonger](https://github.com/Fonger) > > 5.5.4 / 2019-04-25 > ================== > * fix(document): avoid calling custom getters when saving [#7719](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7719) > * fix(timestamps): handle child schema timestamps correctly when reusing child schemas [#7712](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7712) > * fix(query): pass correct callback for _legacyFindAndModify [#7736](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7736) [Fonger](https://github.com/Fonger) > * fix(model+query): allow setting `replacement` parameter for `findOneAndReplace()` [#7654](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7654) > * fix(map): make `delete()` unset the key in the database [#7746](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7746) [Fonger](https://github.com/Fonger) > ... (truncated)Commits
- [`a22bf13`](https://github.com/Automattic/mongoose/commit/a22bf1327e2bd3c72c915523da479f1bac3a730b) Merge branch 'master' of github.com:Automattic/mongoose - [`b642e17`](https://github.com/Automattic/mongoose/commit/b642e17e7e3ac2c0e2eaf84f1151154bcc015e80) chore: release 5.5.9 - [`7f4c2f0`](https://github.com/Automattic/mongoose/commit/7f4c2f008d63bc79f515eb46968701a83f98f55f) Merge pull request [#7802](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7802) from Fonger/fix-7800 - [`ece1e81`](https://github.com/Automattic/mongoose/commit/ece1e810466bb171e81c1fe9cf2e9f7b812544c6) chore: add clay as a sponsor - [`dc0577c`](https://github.com/Automattic/mongoose/commit/dc0577c8fb2552768ca4f9049809b943fa2d7a3e) docs(tutorials): add query casting tutorial - [`a5a300d`](https://github.com/Automattic/mongoose/commit/a5a300dac26bf677aa91ab69864514fde54ede30) test: fix tests - [`1089e99`](https://github.com/Automattic/mongoose/commit/1089e990ba14bf413fb1ae2d61fa4e27f9b216c8) fix(populate): make populated virtual return undefined if not populated - [`2886268`](https://github.com/Automattic/mongoose/commit/2886268a1b413e4f1d2816ab2fb02efb0be9a1e6) test(populate): repro [#7795](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7795) - [`5376d9e`](https://github.com/Automattic/mongoose/commit/5376d9e87d45f572131b96a4490116542ffe2df6) Merge branch 'master' of github.com:Automattic/mongoose - [`ccbf3a5`](https://github.com/Automattic/mongoose/commit/ccbf3a5b456559351cd160753c8477b91f166543) fix(populate): don't skip populating doc array properties whose name conflict... - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/4.13.14...5.5.9)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.