[PR #456] [CLOSED] Bump mongoose from 6.0.9 to 6.11.3 in /react-express-mongodb/backend #473

Closed
opened 2025-11-06 14:26:56 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/456
Author: @dependabot[bot]
Created: 4/8/2024
Status: Closed

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


📝 Commits (1)

  • 29b52d3 Bump mongoose from 6.0.9 to 6.11.3 in /react-express-mongodb/backend

📊 Changes

2 files changed (+1171 additions, -86 deletions)

View changed files

📝 react-express-mongodb/backend/package-lock.json (+1170 -85)
📝 react-express-mongodb/backend/package.json (+1 -1)

📄 Description

Bumps mongoose from 6.0.9 to 6.11.3.

Release notes

Sourced from mongoose's releases.

6.10.1 / 2023-03-03

  • fix: avoid removing empty query filters in $and and $or #13086 #12898
  • fix(schematype): fixed validation for required UUID field #13018 lpizzinidev
  • fix(types): add missing Paths generic param to Model.populate() #13070
  • docs(migrating_to_6): added info about removal of reconnectTries and reconnectInterval options #13083 lpizzinidev
  • docs: fix code in headers for migrating_to_5 #13077 hasezoey
  • docs: backport misc documentation changes into 6.x #13091 hasezoey

6.10.0 / 2023-02-22

6.9.3 / 2023-02-22

  • fix(connection): delay calculating autoCreate and autoIndex until after initial connection established #13007 #12940 lpizzinidev
  • fix(discriminator): allows update doc with discriminatorKey #13056 #13055 abarriel
  • fix(query): avoid sending unnecessary empty projection to MongoDB server #13059 #13050
  • fix(model): avoid sending null session option with document operations #13053 #13052 lpizzinidev
  • fix(types): use MergeTypes for type overrides in HydratedDocument #13066 #13040
  • docs(middleware): list validate as a potential query middleware #13057 #12680
  • docs(getters-setters): explain that getters do not run by default on toJSON() #13058 #13049
  • docs: refactor docs generation scripts #13044 hasezoey

6.9.2 / 2023-02-16

6.9.1 / 2023-02-06

  • fix(document): isModified should not be triggered when setting a nested boolean to the same value as previously #12994 lpizzinidev
  • fix(document): save newly set defaults underneath single nested subdocuments #13002 #12905
  • fix(update): handle custom discriminator model name when casting update #12947 wassil
  • fix(connection): handles unique autoincrement ID for connections #12990 lpizzinidev
  • fix(types): fix type of options of Model.aggregate #12933 ghost91-
  • fix(types): fix "near" aggregation operator input type #12954 Jokero
  • fix(types): add missing Top operator to AccumulatorOperator type declaration #12952 lpizzinidev
  • docs(transactions): added example for Connection.transaction() method #12943 #12934 lpizzinidev
  • docs(populate): fix out of date comment referencing onModel property #13000
  • docs(transactions): fix typo in transactions.md #12995 Parth86

... (truncated)

Changelog

Sourced from mongoose's changelog.

6.11.3 / 2023-07-11

  • fix: avoid prototype pollution on init
  • fix(schema): correctly handle uuids with populate() #13317 #13595

7.3.3 / 2023-07-10

  • fix: avoid prototype pollution on init
  • fix(document): clean up all array subdocument modified paths on save() #13589 #13582
  • types: avoid unnecessary MergeType<> if TOverrides not set, clean up statics and insertMany() type issues #13577 #13529

7.3.2 / 2023-07-06

  • fix(model): avoid TypeError if insertMany() fails with error that does not have writeErrors property #13579 #13531
  • fix(query): convert findOneAndUpdate to findOneAndReplace when overwrite set for backwards compat with Mongoose 6 #13572 #13550
  • fix(query): throw readable error when executing a Query instance without an associated model #13571 #13570
  • types: support mongoose.Schema.ObjectId as alias for mongoose.Schema.Types.ObjectId #13543 #13534
  • docs(connections): clarify that socketTimeoutMS now defaults to 0 #13576 #13537
  • docs(migrating_to_7): add mapReduce() removal to migration guide #13568 #13548
  • docs(schemas): fix typo in schemas.md #13540 Metehan-Altuntekin

7.3.1 / 2023-06-21

  • fix(query): respect query-level strict option on findOneAndReplace() #13516 #13507
  • docs(connections): expand docs on serverSelectionTimeoutMS #13533 #12967
  • docs: add example of accessing save options in pre save #13498
  • docs(connections+faq): add info on localhost vs 127.0.0.1
  • docs(SchemaType): validate members are validator & message (not msg) #13521 lorand-horvath

7.3.0 / 2023-06-14

  • feat: upgrade mongodb -> 5.6.0 #13455 lorand-horvath
  • feat(aggregate): add Aggregate.prototype.finally() to be consistent with Promise API for TypeScript #13509
  • feat(schema): support selecting subset of fields to apply optimistic concurrency to #13506 #10591
  • feat(model): add ordered option to Model.create() #13472 #4038
  • feat(schema): consistently add .get() function to all SchemaType classes
  • feat(populate): pass virtual to match function to allow merging match options #13477 #12443
  • types: allow overwriting Paths in select() to tell TypeScript which fields are projected #13478 #13224
  • types(schema): add validateModifiedOnly as schema option #13503 #10153
  • docs: add note about validateModifiedOnly as a schema option #13503 #10153
  • docs(migrating_to_7): update migrating_to_7.md to include Model.countDocuments #13508 Climax777
  • docs(further_reading): remove style for "img" hasezoey

7.2.4 / 2023-06-12

  • fix(query): handle non-string discriminator key values in query #13496 #13492

7.2.3 / 2023-06-09

... (truncated)

Commits
  • e9eb8ab chore: release 6.11.3
  • 688da8f test: fix flakey tests, remove test for #9597 because it affects global state...
  • 4f264a8 test: fix tests re: #13317
  • 9616af7 fix(schema): correctly handle uuids with populate()
  • 305ce4f fix: avoid prototype pollution on init
  • 35e59eb docs: link to migrating to 6 in 6.x docs
  • a28933e chore: release 6.11.2
  • 3a6b0dd chore: use deno v1.34 in test for MMS HTTP issues
  • f7c6d3e Merge pull request #13476 from Automattic/vkarpov15/gh-13453
  • 5552107 fix(cursor): allow find middleware to modify query cursor options
  • Additional commits viewable in compare view

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/456 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/8/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/react-express-mongodb/backend/mongoose-6.11.3` --- ### 📝 Commits (1) - [`29b52d3`](https://github.com/docker/awesome-compose/commit/29b52d3d595b397c0a75aeafee4c86b51677f1a2) Bump mongoose from 6.0.9 to 6.11.3 in /react-express-mongodb/backend ### 📊 Changes **2 files changed** (+1171 additions, -86 deletions) <details> <summary>View changed files</summary> 📝 `react-express-mongodb/backend/package-lock.json` (+1170 -85) 📝 `react-express-mongodb/backend/package.json` (+1 -1) </details> ### 📄 Description Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.0.9 to 6.11.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>6.10.1 / 2023-03-03</h1> <ul> <li>fix: avoid removing empty query filters in <code>$and</code> and <code>$or</code> <a href="https://redirect.github.com/Automattic/mongoose/issues/13086">#13086</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/12898">#12898</a></li> <li>fix(schematype): fixed validation for required UUID field <a href="https://redirect.github.com/Automattic/mongoose/issues/13018">#13018</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>fix(types): add missing Paths generic param to <code>Model.populate()</code> <a href="https://redirect.github.com/Automattic/mongoose/issues/13070">#13070</a></li> <li>docs(migrating_to_6): added info about removal of reconnectTries and reconnectInterval options <a href="https://redirect.github.com/Automattic/mongoose/issues/13083">#13083</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>docs: fix code in headers for migrating_to_5 <a href="https://redirect.github.com/Automattic/mongoose/issues/13077">#13077</a> <a href="https://github.com/hasezoey">hasezoey</a></li> <li>docs: backport misc documentation changes into 6.x <a href="https://redirect.github.com/Automattic/mongoose/issues/13091">#13091</a> <a href="https://github.com/hasezoey">hasezoey</a></li> </ul> <h1>6.10.0 / 2023-02-22</h1> <ul> <li>feat: upgrade to mongodb driver 4.14.0 <a href="https://redirect.github.com/Automattic/mongoose/issues/13036">#13036</a></li> <li>feat: added Schema.prototype.omit() function <a href="https://redirect.github.com/Automattic/mongoose/issues/12939">#12939</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/12931">#12931</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>feat(index): added createInitialConnection option to Mongoose constructor <a href="https://redirect.github.com/Automattic/mongoose/issues/13021">#13021</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/12965">#12965</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> </ul> <h1>6.9.3 / 2023-02-22</h1> <ul> <li>fix(connection): delay calculating <code>autoCreate</code> and <code>autoIndex</code> until after initial connection established <a href="https://redirect.github.com/Automattic/mongoose/issues/13007">#13007</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/12940">#12940</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>fix(discriminator): allows update doc with discriminatorKey <a href="https://redirect.github.com/Automattic/mongoose/issues/13056">#13056</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13055">#13055</a> <a href="https://github.com/abarriel">abarriel</a></li> <li>fix(query): avoid sending unnecessary empty projection to MongoDB server <a href="https://redirect.github.com/Automattic/mongoose/issues/13059">#13059</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13050">#13050</a></li> <li>fix(model): avoid sending null session option with document operations <a href="https://redirect.github.com/Automattic/mongoose/issues/13053">#13053</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13052">#13052</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>fix(types): use MergeTypes for type overrides in HydratedDocument <a href="https://redirect.github.com/Automattic/mongoose/issues/13066">#13066</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13040">#13040</a></li> <li>docs(middleware): list validate as a potential query middleware <a href="https://redirect.github.com/Automattic/mongoose/issues/13057">#13057</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/12680">#12680</a></li> <li>docs(getters-setters): explain that getters do not run by default on toJSON() <a href="https://redirect.github.com/Automattic/mongoose/issues/13058">#13058</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13049">#13049</a></li> <li>docs: refactor docs generation scripts <a href="https://redirect.github.com/Automattic/mongoose/issues/13044">#13044</a> <a href="https://github.com/hasezoey">hasezoey</a></li> </ul> <h1>6.9.2 / 2023-02-16</h1> <ul> <li>fix(model): fixed post('save') callback parameter <a href="https://redirect.github.com/Automattic/mongoose/issues/13030">#13030</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13026">#13026</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>fix(UUID): added null check to prevent error on binaryToString conversion <a href="https://redirect.github.com/Automattic/mongoose/issues/13034">#13034</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13032">#13032</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13029">#13029</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a> <a href="https://github.com/Freezystem">Freezystem</a></li> <li>fix(query): revert breaking changes introduced by <a href="https://redirect.github.com/Automattic/mongoose/issues/12797">#12797</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/12999">#12999</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>fix(document): make array $shift() use $pop instead of overwriting array <a href="https://redirect.github.com/Automattic/mongoose/issues/13004">#13004</a></li> <li>docs: update &amp; remove old links <a href="https://redirect.github.com/Automattic/mongoose/issues/13019">#13019</a> <a href="https://github.com/hasezoey">hasezoey</a></li> <li>docs(middleware): describe how to access model from document middleware <a href="https://redirect.github.com/Automattic/mongoose/issues/13031">#13031</a> <a href="https://github.com/AxeOfMen">AxeOfMen</a></li> <li>docs: update broken &amp; outdated links <a href="https://redirect.github.com/Automattic/mongoose/issues/13001">#13001</a> <a href="https://github.com/hasezoey">hasezoey</a></li> <li>chore: change deno tests to also use MMS <a href="https://redirect.github.com/Automattic/mongoose/issues/12918">#12918</a> <a href="https://github.com/hasezoey">hasezoey</a></li> </ul> <h1>6.9.1 / 2023-02-06</h1> <ul> <li>fix(document): isModified should not be triggered when setting a nested boolean to the same value as previously <a href="https://redirect.github.com/Automattic/mongoose/issues/12994">#12994</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>fix(document): save newly set defaults underneath single nested subdocuments <a href="https://redirect.github.com/Automattic/mongoose/issues/13002">#13002</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/12905">#12905</a></li> <li>fix(update): handle custom discriminator model name when casting update <a href="https://redirect.github.com/Automattic/mongoose/issues/12947">#12947</a> <a href="https://github.com/wassil">wassil</a></li> <li>fix(connection): handles unique autoincrement ID for connections <a href="https://redirect.github.com/Automattic/mongoose/issues/12990">#12990</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>fix(types): fix type of options of Model.aggregate <a href="https://redirect.github.com/Automattic/mongoose/issues/12933">#12933</a> <a href="https://github.com/ghost91-">ghost91-</a></li> <li>fix(types): fix &quot;near&quot; aggregation operator input type <a href="https://redirect.github.com/Automattic/mongoose/issues/12954">#12954</a> <a href="https://github.com/Jokero">Jokero</a></li> <li>fix(types): add missing Top operator to AccumulatorOperator type declaration <a href="https://redirect.github.com/Automattic/mongoose/issues/12952">#12952</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>docs(transactions): added example for Connection.transaction() method <a href="https://redirect.github.com/Automattic/mongoose/issues/12943">#12943</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/12934">#12934</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>docs(populate): fix out of date comment referencing onModel property <a href="https://redirect.github.com/Automattic/mongoose/issues/13000">#13000</a></li> <li>docs(transactions): fix typo in transactions.md <a href="https://redirect.github.com/Automattic/mongoose/issues/12995">#12995</a> <a href="https://github.com/Parth86">Parth86</a></li> </ul> <!-- 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>6.11.3 / 2023-07-11</h1> <ul> <li>fix: avoid prototype pollution on init</li> <li>fix(schema): correctly handle uuids with populate() <a href="https://redirect.github.com/Automattic/mongoose/issues/13317">#13317</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13595">#13595</a></li> </ul> <h1>7.3.3 / 2023-07-10</h1> <ul> <li>fix: avoid prototype pollution on init</li> <li>fix(document): clean up all array subdocument modified paths on save() <a href="https://redirect.github.com/Automattic/mongoose/issues/13589">#13589</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13582">#13582</a></li> <li>types: avoid unnecessary MergeType&lt;&gt; if TOverrides not set, clean up statics and insertMany() type issues <a href="https://redirect.github.com/Automattic/mongoose/issues/13577">#13577</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13529">#13529</a></li> </ul> <h1>7.3.2 / 2023-07-06</h1> <ul> <li>fix(model): avoid TypeError if insertMany() fails with error that does not have writeErrors property <a href="https://redirect.github.com/Automattic/mongoose/issues/13579">#13579</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13531">#13531</a></li> <li>fix(query): convert findOneAndUpdate to findOneAndReplace when overwrite set for backwards compat with Mongoose 6 <a href="https://redirect.github.com/Automattic/mongoose/issues/13572">#13572</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13550">#13550</a></li> <li>fix(query): throw readable error when executing a Query instance without an associated model <a href="https://redirect.github.com/Automattic/mongoose/issues/13571">#13571</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13570">#13570</a></li> <li>types: support mongoose.Schema.ObjectId as alias for mongoose.Schema.Types.ObjectId <a href="https://redirect.github.com/Automattic/mongoose/issues/13543">#13543</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13534">#13534</a></li> <li>docs(connections): clarify that socketTimeoutMS now defaults to 0 <a href="https://redirect.github.com/Automattic/mongoose/issues/13576">#13576</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13537">#13537</a></li> <li>docs(migrating_to_7): add mapReduce() removal to migration guide <a href="https://redirect.github.com/Automattic/mongoose/issues/13568">#13568</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13548">#13548</a></li> <li>docs(schemas): fix typo in schemas.md <a href="https://redirect.github.com/Automattic/mongoose/issues/13540">#13540</a> <a href="https://github.com/Metehan-Altuntekin">Metehan-Altuntekin</a></li> </ul> <h1>7.3.1 / 2023-06-21</h1> <ul> <li>fix(query): respect query-level strict option on findOneAndReplace() <a href="https://redirect.github.com/Automattic/mongoose/issues/13516">#13516</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13507">#13507</a></li> <li>docs(connections): expand docs on serverSelectionTimeoutMS <a href="https://redirect.github.com/Automattic/mongoose/issues/13533">#13533</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/12967">#12967</a></li> <li>docs: add example of accessing save options in pre save <a href="https://redirect.github.com/Automattic/mongoose/issues/13498">#13498</a></li> <li>docs(connections+faq): add info on localhost vs 127.0.0.1</li> <li>docs(SchemaType): validate members are validator &amp; message (not msg) <a href="https://redirect.github.com/Automattic/mongoose/issues/13521">#13521</a> <a href="https://github.com/lorand-horvath">lorand-horvath</a></li> </ul> <h1>7.3.0 / 2023-06-14</h1> <ul> <li>feat: upgrade mongodb -&gt; 5.6.0 <a href="https://redirect.github.com/Automattic/mongoose/issues/13455">#13455</a> <a href="https://github.com/lorand-horvath">lorand-horvath</a></li> <li>feat(aggregate): add Aggregate.prototype.finally() to be consistent with Promise API for TypeScript <a href="https://redirect.github.com/Automattic/mongoose/issues/13509">#13509</a></li> <li>feat(schema): support selecting subset of fields to apply optimistic concurrency to <a href="https://redirect.github.com/Automattic/mongoose/issues/13506">#13506</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/10591">#10591</a></li> <li>feat(model): add <code>ordered</code> option to <code>Model.create()</code> <a href="https://redirect.github.com/Automattic/mongoose/issues/13472">#13472</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/4038">#4038</a></li> <li>feat(schema): consistently add .get() function to all SchemaType classes</li> <li>feat(populate): pass virtual to match function to allow merging match options <a href="https://redirect.github.com/Automattic/mongoose/issues/13477">#13477</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/12443">#12443</a></li> <li>types: allow overwriting Paths in select() to tell TypeScript which fields are projected <a href="https://redirect.github.com/Automattic/mongoose/issues/13478">#13478</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13224">#13224</a></li> <li>types(schema): add validateModifiedOnly as schema option <a href="https://redirect.github.com/Automattic/mongoose/issues/13503">#13503</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/10153">#10153</a></li> <li>docs: add note about validateModifiedOnly as a schema option <a href="https://redirect.github.com/Automattic/mongoose/issues/13503">#13503</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/10153">#10153</a></li> <li>docs(migrating_to_7): update migrating_to_7.md to include Model.countDocuments <a href="https://redirect.github.com/Automattic/mongoose/issues/13508">#13508</a> <a href="https://github.com/Climax777">Climax777</a></li> <li>docs(further_reading): remove style for &quot;img&quot; <a href="https://github.com/hasezoey">hasezoey</a></li> </ul> <h1>7.2.4 / 2023-06-12</h1> <ul> <li>fix(query): handle non-string discriminator key values in query <a href="https://redirect.github.com/Automattic/mongoose/issues/13496">#13496</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13492">#13492</a></li> </ul> <h1>7.2.3 / 2023-06-09</h1> <ul> <li>fix(model): ignore falsy last argument to create() for backwards compatibility <a href="https://redirect.github.com/Automattic/mongoose/issues/13493">#13493</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13491">#13491</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13487">#13487</a> <a href="https://github.com/MohOraby">MohOraby</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/e9eb8abf64c38426f0cc4dc74e4b099df4f60017"><code>e9eb8ab</code></a> chore: release 6.11.3</li> <li><a href="https://github.com/Automattic/mongoose/commit/688da8f20b6fb7fbbd73ac2ce6b46fd3a4cea7c4"><code>688da8f</code></a> test: fix flakey tests, remove test for <a href="https://redirect.github.com/Automattic/mongoose/issues/9597">#9597</a> because it affects global state...</li> <li><a href="https://github.com/Automattic/mongoose/commit/4f264a84c814915a29a4fec86fc67d4e3a8788c4"><code>4f264a8</code></a> test: fix tests re: <a href="https://redirect.github.com/Automattic/mongoose/issues/13317">#13317</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/9616af767077a270ce0bf0855c6e4a288c16bf1f"><code>9616af7</code></a> fix(schema): correctly handle uuids with populate()</li> <li><a href="https://github.com/Automattic/mongoose/commit/305ce4ff789261df7e3f6e72363d0703e025f80d"><code>305ce4f</code></a> fix: avoid prototype pollution on init</li> <li><a href="https://github.com/Automattic/mongoose/commit/35e59eb0f07f2a9a7c2de1e84510013ea66d4cd4"><code>35e59eb</code></a> docs: link to migrating to 6 in 6.x docs</li> <li><a href="https://github.com/Automattic/mongoose/commit/a28933e60171ca0fd5af63c5f60bdc690001de52"><code>a28933e</code></a> chore: release 6.11.2</li> <li><a href="https://github.com/Automattic/mongoose/commit/3a6b0ddbaf136f97ec55d2f7177b6a08c16e44f1"><code>3a6b0dd</code></a> chore: use deno v1.34 in test for MMS HTTP issues</li> <li><a href="https://github.com/Automattic/mongoose/commit/f7c6d3efeeb1941efe3bd9a65c87810985622a05"><code>f7c6d3e</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13476">#13476</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/13453">gh-13453</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/55521079afb9e40afb959d84f072f85e3f9d2b3a"><code>5552107</code></a> fix(cursor): allow find middleware to modify query cursor options</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/6.0.9...6.11.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=6.0.9&new-version=6.11.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) 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:26:56 -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#473