Skip to content

Commit

Permalink
fix(deps): Bump mongoose from 8.3.2 to 8.3.3 (#332)
Browse files Browse the repository at this point in the history
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.3.2 to 8.3.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.3.3 / 2024-04-29</h1>
<ul>
<li>perf(document): add fast path for applying non-nested virtuals to JSON <a href="https://redirect.github.com/Automattic/mongoose/issues/14543">#14543</a></li>
<li>fix: make hydrate() recursively hydrate virtual populate docs if hydratedPopulatedDocs is set <a href="https://redirect.github.com/Automattic/mongoose/issues/14533">#14533</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14503">#14503</a></li>
<li>fix: improve timestamps option handling in bulkWrite <a href="https://redirect.github.com/Automattic/mongoose/issues/14546">#14546</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14536">#14536</a> <a href="https://github.com/sderrow">sderrow</a></li>
<li>fix(model): make recompileSchema() overwrite existing document array discriminators <a href="https://redirect.github.com/Automattic/mongoose/issues/14527">#14527</a></li>
<li>types(schema): correctly infer Array<!-- raw HTML omitted --> <a href="https://redirect.github.com/Automattic/mongoose/issues/14534">#14534</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14367">#14367</a></li>
<li>types(query+populate): apply populate overrides to doc toObject() result <a href="https://redirect.github.com/Automattic/mongoose/issues/14525">#14525</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14441">#14441</a></li>
<li>types: add null to select override return type for findOne <a href="https://redirect.github.com/Automattic/mongoose/issues/14545">#14545</a> <a href="https://github.com/sderrow">sderrow</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.3.3 / 2024-04-29</h1>
<ul>
<li>perf(document): add fast path for applying non-nested virtuals to JSON <a href="https://redirect.github.com/Automattic/mongoose/issues/14543">#14543</a></li>
<li>fix: make hydrate() recursively hydrate virtual populate docs if hydratedPopulatedDocs is set <a href="https://redirect.github.com/Automattic/mongoose/issues/14533">#14533</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14503">#14503</a></li>
<li>fix: improve timestamps option handling in bulkWrite <a href="https://redirect.github.com/Automattic/mongoose/issues/14546">#14546</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14536">#14536</a> <a href="https://github.com/sderrow">sderrow</a></li>
<li>fix(model): make recompileSchema() overwrite existing document array discriminators <a href="https://redirect.github.com/Automattic/mongoose/issues/14527">#14527</a></li>
<li>types(schema): correctly infer Array<!-- raw HTML omitted --> <a href="https://redirect.github.com/Automattic/mongoose/issues/14534">#14534</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14367">#14367</a></li>
<li>types(query+populate): apply populate overrides to doc toObject() result <a href="https://redirect.github.com/Automattic/mongoose/issues/14525">#14525</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14441">#14441</a></li>
<li>types: add null to select override return type for findOne <a href="https://redirect.github.com/Automattic/mongoose/issues/14545">#14545</a> <a href="https://github.com/sderrow">sderrow</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Automattic/mongoose/commit/d51173a400c8d28b7bf598c5bacb7335e9591f78"><code>d51173a</code></a> chore: release 8.3.3</li>
<li><a href="https://github.com/Automattic/mongoose/commit/b6ffcfd93e7c383d7760ab9956e3acb3be2ddbdd"><code>b6ffcfd</code></a> test: lint and test cases for <a href="https://redirect.github.com/Automattic/mongoose/issues/14545">#14545</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/16e6985aee9cfeb182b5914ebef4e9ea56fff706"><code>16e6985</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14545">#14545</a> from sderrow/fix-select-override-return-type</li>
<li><a href="https://github.com/Automattic/mongoose/commit/72da808490ff6c9f412b12c2c79c9d7f42abed9a"><code>72da808</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14542">#14542</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14286">gh-14286</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/434dac8c884bc5406259c738d2022a1e500bc5aa"><code>434dac8</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14546">#14546</a> from sderrow/bulk-write-timestamps-fix</li>
<li><a href="https://github.com/Automattic/mongoose/commit/286c7d1742efa0120cad6e40fa7fdebb7f51d760"><code>286c7d1</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14543">#14543</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14394">gh-14394</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/f7450330e0c12dbe8c84e795660a159e1c50a90a"><code>f745033</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14540">#14540</a> from Automattic/IslandRhythms/remove-commands</li>
<li><a href="https://github.com/Automattic/mongoose/commit/af2afc18b31d2af3523091ef6da994f4e5641f9d"><code>af2afc1</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14534">#14534</a> from Automattic/vkarpov15/gh-14367-2</li>
<li><a href="https://github.com/Automattic/mongoose/commit/d5bd91d520763cf47192b5e49a4de2184288390b"><code>d5bd91d</code></a> docs: full Schema generics definition re: code review on <a href="https://redirect.github.com/Automattic/mongoose/issues/14542">#14542</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/72e49573e2183e77ca841de195619f170964c866"><code>72e4957</code></a> Update docs/typescript/schemas.md</li>
<li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/8.3.2...8.3.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.3.2&new-version=8.3.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] committed May 6, 2024
1 parent 62650b8 commit b506d0a
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.6.8",
"env-var": "^7.4.1",
"fast-crc32c": "^2.0.0",
"mongoose": "^8.2.4",
"mongoose": "^8.3.3",
"webcrypto-core": "< 2.0"
},
"peerDependencies": {
Expand Down

0 comments on commit b506d0a

Please sign in to comment.