dependabot npm(deps): bump mongoose from 7.3.1 to 7.3.2
Bumps mongoose from 7.3.1 to 7.3.2.
Release notes
Sourced from mongoose's releases.
7.3.2 / 2023-07-06
- fix(model): avoid TypeError if insertMany() fails with error that does not have writeErrors property #13579 #13531
- fix(query): convert findOneAndUpdate to findOneAndReplace when overwrite set for backwards compat with Mongoose 6 #13572 #13550
- fix(query): throw readable error when executing a Query instance without an associated model #13571 #13570
- types: support mongoose.Schema.ObjectId as alias for mongoose.Schema.Types.ObjectId #13543 #13534
- docs(connections): clarify that socketTimeoutMS now defaults to 0 #13576 #13537
- docs(migrating_to_7): add mapReduce() removal to migration guide #13568 #13548
- docs(schemas): fix typo in schemas.md #13540 Metehan-Altuntekin
Changelog
Sourced from mongoose's changelog.
7.3.2 / 2023-07-06
- fix(model): avoid TypeError if insertMany() fails with error that does not have writeErrors property #13579 #13531
- fix(query): convert findOneAndUpdate to findOneAndReplace when overwrite set for backwards compat with Mongoose 6 #13572 #13550
- fix(query): throw readable error when executing a Query instance without an associated model #13571 #13570
- types: support mongoose.Schema.ObjectId as alias for mongoose.Schema.Types.ObjectId #13543 #13534
- docs(connections): clarify that socketTimeoutMS now defaults to 0 #13576 #13537
- docs(migrating_to_7): add mapReduce() removal to migration guide #13568 #13548
- docs(schemas): fix typo in schemas.md #13540 Metehan-Altuntekin
Commits
-
b336ed8
chore: release 7.3.2 -
7ad5eef
Merge pull request #13579 from Automattic/vkarpov15/gh-13531 -
c01cff6
Merge pull request #13581 from hasezoey/updateDev -
7b3b027
chore(dev-deps): bump mkdirp from 2.1.3 to 3.0.1 -
db01339
chore(dev-deps): bump @typescript-eslint/* from 5.60.1 to 5.61.0 -
a5f8dd8
Merge pull request #13571 from Automattic/vkarpov15/gh-13570 -
3fbb59d
fix(model): avoid TypeError if insertMany() fails with error that does not ha... -
eeed3f5
Update test/query.test.js -
e0ec269
Merge branch 'master' into vkarpov15/gh-13570 -
8aabe2f
test: add suggested test for missingop
- Additional commits viewable in compare view