build(deps): bump mongoose from 8.9.0 to 8.9.1 #584

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/mongoose-8.9.1 into main
dependabot[bot] commented 2024-12-18 18:02:32 -08:00 (Migrated from github.com)

Bumps mongoose from 8.9.0 to 8.9.1.

Release notes

Sourced from mongoose's releases.

8.9.1 / 2024-12-16

  • fix(connection): remove heartbeat check in load balanced mode #15089 #15042 #14812
  • fix(discriminator): gather childSchemas when creating discriminator to ensure $getAllSubdocs() can properly get all subdocs #15099 #15088 #15092
  • fix(model): handle discriminators in castObject() #15096 #15075
  • fix(schema): throw error if duplicate index definition using unique in schema path and subsequent .index() call #15093 #15056
  • fix: mark documents that are populated using hydratedPopulatedDocs option as populated in top-level doc #15080 #15048
  • fix(document+schema): improve error message for get() on invalid path #15098 #15071
  • docs: remove more callback doc references & some small other changes #15095
Changelog

Sourced from mongoose's changelog.

8.9.1 / 2024-12-16

  • fix(connection): remove heartbeat check in load balanced mode #15089 #15042 #14812
  • fix(discriminator): gather childSchemas when creating discriminator to ensure $getAllSubdocs() can properly get all subdocs #15099 #15088 #15092
  • fix(model): handle discriminators in castObject() #15096 #15075
  • fix(schema): throw error if duplicate index definition using unique in schema path and subsequent .index() call #15093 #15056
  • fix: mark documents that are populated using hydratedPopulatedDocs option as populated in top-level doc #15080 #15048
  • fix(document+schema): improve error message for get() on invalid path #15098 #15071
  • docs: remove more callback doc references & some small other changes #15095
Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.9.0 to 8.9.1. <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.9.1 / 2024-12-16</h1> <ul> <li>fix(connection): remove heartbeat check in load balanced mode <a href="https://redirect.github.com/Automattic/mongoose/issues/15089">#15089</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15042">#15042</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14812">#14812</a></li> <li>fix(discriminator): gather childSchemas when creating discriminator to ensure $getAllSubdocs() can properly get all subdocs <a href="https://redirect.github.com/Automattic/mongoose/issues/15099">#15099</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15088">#15088</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15092">#15092</a></li> <li>fix(model): handle discriminators in castObject() <a href="https://redirect.github.com/Automattic/mongoose/issues/15096">#15096</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15075">#15075</a></li> <li>fix(schema): throw error if duplicate index definition using unique in schema path and subsequent .index() call <a href="https://redirect.github.com/Automattic/mongoose/issues/15093">#15093</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15056">#15056</a></li> <li>fix: mark documents that are populated using hydratedPopulatedDocs option as populated in top-level doc <a href="https://redirect.github.com/Automattic/mongoose/issues/15080">#15080</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15048">#15048</a></li> <li>fix(document+schema): improve error message for get() on invalid path <a href="https://redirect.github.com/Automattic/mongoose/issues/15098">#15098</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15071">#15071</a></li> <li>docs: remove more callback doc references &amp; some small other changes <a href="https://redirect.github.com/Automattic/mongoose/issues/15095">#15095</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.9.1 / 2024-12-16</h1> <ul> <li>fix(connection): remove heartbeat check in load balanced mode <a href="https://redirect.github.com/Automattic/mongoose/issues/15089">#15089</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15042">#15042</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14812">#14812</a></li> <li>fix(discriminator): gather childSchemas when creating discriminator to ensure $getAllSubdocs() can properly get all subdocs <a href="https://redirect.github.com/Automattic/mongoose/issues/15099">#15099</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15088">#15088</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15092">#15092</a></li> <li>fix(model): handle discriminators in castObject() <a href="https://redirect.github.com/Automattic/mongoose/issues/15096">#15096</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15075">#15075</a></li> <li>fix(schema): throw error if duplicate index definition using unique in schema path and subsequent .index() call <a href="https://redirect.github.com/Automattic/mongoose/issues/15093">#15093</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15056">#15056</a></li> <li>fix: mark documents that are populated using hydratedPopulatedDocs option as populated in top-level doc <a href="https://redirect.github.com/Automattic/mongoose/issues/15080">#15080</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15048">#15048</a></li> <li>fix(document+schema): improve error message for get() on invalid path <a href="https://redirect.github.com/Automattic/mongoose/issues/15098">#15098</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15071">#15071</a></li> <li>docs: remove more callback doc references &amp; some small other changes <a href="https://redirect.github.com/Automattic/mongoose/issues/15095">#15095</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/25317687229daf0388fb314db77576b08ce349fd"><code>2531768</code></a> chore: release 8.9.1</li> <li><a href="https://github.com/Automattic/mongoose/commit/a99d08d94139d3fc846264a6a6a53b9d4faf9f9a"><code>a99d08d</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/15098">#15098</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/15071">gh-15071</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/7b0dba0a239b5833cb3afa96be3ea291ce8ce0f8"><code>7b0dba0</code></a> Merge branch 'master' into vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/15071">gh-15071</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/00d006417b9ba8fced780f77ab54d46ea89b6c46"><code>00d0064</code></a> refactor(document): use template strings for error message re: code review</li> <li><a href="https://github.com/Automattic/mongoose/commit/d2a70e3e2216e06439248d42f3c63e1499531eea"><code>d2a70e3</code></a> test(discriminator): add test case covering <a href="https://redirect.github.com/Automattic/mongoose/issues/15092">#15092</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/c4fac847d468e0e8c94ac6fac9b0380c298f7a54"><code>c4fac84</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/15099">#15099</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/15088">gh-15088</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/398b83c44d2b7e73779793bdc89b2ebeb33a223b"><code>398b83c</code></a> Update test/model.discriminator.test.js</li> <li><a href="https://github.com/Automattic/mongoose/commit/4cafc80e96c665720440e66e693a6fa184f49f2c"><code>4cafc80</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/15096">#15096</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/15075">gh-15075</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/be5f05440fcaefadc703f75af2fb6889668fcebe"><code>be5f054</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/15093">#15093</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/15056">gh-15056</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/f70e844c07ca1e56fcebb219bbc2eeab18975d27"><code>f70e844</code></a> style: fix lint</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/8.9.0...8.9.1">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.9.0&new-version=8.9.1)](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>
coderabbitai[bot] commented 2024-12-18 18:02:39 -08:00 (Migrated from github.com)

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: skip review by coderabbit.ai --> > [!IMPORTANT] > ## Review skipped > > Bot user detected. > > To trigger a single review, invoke the `@coderabbitai review` command. > > You can disable this status message by setting the `reviews.review_status` to `false` in the CodeRabbit configuration file. <!-- end of auto-generated comment: skip review by coderabbit.ai --> <!-- tips_start --> --- <details> <summary>🪧 Tips</summary> ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit <commit_id>, please review it.` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (Invoked using PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. ### Other keywords and placeholders - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. - Add `@coderabbitai summary` to generate the high-level summary at a specific location in the PR description. - Add `@coderabbitai` anywhere in the PR title to generate the title automatically. ### Documentation and Community - Visit our [Documentation](https://docs.coderabbit.ai) for detailed information on how to use CodeRabbit. - Join our [Discord Community](http://discord.gg/coderabbit) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements. </details> <!-- tips_end -->

@dependabot rebase

@dependabot rebase
dependabot[bot] commented 2024-12-21 15:47:51 -08:00 (Migrated from github.com)

Superseded by #590.

Superseded by #590.

Pull request closed

Sign in to join this conversation.
No description provided.