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 v7.6.4 #1928

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

Automattic/mongoose (mongoose)

v7.6.4

Compare Source

v7.6.3

Compare Source

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

  • fix(populate): handle multiple spaces when specifying paths to populate using space-delimited paths #​13984 #​13951
  • fix(update): avoid applying defaults on query filter when upserting with empty update #​13983 #​13962
  • fix(model): add versionKey to bulkWrite when inserting or upserting #​13981 #​13944
  • docs: fix typo in timestamps docs #​13976 danielcoker

v7.6.2

Compare Source

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

  • perf: avoid storing a separate entry in schema subpaths for every element in an array #​13953 #​13874
  • fix(document): avoid triggering setter when initializing Model.prototype.collection to allow defining collection as a schema path name #​13968 #​13956
  • fix(model): make bulkSave() save changes in discriminator paths if calling bulkSave() on base model #​13959 #​13907
  • fix(document): allow calling $model() with no args for TypeScript #​13963 #​13878
  • fix(schema): handle embedded discriminators defined using Schema.prototype.discriminator() #​13958 #​13898
  • types(model): make InsertManyResult consistent with return type of insertMany #​13965 #​13904
  • types(models): add cleaner type definitions for insertMany() with no generics to prevent errors when using insertMany() in generic classes #​13964 #​13957
  • types(schematypes): allow defining map path using type: 'Map' in addition to type: Map #​13960 #​13755

v7.6.1

Compare Source

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

v7.6.0

Compare Source

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

v7.5.4

Compare Source

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

v7.5.3

Compare Source

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

  • fix(document): handle MongoDB Long when casting BigInts #​13869 #​13791
  • fix(model): make bulkSave() persist changes that happen in pre('save') middleware #​13885 #​13799
  • fix: handle casting $elemMatch underneath $not underneath another $elemMatch #​13893 #​13880
  • fix(model): make bulkWrite casting respect global setDefaultsOnInsert #​13870 #​13823
  • fix(document): handle default values for discriminator key with embedded discriminators #​13891 #​13835
  • fix: account for null values when assigning isNew property within document array #​13883
  • types: avoid "interface can only extend object types with statically known members" error in TypeScript 4 #​13871
  • docs(deprecations): fix typo in includeResultMetadata deprecation docs #​13884 #​13844
  • docs: fix pre element overflow in home page #​13868 ghoshRitesh12

v7.5.2

Compare Source

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

  • fix(schema): handle number discriminator keys when using Schema.prototype.discriminator() #​13858 #​13788
  • fix: ignore id property when calling set() with both id and _id specified to avoid id setter overwriting #​13762
  • types: pass correct document type to required and default function #​13851 #​13797
  • docs(model): add examples of using diffIndexes() to syncIndexes()and diffIndexes() api docs #​13850 #​13771

v7.5.1

Compare Source

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

  • fix: set default value for _update when no update object is provided and versionKey is set to false #​13795 #​13783 MohOraby
  • fix: avoid unexpected error when accessing null array element on discriminator array when populating #​13716 ZSabakh
  • types(schematypes): use DocType for instance method this #​13822 #​13800 pshaddel
  • types: remove duplicated 'exists' method in Model interface in models.d.ts #​13818 ohzeno
  • docs(model): replace outdated docs on deprecated findOneAndUpdate() overwrite option #​13821 #​13715
  • docs: add example of using virtuals.pathsToSkip option for toObject() and toJSON() #​13798 RobertHunter-Pluto

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency mongoose to v7.5.1 chore(deps): update dependency mongoose to v7.5.2 Sep 15, 2023
@renovate renovate bot force-pushed the renovate/mongoose-7.x branch from 028ccf5 to eb0e541 Compare September 15, 2023 22:16
@renovate renovate bot changed the title chore(deps): update dependency mongoose to v7.5.2 chore(deps): update dependency mongoose to v7.5.3 Sep 25, 2023
@renovate renovate bot force-pushed the renovate/mongoose-7.x branch from eb0e541 to 98ccdfd Compare September 25, 2023 22:28
@renovate renovate bot changed the title chore(deps): update dependency mongoose to v7.5.3 chore(deps): update dependency mongoose to v7.5.4 Oct 4, 2023
@renovate renovate bot force-pushed the renovate/mongoose-7.x branch from 98ccdfd to 86773cc Compare October 4, 2023 23:43
@renovate renovate bot changed the title chore(deps): update dependency mongoose to v7.5.4 chore(deps): update dependency mongoose to v7.6.0 Oct 6, 2023
@renovate renovate bot force-pushed the renovate/mongoose-7.x branch from 86773cc to 90bc0c3 Compare October 6, 2023 22:36
@renovate renovate bot changed the title chore(deps): update dependency mongoose to v7.6.0 chore(deps): update dependency mongoose to v7.6.1 Oct 9, 2023
@renovate renovate bot force-pushed the renovate/mongoose-7.x branch from 90bc0c3 to c04c9ff Compare October 9, 2023 22:16
@renovate renovate bot changed the title chore(deps): update dependency mongoose to v7.6.1 chore(deps): update dependency mongoose to v7.6.2 Oct 13, 2023
@renovate renovate bot force-pushed the renovate/mongoose-7.x branch from c04c9ff to dfeb018 Compare October 13, 2023 15:12
@renovate renovate bot changed the title chore(deps): update dependency mongoose to v7.6.2 chore(deps): update dependency mongoose to v7.6.3 Oct 17, 2023
@renovate renovate bot force-pushed the renovate/mongoose-7.x branch from dfeb018 to 6ba9640 Compare October 17, 2023 17:00
@renovate renovate bot changed the title chore(deps): update dependency mongoose to v7.6.3 chore(deps): update dependency mongoose to v7.6.4 Oct 30, 2023
@renovate renovate bot force-pushed the renovate/mongoose-7.x branch from 6ba9640 to 191fc06 Compare October 30, 2023 23:20
@renovate renovate bot force-pushed the renovate/mongoose-7.x branch 4 times, most recently from cbc782e to 3623c20 Compare November 8, 2023 08:31
@renovate renovate bot force-pushed the renovate/mongoose-7.x branch from 3623c20 to ae3c649 Compare November 8, 2023 08:32
@kamilmysliwiec kamilmysliwiec merged commit 6d65417 into master Nov 8, 2023
1 check passed
@delete-merged-branch delete-merged-branch bot deleted the renovate/mongoose-7.x branch November 8, 2023 08:33
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.

1 participant