Skip to content

Commit f32ab79

Browse files
deps(deps): bump mongoose from 8.19.1 to 8.19.2 (#927)
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.19.1 to 8.19.2. <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.19.2 / 2025-10-20</h1> <ul> <li>perf(setDefaultsOnInsert): avoid computing all modified paths when running setDefaultsOnInsert and update validators, only calculate if there are defaults to set <a href="https://redirect.github.com/Automattic/mongoose/issues/15691">#15691</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15672">#15672</a></li> <li>fix: correct handling of relative vs absolute paths with maps and subdocuments <a href="https://redirect.github.com/Automattic/mongoose/issues/15682">#15682</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15678">#15678</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15350">#15350</a></li> <li>ci: add publish script with provenance <a href="https://redirect.github.com/Automattic/mongoose/issues/15684">#15684</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15680">#15680</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.19.2 / 2025-10-20</h1> <ul> <li>perf(setDefaultsOnInsert): avoid computing all modified paths when running setDefaultsOnInsert and update validators, only calculate if there are defaults to set <a href="https://redirect.github.com/Automattic/mongoose/issues/15691">#15691</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15672">#15672</a></li> <li>fix: correct handling of relative vs absolute paths with maps and subdocuments <a href="https://redirect.github.com/Automattic/mongoose/issues/15682">#15682</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15678">#15678</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15350">#15350</a></li> <li>ci: add publish script with provenance <a href="https://redirect.github.com/Automattic/mongoose/issues/15684">#15684</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15680">#15680</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/c43556df28a40d7673da57c3200d44349e430cc6"><code>c43556d</code></a> chore: release 8.19.2</li> <li><a href="https://github.com/Automattic/mongoose/commit/18b6ec6081d10fbc5cc677f6787e059f0b50adce"><code>18b6ec6</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/15684">#15684</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/15680">gh-15680</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/044366ffe765a26c32e004541740c5243020bb26"><code>044366f</code></a> chore: make publish with provenance live</li> <li><a href="https://github.com/Automattic/mongoose/commit/d296807ee9c3be2d344ad94cdf8b88212f03888d"><code>d296807</code></a> use node v24 for publishing</li> <li><a href="https://github.com/Automattic/mongoose/commit/d7bf4dfc92098a7993cb9c67b02813d5c7674cd6"><code>d7bf4df</code></a> build browser before publishing</li> <li><a href="https://github.com/Automattic/mongoose/commit/104af114bdee859b1ead1d185050e6d4e19c7534"><code>104af11</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/15692">#15692</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/14949">gh-14949</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/dd39133c004d07770ee755d755ad7702dd7e0d63"><code>dd39133</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/15691">#15691</a> from Automattic/vkarpov15/gh-15672-3</li> <li><a href="https://github.com/Automattic/mongoose/commit/472d2c89aca476bfb73beea20dc2b0f6f8fd5b7a"><code>472d2c8</code></a> Update lib/connection.js</li> <li><a href="https://github.com/Automattic/mongoose/commit/489ccc63d111fdbf6c1a7d8de9c441529aaf1111"><code>489ccc6</code></a> Update lib/connection.js</li> <li><a href="https://github.com/Automattic/mongoose/commit/abc2889b74012e2c518c00127c3983f61949a851"><code>abc2889</code></a> fix(connection): snapshot Date so stale heartbeat check protects against useF...</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/8.19.1...8.19.2">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.19.1&new-version=8.19.2)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b125cb commit f32ab79

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"express-rate-limit": "^8.1.0",
4444
"graphql": "^16.11.0",
4545
"graphql-depth-limit": "^1.1.0",
46-
"mongoose": "^8.18.1",
46+
"mongoose": "^8.19.2",
4747
"morgan": "^1.10.1",
4848
"node-fetch": "^3.1.1",
4949
"redis": "^5.9.0",

0 commit comments

Comments
 (0)