12beesinatrenchcoat / slabbot

an experimental discord bot with weird features that no one asked for
GNU Affero General Public License v3.0
0 stars 0 forks source link

Bump mongoose from 5.10.16 to 5.11.2 #13

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps mongoose from 5.10.16 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

... (truncated)

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[bot] commented 3 years ago

Superseded by #14.