-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 16d26f4
authored
Bump mongoose from 6.5.4 to 6.6.0 (#41)
Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.5.4 to
6.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Automattic/mongoose/releases">mongoose's
releases</a>.</em></p>
<blockquote>
<h1>6.6.0 / 2022-09-08</h1>
<ul>
<li>feat: upgrade mongodb driver -> 4.9.1 <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12370">#12370</a>
<a href="https://github.com/AbdelrahmanHafez">AbdelrahmanHafez</a></li>
<li>feat: re-export default Mongoose instance properties for ESM named
imports support <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12256">#12256</a></li>
<li>feat(model): add option to skip invalid fields with castObject() <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12156">#12156</a>
<a href="https://github.com/IslandRhythms">IslandRhythms</a></li>
<li>feat: use setPrototypeOf() instead of <strong>proto</strong> to
allow running on Deno <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12315">#12315</a></li>
<li>feat(QueryCursor): add support for AbortSignal on eachAsync() <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12323">#12323</a></li>
<li>feat(types): add types for new $densify operator <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12118">#12118</a>
<a href="https://github.com/IslandRhythms">IslandRhythms</a></li>
</ul>
<h1>6.5.5 / 2022-09-07</h1>
<ul>
<li>fix(setDefaultsOnInsert): avoid applying defaults on insert if
nested property set <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12279">#12279</a></li>
<li>fix(model): make applyHooks() and applyMethods() handle case where
custom method is set to Mongoose implementation <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12254">#12254</a></li>
<li>fix(types): add string "ascending" and
"descending" index-directions <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/10269">#10269</a></li>
<li>docs: upgrade dox to 1.0.0 <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12403">#12403</a>
<a href="https://github.com/hasezoey">hasezoey</a></li>
<li>docs: update old mongodb nodejs driver documentation urls <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12387">#12387</a>
<a href="https://github.com/hasezoey">hasezoey</a></li>
<li>docs: update JSDOC ... (spread) definition <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12388">#12388</a>
<a href="https://github.com/hasezoey">hasezoey</a></li>
<li>refactor(model): allow optionally passing indexes to createIndexes
and cleanIndexes <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12280">#12280</a>
<a href="https://github.com/AbdelrahmanHafez">AbdelrahmanHafez</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md">mongoose's
changelog</a>.</em></p>
<blockquote>
<h1>6.6.0 / 2022-09-08</h1>
<ul>
<li>feat: upgrade mongodb driver -> 4.9.1 <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12370">#12370</a>
<a href="https://github.com/AbdelrahmanHafez">AbdelrahmanHafez</a></li>
<li>feat: re-export default Mongoose instance properties for ESM named
imports support <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12256">#12256</a></li>
<li>feat(model): add option to skip invalid fields with castObject() <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12156">#12156</a>
<a href="https://github.com/IslandRhythms">IslandRhythms</a></li>
<li>feat: use setPrototypeOf() instead of <strong>proto</strong> to
allow running on Deno <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12315">#12315</a></li>
<li>feat(QueryCursor): add support for AbortSignal on eachAsync() <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12323">#12323</a></li>
<li>feat(types): add types for new $densify operator <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12118">#12118</a>
<a href="https://github.com/IslandRhythms">IslandRhythms</a></li>
</ul>
<h1>6.5.5 / 2022-09-07</h1>
<ul>
<li>fix(setDefaultsOnInsert): avoid applying defaults on insert if
nested property set <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12279">#12279</a></li>
<li>fix(model): make applyHooks() and applyMethods() handle case where
custom method is set to Mongoose implementation <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12254">#12254</a></li>
<li>fix(types): add string "ascending" and
"descending" index-directions <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/10269">#10269</a></li>
<li>docs: upgrade dox to 1.0.0 <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12403">#12403</a>
<a href="https://github.com/hasezoey">hasezoey</a></li>
<li>docs: update old mongodb nodejs driver documentation urls <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12387">#12387</a>
<a href="https://github.com/hasezoey">hasezoey</a></li>
<li>docs: update JSDOC ... (spread) definition <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12388">#12388</a>
<a href="https://github.com/hasezoey">hasezoey</a></li>
<li>refactor(model): allow optionally passing indexes to createIndexes
and cleanIndexes <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12280">#12280</a>
<a href="https://github.com/AbdelrahmanHafez">AbdelrahmanHafez</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Automattic/mongoose/commit/b3072f6d1631066afe68c30ba31002518b89dfd9"><code>b3072f6</code></a>
chore: release 6.6.0</li>
<li><a
href="https://github.com/Automattic/mongoose/commit/0c90cb33fda1109d145cefaa50a3a8755ff0de35"><code>0c90cb3</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12406">#12406</a>
from Automattic/6.6</li>
<li><a
href="https://github.com/Automattic/mongoose/commit/4d0392bec3dcac67ea2edb8b3dde4db3ffc775f9"><code>4d0392b</code></a>
chore: fix dependabot config</li>
<li><a
href="https://github.com/Automattic/mongoose/commit/3620dc19a124cad47407a68af13cdf5e25997a4d"><code>3620dc1</code></a>
Merge branch 'master' into 6.6</li>
<li><a
href="https://github.com/Automattic/mongoose/commit/fbf543c3f0cc6d1951150038ceeaaec2bb49cc69"><code>fbf543c</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12404">#12404</a>
from Automattic/fix-url</li>
<li><a
href="https://github.com/Automattic/mongoose/commit/e1f31f1b24edf020932df593a7616b15b69c9348"><code>e1f31f1</code></a>
docs: fix invalid formatting for URL</li>
<li><a
href="https://github.com/Automattic/mongoose/commit/2304d91bb70a1702dfea22e07471bb45085d92db"><code>2304d91</code></a>
chore: release 6.5.5</li>
<li><a
href="https://github.com/Automattic/mongoose/commit/90d4d71f3b2b76019fb6eb38d75dabe1c94ff871"><code>90d4d71</code></a>
docs: couple of quick fixes</li>
<li><a
href="https://github.com/Automattic/mongoose/commit/001dda345f15a6e10c31a0f236cdcab3b4d5bbb4"><code>001dda3</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12403">#12403</a>
from hasezoey/updateDox</li>
<li><a
href="https://github.com/Automattic/mongoose/commit/30007588d6f92d5bcc7a95a24d9bcc8a47b28e44"><code>3000758</code></a>
chore(dependabot): remove ignore for "dox"</li>
<li>Additional commits viewable in <a
href="https://github.com/Automattic/mongoose/compare/6.5.4...6.6.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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)
</details>File tree
Expand file treeCollapse file tree
2 files changed
+24
-24
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
2 files changed
+24
-24
lines changedOpen diff view settings
Collapse file
+23-23Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments