fix(deps): update dependency mongoose to ^5.13.22
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
mongoose (source) | dependencies | patch | ^5.13.7 -> ^5.13.22 |
Release Notes
Automattic/mongoose (mongoose)
v5.13.22
v5.13.21
v5.13.20
v5.13.19
v5.13.18
v5.13.17
====================
- fix: backport fix for array filters handling $or and $and #13195 #13192 #10696 raj-goguardian
- fix: update the isIndexEqual function to take into account non-text indexes when checking compound indexes that include both text and non-text indexes #13138 #13136 rdeavila94
v5.13.16
====================
- fix: make access to process.versions lazy #12584 maciasello
- fix(types): add missing type definitions for
bulkSave()
#12019 - docs: backport documentation URL updates #12692 hasezoey
v5.13.15
====================
- fix: backport fix for CVE-2022-2564 #12281 shubanker
- docs: fix broken link from findandmodify method deprecation #11366 laissonsilveira
v5.13.14
====================
- fix(timestamps): avoid setting createdAt on documents that already exist but dont have createdAt #11024
- docs(models): fix up nModified example for 5.x #11055
v5.13.13
====================
- fix: upgrade to mongodb@3.7.3 #10909 gaurav-sharma-gs
- fix: correctly emit end event in before close #10916 iovanom
- fix(index.d.ts): improve ts types for query set #10942 jneal-afs
v5.13.12
====================
- fix(cursor): use stream destroy method on close to prevent emitting duplicate 'close' #10897 iovanom
- fix(index.d.ts): backport streamlining of FilterQuery and DocumentDefinition to avoid "excessively deep and possibly infinite" TS errors #10617
v5.13.11
====================
- fix: upgrade mongodb -> 3.7.2 #10871 winstonralph
- fix(connection): call setMaxListeners(0) on MongoClient to avoid event emitter memory leak warnings with
useDb()
#10732
v5.13.10
====================
- fix(index.d.ts): allow using type: SchemaDefinitionProperty in schema definitions #10674
- fix(index.d.ts): allow AnyObject as param to findOneAndReplace() #10714
v5.13.9
===================
- fix(populate): avoid setting empty array on lean document when populate result is undefined #10599
- fix(document): make depopulate() handle populated paths underneath document arrays #10592
- fix: peg @types/bson version to 1.x || 4.0.x to avoid stubbed 4.2.x release #10678
- fix(index.d.ts): simplify UpdateQuery to avoid "excessively deep and possibly infinite" errors with
extends Document
andany
#10647 - fix(index.d.ts): allow specifying weights as an IndexOption #10586
- fix: upgrade to mpath v0.8.4 re: security issue #10683
v5.13.8
===================
- fix(populate): handle populating subdoc array virtual with sort #10552
- fix(model): check for code instead of codeName when checking for existing collections for backwards compat with MongoDB 3.2 #10420
- fix(index.d.ts): correct value of this for custom query helper methods #10545
- fix(index.d.ts): allow strings for ObjectIds in nested properties #10573
- fix(index.d.ts): add match to VirtualTypeOptions.options #8749
- fix(index.d.ts): allow QueryOptions populate parameter type PopulateOptions #10587 osmanakol
- docs(api): add Document#$where to API docs #10583
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.