rubyforgood / Flaredown

Flaredown web app and API
http://www.flaredown.com
GNU General Public License v3.0
39 stars 15 forks source link

Bump mongoid from 7.3.3 to 8.1.5 in /backend #747

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Bumps mongoid from 7.3.3 to 8.1.5.

Release notes

Sourced from mongoid's releases.

8.1.5

This patch release includes the following fixes:

MONGOID-5704: By default, associations (like belongs_to) are validated when a document is saved. However, Mongoid was aggressively loading persisted associations and validating them, which led to a significant performance regression in Mongoid 8+ (versus Mongoid 7.x). This patch fixes this regression by only validating associations that are (1) currently in-memory, and (2) either unpersisted or modified.

MONGOID-5709: has_and_belongs_to_many associations on embedded docments were broken, and attempting to use them would result in an "InvalidPath" exception. This patch release fixes that bug.

8.1.4

This is a patch release in 8.1.x series fixes the following issue:

We strongly recommend to upgrade to this version if you use 8.1.3.

This release also adds the following improvement:

8.1.3

This is a patch release in 8.1.x series that adds support for Rails 7.1.

The following issues were fixed:

8.1.2

Mongoid 8.1.2 is a patch release in the 8.1 series, addressing the following issues:

The following issue was also done, affecting only a clean-up of old documentation:

8.1.1

Mongoid 8.1.1 is a patch release in the 8.x series. It fixes the following issue:

It also corrects the following documentation error:

8.1.0

Mongoid 8.1.0 is a feature release in 8.x series with the following significant new functionality:

... (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 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)
dependabot[bot] commented 4 months ago

Superseded by #752.