Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

Bumps mongoose from 4.13.14 to 5.5.5.

Changelog

Sourced from mongoose's changelog.

5.5.5 / 2019-04-30

  • fix(document): ensure nested properties within single nested subdocs get set correctly when overwriting single nested subdoc #7748
  • fix(document): skip non-object validators in schema types #7720
  • fix: bump mongodb driver -> 3.2.3 #7752
  • fix(map): disallow setting map key with special properties #7750 Fonger

5.5.4 / 2019-04-25

  • fix(document): avoid calling custom getters when saving #7719
  • fix(timestamps): handle child schema timestamps correctly when reusing child schemas #7712
  • fix(query): pass correct callback for _legacyFindAndModify #7736 Fonger
  • fix(model+query): allow setting replacement parameter for findOneAndReplace() #7654
  • fix(map): make delete() unset the key in the database #7746 Fonger
  • fix(array): use symbol for _schema property to avoid confusing deep equality checks #7700
  • fix(document): prevent depopulate() from removing fields with empty array #7741 #7740 Fonger
  • fix: make MongooseArray#includes support ObjectIds #7732 #6354 Fonger
  • fix(document): report correct validation error index when pushing onto doc array #7744 Fonger

5.5.3 / 2019-04-22

  • fix: add findAndModify deprecation warning that references the useFindAndModify option #7644
  • fix(document): handle pushing a doc onto a discriminator that contains a doc array #7704
  • fix(update): run setters on array elements when doing $set #7679
  • fix: correct usage of arguments while buffering commands #7718 rzymek
  • fix(document): avoid error clearing modified subpaths if doc not defined #7715 bitflower
  • refactor(array): move _parent property behind a symbol #7726 #7700
  • docs(model): list out all operations and options for bulkWrite() #7055
  • docs(aggregate): use eachAsync() instead of nonexistent each() #7699
  • docs(validation): add CastError validation example #7514
  • docs(query+model): list out all options and callback details for Model.updateX() and Query#updateX() #7646

5.5.2 / 2019-04-16

  • fix(document): support setting nested path to non-POJO object #7639
  • perf(connection): remove leaked event handler in Model.init() so deleteModel() frees all memory #7682
  • fix(timestamps): handle custom statics that conflict with built-in functions (like mongoose-delete plugin) #7698
  • fix(populate): make Document#populated() work for populated subdocs #7685
  • fix(document): support .set() on document array underneath embedded discriminator path #7656

5.5.1 / 2019-04-11

  • fix(document): correctly overwrite all properties when setting a single nested subdoc #7660 #7681
  • fix(array): allow customization of array required validator #7696 freewil
  • fix(discriminator): handle embedded discriminators when casting array defaults #7687
  • fix(collection): ensure collection functions return a promise even if disconnected #7676
  • fix(schematype): avoid indexing properties with { unique: false, index: false } #7620
  • fix(aggregate): make Aggregate#model() with no arguments return the aggregation's model #7608

5.5.0 / 2019-04-08

... (truncated)
Commits
  • 77572fe chore: release 5.5.5
  • de63a0b refactor: use internal symbol for Array#_path to avoid confusing deep equal...
  • 5dcc408 refactor: remove setParentPointers()
  • 5aa79c2 fix(document): ensure nested properties within single nested subdocs get set ...
  • dc32367 test(document): repro #7748
  • 43a5d1d fix(document): skip non-object validators in schema types
  • 5a8c9c8 test(document): repro #7720
  • 23158ba fix: bump mongodb driver -> 3.2.3
  • 4ee5c18 chore: now working on 5.5.5
  • 16bb143 Merge pull request #7750 from Fonger/fix-map-valid-key
  • Additional commits viewable in compare view

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 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:

  • 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.

Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.14 to 5.5.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](Automattic/mongoose@4.13.14...5.5.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Automated Updating machanism javascript Pull requests that update Javascript code labels May 1, 2019
@codecov
Copy link

codecov bot commented May 1, 2019

Codecov Report

Merging #232 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #232   +/-   ##
========================================
  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...2b59660. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

Superseded by #234.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/mongoose-5.5.5 branch May 7, 2019 04:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Automated Updating machanism javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants