[PR #548] [CLOSED] Bump mongoose from 6.0.9 to 8.9.5 in /react-express-mongodb/backend #550

Closed
opened 2025-11-06 14:28:33 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/548
Author: @dependabot[bot]
Created: 1/16/2025
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/react-express-mongodb/backend/mongoose-8.9.5


📝 Commits (1)

  • c8ddd43 Bump mongoose from 6.0.9 to 8.9.5 in /react-express-mongodb/backend

📊 Changes

2 files changed (+78 additions, -119 deletions)

View changed files

📝 react-express-mongodb/backend/package-lock.json (+77 -118)
📝 react-express-mongodb/backend/package.json (+1 -1)

📄 Description

Warning

Dependabot will stop supporting npm v6!

Please upgrade to one of the following versions: v7, v8, v9, or v10.

Bumps mongoose from 6.0.9 to 8.9.5.

Release notes

Sourced from mongoose's releases.

8.9.5 / 2025-01-13

  • fix: disallow nested $where in populate match
  • fix(schema): handle bitwise operators on Int32 #15176 #15170

8.9.4 / 2025-01-09

  • fix(document): fix document not applying manual populate when using a function in schema.options.ref #15138 IchirokuXVI
  • fix(model): make Model.validate() static correctly cast document arrays #15169 #15164
  • fix(model): allow passing validateBeforeSave option to bulkSave() to skip validation #15161 #15156
  • fix(schema): allow multiple self-referencing discriminator schemas using Schema.prototype.discriminator #15142 #15120
  • types: avoid BufferToBinary<> wiping lean types when passed to generic functions #15160 #15158
  • docs: fix <code> in header ids #15159
  • docs: fix header in field-level-encryption.md #15137 damieng

8.9.3 / 2024-12-30

  • fix(schema): make duplicate index error a warning for now to prevent blocking upgrading #15135 #15112 #15109
  • fix(model): handle document array paths set to non-array values in Model.castObject() #15124 #15075
  • fix(document): avoid using childSchemas.path for compatibility with pre-Mongoose-8.8 schemas #15131 #15071
  • fix(model): avoid throwing unnecessary error if updateOne() returns null in save() #15126
  • perf(cursor): clear the stack every time if using populate with batchSize to avoid stack overflows with large docs #15136 #10449
  • types: make BufferToBinary avoid Document instances #15123 #15122
  • types(model+query): avoid stripping out virtuals when calling populate with paths generic #15132 #15111
  • types(schema): add missing removeIndex #15134
  • types: add cleanIndexes() to IndexManager interface #15127
  • docs: move search endpoint to netlify #15119

8.9.2 / 2024-12-19

  • fix(schema): avoid throwing duplicate index error if index spec keys have different order or index has a custom name #15112 #15109
  • fix(map): clean modified subpaths when overwriting values in map of subdocs #15114 #15108
  • fix(aggregate): pull session from transaction local storage for aggregation cursors #15094 IchirokuXVI
  • types: correctly handle union types in BufferToBinary and related helpers #15103 #15102 #15057
  • types: add UUID to RefType #15115 #15101
  • docs: remove link to Mongoose 5.x docs from dropdown #15116
  • docs(connection+document+model): remove remaining references to remove(), clarify that deleteOne() does not execute until then() or exec() #15113 #15107

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

8.9.0 / 2024-12-13

... (truncated)

Changelog

Sourced from mongoose's changelog.

8.9.5 / 2025-01-13

  • fix: disallow nested $where in populate match
  • fix(schema): handle bitwise operators on Int32 #15176 #15170

7.8.4 / 2025-01-13

  • fix: disallow nested $where in populate match

6.13.6 / 2025-01-13

  • fix: disallow nested $where in populate match

8.9.4 / 2025-01-09

  • fix(document): fix document not applying manual populate when using a function in schema.options.ref #15138 IchirokuXVI
  • fix(model): make Model.validate() static correctly cast document arrays #15169 #15164
  • fix(model): allow passing validateBeforeSave option to bulkSave() to skip validation #15161 #15156
  • fix(schema): allow multiple self-referencing discriminator schemas using Schema.prototype.discriminator #15142 #15120
  • types: avoid BufferToBinary<> wiping lean types when passed to generic functions #15160 #15158
  • docs: fix <code> in header ids #15159
  • docs: fix header in field-level-encryption.md #15137 damieng

8.9.3 / 2024-12-30

  • fix(schema): make duplicate index error a warning for now to prevent blocking upgrading #15135 #15112 #15109
  • fix(model): handle document array paths set to non-array values in Model.castObject() #15124 #15075
  • fix(document): avoid using childSchemas.path for compatibility with pre-Mongoose-8.8 schemas #15131 #15071
  • fix(model): avoid throwing unnecessary error if updateOne() returns null in save() #15126
  • perf(cursor): clear the stack every time if using populate with batchSize to avoid stack overflows with large docs #15136 #10449
  • types: make BufferToBinary avoid Document instances #15123 #15122
  • types(model+query): avoid stripping out virtuals when calling populate with paths generic #15132 #15111
  • types(schema): add missing removeIndex #15134
  • types: add cleanIndexes() to IndexManager interface #15127
  • docs: move search endpoint to netlify #15119

8.9.2 / 2024-12-19

  • fix(schema): avoid throwing duplicate index error if index spec keys have different order or index has a custom name #15112 #15109
  • fix(map): clean modified subpaths when overwriting values in map of subdocs #15114 #15108
  • fix(aggregate): pull session from transaction local storage for aggregation cursors #15094 IchirokuXVI
  • types: correctly handle union types in BufferToBinary and related helpers #15103 #15102 #15057
  • types: add UUID to RefType #15115 #15101
  • docs: remove link to Mongoose 5.x docs from dropdown #15116
  • docs(connection+document+model): remove remaining references to remove(), clarify that deleteOne() does not execute until then() or exec() #15113 #15107

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

... (truncated)

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/548 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/16/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/react-express-mongodb/backend/mongoose-8.9.5` --- ### 📝 Commits (1) - [`c8ddd43`](https://github.com/docker/awesome-compose/commit/c8ddd438ab7fbde3452db84d847dcfacc32c638c) Bump mongoose from 6.0.9 to 8.9.5 in /react-express-mongodb/backend ### 📊 Changes **2 files changed** (+78 additions, -119 deletions) <details> <summary>View changed files</summary> 📝 `react-express-mongodb/backend/package-lock.json` (+77 -118) 📝 `react-express-mongodb/backend/package.json` (+1 -1) </details> ### 📄 Description > [!WARNING] > Dependabot will stop supporting `npm v6`! > > Please upgrade to one of the following versions: `v7`, `v8`, `v9`, or `v10`. > Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.0.9 to 8.9.5. <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.5 / 2025-01-13</h1> <ul> <li>fix: disallow nested $where in populate match</li> <li>fix(schema): handle bitwise operators on Int32 <a href="https://redirect.github.com/Automattic/mongoose/issues/15176">#15176</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15170">#15170</a></li> </ul> <h1>8.9.4 / 2025-01-09</h1> <ul> <li>fix(document): fix document not applying manual populate when using a function in schema.options.ref <a href="https://redirect.github.com/Automattic/mongoose/issues/15138">#15138</a> <a href="https://github.com/IchirokuXVI">IchirokuXVI</a></li> <li>fix(model): make Model.validate() static correctly cast document arrays <a href="https://redirect.github.com/Automattic/mongoose/issues/15169">#15169</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15164">#15164</a></li> <li>fix(model): allow passing validateBeforeSave option to bulkSave() to skip validation <a href="https://redirect.github.com/Automattic/mongoose/issues/15161">#15161</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15156">#15156</a></li> <li>fix(schema): allow multiple self-referencing discriminator schemas using Schema.prototype.discriminator <a href="https://redirect.github.com/Automattic/mongoose/issues/15142">#15142</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15120">#15120</a></li> <li>types: avoid BufferToBinary&lt;&gt; wiping lean types when passed to generic functions <a href="https://redirect.github.com/Automattic/mongoose/issues/15160">#15160</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15158">#15158</a></li> <li>docs: fix &lt;code&gt; in header ids <a href="https://redirect.github.com/Automattic/mongoose/issues/15159">#15159</a></li> <li>docs: fix header in field-level-encryption.md <a href="https://redirect.github.com/Automattic/mongoose/issues/15137">#15137</a> <a href="https://github.com/damieng">damieng</a></li> </ul> <h1>8.9.3 / 2024-12-30</h1> <ul> <li>fix(schema): make duplicate index error a warning for now to prevent blocking upgrading <a href="https://redirect.github.com/Automattic/mongoose/issues/15135">#15135</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15112">#15112</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15109">#15109</a></li> <li>fix(model): handle document array paths set to non-array values in Model.castObject() <a href="https://redirect.github.com/Automattic/mongoose/issues/15124">#15124</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15075">#15075</a></li> <li>fix(document): avoid using childSchemas.path for compatibility with pre-Mongoose-8.8 schemas <a href="https://redirect.github.com/Automattic/mongoose/issues/15131">#15131</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15071">#15071</a></li> <li>fix(model): avoid throwing unnecessary error if updateOne() returns null in save() <a href="https://redirect.github.com/Automattic/mongoose/issues/15126">#15126</a></li> <li>perf(cursor): clear the stack every time if using populate with batchSize to avoid stack overflows with large docs <a href="https://redirect.github.com/Automattic/mongoose/issues/15136">#15136</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/10449">#10449</a></li> <li>types: make BufferToBinary avoid Document instances <a href="https://redirect.github.com/Automattic/mongoose/issues/15123">#15123</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15122">#15122</a></li> <li>types(model+query): avoid stripping out virtuals when calling populate with paths generic <a href="https://redirect.github.com/Automattic/mongoose/issues/15132">#15132</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15111">#15111</a></li> <li>types(schema): add missing removeIndex <a href="https://redirect.github.com/Automattic/mongoose/issues/15134">#15134</a></li> <li>types: add cleanIndexes() to IndexManager interface <a href="https://redirect.github.com/Automattic/mongoose/issues/15127">#15127</a></li> <li>docs: move search endpoint to netlify <a href="https://redirect.github.com/Automattic/mongoose/issues/15119">#15119</a></li> </ul> <h1>8.9.2 / 2024-12-19</h1> <ul> <li>fix(schema): avoid throwing duplicate index error if index spec keys have different order or index has a custom name <a href="https://redirect.github.com/Automattic/mongoose/issues/15112">#15112</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15109">#15109</a></li> <li>fix(map): clean modified subpaths when overwriting values in map of subdocs <a href="https://redirect.github.com/Automattic/mongoose/issues/15114">#15114</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15108">#15108</a></li> <li>fix(aggregate): pull session from transaction local storage for aggregation cursors <a href="https://redirect.github.com/Automattic/mongoose/issues/15094">#15094</a> <a href="https://github.com/IchirokuXVI">IchirokuXVI</a></li> <li>types: correctly handle union types in BufferToBinary and related helpers <a href="https://redirect.github.com/Automattic/mongoose/issues/15103">#15103</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15102">#15102</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15057">#15057</a></li> <li>types: add UUID to RefType <a href="https://redirect.github.com/Automattic/mongoose/issues/15115">#15115</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15101">#15101</a></li> <li>docs: remove link to Mongoose 5.x docs from dropdown <a href="https://redirect.github.com/Automattic/mongoose/issues/15116">#15116</a></li> <li>docs(connection+document+model): remove remaining references to remove(), clarify that deleteOne() does not execute until then() or exec() <a href="https://redirect.github.com/Automattic/mongoose/issues/15113">#15113</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15107">#15107</a></li> </ul> <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> <h1>8.9.0 / 2024-12-13</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.5 / 2025-01-13</h1> <ul> <li>fix: disallow nested $where in populate match</li> <li>fix(schema): handle bitwise operators on Int32 <a href="https://redirect.github.com/Automattic/mongoose/issues/15176">#15176</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15170">#15170</a></li> </ul> <h1>7.8.4 / 2025-01-13</h1> <ul> <li>fix: disallow nested $where in populate match</li> </ul> <h1>6.13.6 / 2025-01-13</h1> <ul> <li>fix: disallow nested $where in populate match</li> </ul> <h1>8.9.4 / 2025-01-09</h1> <ul> <li>fix(document): fix document not applying manual populate when using a function in schema.options.ref <a href="https://redirect.github.com/Automattic/mongoose/issues/15138">#15138</a> <a href="https://github.com/IchirokuXVI">IchirokuXVI</a></li> <li>fix(model): make Model.validate() static correctly cast document arrays <a href="https://redirect.github.com/Automattic/mongoose/issues/15169">#15169</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15164">#15164</a></li> <li>fix(model): allow passing validateBeforeSave option to bulkSave() to skip validation <a href="https://redirect.github.com/Automattic/mongoose/issues/15161">#15161</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15156">#15156</a></li> <li>fix(schema): allow multiple self-referencing discriminator schemas using Schema.prototype.discriminator <a href="https://redirect.github.com/Automattic/mongoose/issues/15142">#15142</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15120">#15120</a></li> <li>types: avoid BufferToBinary&lt;&gt; wiping lean types when passed to generic functions <a href="https://redirect.github.com/Automattic/mongoose/issues/15160">#15160</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15158">#15158</a></li> <li>docs: fix <code>&lt;code&gt;</code> in header ids <a href="https://redirect.github.com/Automattic/mongoose/issues/15159">#15159</a></li> <li>docs: fix header in field-level-encryption.md <a href="https://redirect.github.com/Automattic/mongoose/issues/15137">#15137</a> <a href="https://github.com/damieng">damieng</a></li> </ul> <h1>8.9.3 / 2024-12-30</h1> <ul> <li>fix(schema): make duplicate index error a warning for now to prevent blocking upgrading <a href="https://redirect.github.com/Automattic/mongoose/issues/15135">#15135</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15112">#15112</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15109">#15109</a></li> <li>fix(model): handle document array paths set to non-array values in Model.castObject() <a href="https://redirect.github.com/Automattic/mongoose/issues/15124">#15124</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15075">#15075</a></li> <li>fix(document): avoid using childSchemas.path for compatibility with pre-Mongoose-8.8 schemas <a href="https://redirect.github.com/Automattic/mongoose/issues/15131">#15131</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15071">#15071</a></li> <li>fix(model): avoid throwing unnecessary error if updateOne() returns null in save() <a href="https://redirect.github.com/Automattic/mongoose/issues/15126">#15126</a></li> <li>perf(cursor): clear the stack every time if using populate with batchSize to avoid stack overflows with large docs <a href="https://redirect.github.com/Automattic/mongoose/issues/15136">#15136</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/10449">#10449</a></li> <li>types: make BufferToBinary avoid Document instances <a href="https://redirect.github.com/Automattic/mongoose/issues/15123">#15123</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15122">#15122</a></li> <li>types(model+query): avoid stripping out virtuals when calling populate with paths generic <a href="https://redirect.github.com/Automattic/mongoose/issues/15132">#15132</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15111">#15111</a></li> <li>types(schema): add missing removeIndex <a href="https://redirect.github.com/Automattic/mongoose/issues/15134">#15134</a></li> <li>types: add cleanIndexes() to IndexManager interface <a href="https://redirect.github.com/Automattic/mongoose/issues/15127">#15127</a></li> <li>docs: move search endpoint to netlify <a href="https://redirect.github.com/Automattic/mongoose/issues/15119">#15119</a></li> </ul> <h1>8.9.2 / 2024-12-19</h1> <ul> <li>fix(schema): avoid throwing duplicate index error if index spec keys have different order or index has a custom name <a href="https://redirect.github.com/Automattic/mongoose/issues/15112">#15112</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15109">#15109</a></li> <li>fix(map): clean modified subpaths when overwriting values in map of subdocs <a href="https://redirect.github.com/Automattic/mongoose/issues/15114">#15114</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15108">#15108</a></li> <li>fix(aggregate): pull session from transaction local storage for aggregation cursors <a href="https://redirect.github.com/Automattic/mongoose/issues/15094">#15094</a> <a href="https://github.com/IchirokuXVI">IchirokuXVI</a></li> <li>types: correctly handle union types in BufferToBinary and related helpers <a href="https://redirect.github.com/Automattic/mongoose/issues/15103">#15103</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15102">#15102</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15057">#15057</a></li> <li>types: add UUID to RefType <a href="https://redirect.github.com/Automattic/mongoose/issues/15115">#15115</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15101">#15101</a></li> <li>docs: remove link to Mongoose 5.x docs from dropdown <a href="https://redirect.github.com/Automattic/mongoose/issues/15116">#15116</a></li> <li>docs(connection+document+model): remove remaining references to remove(), clarify that deleteOne() does not execute until then() or exec() <a href="https://redirect.github.com/Automattic/mongoose/issues/15113">#15113</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15107">#15107</a></li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/5af0a109fcf206eb765c02e0fffe54a78ab95174"><code>5af0a10</code></a> chore: release 8.9.5</li> <li><a href="https://github.com/Automattic/mongoose/commit/a42d8f5e3b8a6c2abd7d32c15b0cc5edac928d4e"><code>a42d8f5</code></a> Merge branch '7.x'</li> <li><a href="https://github.com/Automattic/mongoose/commit/73e81abe3ec012f8255d3ca9978594075378faf4"><code>73e81ab</code></a> chore: release 7.8.4</li> <li><a href="https://github.com/Automattic/mongoose/commit/4fe9a904e3c2184ce6d01d9c3c8f3b239616f155"><code>4fe9a90</code></a> Merge branch '6.x' into 7.x</li> <li><a href="https://github.com/Automattic/mongoose/commit/e59e342e5d01bfeee31c5d5c796745315ecf0fa9"><code>e59e342</code></a> chore: release 6.13.6</li> <li><a href="https://github.com/Automattic/mongoose/commit/64a9f9706f2428c49e0cfb8e223065acc645f7bc"><code>64a9f97</code></a> fix: disallow nested $where in populate match</li> <li><a href="https://github.com/Automattic/mongoose/commit/fa33717db8c6ee2331c68241abff7a81b84a70fb"><code>fa33717</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/15176">#15176</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/15170">gh-15170</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/072860237a2b8d968e06d4090a24127de8cdff24"><code>0728602</code></a> test: make test cast non-boolean value</li> <li><a href="https://github.com/Automattic/mongoose/commit/0cad0d71a8667295c6abd4636ea7d7b5cdc164e8"><code>0cad0d7</code></a> fix(schema): handle bitwise operators on Int32</li> <li><a href="https://github.com/Automattic/mongoose/commit/39886fbb57aaf345d01c0294cf2c3d2781898c29"><code>39886fb</code></a> docs: quick changelog formatting fix</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/6.0.9...8.9.5">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=6.0.9&new-version=8.9.5)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/docker/awesome-compose/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 14:28:33 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#550