vijaykrishnavanshi / express-graphql-boilerplate

Boilerplate code to setup graphql with express middlewares
https://express-gql.herokuapp.com/
MIT License
1 stars 1 forks source link

Bump mongoose from 5.8.10 to 5.8.11 #145

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps mongoose from 5.8.10 to 5.8.11.

Changelog

Sourced from mongoose's changelog.

5.8.11 / 2020-01-31

  • fix(document): allow calling validate() multiple times in parallel on subdocs to avoid errors if Mongoose double-validates taxilian #8548 #8539
  • fix(connection): allow calling initial mongoose.connect() after connection helpers on the same tick #8534
  • fix(connection): throw helpful error when callback param to mongoose.connect() or mongoose.createConnection() is not a function #8556
  • fix(drivers): avoid unnecessary caught error when importing #8528
  • fix(discriminator): remove unnecessary utils.merge() samgladstone #8542
  • docs: add "built with mongoose" page #8540
Commits
  • ba79cca chore: release 5.8.11
  • 4b72a6f docs: add "built with mongoose" page
  • 2379a42 fix(connection): throw helpful error when callback param to `mongoose.connect...
  • 047fc94 fix(document): allow calling validate() multiple times in parallel on subdo...
  • bbb234d Merge pull request #8548 from taxilian/feature/single_validate_subpaths_and_i...
  • 3f1f1de fix: remove discriminator schema _id before merging if base schema has cust...
  • c91c1a4 Merge pull request #8543 from samgladstone/discriminator-issue
  • 867cb5f fix(connection): allow calling initial mongoose.connect() after connection ...
  • 2389ea4 lint
  • 834200d Fix minor issues and add test cases for #8543
  • 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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)