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

chore(deps): update dependency mongoose to v6.0.7 #999

Merged
merged 1 commit into from
Sep 27, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mongoose (source) 6.0.2 -> 6.0.7 age adoption passing confidence

Release Notes

Automattic/mongoose

v6.0.7

Compare Source

==================

  • 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

v6.0.6

Compare Source

==================

  • 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

v6.0.5

Compare Source

==================

  • 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
  • fix(schema): support object with values and message syntax for Number enums #​10648
  • fix(index.d.ts): fix Document#populate() type #​10651 thiagokisaki
  • fix(index.d.ts): allow using $in and $nin on array paths #​10605
  • fix(index.d.ts): make _id required in query results and return value from create() #​10657
  • docs: update deprecations.md to reflect version 6 #​10673 multiwebinc
  • docs: fix typo in queries.md #​10681 yogabonito
  • docs: fix typo in models.md #​10680 yogabonito
  • ci: add test for ubuntu-20.04 #​10679 YC

v6.0.4

Compare Source

==================

  • fix(schema): handle maps of maps #​10644
  • fix: avoid setting defaults on insert on a path whose subpath is referenced in the update #​10624
  • fix(index.d.ts): simplify UpdateQuery to avoid "excessively deep and possibly infinite" errors with extends Document and any #​10617
  • fix(index.d.ts): allow using type: [documentDefinition] when defining a doc array in a schema #​10605
  • docs: remove useNewUrlParser, useUnifiedTopology, some other legacy options from docs #​10631 #​10632
  • docs(defaults): clarify that setDefaultsOnInsert is true by default in 6.x #​10643
  • test: use async/await instead of co #​10633 AbdelrahmanHafez

v6.0.3

Compare Source

==================


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/mongoose-6.x branch 4 times, most recently from 4e70d6c to 7765ec8 Compare September 1, 2021 22:23
@renovate renovate bot force-pushed the renovate/mongoose-6.x branch 2 times, most recently from 9b5ce9a to 8486493 Compare September 9, 2021 10:58
@renovate renovate bot force-pushed the renovate/mongoose-6.x branch 3 times, most recently from 5a53d50 to b8ecfe8 Compare September 20, 2021 19:41
@renovate renovate bot force-pushed the renovate/mongoose-6.x branch from b8ecfe8 to dc9ff80 Compare September 27, 2021 08:36
@renovate renovate bot changed the title chore(deps): update dependency mongoose to v6 chore(deps): update dependency mongoose to v6.0.7 Sep 27, 2021
@renovate renovate bot force-pushed the renovate/mongoose-6.x branch 2 times, most recently from bee887b to e5b1230 Compare September 27, 2021 08:39
@renovate renovate bot force-pushed the renovate/mongoose-6.x branch from e5b1230 to 25ef046 Compare September 27, 2021 08:49
@kamilmysliwiec kamilmysliwiec merged commit 752eedf into master Sep 27, 2021
@delete-merged-branch delete-merged-branch bot deleted the renovate/mongoose-6.x branch September 27, 2021 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants