Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2023

This PR contains the following updates:

Package Change Age Confidence
mongoose (source) 8.0.1 -> 8.19.3 age confidence

Release Notes

Automattic/mongoose (mongoose)

v8.19.3

Compare Source

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

  • fix(model+plugins): correctly apply shard key on deleteOne() #​15705 #​15701
  • fix(schema): correctly cache text indexes as 'text' not 1 #​15695
  • types: make inferRawDocType correctly infer empty array type [] as any[] #​15704 #​15699

v8.19.2

Compare Source

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

  • perf(setDefaultsOnInsert): avoid computing all modified paths when running setDefaultsOnInsert and update validators, only calculate if there are defaults to set #​15691 #​15672
  • fix: correct handling of relative vs absolute paths with maps and subdocuments #​15682 #​15678 #​15350
  • ci: add publish script with provenance #​15684 #​15680

v8.19.1

Compare Source

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

  • perf: avoid getting all modified paths in update when checking if versionKey needs to be set #​15677 #​15672
  • perf: Avoid needless path translation #​15679 orgads
  • fix(query): throw error if using update operator with modifier and no path #​15670 #​15642
  • types: avoid making FilterQuery a conditional type because of how typescript handles distributed conditional unions #​15676 #​15671
  • docs: update installation instructions #​15675 aalok-y

v8.19.0

Compare Source

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

v8.18.3

Compare Source

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

v8.18.2

Compare Source

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

  • fix(document): prevent $clone() from converting mongoose arrays into vanilla arrays #​15633 #​15625
  • fix(connection): use correct collection name for model when using useConnection() #​15637
  • fix(connection): propagate changes to _lastHeartbeatAt to useDb() child connections #​15640 #​15635
  • types: fix schema property type definition in SchemaType #​15631

v8.18.1

Compare Source

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

  • types: correct type inference for maps of maps #​15602
  • types(model): copy base model statics onto discriminator model #​15623 #​15600
  • types: fix types for a string of enums #​15605 ruiaraujo
  • types(SchemaOptions): disallow versionKey: true, which fails at runtime #​15606
  • docs(typescript): add example explaining how to use query helper overrides for handling lean() #​15622 #​15601
  • docs(transactions): add note about nested transactions #​15624

v8.18.0

Compare Source

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

  • feat(schema): support for union types #​15574 #​10894
  • fix: trim long strings in minLength and maxLength error messages and display the string length #​15571 #​15550
  • types(connection+collection): make BaseCollection and BaseConnection usable as values #​15575 #​15548
  • types: remove logic that omits timestamps when virtuals, methods, etc. options set #​15577 #​12807

v8.17.2

Compare Source

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

  • fix: avoid Model.validate() hanging when all paths fail casting #​15580 #​15579 piotracalski
  • types(document): better support for flattenObjectIds and versionKey options for toObject() and toJSON() #​15582 #​15578
  • docs: fix docs jsdoc tags and add UUID to be listed #​15585
  • docs(document): fix code sample that errors with "Cannot set properties of undefined" #​15589

v8.17.1

Compare Source

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

v8.17.0

Compare Source

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

v8.16.5

Compare Source

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

  • fix(map): avoid throwing required error if saving map of primitives with required: true #​15542
  • types(model): export MongooseBulkWriteResult type #​15546
  • types(connection): add base to connection type #​15544

v8.16.4

Compare Source

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

v8.16.3

Compare Source

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

  • fix(document): clean modified subpaths if unsetting map #​15520 #​15519
  • fix: make DocumentArray SchemaType pass all options to embedded SchemaType #​15523
  • types: support readonly array in query.select #​15527 omermizr

v8.16.2

Compare Source

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

  • fix(cursor): populate after hydrating in queryCursor so populated docs get parent() #​15498 #​15494
  • fix(schema): support toJSONSchema() on mixed types and improve error message about unsupported types #​15492 #​15489
  • types: add _id and __v to toObject/toJSON transform type #​15501 #​15479
  • types(schema): use user-provided THydratedDocumentType as context for virtual get() and set() #​15517 #​15516
  • types: improve typing for transform option to toJSON and toObject #​15485
  • docs: link to custom setter docs from lowercase, etc. options and note that setters run on query filters #​15493 #​15491
  • docs(jest): add note about resetModules #​15515

v8.16.1

Compare Source

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

  • fix(document): avoid setting _skipMarkModified when setting nested path with merge option #​15484 #​11913
  • fix(model): make sure post save error handler gets doc as param on VersionError #​15483 #​15480
  • fix: consistent $conditionalHandlers setup between schematypes #​15490
  • docs(compatibility): note that mongodb 4.0 is not supported anymore since 8.16.0 #​15487 hasezoey
  • docs: remove unnecessary --save flag from npm install instruction #​15486 Thahirgeek

v8.16.0

Compare Source

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

v8.15.2

Compare Source

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

  • fix(document+schema): improve handling for setting paths underneath maps, including maps of maps #​15477 #​15461
  • fix: report default paths in VersionError message because they can can cause VersionError #​15464
  • fix(updateValidators): ensure update validators only call validators underneath single nested paths once #​15446 #​15436
  • fix: fix validation for deeply nested maps of subdocuments #​15469 #​15447 AbdelrahmanHafez
  • fix(DocumentArray): correctly set parent if instantiated with schema from another Mongoose instance #​15471 #​15466
  • types(model): use ProjectionType for Model.hydrate() #​15447 #​15443

v8.15.1

Compare Source

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

v8.15.0

Compare Source

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

v8.14.3

Compare Source

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

v8.14.2

Compare Source

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

  • fix(query): handle casting array filter paths underneath array filter paths with embedded discriminators #​15388 #​15386
  • docs(typescript): correct schema and model generic params in TS virtuals docs #​15391
  • docs+types(schema): add alternative optimisticConcurrency syntaxes to docs + types #​15405 #​10591
  • chore: add Node 24 to CI matrix #​15408 stscoundrel

v8.14.1

Compare Source

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

  • fix: correct change tracking with maps of arrays of primitives and maps of maps #​15374 #​15350
  • fix(populate): consistently convert Buffer representation of UUID to hex string to avoid confusing populate assignment #​15383 #​15382
  • docs: add TypeScript Query guide with info on lean() + transform() #​15377 #​15311

v8.14.0

Compare Source

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

v8.13.3

Compare Source

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

v8.13.2

Compare Source

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

  • fix: avoid double calling validators on paths in document arrays underneath subdocuments #​15338 #​15335

v8.13.1

Compare Source

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

  • fix(populate): handle virtual populate on array of UUIDs #​15329 #​15315
  • types: allow default function returning undefined with DocType override #​15328

v8.13.0

Compare Source

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

  • feat: bump mongodb driver -> 6.15.0
  • feat: support custom types exported from driver #​15321

v8.12.2

Compare Source

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

  • fix(document): avoid stripping out fields in discriminator schema after select: false field #​15322 #​15308
  • fix(AggregationCursor): make next() error if schema pre('aggregate') middleware throws error #​15293 #​15279
  • fix(populate): correctly get schematypes when deep populating under a map #​15302 #​9359
  • fix(model): avoid returning null from bulkSave() if error doesn't have writeErrors property #​15323
  • types: add WithTimestamps utility type #​15318 baruchiro
  • docs: update references to the ms module in date schema documentation #​15319 baruchiro
  • docs: fix typo in schematypes.md #​15305 skyran1278

v8.12.1

Compare Source

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

v8.12.0

Compare Source

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

v8.11.0

Compare Source

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

  • feat(model): make bulkWrite results include MongoDB bulk write errors as well as validation errors #​15271 #​15265
  • feat(document): add schemaFieldsOnly option to toObject() and toJSON() #​15259 #​15218
  • feat: introduce populate ordered option for populating in series rather than in parallel for transactions #​15239 #​15231 #​15210
  • fix(bigint): throw error when casting BigInt that's outside of the bounds of what MongoDB can safely store #​15230 #​15200

v8.10.2

Compare Source

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

v8.10.1

Compare Source

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

  • perf(document): only call undoReset() 1x/document #​15257 #​15255
  • perf(schema): clear childSchemas when overwriting existing path to avoid performance degradations #​15256 #​15253
  • perf: some more micro optimizations for find() and findOne() #​14906 #​15250
  • fix(model): avoid adding timeout on Model.init() buffering to avoid unintentional dangling open handles #​15251 #​15241
  • fix: avoid connection buffering on init if autoCreate: false #​15247 #​15241
  • fix: infer discriminator key if set in $set with overwriteDiscriminatorKey #​15243 #​15218
  • types(middleware): make this in document middleware the hydrated doc type, not raw doc type #​15246 #​15242
  • types(schema): support options parameter to Schema.prototype.discriminator() #​15249 #​15244
  • types(schema): allow calling Schema.prototype.number() with no message arg #​15237 #​15236
  • docs(typescript): recommend using HydratedSingleSubdocument over Types.Subdocument #​15240 #​15211

v8.10.0

Compare Source

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

  • feat(schema+schematype): add toJSONSchema() method to convert schemas and schematypes to JSON schema #​15184 #​11162
  • feat(connection): make connection helpers respect bufferTimeoutMS #​15229 #​15201
  • feat(document): support schematype-level transform option #​15163 #​15084
  • feat(model): add insertOne() function to insert a single doc #​15162 #​14843
  • feat(connection): support Connection.prototype.aggregate() for db-level aggregations #​15153
  • feat(model): make syncIndexes() not call createIndex() on indexes that already exist #​15175 #​12250
  • feat(model): useConnection(connection) function #​14802
  • fix(model): disallow updateMany(update) and fix TypeScript types re: updateMany() #​15199 #​15190
  • fix(collection): avoid buffering if creating a collection during a connection interruption #​15187 #​14971
  • fix(model): throw error if calling create() with multiple docs in a transaction unless ordered: true #​15100
  • fix(model): skip createCollection() in syncIndexes() if autoCreate: false #​15155
  • fix(model): make hydrate() handle hydrating deeply nested populated docs with hydratedPopulatedDocs #​15130
  • types(document): make sure toObject() and toJSON() apply versionKey __v #​15097
  • ci(NODE-6505): CI Setup for Encryption Support #​15139 aditi-khare-mongoDB

v8.9.7

Compare Source

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

v8.9.6

Compare Source

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

  • fix(document): allow setting values to undefined with set(obj) syntax with strict: false #​15207 #​15192
  • fix(schema): improve reason for UUID cast error, currently a TypeError #​15215 #​15202
  • fix(aggregate): improve error when calling near() with invalid coordinates #​15206 #​15188

v8.9.5

Compare Source

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

v8.9.4

Compare Source

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

  • fix(document): fix document not applying manual populate when using a function in schema.options.ref #​15138 IchirokuXVI
  • fix(model): make Model.validate() static correctly cast document arrays #​15169 #​15164
  • fix(model): allow passing validateBeforeSave option to bulkSave() to skip validation #​15161 #​15156
  • fix(schema): allow multiple self-referencing discriminator schemas using Schema.prototype.discriminator #​15142 #​15120
  • types: avoid BufferToBinary<> wiping lean types when passed to generic functions #​15160 #​15158
  • docs: fix <code> in header ids #​15159
  • docs: fix header in field-level-encryption.md #​15137 damieng

v8.9.3

Compare Source

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

  • fix(schema): make duplicate index error a warning for now to prevent blocking upgrading #​15135 #​15112 #​15109
  • fix(model): handle document array paths set to non-array values in Model.castObject() #​15124 #​15075
  • fix(document): avoid using childSchemas.path for compatibility with pre-Mongoose-8.8 schemas #​15131 #​15071
  • fix(model): avoid throwing unnecessary error if updateOne() returns null in save() #​15126
  • perf(cursor): clear the stack every time if using populate with batchSize to avoid stack overflows with large docs #​15136 #​10449
  • types: make BufferToBinary avoid Document instances #​15123 #​15122
  • types(model+query): avoid stripping out virtuals when calling populate with paths generic #​15132 #​15111
  • types(schema): add missing removeIndex #​15134
  • types: add cleanIndexes() to IndexManager interface #​15127
  • docs: move search endpoint to netlify #​15119

v8.9.2

Compare Source

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

  • fix(schema): avoid throwing duplicate index error if index spec keys have different order or index has a custom name #​15112 #​15109
  • fix(map): clean modified subpaths when overwriting values in map of subdocs #​15114 #​15108
  • fix(aggregate): pull session from transaction local storage for aggregation cursors #​15094 IchirokuXVI
  • types: correctly handle union types in BufferToBinary and related helpers #​15103 #​15102 #​15057
  • types: add UUID to RefType #​15115 #​15101
  • docs: remove link to Mongoose 5.x docs from dropdown #​15116
  • docs(connection+document+model): remove remaining references to remove(), clarify that deleteOne() does not execute until then() or exec() #​15113 #​15107

v8.9.1

Compare Source

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

  • fix(connection): remove heartbeat check in load balanced mode #​15089 #​15042 #​14812
  • fix(discriminator): gather childSchemas when creating discriminator to ensure $getAllSubdocs() can properly get all subdocs #​15099 #​15088 #​15092
  • fix(model): handle discriminators in castObject() #​15096 #​15075
  • fix(schema): throw error if duplicate index definition using unique in schema path and subsequent .index() call #​15093 #​15056
  • fix: mark documents that are populated using hydratedPopulatedDocs option as populated in top-level doc #​15080 #​15048
  • fix(document+schema): improve error message for get() on invalid path #​15098 #​15071
  • docs: remove more callback doc references & some small other changes #​15095

v8.9.0

Compare Source

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

v8.8.4

Compare Source

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

  • fix: cast using overwritten embedded discriminator key when set #​15076 #​15051
  • fix: avoid throwing error if saveOptions undefined when invalidating subdoc cache #​15062

v8.8.3

Compare Source

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

  • fix: disallow using $where in match
  • perf: cache results from getAllSubdocs() on saveOptions, only loop through known subdoc properties #​15055 #​15029
  • fix(model+query): support overwriteDiscriminatorKey for bulkWrite updateOne and updateMany, allow inferring discriminator key from update #​15046 #​15040

v8.8.2

Compare Source

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.0.3 fix(deps): update dependency mongoose to v8.0.4 Jan 9, 2024
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch 2 times, most recently from 4b2704b to b531c00 Compare January 16, 2024 18:18
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.0.4 fix(deps): update dependency mongoose to v8.1.0 Jan 16, 2024
@changeset-bot
Copy link

changeset-bot bot commented Jan 16, 2024

⚠️ No Changeset found

Latest commit: 7830819

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from b531c00 to ec79235 Compare January 25, 2024 00:14
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.1.0 fix(deps): update dependency mongoose to v8.1.1 Jan 25, 2024
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from ec79235 to d963e98 Compare February 12, 2024 01:03
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.1.1 fix(deps): update dependency mongoose to v8.1.2 Feb 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.1.2 fix(deps): update dependency mongoose to v8.1.3 Feb 16, 2024
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch 2 times, most recently from 48ac514 to aaea70a Compare February 22, 2024 21:30
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.1.3 fix(deps): update dependency mongoose to v8.2.0 Feb 22, 2024
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.2.0 fix(deps): update dependency mongoose to v8.2.1 Mar 5, 2024
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from aaea70a to 56ee4f5 Compare March 5, 2024 00:31
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.2.1 fix(deps): update dependency mongoose to v8.2.2 Mar 15, 2024
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch 2 times, most recently from 8be2537 to dcbd0ec Compare March 21, 2024 22:46
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.2.2 fix(deps): update dependency mongoose to v8.2.3 Mar 21, 2024
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from dcbd0ec to 8ac1717 Compare March 28, 2024 20:15
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.2.3 fix(deps): update dependency mongoose to v8.2.4 Mar 28, 2024
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 8ac1717 to 2a2f53b Compare April 3, 2024 20:57
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.2.4 fix(deps): update dependency mongoose to v8.3.0 Apr 3, 2024
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 2a2f53b to 8eefc60 Compare April 8, 2024 19:31
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.3.0 fix(deps): update dependency mongoose to v8.3.1 Apr 8, 2024
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 8eefc60 to 3e7d161 Compare April 16, 2024 17:43
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.3.1 fix(deps): update dependency mongoose to v8.3.2 Apr 16, 2024
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 3e7d161 to ebe5e7f Compare April 29, 2024 21:02
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.3.2 fix(deps): update dependency mongoose to v8.3.3 Apr 29, 2024
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from ebe5e7f to 6ff1652 Compare May 6, 2024 20:40
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 3fda14c to 4097b90 Compare June 21, 2025 20:03
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.15.2 fix(deps): update dependency mongoose to v8.16.0 Jun 21, 2025
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 4097b90 to 3faf554 Compare June 29, 2025 11:59
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.16.0 fix(deps): update dependency mongoose to v8.16.1 Jun 29, 2025
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 3faf554 to 753c44f Compare July 19, 2025 20:12
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.16.1 fix(deps): update dependency mongoose to v8.16.4 Jul 19, 2025
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 753c44f to bee380c Compare July 27, 2025 19:55
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.16.4 fix(deps): update dependency mongoose to v8.16.5 Jul 27, 2025
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from bee380c to 441182b Compare August 4, 2025 20:01
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.16.5 fix(deps): update dependency mongoose to v8.17.0 Aug 4, 2025
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 441182b to 0e6bd94 Compare August 8, 2025 02:43
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.17.0 fix(deps): update dependency mongoose to v8.17.1 Aug 8, 2025
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 0e6bd94 to d4c7c28 Compare August 23, 2025 11:28
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.17.1 fix(deps): update dependency mongoose to v8.18.0 Aug 23, 2025
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from d4c7c28 to 5e48d4a Compare September 8, 2025 23:45
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.18.0 fix(deps): update dependency mongoose to v8.18.1 Sep 8, 2025
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 5e48d4a to b636bca Compare September 24, 2025 07:42
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.18.1 fix(deps): update dependency mongoose to v8.18.2 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch 2 times, most recently from 2080dca to 7aced30 Compare September 29, 2025 16:04
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.18.2 fix(deps): update dependency mongoose to v8.18.3 Sep 29, 2025
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 7aced30 to 520803c Compare October 2, 2025 19:58
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.18.3 fix(deps): update dependency mongoose to v8.19.0 Oct 2, 2025
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 520803c to fd63128 Compare October 7, 2025 08:03
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.19.0 fix(deps): update dependency mongoose to v8.19.1 Oct 7, 2025
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from fd63128 to ede8dd5 Compare October 20, 2025 19:46
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.19.1 fix(deps): update dependency mongoose to v8.19.2 Oct 20, 2025
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from ede8dd5 to 7830819 Compare November 8, 2025 07:45
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.19.2 fix(deps): update dependency mongoose to v8.19.3 Nov 8, 2025
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