Skip to content

Commit

Permalink
fix(deps): Bump mongoose from 8.4.3 to 8.4.4 (#354)
Browse files Browse the repository at this point in the history
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.4.3 to 8.4.4.
<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.4.4 / 2024-06-25</h1>
<ul>
<li>perf: avoid unnecesary get() call and use faster approach for converting to string <a href="https://redirect.github.com/Automattic/mongoose/issues/14673">#14673</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14394">#14394</a></li>
<li>fix(projection): handle projections on arrays in Model.hydrate() projection option <a href="https://redirect.github.com/Automattic/mongoose/issues/14686">#14686</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14680">#14680</a></li>
<li>fix(document): avoid passing validateModifiedOnly to subdocs so subdocs get fully validating if they're directly modified <a href="https://redirect.github.com/Automattic/mongoose/issues/14685">#14685</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14677">#14677</a></li>
<li>fix: handle casting primitive array with $elemMatch in bulkWrite() <a href="https://redirect.github.com/Automattic/mongoose/issues/14687">#14687</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14678">#14678</a></li>
<li>fix(query): cast $pull using embedded discriminator schema when discriminator key is set in filter <a href="https://redirect.github.com/Automattic/mongoose/issues/14676">#14676</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14675">#14675</a></li>
<li>types(connection): fix return type of withSession() <a href="https://redirect.github.com/Automattic/mongoose/issues/14690">#14690</a> <a href="https://github.com/tt-public">tt-public</a></li>
<li>types: add $documents pipeline stage and fix $unionWith type <a href="https://redirect.github.com/Automattic/mongoose/issues/14666">#14666</a> <a href="https://github.com/nick-statsig">nick-statsig</a></li>
<li>docs(findoneandupdate): improve example that shows findOneAndUpdate() returning doc before updates were applied <a href="https://redirect.github.com/Automattic/mongoose/issues/14671">#14671</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14670">#14670</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.4.4 / 2024-06-25</h1>
<ul>
<li>perf: avoid unnecesary get() call and use faster approach for converting to string <a href="https://redirect.github.com/Automattic/mongoose/issues/14673">#14673</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14394">#14394</a></li>
<li>fix(projection): handle projections on arrays in Model.hydrate() projection option <a href="https://redirect.github.com/Automattic/mongoose/issues/14686">#14686</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14680">#14680</a></li>
<li>fix(document): avoid passing validateModifiedOnly to subdocs so subdocs get fully validating if they're directly modified <a href="https://redirect.github.com/Automattic/mongoose/issues/14685">#14685</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14677">#14677</a></li>
<li>fix: handle casting primitive array with $elemMatch in bulkWrite() <a href="https://redirect.github.com/Automattic/mongoose/issues/14687">#14687</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14678">#14678</a></li>
<li>fix(query): cast $pull using embedded discriminator schema when discriminator key is set in filter <a href="https://redirect.github.com/Automattic/mongoose/issues/14676">#14676</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14675">#14675</a></li>
<li>types(connection): fix return type of withSession() <a href="https://redirect.github.com/Automattic/mongoose/issues/14690">#14690</a> <a href="https://github.com/tt-public">tt-public</a></li>
<li>types: add $documents pipeline stage and fix $unionWith type <a href="https://redirect.github.com/Automattic/mongoose/issues/14666">#14666</a> <a href="https://github.com/nick-statsig">nick-statsig</a></li>
<li>docs(findoneandupdate): improve example that shows findOneAndUpdate() returning doc before updates were applied <a href="https://redirect.github.com/Automattic/mongoose/issues/14671">#14671</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14670">#14670</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Automattic/mongoose/commit/633e4f4834e2debafe167a3fb7b5fa693dcd1e93"><code>633e4f4</code></a> chore: release 8.4.4</li>
<li><a href="https://github.com/Automattic/mongoose/commit/f89868be7fe67fda6b55b986890aead5e6fabf88"><code>f89868b</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14690">#14690</a> from tt-public/feat/type-withsession</li>
<li><a href="https://github.com/Automattic/mongoose/commit/31111f200d54f89cd7bd476bf967b980441071b9"><code>31111f2</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14687">#14687</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14678">gh-14678</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/516464a17e79fd5fc204a3f7f7e6a6db8680fc11"><code>516464a</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14686">#14686</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14680">gh-14680</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/c062b1ff34e2d6da19efd204c8c13f689edc3199"><code>c062b1f</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14685">#14685</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14677">gh-14677</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/8b05872227dcddf2202d6652eaed1f6fd2b7530c"><code>8b05872</code></a> style: fix lint</li>
<li><a href="https://github.com/Automattic/mongoose/commit/cc63f6955ca4aa7b43b9c6ea880d55bbc01eecb4"><code>cc63f69</code></a> feat: fix return type of Connection.withSession</li>
<li><a href="https://github.com/Automattic/mongoose/commit/561a5802e89b695abbbcb2e4cebfd235c480a684"><code>561a580</code></a> test: add type test for Connection.withSession</li>
<li><a href="https://github.com/Automattic/mongoose/commit/091c85dc22f6e585473320abbc239842b0d7310d"><code>091c85d</code></a> fix: handle casting primitive array with $elemMatch in bulkWrite()</li>
<li><a href="https://github.com/Automattic/mongoose/commit/36ea38302d0c502a41371e484dc67f2a229f4fa4"><code>36ea383</code></a> fix(projection): handle projections on arrays in <code>Model.hydrate()</code> projection...</li>
<li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/8.4.3...8.4.4">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.4.3&new-version=8.4.4)](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 Jul 1, 2024
1 parent 1180875 commit 5a6f6d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.6.8",
"env-var": "^7.5.0",
"fast-crc32c": "^2.0.0",
"mongoose": "^8.4.3",
"mongoose": "^8.4.4",
"webcrypto-core": "< 2.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 5a6f6d5

Please sign in to comment.