Skip to content

Update mongoose requirement from ^4.1.11 to ^5.3.15#15

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/mongoose-tw-5.3.15
Closed

Update mongoose requirement from ^4.1.11 to ^5.3.15#15
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/mongoose-tw-5.3.15

Conversation

@dependabot-preview
Copy link
Copy Markdown

Updates the requirements on mongoose to permit the latest version.

Changelog

Sourced from mongoose's changelog.

5.3.15 / 2018-12-05

  • fix(query): handle orFail() with findOneAndUpdate() and findOneAndDelete() #7297 #7280
  • fix(document): make save() succeed if strict: false with a collection property #7276
  • fix(document): add flattenMaps option for toObject() #7274
  • docs(document): document flattenMaps option #7274
  • fix(populate): support populating individual subdoc path in document array #7273
  • fix(populate): ensure model option overrides refPath #7273
  • fix(map): don't call subdoc setters on init #7272
  • fix(document): use internal get() helper instead of lodash.get to support null projection param #7271
  • fix(document): continue running validateSync() for all elements in doc array after first error #6746

5.3.14 / 2018-11-27

  • docs(api): use openUri() instead of legacy open() #7277 artemjackson
  • fix(document): don't mark date underneath single nested as modified if setting to string #7264
  • fix(update): set timestamps on subdocs if not using $set with no overwrite #7261
  • fix(document): use symbol instead of __parent so user code doesn't conflict #7230
  • fix(mongoose): allow using mongoose.model() without context, like import {model} from 'mongoose' #3768

5.3.13 / 2018-11-20

  • fix: bump mongodb driver -> 3.1.10 #7266
  • fix(populate): support setting a model as a ref #7253
  • docs(schematype): add ref() function to document what is a valid ref path in a schematype #7253
  • fix(array): clean modified subpaths when calling splice() #7249
  • docs(compatibility): don't show Mongoose 4.11 as compatible with MongoDB 3.6 re: MongoDB's official compatibility table #7248 a-harrison
  • fix(document): report correct validation error if doc array set to primitive #7242
  • fix(mongoose): print warning when including server-side lib with jest jsdom environment #7240

5.3.12 / 2018-11-13

  • docs(compatibility): don't show Mongoose 4.11 as compatible with MongoDB 3.6 re: MongoDB's official compatibility table #7238 a-harrison
  • fix(populate): use instanceof rather than class name for comparison #7237 ivanseidel
  • docs(api): make options show up as a nested list #7232
  • fix(document): don't mark array as modified on init if doc array has default #7227
  • docs(api): link to bulk write result object in bulkWrite() docs #7225

5.3.11 / 2018-11-09

  • fix(model): make parent pointers non-enumerable so they don't crash JSON.stringify() #7220
  • fix(document): allow saving docs with nested props with '.' using checkKeys: false #7144
  • docs(lambda): use async/await with lambda example #7019

5.3.10 / 2018-11-06

  • fix(discriminator): support reusing a schema for multiple discriminators #7200
  • fix(cursor): handle lean(false) correctly with query cursors #7197
  • fix(document): avoid manual populate if ref not set #7193
  • fix(schema): handle schema without .base for browser build #7170
... (truncated)
Commits

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

Updates the requirements on [mongoose](https://github.com/Automattic/mongoose) to permit the latest version.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/commits/5.3.15)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 6, 2018
@dependabot-preview
Copy link
Copy Markdown
Author

Superseded by #17.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/mongoose-tw-5.3.15 branch December 12, 2018 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant