chore(deps): bump mongoose from 8.1.3 to 8.2.0 #116

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/mongoose-8.2.0 into main 2024-02-27 14:08:11 +08:00
dependabot[bot] commented 2024-02-26 20:49:22 +08:00 (Migrated from github.com)

Bumps mongoose from 8.1.3 to 8.2.0.

Release notes

Sourced from mongoose's releases.

8.2.0 / 2024-02-22

  • feat(model): add recompileSchema() function to models to allow applying schema changes after compiling #14306 #14296
  • feat: add middleware for bulkWrite() and createCollection() #14358 #14263 #7893
  • feat(model): add hydratedPopulatedDocs option to make hydrate recursively hydrate populated docs #14352 #4727
  • feat(connection): add withSession helper #14339 #14330
Changelog

Sourced from mongoose's changelog.

8.2.0 / 2024-02-22

  • feat(model): add recompileSchema() function to models to allow applying schema changes after compiling #14306 #14296
  • feat: add middleware for bulkWrite() and createCollection() #14358 #14263 #7893
  • feat(model): add hydratedPopulatedDocs option to make hydrate recursively hydrate populated docs #14352 #4727
  • feat(connection): add withSession helper #14339 #14330
Commits
  • f1ed13f chore: release 8.2.0
  • 3508f5f Merge pull request #14362 from Automattic/8.2
  • b10fc72 Merge pull request #14350 from Automattic/vkarpov15/helpers-refactor
  • 2277ad4 Merge pull request #14358 from Automattic/vkarpov15/bulkwrite-middleware
  • 5d7178c Merge branch 'master' into 8.2
  • 4876d1e Update lib/query.js
  • c164d63 Update lib/query.js
  • aa65645 feat: add middleware for bulkWrite() and createCollection()
  • db247da Merge pull request #14352 from Automattic/IslandRhythms/deeply-hydrate-doc
  • 6dafa54 fix: lint
  • 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)
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.1.3 to 8.2.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.2.0 / 2024-02-22</h1> <ul> <li>feat(model): add recompileSchema() function to models to allow applying schema changes after compiling <a href="https://redirect.github.com/Automattic/mongoose/issues/14306">#14306</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14296">#14296</a></li> <li>feat: add middleware for bulkWrite() and createCollection() <a href="https://redirect.github.com/Automattic/mongoose/issues/14358">#14358</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14263">#14263</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/7893">#7893</a></li> <li>feat(model): add <code>hydratedPopulatedDocs</code> option to make hydrate recursively hydrate populated docs <a href="https://redirect.github.com/Automattic/mongoose/issues/14352">#14352</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/4727">#4727</a></li> <li>feat(connection): add withSession helper <a href="https://redirect.github.com/Automattic/mongoose/issues/14339">#14339</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14330">#14330</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.2.0 / 2024-02-22</h1> <ul> <li>feat(model): add recompileSchema() function to models to allow applying schema changes after compiling <a href="https://redirect.github.com/Automattic/mongoose/issues/14306">#14306</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14296">#14296</a></li> <li>feat: add middleware for bulkWrite() and createCollection() <a href="https://redirect.github.com/Automattic/mongoose/issues/14358">#14358</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14263">#14263</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/7893">#7893</a></li> <li>feat(model): add <code>hydratedPopulatedDocs</code> option to make hydrate recursively hydrate populated docs <a href="https://redirect.github.com/Automattic/mongoose/issues/14352">#14352</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/4727">#4727</a></li> <li>feat(connection): add withSession helper <a href="https://redirect.github.com/Automattic/mongoose/issues/14339">#14339</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14330">#14330</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/f1ed13f5b4bacbc739ae4c52a19dfcd1e355555a"><code>f1ed13f</code></a> chore: release 8.2.0</li> <li><a href="https://github.com/Automattic/mongoose/commit/3508f5f121d3e57be4b82fcaace2630592ec132c"><code>3508f5f</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14362">#14362</a> from Automattic/8.2</li> <li><a href="https://github.com/Automattic/mongoose/commit/b10fc72ee4db8db6639caf7d0af329676f0933be"><code>b10fc72</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14350">#14350</a> from Automattic/vkarpov15/helpers-refactor</li> <li><a href="https://github.com/Automattic/mongoose/commit/2277ad4f8f58ea69cfb1f904b9e7ccef07787a3e"><code>2277ad4</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14358">#14358</a> from Automattic/vkarpov15/bulkwrite-middleware</li> <li><a href="https://github.com/Automattic/mongoose/commit/5d7178c236c4ee7e0731e4d5daf803e11b7548df"><code>5d7178c</code></a> Merge branch 'master' into 8.2</li> <li><a href="https://github.com/Automattic/mongoose/commit/4876d1e6b77be92ebe4ddb78315113a6482ee01c"><code>4876d1e</code></a> Update lib/query.js</li> <li><a href="https://github.com/Automattic/mongoose/commit/c164d63fef75867e8d3b0add164b26191e9795f5"><code>c164d63</code></a> Update lib/query.js</li> <li><a href="https://github.com/Automattic/mongoose/commit/aa6564526e784564f5f3409cdfb7d1ea29eefd72"><code>aa65645</code></a> feat: add middleware for bulkWrite() and createCollection()</li> <li><a href="https://github.com/Automattic/mongoose/commit/db247daa6ef8d023b17b48e3125859720741523e"><code>db247da</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/14352">#14352</a> from Automattic/IslandRhythms/deeply-hydrate-doc</li> <li><a href="https://github.com/Automattic/mongoose/commit/6dafa54f57341f44af13ff0451decf435cd1845d"><code>6dafa54</code></a> fix: lint</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/8.1.3...8.2.0">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.1.3&new-version=8.2.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>
Commenting is not possible because the repository is archived.
No description provided.