Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mongoose from 5.3.15 to 5.4.0 #112

Merged
merged 1 commit into from
Dec 21, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 17, 2018

Bumps mongoose from 5.3.15 to 5.4.0.

Changelog

Sourced from mongoose's changelog.

5.4.0 / 2018-12-14

  • feat(schematype): add SchemaType.get(), custom getters across all instances of a schematype #6912
  • feat(schematype): add SchemaType.cast(), configure casting for individual schematypes #7045
  • feat(schematype): add SchemaType.checkRequired(), configure what values pass required check for a schematype #7186 #7150
  • feat(model): add Model.findOneAndReplace() #7162
  • feat(model): add Model.events emitter that emits all error's that occur with a given model #7125
  • feat(populate): add count option to populate virtuals, support returning # of populated docs instead of docs themselves #4469
  • feat(aggregate): add .catch() helper to make aggregations full thenables #7267
  • feat(query): add hooks for deleteOne() and deleteMany() #7195
  • feat(document): add hooks for updateOne() #7133
  • feat(query): add Query#map() for synchronously transforming results before post middleware runs #7142
  • feat(schema): support passing an array of objects or schemas to Schema constructor #7218
  • feat(populate): add clone option to ensure multiple docs don't share the same populated doc #3258
  • feat(query): add Query#maxTimeMS() helper #7254
  • fix(query): deprecate broken Aggregate#addCursorFlag() #7120
  • docs(populate): fix incorrect example #7335 zcfan
  • docs(middleware): add findOneAndDelete to middleware list #7327 danielkesselberg

5.3.16 / 2018-12-11

  • fix(document): handle __proto__ in queries #7290
  • fix(document): use Array.isArray() instead of checking constructor name for arrays #7290
  • docs(populate): add section about what happens when no document matches #7279
  • fix(mongoose): avoid crash on import mongoose, {Schema} from 'mongoose' #5648
Commits

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 will not automatically merge this PR because it includes a minor update to a production dependency.


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 cancel merge will cancel a previously requested merge
  • @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.

@codecov
Copy link

codecov bot commented Dec 17, 2018

Codecov Report

Merging #112 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #112   +/-   ##
=======================================
  Coverage   13.19%   13.19%           
=======================================
  Files          98       98           
  Lines        2206     2206           
=======================================
  Hits          291      291           
  Misses       1915     1915

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 b459cb6...4afc7fd. Read the comment docs.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/mongoose-5.4.0 branch 5 times, most recently from bfdc925 to 42bb7e8 Compare December 18, 2018 14:10
@tusbar
Copy link
Contributor

tusbar commented Dec 21, 2018

@dependabot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/mongoose-5.4.0 branch from 42bb7e8 to 4afc7fd Compare December 21, 2018 10:07
@tusbar tusbar merged commit a1bbefe into master Dec 21, 2018
@tusbar tusbar deleted the dependabot/npm_and_yarn/mongoose-5.4.0 branch December 21, 2018 10:08
@tusbar tusbar added this to the 2.0.11 milestone Dec 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants