Skip to content

Commit 15cd3eb

Browse files
build(deps): bump mongoose from 8.14.2 to 8.15.0 (#1922)
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.14.2 to 8.15.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>8.15.0 / 2025-05-16</h1> <ul> <li>feat: CSFLE support <a href="https://redirect.github.com/Automattic/mongoose/issues/15390">#15390</a> <a href="https://github.com/baileympearson">baileympearson</a></li> <li>feat: add strictFilter option to findOneAndUpdate (<a href="https://redirect.github.com/Automattic/mongoose/issues/14913">#14913</a>) <a href="https://redirect.github.com/Automattic/mongoose/issues/15402">#15402</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14913">#14913</a> <a href="https://github.com/muazahmed-dev">muazahmed-dev</a></li> <li>feat(error): set cause to MongoDB error reason on ServerSelection errors <a href="https://redirect.github.com/Automattic/mongoose/issues/15420">#15420</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15416">#15416</a></li> <li>fix(model): make bulkSave() rely on document.validateSync() to validate docs and skip bulkWrite casting <a href="https://redirect.github.com/Automattic/mongoose/issues/15415">#15415</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15410">#15410</a></li> <li>types: stricter projection typing with 1-level deep nesting <a href="https://redirect.github.com/Automattic/mongoose/issues/15418">#15418</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15327">#15327</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13840">#13840</a> <a href="https://github.com/pshaddel">pshaddel</a></li> <li>docs: emphasize automatic type inference in TypeScript intro and statics/methods, remove duplicated statics.md <a href="https://redirect.github.com/Automattic/mongoose/issues/15421">#15421</a></li> </ul> <h1>8.14.3 / 2025-05-13</h1> <ul> <li>types(schema): allow post('init') <a href="https://redirect.github.com/Automattic/mongoose/issues/15413">#15413</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15412">#15412</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15333">#15333</a></li> <li>types: fix signature of DocumentArray.id <a href="https://redirect.github.com/Automattic/mongoose/issues/15414">#15414</a> <a href="https://github.com/Sainan">Sainan</a></li> <li>docs: fix typo - change 'prodecure' to 'procedure' <a href="https://redirect.github.com/Automattic/mongoose/issues/15419">#15419</a> <a href="https://github.com/0xEbrahim">0xEbrahim</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.15.0 / 2025-05-16</h1> <ul> <li>feat: CSFLE support <a href="https://redirect.github.com/Automattic/mongoose/issues/15390">#15390</a> <a href="https://github.com/baileympearson">baileympearson</a></li> <li>feat: add strictFilter option to findOneAndUpdate (<a href="https://redirect.github.com/Automattic/mongoose/issues/14913">#14913</a>) <a href="https://redirect.github.com/Automattic/mongoose/issues/15402">#15402</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14913">#14913</a> <a href="https://github.com/muazahmed-dev">muazahmed-dev</a></li> <li>feat(error): set cause to MongoDB error reason on ServerSelection errors <a href="https://redirect.github.com/Automattic/mongoose/issues/15420">#15420</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15416">#15416</a></li> <li>fix(model): make bulkSave() rely on document.validateSync() to validate docs and skip bulkWrite casting <a href="https://redirect.github.com/Automattic/mongoose/issues/15415">#15415</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15410">#15410</a></li> <li>types: stricter projection typing with 1-level deep nesting <a href="https://redirect.github.com/Automattic/mongoose/issues/15418">#15418</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15327">#15327</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13840">#13840</a> <a href="https://github.com/pshaddel">pshaddel</a></li> <li>docs: emphasize automatic type inference in TypeScript intro and statics/methods, remove duplicated statics.md <a href="https://redirect.github.com/Automattic/mongoose/issues/15421">#15421</a></li> </ul> <h1>8.14.3 / 2025-05-13</h1> <ul> <li>types(schema): allow post('init') <a href="https://redirect.github.com/Automattic/mongoose/issues/15413">#15413</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15412">#15412</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15333">#15333</a></li> <li>types: fix signature of DocumentArray.id <a href="https://redirect.github.com/Automattic/mongoose/issues/15414">#15414</a> <a href="https://github.com/Sainan">Sainan</a></li> <li>docs: fix typo - change 'prodecure' to 'procedure' <a href="https://redirect.github.com/Automattic/mongoose/issues/15419">#15419</a> <a href="https://github.com/0xEbrahim">0xEbrahim</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/4c7bdaa4c1536d742bcced7b3be854449a2641b7"><code>4c7bdaa</code></a> chore: release 8.15.0</li> <li><a href="https://github.com/Automattic/mongoose/commit/5cf74e026698163bf5ff7ff5046898ff04fc18a3"><code>5cf74e0</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/15426">#15426</a> from Automattic/8.15</li> <li><a href="https://github.com/Automattic/mongoose/commit/33a22b58b368ed93a6d6f851e1408848d267206b"><code>33a22b5</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/15418">#15418</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/15327">gh-15327</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/933c6b074d49b0eeee4c53aa0997e7e15b0aeb7f"><code>933c6b0</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/15425">#15425</a> from redlizard/expr-boolean-literal</li> <li><a href="https://github.com/Automattic/mongoose/commit/52d3655bef01684cd8dd0089bd188cab921aefab"><code>52d3655</code></a> replace with early return</li> <li><a href="https://github.com/Automattic/mongoose/commit/cf0a8151c6c38b027d99c3d5c2f95aa8c65921ec"><code>cf0a815</code></a> remove unnecessary code path</li> <li><a href="https://github.com/Automattic/mongoose/commit/8699cd632a4b1afc15373b3194f57fbc6599fd62"><code>8699cd6</code></a> types: avoid including document methods like $assertPopulated ProjectionType</li> <li><a href="https://github.com/Automattic/mongoose/commit/0e4da39362301c8739d2673d4de8b723d11bd153"><code>0e4da39</code></a> fix: Support $expr clauses with a boolean literal as an expression</li> <li><a href="https://github.com/Automattic/mongoose/commit/f6545db0e0a0bf5d3aecf32021a58d3fbb186ed5"><code>f6545db</code></a> types: remove incorrect callback type signature for projection</li> <li><a href="https://github.com/Automattic/mongoose/commit/7bb3864776dced315338f754ee3ebfb88bffd025"><code>7bb3864</code></a> Update types/index.d.ts</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/8.14.2...8.15.0">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | mongoose | [< 8.3, > 8.2.2] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mongoose&package-manager=npm_and_yarn&previous-version=8.14.2&new-version=8.15.0)](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>
2 parents d7bb591 + edba77c commit 15cd3eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)