Skip to content

Commit

Permalink
fix(deps): Bump mongoose from 8.7.1 to 8.7.3 (#394)
Browse files Browse the repository at this point in the history
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.7.1 to 8.7.3.
<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>8.7.3 / 2024-10-25</h1>
<ul>
<li>fix(cursor): close underlying query cursor when calling destroy() <a href="https://redirect.github.com/Automattic/mongoose/issues/14982">#14982</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14966">#14966</a></li>
<li>types: add JSONSerialized helper that can convert HydratedDocument to JSON output type <a href="https://redirect.github.com/Automattic/mongoose/issues/14981">#14981</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14451">#14451</a></li>
<li>types(model): convert InsertManyResult to interface and remove unnecessary insertedIds override <a href="https://redirect.github.com/Automattic/mongoose/issues/14977">#14977</a></li>
<li>types(connection): add missing sanitizeFilter option <a href="https://redirect.github.com/Automattic/mongoose/issues/14975">#14975</a></li>
<li>types: improve goto definition for inferred schema definitions <a href="https://redirect.github.com/Automattic/mongoose/issues/14968">#14968</a> <a href="https://github.com/forivall">forivall</a></li>
<li>docs(migration-guide-v7): correct link to the section &quot;Id Setter&quot; <a href="https://redirect.github.com/Automattic/mongoose/issues/14973">#14973</a> <a href="https://github.com/rb-ntnx">rb-ntnx</a></li>
</ul>
<h1>8.7.2 / 2024-10-17</h1>
<ul>
<li>fix(document): recursively clear modified subpaths when setting deeply nested subdoc to null <a href="https://redirect.github.com/Automattic/mongoose/issues/14963">#14963</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14952">#14952</a></li>
<li>fix(populate): handle array of ids with parent refPath <a href="https://redirect.github.com/Automattic/mongoose/issues/14965">#14965</a></li>
<li>types: make Buffers into mongodb.Binary in lean result type to match runtime behavior <a href="https://redirect.github.com/Automattic/mongoose/issues/14967">#14967</a></li>
<li>types: correct schema type inference when using nested typeKey like type: { type: String } <a href="https://redirect.github.com/Automattic/mongoose/issues/14956">#14956</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14950">#14950</a></li>
<li>types: re-export DeleteResult and UpdateResult from MongoDB Node.js driver <a href="https://redirect.github.com/Automattic/mongoose/issues/14947">#14947</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14946">#14946</a></li>
<li>docs(documents): add section on setting deeply nested properties, including warning about nullish coalescing assignment <a href="https://redirect.github.com/Automattic/mongoose/issues/14972">#14972</a></li>
<li>docs(model): add more info on acknowledged: false, specifically that Mongoose may return that if the update was empty <a href="https://redirect.github.com/Automattic/mongoose/issues/14957">#14957</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>8.7.3 / 2024-10-25</h1>
<ul>
<li>fix(cursor): close underlying query cursor when calling destroy() <a href="https://redirect.github.com/Automattic/mongoose/issues/14982">#14982</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14966">#14966</a></li>
<li>types: add JSONSerialized helper that can convert HydratedDocument to JSON output type <a href="https://redirect.github.com/Automattic/mongoose/issues/14981">#14981</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14451">#14451</a></li>
<li>types(model): convert InsertManyResult to interface and remove unnecessary insertedIds override <a href="https://redirect.github.com/Automattic/mongoose/issues/14977">#14977</a></li>
<li>types(connection): add missing sanitizeFilter option <a href="https://redirect.github.com/Automattic/mongoose/issues/14975">#14975</a></li>
<li>types: improve goto definition for inferred schema definitions <a href="https://redirect.github.com/Automattic/mongoose/issues/14968">#14968</a> <a href="https://github.com/forivall">forivall</a></li>
<li>docs(migration-guide-v7): correct link to the section &quot;Id Setter&quot; <a href="https://redirect.github.com/Automattic/mongoose/issues/14973">#14973</a> <a href="https://github.com/rb-ntnx">rb-ntnx</a></li>
</ul>
<h1>8.7.2 / 2024-10-17</h1>
<ul>
<li>fix(document): recursively clear modified subpaths when setting deeply nested subdoc to null <a href="https://redirect.github.com/Automattic/mongoose/issues/14963">#14963</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14952">#14952</a></li>
<li>fix(populate): handle array of ids with parent refPath <a href="https://redirect.github.com/Automattic/mongoose/issues/14965">#14965</a></li>
<li>types: make Buffers into mongodb.Binary in lean result type to match runtime behavior <a href="https://redirect.github.com/Automattic/mongoose/issues/14967">#14967</a></li>
<li>types: correct schema type inference when using nested typeKey like type: { type: String } <a href="https://redirect.github.com/Automattic/mongoose/issues/14956">#14956</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14950">#14950</a></li>
<li>types: re-export DeleteResult and UpdateResult from MongoDB Node.js driver <a href="https://redirect.github.com/Automattic/mongoose/issues/14947">#14947</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14946">#14946</a></li>
<li>docs(documents): add section on setting deeply nested properties, including warning about nullish coalescing assignment <a href="https://redirect.github.com/Automattic/mongoose/issues/14972">#14972</a></li>
<li>docs(model): add more info on acknowledged: false, specifically that Mongoose may return that if the update was empty <a href="https://redirect.github.com/Automattic/mongoose/issues/14957">#14957</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Automattic/mongoose/commit/f8489e39f391ce4e5dcc7a69927b77b87bcfcc34"><code>f8489e3</code></a> chore: release 8.7.3</li>
<li><a href="https://github.com/Automattic/mongoose/commit/6ab97f246e6382017a93b199bf44b416d22e1dab"><code>6ab97f2</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14981">#14981</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14451">gh-14451</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/858cc0aeb92ffa9506d3d25f8b19d4bd4638084e"><code>858cc0a</code></a> add docs and test coverage for maps</li>
<li><a href="https://github.com/Automattic/mongoose/commit/f2b2816e6a129536def4bffc2778293598b44558"><code>f2b2816</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14982">#14982</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14966">gh-14966</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/5bc09d00f667934bdabb658100a84ecfa6509b4c"><code>5bc09d0</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14973">#14973</a> from rb-ntnx/patch-1</li>
<li><a href="https://github.com/Automattic/mongoose/commit/b9c34d5dff14f82e01cfe304849894565a88e1d4"><code>b9c34d5</code></a> set _closed to true</li>
<li><a href="https://github.com/Automattic/mongoose/commit/1c59f25d41457671c1440126236f88cbc52f83b4"><code>1c59f25</code></a> fix(cursor): make aggregation cursors handle destroy() and handle destroy() b...</li>
<li><a href="https://github.com/Automattic/mongoose/commit/1a2fd2b33530ef508c411355ddd8d8d0e8997266"><code>1a2fd2b</code></a> fix(cursor): close underlying query cursor when calling <code>destroy()</code></li>
<li><a href="https://github.com/Automattic/mongoose/commit/50b2670d0102fa0686890e2fe6e282a6bb5b694c"><code>50b2670</code></a> types: handle buffers in JSONSerialized and fix issue with DocumentArrays</li>
<li><a href="https://github.com/Automattic/mongoose/commit/ff24d8689c9c0457337b23179febaf214a97e76b"><code>ff24d86</code></a> types: add JSONSerialized helper that can convert HydratedDocument to JSON ou...</li>
<li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/8.7.1...8.7.3">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mongoose&package-manager=npm_and_yarn&previous-version=8.7.1&new-version=8.7.3)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 56de48f commit 2948d61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"axios": "^1.7.7",
"env-var": "^7.5.0",
"fast-crc32c": "^2.0.0",
"mongoose": "^8.7.1",
"mongoose": "^8.7.3",
"webcrypto-core": "< 2.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 2948d61

Please sign in to comment.