nx-cloud
nx-cloud copied to clipboard
chore(deps): bump @mikro-orm/migrations from 5.6.15 to 6.2.8
Bumps @mikro-orm/migrations from 5.6.15 to 6.2.8.
Release notes
Sourced from @mikro-orm/migrations's releases.
v6.2.8
6.2.8 (2024-05-21)
Bug Fixes
- cli: disable eager connection when creating the ORM instance (ef5d14a), closes #5030
- core: allow hydration of non persistent embedded properties (#5579) (e8c0c3f), closes #5578
- core: always use root entity when computing M:N field names with STI (568e57f), closes #5586
- core: map embedded constructor parameters (24f3ee6)
- postgres: support
lockTableAliaseswith explicit schema name in config (3fdb077), closes #5125 #5404- schema: use
typeascolumnTypewhen no matching mapping found (cd7f85c), closes #5587- sql: respect
timezonewhen mapping joined properties toDate(7f9bb0b), closes #5577v6.2.7
6.2.7 (2024-05-18)
Bug Fixes
- core: fix ordering by joined embedded object properties (cbd7c3e), closes #5560
- mongo: ensure JSON values are properly diffed (577166a), closes #5572
- query-builder: improve handling of nested
$and/$orqueries (567d65a)- schema: revert the
dbNameafter dropping the database (725f7e9), closes #5583v6.2.6
6.2.6 (2024-05-14)
Bug Fixes
- core: fix mapping of
Dateproperties frombigintvalues (05c802b), closes #5540- core: quote column name for the returning statement when using
convertToJSValueSQL(4783945), closes #5563- core: respect
runtimeTypeoverride with reflect-metadata provider (f1c9740)- query-builder: don't remove joins used by other joins during pagination (#5566) (b05c434), closes #5565
- reflection: allow inference of
Ref<boolean> & Opt(534f088), closes #5557- sqlite: fix mapping of joined results with
DateTimeTypeproperties (4001d2b), closes #5550v6.2.5
6.2.5 (2024-05-05)
Bug Fixes
- core: fix extra updates on embedded array properties (48fde11), closes #5530
- core: fix hydration of relations with custom types via joined strategy (07f10c8), closes #5518
- core: improve support for mapping
DecimalTypetonumber(5a3e30e)- core: limit depth in custom
inspectmethods to get around debugging issues in vscode (f706c06), closes #5525- core: support path detection from decorators in bun (6683bcc), closes #5496
- mongo: support cursor pagination on
Dateproperties (4281320), closes #5496
... (truncated)
Changelog
Sourced from @mikro-orm/migrations's changelog.
6.2.8 (2024-05-21)
Bug Fixes
- cli: disable eager connection when creating the ORM instance (ef5d14a), closes #5030
- core: allow hydration of non persistent embedded properties (#5579) (e8c0c3f), closes #5578
- core: always use root entity when computing M:N field names with STI (568e57f), closes #5586
- core: map embedded constructor parameters (24f3ee6)
- postgres: support
lockTableAliaseswith explicit schema name in config (3fdb077), closes #5125 #5404- schema: use
typeascolumnTypewhen no matching mapping found (cd7f85c), closes #5587- sql: respect
timezonewhen mapping joined properties toDate(7f9bb0b), closes #55776.2.7 (2024-05-18)
Bug Fixes
- core: fix ordering by joined embedded object properties (cbd7c3e), closes #5560
- mongo: ensure JSON values are properly diffed (577166a), closes #5572
- query-builder: improve handling of nested
$and/$orqueries (567d65a)- schema: revert the
dbNameafter dropping the database (725f7e9), closes #55836.2.6 (2024-05-14)
Bug Fixes
- core: fix mapping of
Dateproperties frombigintvalues (05c802b), closes #5540- core: quote column name for the returning statement when using
convertToJSValueSQL(4783945), closes #5563- core: respect
runtimeTypeoverride with reflect-metadata provider (f1c9740)- query-builder: don't remove joins used by other joins during pagination (#5566) (b05c434), closes #5565
- reflection: allow inference of
Ref<boolean> & Opt(534f088), closes #5557- sqlite: fix mapping of joined results with
DateTimeTypeproperties (4001d2b), closes #55506.2.5 (2024-05-05)
... (truncated)
Commits
5ba7d02chore(release): v6.2.8 [skip ci]cd7f85cfix(schema): usetypeascolumnTypewhen no matching mapping found24f3ee6fix(core): map embedded constructor parameters0837e0fdocs: move extensions from discovery to config (#5589)e9a26b2chore: fix build3fdb077fix(postgres): supportlockTableAliaseswith explicit schema name in confige8c0c3ffix(core): allow hydration of non persistent embedded properties (#5579)a132036refactor: rework fix for 5586a87568fchore: remove forgotten comments568e57ffix(core): always use root entity when computing M:N field names with STI- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
☁️ Nx Cloud Report
We didn't find any information for the current pull request with the commit 4e9f1b1f316fff8502965b37e8e93c8654c78c7a. Please verify you are running the latest version of the NxCloud runner.
Check the Nx Cloud Source Control Integration documentation for more information.
Alternatively, you can contact us at [email protected].
Sent with 💌 from NxCloud.
Superseded by #537.