hashgraph / guardian

The Guardian is an innovative open-source platform that streamlines the creation, management, and verification of digital environmental assets. It leverages a customizable Policy Workflow Engine and Web3 technology to ensure transparent and fraud-proof operations, making it a key tool for transforming sustainability practices and carbon markets.
Apache License 2.0
99 stars 129 forks source link

Bump @mikro-orm/migrations-mongodb from 6.2.2 to 6.3.7 #4101

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps @mikro-orm/migrations-mongodb from 6.2.2 to 6.3.7.

Release notes

Sourced from @​mikro-orm/migrations-mongodb's releases.

v6.3.7

6.3.7 (2024-08-28)

Bug Fixes

  • core: don't double encode JSON properties inside object/array embeddables (f3321f9), closes #5963
  • core: fix hydration of collections with forceEntityConstructor enabled (d4d8506), closes #5972
  • core: provide entity instance in object constructor params for m:1/1:1 properties (fe2d129)
  • core: respect context in EM transaction methods (8912185)
  • core: respect entity level forceConstructor option (c642a49)
  • query-builder: ensure the correct order of parameters when handing nested joins (10a858d), closes #5955
  • sql: correct cursor conditions application on virtual entities (#5973) (fc782d3)

v6.3.6

6.3.6 (2024-08-14)

Bug Fixes

  • core: ensure other conditions do not override collection operator conditions (97cdc9d)
  • core: fix hydration of polymorphic embeddables with overlapping property names (ab5c595), closes #5935
  • postgres: do not cast json columns to text (574390b), closes #5936
  • schema: recreate FKs when changing column type (8797c64)

v6.3.5

6.3.5 (2024-08-11)

Bug Fixes

  • core: track changes on non-scalar properties (a02c727), closes #5750
  • entity-generator: ensure columnType is emitted correctly and when necessary (#5930) (72333ad), closes #5928
  • entity-generator: fix the search for FK indexes to only match exact columns, not "at least" (#5924) (05a8808), closes #5912
  • entity-generator: unknown type defaults always use default/defaultRaw, never runtime (#5927) (dcc8227)
  • postgres: allow string value for $overlap/$contains/$contained operators (6c1b12a)
  • postgres: detect native enums with same name but different schema (31735e5), closes #5905
  • postgres: do not produce extra updates for fulltext properties (d18e5ed), closes #5908
  • postgres: respect timezone option and interpret timestamp columns in UTC by default (#5916) (1da0722), closes #5591
  • sql: support cursor-based pagination on virtual entities (b86799c), closes #5922

Features

  • cli: detect bun when checking for TS support (e87ebc9)
  • core: add RequestContext.enter() which uses ALS.enterWith() (dc06f60)

v6.3.4

6.3.4 (2024-08-06)

... (truncated)

Changelog

Sourced from @​mikro-orm/migrations-mongodb's changelog.

6.3.7 (2024-08-28)

Bug Fixes

  • core: don't double encode JSON properties inside object/array embeddables (f3321f9), closes #5963
  • core: fix hydration of collections with forceEntityConstructor enabled (d4d8506), closes #5972
  • core: provide entity instance in object constructor params for m:1/1:1 properties (fe2d129)
  • core: respect context in EM transaction methods (8912185)
  • core: respect entity level forceConstructor option (c642a49)
  • query-builder: ensure the correct order of parameters when handing nested joins (10a858d), closes #5955
  • sql: correct cursor conditions application on virtual entities (#5973) (fc782d3)

6.3.6 (2024-08-14)

Bug Fixes

  • core: ensure other conditions do not override collection operator conditions (97cdc9d)
  • core: fix hydration of polymorphic embeddables with overlapping property names (ab5c595), closes #5935
  • postgres: do not cast json columns to text (574390b), closes #5936
  • schema: recreate FKs when changing column type (8797c64)

6.3.5 (2024-08-11)

Bug Fixes

  • core: track changes on non-scalar properties (a02c727), closes #5750
  • entity-generator: ensure columnType is emitted correctly and when necessary (#5930) (72333ad), closes #5928
  • entity-generator: fix the search for FK indexes to only match exact columns, not "at least" (#5924) (05a8808), closes #5912
  • entity-generator: unknown type defaults always use default/defaultRaw, never runtime (#5927) (dcc8227)
  • postgres: allow string value for $overlap/$contains/$contained operators (6c1b12a)
  • postgres: detect native enums with same name but different schema (31735e5), closes #5905
  • postgres: do not produce extra updates for fulltext properties (d18e5ed), closes #5908
  • postgres: respect timezone option and interpret timestamp columns in UTC by default (#5916) (1da0722), closes #5591
  • sql: support cursor-based pagination on virtual entities (b86799c), closes #5922

Features

  • cli: detect bun when checking for TS support (e87ebc9)

... (truncated)

Commits
  • 88e0388 chore(release): v6.3.7 [skip ci]
  • 45aea8c chore(deps): bump webpack from 5.90.3 to 5.94.0 in /docs (#5977)
  • c5327d5 chore(deps): bump micromatch from 4.0.7 to 4.0.8 (#5978)
  • d9729f4 chore: update dependencies
  • b4da5ff chore: ignore docusaurus in renovate for now [skip ci]
  • f3321f9 fix(core): don't double encode JSON properties inside object/array embeddables
  • fc782d3 fix(sql): correct cursor conditions application on virtual entities (#5973)
  • 10a858d fix(query-builder): ensure the correct order of parameters when handing neste...
  • 8912185 fix(core): respect context in EM transaction methods
  • c642a49 fix(core): respect entity level forceConstructor option
  • 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 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 1 month ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.