dependabot npm(deps): bump mongoose from 6.9.2 to 6.10.0
Bumps mongoose from 6.9.2 to 6.10.0.
Release notes
Sourced from mongoose's releases.
6.10.0 / 2023-02-22
- feat: upgrade to mongodb driver 4.14.0 #13036
- feat: added Schema.prototype.omit() function #12939 #12931 lpizzinidev
- feat(index): added createInitialConnection option to Mongoose constructor #13021 #12965 lpizzinidev
6.9.3 / 2023-02-22
- fix(connection): delay calculating
autoCreate
andautoIndex
until after initial connection established #13007 #12940 lpizzinidev- fix(discriminator): allows update doc with discriminatorKey #13056 #13055 abarriel
- fix(query): avoid sending unnecessary empty projection to MongoDB server #13059 #13050
- fix(model): avoid sending null session option with document operations #13053 #13052 lpizzinidev
- fix(types): use MergeTypes for type overrides in HydratedDocument #13066 #13040
- docs(middleware): list validate as a potential query middleware #13057 #12680
- docs(getters-setters): explain that getters do not run by default on toJSON() #13058 #13049
- docs: refactor docs generation scripts #13044 hasezoey
Changelog
Sourced from mongoose's changelog.
6.10.0 / 2023-02-22
- feat: upgrade to mongodb driver 4.14.0 #13036
- feat: added Schema.prototype.omit() function #12939 #12931 lpizzinidev
- feat(index): added createInitialConnection option to Mongoose constructor #13021 #12965 lpizzinidev
6.9.3 / 2023-02-22
- fix(connection): delay calculating
autoCreate
andautoIndex
until after initial connection established #13007 #12940 lpizzinidev- fix(discriminator): allows update doc with discriminatorKey #13056 #13055 abarriel
- fix(query): avoid sending unnecessary empty projection to MongoDB server #13059 #13050
- fix(model): avoid sending null session option with document operations #13053 #13052 lpizzinidev
- fix(types): use MergeTypes for type overrides in HydratedDocument #13066 #13040
- docs(middleware): list validate as a potential query middleware #13057 #12680
- docs(getters-setters): explain that getters do not run by default on toJSON() #13058 #13049
- docs: refactor docs generation scripts #13044 hasezoey
5.13.16 / 2023-02-20
- fix: make access to process.versions lazy #12584 maciasello
- fix(types): add missing type definitions for
bulkSave()
#12019- docs: backport documentation URL updates #12692 hasezoey
Commits
-
0180746
chore: release 6.10.0 -
bbd5ef7
Merge pull request #13076 from Automattic/6.10 -
6791962
feat: added Schema.prototype.omit() function -
185eb16
fix: syntax error for node 12 -
c3c133b
feat(index): added createInitialConnection option to Mongoose constructor -
2dbd4aa
Merge branch '6.10' of github.com:Automattic/mongoose into 6.10 -
831009a
Merge branch 'master' of github.com:Automattic/mongoose -
8f3d58f
chore: release 6.9.3 -
ce2061e
Merge pull request #13066 from Automattic/vkarpov15/gh-13040 -
170d8fc
style: fix lint - Additional commits viewable in compare view