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

@dependabot-preview dependabot-preview bot commented Aug 7, 2018

Bumps mongoose from 4.13.14 to 5.2.7.

Changelog

Sourced from mongoose's changelog.

5.2.7 / 2018-08-06

  • fix(model): check expireAfterSeconds option when diffing indexes in syncIndexes() #6820 #6819 christopherhex
  • chore: fix some common test flakes in travis #6816 Fonger
  • chore: bump eslint and webpack to avoid bad versions of eslint-scope #6814
  • test(model): add delay to session tests to improve pass rate #6811 Fonger
  • fix(model): support options in deleteMany #6810 Fonger
  • fix(query): don't use $each when pushing an array into an array #6809 lineus
  • chore: bump mquery so eslint isn't a prod dependency #6800
  • fix(populate): correctly get schema type when calling populate() on already populated path #6798
  • fix(populate): propagate readConcern options in populate from parent query #6792 #6785 Fonger
  • docs(connection): add description of useNewUrlParser option #6789
  • fix(query): make select('+path') a no-op if no select prop in schema #6785
  • docs(schematype+validation): document using function syntax for custom validator message #6772
  • fix(update): throw CastError if updating with $inc: null #6770
  • fix(connection): throw helpful error when calling createConnection(undefined) #6763

5.2.6 / 2018-07-30

  • fix(document): don't double-call deeply nested custom getters when using get() #6779 #6637
  • fix(query): upgrade mquery for readConcern() helper #6777
  • docs(schematypes): clean up typos #6773 sajadtorkamani
  • refactor(browser): fix webpack warnings #6771 #6705
  • fix(populate): make error reported when no localField specified catchable #6767
  • docs(connection): use correct form in createConnection example #6766 lineus
  • fix(connection): throw helpful error when using legacy mongoose.connect() syntax #6756
  • fix(document): handle overwriting $session in execPopulate() #6754
  • fix(query): propagate top-level session down to populate() #6754
  • fix(aggregate): add session() helper for consistency with query api #6752
  • fix(map): avoid infinite recursion when update overwrites a map #6750
  • fix(model): be consistent about passing noop callback to mongoose.model() init() as well as db.model() #6707

5.2.5 / 2018-07-23

  • fix(boolean): expose convertToTrue and convertToFalse for custom boolean casting #6758
  • docs(schematypes): add note about what values are converted to booleans #6758
  • fix(document): fix(document): report castError when setting single nested doc to array #6753
  • docs: prefix mongoose.Schema call with new operator #6751 sajadtorkamani
  • docs(query): add examples and links to schema writeConcern option for writeConcern helpers #6748
  • docs(middleware): clarify that init middleware is sync #6747
  • perf(model): create error rather than modifying stack for source map perf #6735
  • fix(model): throw helpful error when passing object to aggregate() #6732
  • fix(model): pass Model instance as context to applyGetters when calling getters for virtual populate #6726 lineus
  • fix(documentarray): remove isNew and save listeners on CastError because otherwise they never get removed #6723
  • docs(model+query): clarify when to use countDocuments() vs estimatedDocumentCount() #6713
  • fix(populate): correctly set virtual nestedSchemaPath when calling populate() multiple times #6644
  • docs(connections): add note about the family option for IPv4 vs IPv6 and add port to example URIs #6566

5.2.4 / 2018-07-16

... (truncated)
Commits
  • 56ff8a4 chore: release 5.2.7
  • 95c65db Merge branch 'master' of github.com:Automattic/mongoose
  • 679279c Merge pull request #6816 from Fonger/improve-ci-test
  • feff9f2 Merge branch 'master' of github.com:Automattic/mongoose
  • 9970bb2 Merge pull request #6820 from christopherhex/syncindexes-check-ttl-option
  • 8f2272b chore: add cpc inline for query docs
  • dde0cd6 chore: add space to array
  • 6e36905 test(model): fix collection name conflict in model: querying test
  • 97c5a16 fix(model): syncIndexes - check for changed expireAfterSeconds option
  • b3346f9 test(model): refactor model: querying: with conditionals
  • 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 merge will merge this PR after your CI passes on it
  • @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 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.2.7.
- [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.2.7)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Automated Updating machanism label Aug 7, 2018
@dependabot-preview
Copy link
Contributor Author

Superseded by #159.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/mongoose-5.2.7 branch September 19, 2018 12:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Automated Updating machanism

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants