Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps mongoose from 5.9.29 to 5.11.2.

Changelog

Sourced from mongoose's changelog.

5.11.2 / 2020-12-02

  • fix(index.d.ts): add missing query options and model findById() function #9626 #9620
  • fix(index.d.ts): support defining schema paths as arrays of functions #9617
  • fix(index.d.ts): add automatic _id for Document, support creating Mongoose globals and accessing collection name #9618
  • fix(index.d.ts): add missing global get() and set() #9616
  • fix(index.d.ts): add missing new and returnOriginal options to QueryOptions, add missing model static properties #9627 #9616 #9615
  • fix(index.d.ts): allow useCreateIndex in connection options #9621

5.11.1 / 2020-12-01

  • fix(index.d.ts): add missing SchemaOptions #9606
  • fix(index.d.ts): allow using $set in updates #9609
  • fix(index.d.ts): add support for using return value of createConnection() as a connection as well as a promise #9612 #9610 alecgibson
  • fix(index.d.ts): allow using Types.ObjectId() without new in TypeScript #9608

5.11.0 / 2020-11-30

  • feat: add official TypeScript definitions index.d.ts file #8108
  • feat(connection): add bufferTimeoutMS option that configures how long Mongoose will allow commands to buffer #9469
  • feat(populate): support populate virtuals with localField and foreignField as arrays #6608
  • feat(populate+virtual): feat: support getters on populate virtuals, including get option for Schema#virtual() #9343
  • feat(populate+schema): add support for populate schematype option that sets default populate options #6029
  • feat(QueryCursor): execute post find hooks for each doc in query cursor #9345
  • feat(schema): support overwriting cast logic for individual schematype instances #8407
  • feat(QueryCursor): make cursor populate() in batch when using batchSize #9366 biomorgoth
  • chore: remove changelog from published bundle #9404
  • feat(model+mongoose): add overwriteModels option to bypass OverwriteModelError globally #9406
  • feat(model+query): allow defining middleware for all query methods or all document methods, but not other middleware types #9190
  • feat(document+model): make change tracking skip saving if new value matches last saved value #9396
  • perf(utils): major speedup for deepEqual() on documents and arrays #9396
  • feat(schema): support passing a TypeScript enum to enum validator in schema #9547 #9546 AbdelrahmanHafez
  • feat(debug): #8963 shell option for date format (ISODate) #9532 FlameFractal
  • feat(document): support square bracket indexing for get(), set() #9375
  • feat(document): support array and space-delimited syntax for Document#$isValid(), isDirectSelected(), isSelected(), $isDefault() #9474
  • feat(string): make minLength and maxLength behave the same as minlength and maxlength #8777 m-weeks
  • feat(document): add $parent() as an alias for parent() for documents and subdocuments to avoid path name conflicts #9455

5.10.19 / 2020-11-30

  • fix(query): support passing an array to $type in query filters #9577
  • perf(schema): avoid creating unnecessary objects when casting to array #9588
  • docs: make example gender neutral #9601 rehatkathuria

5.10.18 / 2020-11-29

5.10.17 / 2020-11-27

Commits
  • 991b4fb chore: release 5.11.2
  • 4b223e4 fix(index.d.ts): add missing query options and model findById() function
  • ef2a4c7 fix(index.d.ts): add automatic _id for Document, support creating Mongoose ...
  • af845b2 fix(index.d.ts): add missing global get() and set()
  • eafee6d fix(index.d.ts): support defining schema paths as arrays of functions
  • af14db2 fix(index.d.ts): add missing Schema#obj, Schema#statics, Schema#methods...
  • 7da7935 Merge pull request #9621 from alecgibson/ts-create-index
  • dd9e0fa fix(index.d.ts): allow useCreateIndex in connection options
  • 645a45b fix(index.d.ts): add missing new and returnOriginal options to QueryOptio...
  • 1f36f61 chore: release 5.11.1
  • 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:

  • 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)

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.9.29 to 5.11.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](Automattic/mongoose@5.9.29...5.11.2)

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

Superseded by #435.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/mongoose-5.11.2 branch December 4, 2020 19:20
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.

0 participants