fix(query): allow setting defaults option on result documents from query options #7287IslandRhythms
fix(populate): handle populating embedded discriminator with custom tiedValue #10231
fix(document): allow passing space-delimited string of pathsToValidate to validate() and validateSync()#10258
fix(model+schema): support loadClass() on classes that have collection as a static property #10257#10254IslandRhythms
fix(SchemaArrayOptions): correct property name #10236
fix(index.d.ts): add any to all query operators to minimize likelihood of "type instantiation is excessively deep" when querying docs with 4-level deep subdocs #10189
fix(index.d.ts): add $parent() in addition to parent() in TS definitions
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps mongoose from 5.10.10 to 5.12.14.
Changelog
Sourced from mongoose's changelog.
... (truncated)
Commits
4825fd6
chore: release 5.12.14c6316c3
Merge pull request #10361 from vmosolutions/gh-10357e0af551
fix(document): avoid infinite recursion when setting single nested subdoc to ...c72b971
test(document): repro #10351429c2b0
check that schema type is an object when setting isUnderneathDocArray7fbdb25
Merge branch 'master' into gh-10313bf7fcdd
fix(index.d.ts): undo some changes for VirtualTypeOptions re: #10350b191d21
Merge pull request #10350 from thiagokisaki/patch-1f676487
docs: add a few more modern examples of using lambda re: #1028093cc500
style: fix lint re: #9588Dependabot 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)