UKnowWhoIm / cowin-discord-bot

A discord app to get upcoming COWIN appointments based on commands.
https://cowin-discord-bot.el.r.appspot.com/
MIT License
11 stars 3 forks source link

Bump mongoose from 5.12.13 to 6.0.8 #46

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps mongoose from 5.12.13 to 6.0.8.

Changelog

Sourced from mongoose's changelog.

6.0.8 / 2021-09-27

  • fix: support $set on elements of map of subdocuments #10720
  • fix(schematype): handle schema type definition where unique: false and index not set #10738
  • fix(timestamps): handle createdAt with custom typeKey #10768 #10761 jclaudan
  • fix(model): amend Model.translateAliases to observe non-aliased sub schemas #10772 frisbee09
  • fix: allow ObjectId#valueOf() to override built-in Object#valueOf(), clarify using == with ObjectIds in migration guide #10741
  • fix: use process.emitWarning() instead of console.warn() for warnings #10687
  • fix(index.d.ts): allow array of schema type options for string[], number[] property Schema definitions #10731
  • fix(index.d.ts): make built-in subdocument properties not required in UpdateQuery #10597
  • docs(ssl): correct sslCA option and clarify that sslCA should be the path to the CA file #10705

6.0.7 / 2021-09-20

  • fix(populate): wrap populate filters in trusted() so they work with sanitizeFilter #10740
  • fix(aggregate): handle calling aggregate() before initial connection succeeds #10722
  • fix(query): avoid throwing error when using $not with $size #10716 IslandRhythms
  • fix(discriminator): handle setting nested discriminator paths #10702
  • fix(documentarray): don't throw TypeError on DocumentArray#create() when top-level doc has populated paths #10749
  • fix(update): avoid setting single nested subdoc defaults if subdoc isn't set #10660
  • fix: delay creating id virtual until right before model compilation to allow plugins to disable the id option #10701
  • fix(connection): correct auth object when using user option to connect() #10727 #10726 saveman71
  • fix(timestamps): avoid calling getters when checking whether createdAt is set #10742 kaishu16
  • fix(index.d.ts): allow using strings for ObjectIds with $in #10735
  • fix(index.d.ts): add TVirtuals generic to Model to make it easier to separate virtuals from DocType #10689
  • fix(index.d.ts): add Model.bulkSave() definition #10745
  • fix(index.d.ts): allow RegExp for match in schema definition #10744 easen-amp
  • fix(index.d.ts): allow arbitrary additional keys in QueryOptions #10688
  • docs: correct TypeScript schema generic params in docs #10739 minifjurt123
  • docs: fix h2 header links #10682 IslandRhythms

6.0.6 / 2021-09-15

  • perf(index.d.ts): streamline SchemaDefinitionType and SchemaTypeOptions to reduce number of instantiations and speed up lib checking #10349
  • perf(document): make $locals a getter/setter, avoid creating unnecessary undefined properties in Document constructor, remove unnecessary event listeners #10400
  • fix(connection): use username parameter for MongoDB driver instead of user #10727 saveman71
  • fix(update): handle casting $or and $and in array filters #10696
  • fix(connection): allow calling connection helpers before calling mongoose.connect() #10706
  • fix(document): correctly handle subpaths of arrays that contain non-alphanumeric chars like - #10709
  • fix(index.d.ts): correct return value for findOneAndUpdate(), findByIdAndUpdate() to support query helpers #10658
  • fix(index.d.ts): add missing methods to ValidationError & ValidatorError classes #10725 medfreeman
  • perf(subdocument): make internal $isSingleNested and $isDocumentArrayElement properties constants on the prototype rather than setting them on every instance #10400
  • docs: improve Document#populate documentation, tests #10728 saveman71

6.0.5 / 2021-09-06

  • fix(model): allow calling Model.validate() static with POJO array #10669
  • fix(cast): let $expr through in query filters if strict mode enabled #10662
  • fix(map): propagate flattenMaps option down to nested maps #10653
  • fix(setDefaultsOnInsert): avoid adding unnecessary auto _id to $setOnInsert #10646

... (truncated)

Commits
  • 3515063 chore: release 6.0.8
  • a4a776c docs(transactions): improve description of resetting doc after transaction fa...
  • a3340bb Merge branch 'master' of github.com:Automattic/mongoose
  • 9dde66b fix(schematype): handle schema type definition where unique: false and `ind...
  • eabbd31 test(schematype): repro #10738
  • 5b8b51f Merge pull request #10733 from AbdelrahmanHafez/refactor-callbacks
  • 2241e69 Merge pull request #10772 from frisbee09/bugfix/translateAlias
  • 799ac6b fix: allow ObjectId#valueOf() to override built-in Object#valueOf(), clar...
  • 22e06dd style: fix lint
  • 3ce4223 Merge pull request #10768 from jclaudan/fix/invalid-schema-configuration-time...
  • 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 #48.