chore(deps): bump mongoose from 8.24.1 to 9.7.4
Open
Number: #12
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Unknown
Comments: 1
Association: Unknown
Comments: 1
Created:
July 07, 2026 at 11:04 PM UTC
(14 days ago)
(14 days ago)
Updated:
July 07, 2026 at 11:06 PM UTC
(14 days ago)
(14 days ago)
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps mongoose from 8.24.1 to 9.7.4.
Release notes
Sourced from mongoose's releases.
9.7.4 / 2026-07-06
- types(create): fix handling of nested objects typed as interfaces #16363 #16362
- types: correct
thisparameter handling for methods withversionKey#16344 #16046- docs: add FAQ entry for
querySrv ECONNREFUSEDerrors on Windows withmongodb+srv://connections #16342 ajay naik9.7.3 / 2026-06-26
- types(model): correct Model.validate() return type to Promise #16340 #16338
- types: use
@standard-schema/specfor StandardSchema types rather than inlining #16341 #163399.7.2 / 2026-06-22
- fix(documentarray): reindex subdocs after array reordering and removal so subsequent nested changes save using the correct path #16282 AbdelrahmanHafez
- fix(document): avoid accessing special properties in
Document.prototype.get()- fix(schema): only return own properties in schematype lookups and disallow setting schema paths under special properties
- docs: update homepage sponsor layout
9.7.1 / 2026-06-17
- perf(document+model): improve save performance by avoiding unnecessary promise allocations and reducing path/default/dirty-state overhead #16331
- fix(schema): include ObjectId regex pattern in
toJSONSchema()output #16335 #16334 AbdelrahmanHafez- fix(populate): split populate into separate queries per document if the resulting
$infilter has more than 50k elements to reduce risk of BSON size errors #16333 #5890- docs: add assistant sidebar with MongoDB Knowledge integration #16311 #16283
- docs: update docs copy buttons, edit links, homepage alignment, and
llms.txtgeneration #16326 #16327 #163299.7.0 / 2026-06-09
- feat: add Node.js TracingChannel support for APM instrumentation #16275 #16105 logaretm
- feat(model): add standard schema adapter for models #16308 #16280
- fix(cursor): avoid waiting on buffering to run aggregation middleware #16289 #16284
- fix(document): throw error if overwriting array selected with
$slice#16313 #2432- fix(schema): remove
validateSync()union fallback #16310 #16291 AbdelrahmanHafez- types: cast primitive types within unions when applying create casting #16320 #16316
- docs: add
llms.txt#16312 #15687- docs: rewrite documents docs #16298
- docs(model): clarify some details on
model.validate()casting #16308 #16280- docs(findOneAndUpdate): clarify update handling of undefined #16299
- docs(model): fix link to be absolute #16321 hasezoey
9.6.3 / 2026-05-27
- fix(clone): isolate cloned arrays from source documents #16281 AbdelrahmanHafez
- fix(update): preserve user-provided
$setOnInsert.createdAtwithoverwriteImmutable: true#16278 #15781 AbdelrahmanHafez- fix(schema): always pass raw string value to error validators, only trim to 30 chars for maxlength validator #16238 #16236 #15550 #15571
- types: add
$percentileto TypeScript aggregation expression types #16290 #16288- docs: update default pool sizes on createConnection() #16295 torbiak-samdesk
- docs: improve code block copy button behavior and sidebar scrolling #16294 DraXx-Van
- docs: remove broken link to deleted schema example #16297 kaseken
... (truncated)
Changelog
Sourced from mongoose's changelog.
9.7.4 / 2026-07-06
- types(create): fix handling of nested objects typed as interfaces #16363 #16362
- types: correct
thisparameter handling for methods withversionKey#16344 #16046- docs: add FAQ entry for
querySrv ECONNREFUSEDerrors on Windows withmongodb+srv://connections #16342 ajay naik9.7.3 / 2026-06-26
- types(model): correct Model.validate() return type to Promise #16340 #16338
- types: use
@standard-schema/specfor StandardSchema types rather than inlining #16341 #163399.7.2 / 2026-06-22
- fix(documentarray): reindex subdocs after array reordering and removal so subsequent nested changes save using the correct path #16282 AbdelrahmanHafez
- fix(document): avoid accessing special properties in
Document.prototype.get()- fix(schema): only return own properties in schematype lookups and disallow setting schema paths under special properties
- docs: update homepage sponsor layout
9.7.1 / 2026-06-17
- perf(document+model): improve save performance by avoiding unnecessary promise allocations and reducing path/default/dirty-state overhead #16331
- fix(schema): include ObjectId regex pattern in
toJSONSchema()output #16335 #16334 AbdelrahmanHafez- fix(populate): split populate into separate queries per document if the resulting
$infilter has more than 50k elements to reduce risk of BSON size errors #16333 #5890- docs: add assistant sidebar with MongoDB Knowledge integration #16311 #16283
- docs: update docs copy buttons, edit links, homepage alignment, and
llms.txtgeneration #16326 #16327 #163299.7.0 / 2026-06-09
- feat: add Node.js TracingChannel support for APM instrumentation #16275 #16105 logaretm
- feat(model): add standard schema adapter for models #16308 #16280
- fix(cursor): avoid waiting on buffering to run aggregation middleware #16289 #16284
- fix(document): throw error if overwriting array selected with
$slice#16313 #2432- fix(schema): remove
validateSync()union fallback #16310 #16291 AbdelrahmanHafez- types: cast primitive types within unions when applying create casting #16320 #16316
- docs: add
llms.txt#16312 #15687- docs: rewrite documents docs #16298
- docs(model): clarify some details on
model.validate()casting #16308 #16280- docs(findOneAndUpdate): clarify update handling of undefined #16299
- docs(model): fix link to be absolute #16321 hasezoey
9.6.3 / 2026-05-27
- fix(clone): isolate cloned arrays from source documents #16281 AbdelrahmanHafez
- fix(update): preserve user-provided
$setOnInsert.createdAtwithoverwriteImmutable: true#16278 #15781 AbdelrahmanHafez- fix(schema): always pass raw string value to error validators, only trim to 30 chars for maxlength validator #16238 #16236 #15550 #15571
- types: add
$percentileto TypeScript aggregation expression types #16290 #16288- docs: update default pool sizes on createConnection() #16295 torbiak-samdesk
- docs: improve code block copy button behavior and sidebar scrolling #16294 DraXx-Van
- docs: remove broken link to deleted schema example #16297 kaseken
... (truncated)
Commits
62192d1chore: release 9.7.44d2b1c5Merge pull request #16363 from Automattic/vkarpov15/gh-1636206ca603Potential fix for pull request finding19ee447types(create): fix handling of nested objects typed as interfacese653b37Merge pull request #16353 from Automattic/dependabot/github_actions/master/ac...8f0e582Merge pull request #16354 from Automattic/dependabot/github_actions/master/ac...78d19edMerge pull request #16355 from Automattic/dependabot/npm_and_yarn/master/ark/...c4296bbMerge pull request #16358 from Automattic/dependabot/npm_and_yarn/master/mark...56f1202Merge pull request #16360 from Automattic/dependabot/npm_and_yarn/master/uuid...707ba75Merge pull request #16361 from Automattic/dependabot/npm_and_yarn/master/esli...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 16124452 |
| UUID: | 4832872833 |
| Node ID: | PR_kwDORGHjaM7vCx4t |
| Host: | GitHub |
| Repository: | fwfindia/FWF |