Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(deps): update dependency mongoose to v8.13.1 #487

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 28, 2025

This PR contains the following updates:

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

Release Notes

Automattic/mongoose (mongoose)

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

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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Feb 28, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: 08-node-express-uploading/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: multer-storage-cloudinary@4.0.0
npm error Found: cloudinary@2.4.0
npm error node_modules/cloudinary
npm error   cloudinary@"2.4.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer cloudinary@"^1.21.0" from multer-storage-cloudinary@4.0.0
npm error node_modules/multer-storage-cloudinary
npm error   multer-storage-cloudinary@"4.0.0" from the root project
npm error
npm error Conflicting peer dependency: cloudinary@1.41.3
npm error node_modules/cloudinary
npm error   peer cloudinary@"^1.21.0" from multer-storage-cloudinary@4.0.0
npm error   node_modules/multer-storage-cloudinary
npm error     multer-storage-cloudinary@"4.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-03-29T11_57_31_690Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-03-29T11_57_31_690Z-debug-0.log

@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 4eb0cb6 to ebd5002 Compare March 3, 2025 19:36
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.11.0 fix(deps): update dependency mongoose to v8.12.0 Mar 3, 2025
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from ebd5002 to 01a24d2 Compare March 4, 2025 22:57
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.12.0 fix(deps): update dependency mongoose to v8.12.1 Mar 4, 2025
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 01a24d2 to 38c7487 Compare March 21, 2025 18:15
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.12.1 fix(deps): update dependency mongoose to v8.12.2 Mar 21, 2025
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 38c7487 to 10f7723 Compare March 24, 2025 19:40
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.12.2 fix(deps): update dependency mongoose to v8.13.0 Mar 24, 2025
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 10f7723 to 7363aff Compare March 29, 2025 11:57
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.13.0 fix(deps): update dependency mongoose to v8.13.1 Mar 29, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants