nest
nest copied to clipboard
chore(deps-dev): bump mongoose from 8.3.3 to 8.3.4
trafficstars
Bumps mongoose from 8.3.3 to 8.3.4.
Release notes
Sourced from mongoose's releases.
8.3.4 / 2024-05-06
- perf(document): avoid cloning options using spread operator for perf reasons #14565 #14394
- fix(query): apply translateAliases before casting to avoid strictMode error when using aliases #14562 #14521
- fix(model): consistent top-level timestamps option for bulkWrite operations #14546 #14536
- docs(connections): improve description of connection creation patterns #14564 #14528
Changelog
Sourced from mongoose's changelog.
8.3.4 / 2024-05-06
- perf(document): avoid cloning options using spread operator for perf reasons #14565 #14394
- fix(query): apply translateAliases before casting to avoid strictMode error when using aliases #14562 #14521
- fix(model): consistent top-level timestamps option for bulkWrite operations #14546 #14536
- docs(connections): improve description of connection creation patterns #14564 #14528
Commits
88afc33chore: release 8.3.413db408Merge pull request #14565 from Automattic/vkarpov15/gh-1439431596d5style: fix lintc51fdd8perf(document): avoid copying all properties into cloneOptions, just the nece...3b00122Merge pull request #14564 from Automattic/vkarpov15/gh-14528d24b7a8Merge pull request #14562 from Automattic/vkarpov15/gh-14521ddb19faMerge pull request #14557 from Automattic/dependabot/npm_and_yarn/master/sift...3e4aa8fMerge pull request #14555 from Automattic/dependabot/npm_and_yarn/master/mark...abc87b2remove unnecessary logicf087e8fperf(document): remove some more unnecessary cloning in $toObject() re: #14394- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Test Coverage Report for Build e45c1c38-4124-4be9-88f9-f5b94028c2bd
Details
- 0 of 0 changed or added relevant lines in 0 files are covered.
- No unchanged relevant lines lost coverage.
- Overall coverage remained the same at 92.124%
| Totals | |
|---|---|
| Change from base Build e56f6d99-d9bc-426a-b9ef-ed11406d7e1c: | 0.0% |
| Covered Lines: | 6737 |
| Relevant Lines: | 7313 |