Skip to content

Commit

Permalink
fix(deps): Bump mongoose from 7.5.2 to 7.5.3 (#245)
Browse files Browse the repository at this point in the history
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.5.2 to 7.5.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>7.5.3 / 2023-09-25</h1>
<ul>
<li>fix(document): handle MongoDB Long when casting BigInts <a href="https://redirect.github.com/Automattic/mongoose/issues/13869">#13869</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13791">#13791</a></li>
<li>fix(model): make bulkSave() persist changes that happen in pre('save') middleware <a href="https://redirect.github.com/Automattic/mongoose/issues/13885">#13885</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13799">#13799</a></li>
<li>fix: handle casting $elemMatch underneath $not underneath another $elemMatch <a href="https://redirect.github.com/Automattic/mongoose/issues/13893">#13893</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13880">#13880</a></li>
<li>fix(model): make bulkWrite casting respect global setDefaultsOnInsert <a href="https://redirect.github.com/Automattic/mongoose/issues/13870">#13870</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13823">#13823</a></li>
<li>fix(document): handle default values for discriminator key with embedded discriminators <a href="https://redirect.github.com/Automattic/mongoose/issues/13891">#13891</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13835">#13835</a></li>
<li>fix: account for null values when assigning isNew property within document array <a href="https://redirect.github.com/Automattic/mongoose/issues/13883">#13883</a></li>
<li>types: avoid &quot;interface can only extend object types with statically known members&quot; error in TypeScript 4 <a href="https://redirect.github.com/Automattic/mongoose/issues/13871">#13871</a></li>
<li>docs(deprecations): fix typo in includeResultMetadata deprecation docs <a href="https://redirect.github.com/Automattic/mongoose/issues/13884">#13884</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13844">#13844</a></li>
<li>docs: fix pre element overflow in home page <a href="https://redirect.github.com/Automattic/mongoose/issues/13868">#13868</a> <a href="https://github.com/ghoshRitesh12">ghoshRitesh12</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>7.5.3 / 2023-09-25</h1>
<ul>
<li>fix(document): handle MongoDB Long when casting BigInts <a href="https://redirect.github.com/Automattic/mongoose/issues/13869">#13869</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13791">#13791</a></li>
<li>fix(model): make bulkSave() persist changes that happen in pre('save') middleware <a href="https://redirect.github.com/Automattic/mongoose/issues/13885">#13885</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13799">#13799</a></li>
<li>fix: handle casting $elemMatch underneath $not underneath another $elemMatch <a href="https://redirect.github.com/Automattic/mongoose/issues/13893">#13893</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13880">#13880</a></li>
<li>fix(model): make bulkWrite casting respect global setDefaultsOnInsert <a href="https://redirect.github.com/Automattic/mongoose/issues/13870">#13870</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13823">#13823</a></li>
<li>fix(document): handle default values for discriminator key with embedded discriminators <a href="https://redirect.github.com/Automattic/mongoose/issues/13891">#13891</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13835">#13835</a></li>
<li>fix: account for null values when assigning isNew property within document array <a href="https://redirect.github.com/Automattic/mongoose/issues/13883">#13883</a></li>
<li>types: avoid &quot;interface can only extend object types with statically known members&quot; error in TypeScript 4 <a href="https://redirect.github.com/Automattic/mongoose/issues/13871">#13871</a></li>
<li>docs(deprecations): fix typo in includeResultMetadata deprecation docs <a href="https://redirect.github.com/Automattic/mongoose/issues/13884">#13884</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13844">#13844</a></li>
<li>docs: fix pre element overflow in home page <a href="https://redirect.github.com/Automattic/mongoose/issues/13868">#13868</a> <a href="https://github.com/ghoshRitesh12">ghoshRitesh12</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Automattic/mongoose/commit/5a53e62e420de26c93b2f614459a8387717f656c"><code>5a53e62</code></a> chore: release 7.5.3</li>
<li><a href="https://github.com/Automattic/mongoose/commit/cb2c8191178882a280833bd183d5830c1cc8a9ec"><code>cb2c819</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13893">#13893</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/13880">gh-13880</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/3dc87cb44b6679f697f40c1920265e479152143f"><code>3dc87cb</code></a> fix: handle casting <code>$elemMatch</code> underneath <code>$not</code> underneath another `$elemM...</li>
<li><a href="https://github.com/Automattic/mongoose/commit/d8429aaed8d92d69c59fd1db2c32e1c286d65626"><code>d8429aa</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13885">#13885</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/13799">gh-13799</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/947786079c09d9051915c5696d3ed4810b587d57"><code>9477860</code></a> style: fix lint</li>
<li><a href="https://github.com/Automattic/mongoose/commit/eee5ac135255b2291f33979ea43b1c846f4c31ed"><code>eee5ac1</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13868">#13868</a> from ghoshRitesh12/master</li>
<li><a href="https://github.com/Automattic/mongoose/commit/f9e504384903d39ec2a972fdfec17ec1fe553787"><code>f9e5043</code></a> Merge branch 'master' into vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/13799">gh-13799</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/f4fc8a73b3092c5a9cb0e68202286b41255250b1"><code>f4fc8a7</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13891">#13891</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/13835">gh-13835</a></li>
<li><a href="https://github.com/Automattic/mongoose/commit/97970cbd4ee54ce0d3ec452756835fe48bc96b77"><code>97970cb</code></a> fix: use consistent null check instead of falsy check</li>
<li><a href="https://github.com/Automattic/mongoose/commit/8b1e4e237de835349f9bf361e235f0e654529b9e"><code>8b1e4e2</code></a> fix(document): handle default values for discriminator key with embedded disc...</li>
<li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/7.5.2...7.5.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=7.5.2&new-version=7.5.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 Oct 2, 2023
1 parent 3143377 commit 2b2ff24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

0 comments on commit 2b2ff24

Please sign in to comment.