dependabot npm(deps): bump mongoose from 6.6.0 to 6.6.1
Bumps mongoose from 6.6.0 to 6.6.1.
Release notes
Sourced from mongoose's releases.
6.6.1 / 2022-09-14
- fix: correctly apply defaults after subdoc init #12328
- fix(array): avoid using default _id when using pull() #12294
- fix: allow null values inside $expr objects #12429 MartinDrost
- fix(query): use correct Query constructor when cloning query #12418
- docs(website): remove setting "latest38x" which is not used anywhere #12396 hasezoey
Changelog
Sourced from mongoose's changelog.
6.6.1 / 2022-09-14
- fix: correctly apply defaults after subdoc init #12328
- fix(array): avoid using default _id when using pull() #12294
- fix: allow null values inside $expr objects #12429 MartinDrost
- fix(query): use correct Query constructor when cloning query #12418
- docs(website): remove setting "latest38x" which is not used anywhere #12396 hasezoey
Commits
-
71478c4
chore: release 6.6.1 -
c35dfdd
Merge pull request #12429 from MartinDrost/master -
d0bea58
fix: allow null values inside $expr objects -
5f62e70
Merge pull request #12427 from Automattic/vkarpov15/gh-12328 -
47ce125
fix: correctly apply defaults after subdoc init -
b46848d
fix(document): correct context for default functions in subdocuments with init -
01145a2
Added TopN to AccumulatorOperator type (#12422) -
76f7412
test(model.test): move test inside suite (#12421) -
97c3bdb
Merge pull request #12419 from Automattic/vkarpov15/gh-12294 -
805c927
Merge pull request #12418 from Automattic/vkarpov15/gh-12365 - Additional commits viewable in compare view