fix(collection): handle creating model when connection disconnected with bufferCommands = false #12889
fix(populate): merge instead of overwrite when match is on _id #12891
fix: add guard to stop loadClass copying Document if Document is used as base of loaded class (same hack as implemented for Model already) #12820sgpinkus
You can trigger a rebase of this PR 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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bosancz/interni-sekce/network/alerts).
> **Note**
> Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps mquery to 3.2.5 and updates ancestor dependency mongoose. These dependencies need to be updated together.
Updates
mquery
from 3.2.2 to 3.2.5Changelog
Sourced from mquery's changelog.
Commits
6646bd9
chore: release 3.2.5158f059
Merge pull request #121 from 418sec/1-npm-mqueryd3b230b
Merge pull request #1 from zpbrent/patch-1a7b6d7c
Update utils.js34344fa
chore: release 3.2.42dd768d
fix(utils): make clone() only copy own propertiesbb185d9
chore: update changelog with CVEeeaa57c
chore: release 3.2.3792e69f
fix(utils): avoid copying special properties like__proto__
when merging an...2268a48
Merge pull request #118 from aheckmann/dependabot/npm_and_yarn/mongodb-3.6.1Updates
mongoose
from 5.8.12 to 5.13.16Changelog
Sourced from mongoose's changelog.
... (truncated)
Commits
e76c41c
chore: release 5.13.16cdab11e
chore: remove Node 5 and 7 from CI because GitHub actions is bugging out with...e33a8be
fix(types): add missing typedefs for bulkSave() to 5.x896cd76
Merge pull request #12692 from hasezoey/backportLinkUpdate9caa847
chore: remove test from #12584 because it causes test failures41a2ea3
chore: remove browser build from tests3715c05
chore: fix browser build on old node re: https://github.com/webpack/schema-ut...78d9d91
Merge pull request #12584 from maciasello/fix/gh-11943aef4c7b
docs: quick fix for search re: #1283048179b4
chore: search fixesYou can trigger a rebase of this PR 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bosancz/interni-sekce/network/alerts).