dependabot npm(deps): bump mongoose from 7.2.0 to 7.2.1
Bumps mongoose from 7.2.0 to 7.2.1.
Release notes
Sourced from mongoose's releases.
7.2.1 / 2023-05-24
- fix(array): track correct changes when setting nested array of primitives #13422 #13372
- fix(query): handle plus path in projection with findOneAndUpdate() #13437 #13413
- fix(cursor): handle calling skipMiddlewareFunction() in pre('find') middleware with cursors #13436 #13411
- fix(model): include inspect output in castBulkWrite() error #13426
- fix: avoid setting null property when updating using update pipeline with child timestamps but no top-level timestamps #13427 #13379
- docs: remove callback based examples #13433 #13401
- docs(connections): add details about keepAlive deprecation #13431
- docs: add list of supported patterns for error message templating #13425 #13311
Changelog
Sourced from mongoose's changelog.
7.2.1 / 2023-05-24
- fix(array): track correct changes when setting nested array of primitives #13422 #13372
- fix(query): handle plus path in projection with findOneAndUpdate() #13437 #13413
- fix(cursor): handle calling skipMiddlewareFunction() in pre('find') middleware with cursors #13436 #13411
- fix(model): include inspect output in castBulkWrite() error #13426
- fix: avoid setting null property when updating using update pipeline with child timestamps but no top-level timestamps #13427 #13379
- docs: remove callback based examples #13433 #13401
- docs(connections): add details about keepAlive deprecation #13431
- docs: add list of supported patterns for error message templating #13425 #13311
Commits
-
2457994
chore: release 7.2.1 -
e0a3f1c
Merge pull request #13437 from Automattic/vkarpov15/gh-13413 -
762254d
Merge pull request #13436 from Automattic/vkarpov15/gh-13411 -
3cf7304
fix(query): handle plus path in projection with findOneAndUpdate() -
816b7f9
style: fix lint -
c8367bf
fix(cursor): handle callingskipMiddlewareFunction()
in pre('find') middlew... -
0e08bb2
Merge pull request #13433 from Automattic/IslandRhythms/fix-callback-docs -
196c822
Update connections.md -
2183b6c
Merge pull request #13435 from Automattic/IslandRhythms/gh-13417 -
45a2c29
made requested changes - Additional commits viewable in compare view