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

fix(deps): bump mongoose from 5.10.0 to 5.10.9 #449

Merged
merged 1 commit into from
Oct 22, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2020

Bumps mongoose from 5.10.0 to 5.10.9.

Changelog

Sourced from mongoose's changelog.

5.10.9 / 2020-10-09

  • fix(update): strip out unused array filters to avoid "filter was not used in the update" error #9468
  • fix(mongoose): allow setting autoCreate as a global option to be consistent with autoIndex #9466

5.10.8 / 2020-10-05

  • fix(schema): handle setting nested paths underneath single nested subdocs #9459
  • fix(schema+index): allow calling mongoose.model() with schema from a different Mongoose module instance #9449
  • fix(transaction): fix saving new documents w/ arrays in transactions #9457 PenguinToast
  • fix(document): track reason on cast errors that occur while init-ing a document #9448
  • fix(model): make createCollection() not throw error when collection already exists to be consistent with v5.9 #9447
  • docs(connections): add SSL connections docs #9443
  • docs(query_casting): fix typo #9458 craig-davis

5.10.7 / 2020-09-24

  • fix(schema): set correct path and schema on nested primitive arrays #9429
  • fix(document): pass document to required validator so required can use arrow functions #9435 AbdelrahmanHafez
  • fix(document): handle required when schema has property named isSelected #9438
  • fix(timestamps): allow using timestamps when schema has a property named 'set' #9428
  • fix(schema): make Schema#clone() use parent Mongoose instance's Schema constructor #9426

5.10.6 / 2020-09-18

  • fix(populate): handle options.perDocumentLimit option same as perDocumentLimit when calling populate() #9418
  • fix(document): invalidate path if default function throws an error #9408
  • fix: ensure subdocument defaults run after initial values are set when initing #9408
  • docs(faq+queries): add more detail about duplicate queries, including an faq entry #9386
  • docs: replace var with let and const in docs and test files #9414 jmadankumar
  • docs(model+query): document using array of strings as projection #9413
  • docs(middleware): add missing backtick #9425 tphobe9312

5.10.5 / 2020-09-11

  • fix: bump mongodb -> 3.6.2 #9411 AbdelrahmanHafez
  • fix(query+aggregate+cursor): support async iteration over a cursor instance as opposed to a Query or Aggregate instance #9403
  • fix(document): respect child schema minimize if toObject() is called without an explicit minimize #9405
  • docs(guide): use const instead of var #9394 nainardev
  • docs(query): link to lean, findOneAndUpdate, query casting tutorials from query docs #9410

5.10.4 / 2020-09-09

  • fix(document): allow setting nested path to instance of model #9392
  • fix: handle findOneAndRemove() with orFail() #9381
  • fix(schema): support setting _id option to false after instantiating schema #9390
  • docs(document): fix formatting on getChanges() #9376

5.10.3 / 2020-09-03

... (truncated)

Commits
  • e406afa chore: release 5.10.9
  • c44eeb0 fix(update): strip out unused array filters to avoid "filter was not used in ...
  • 6538e49 test(update): repro #9468
  • 0335578 fix(mongoose): allow setting autoCreate as a global option to be consistent...
  • 690bacb chore: update opencollective sponsors
  • 0c4cd42 chore: release 5.10.8
  • be06df8 chore: get rid of unnecessary log statement
  • e037a95 test: fix tests
  • 037eb14 fix(schema): avoid subdoc nested paths when getting schema paths for update
  • 2da4cb3 test(document): correct test title
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Oct 12, 2020
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mongoose-5.10.9 branch from 70d8d01 to 80a8e88 Compare October 12, 2020 08:30
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mongoose-5.10.9 branch from 80a8e88 to 010215b Compare October 12, 2020 08:32
@liangyuanruo liangyuanruo merged commit 5844618 into develop Oct 22, 2020
@liangyuanruo liangyuanruo deleted the dependabot/npm_and_yarn/mongoose-5.10.9 branch October 22, 2020 01:51
liangyuanruo added a commit that referenced this pull request Oct 22, 2020
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