Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @mikro-orm/migrations from 5.6.15 to 6.2.8 #531

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2024

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 lockTableAliases with explicit schema name in config (3fdb077), closes #5125 #5404
  • schema: use type as columnType when no matching mapping found (cd7f85c), closes #5587
  • sql: respect timezone when mapping joined properties to Date (7f9bb0b), closes #5577

v6.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/$or queries (567d65a)
  • schema: revert the dbName after dropping the database (725f7e9), closes #5583

v6.2.6

6.2.6 (2024-05-14)

Bug Fixes

  • core: fix mapping of Date properties from bigint values (05c802b), closes #5540
  • core: quote column name for the returning statement when using convertToJSValueSQL (4783945), closes #5563
  • core: respect runtimeType override 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 DateTimeType properties (4001d2b), closes #5550

v6.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 DecimalType to number (5a3e30e)
  • core: limit depth in custom inspect methods 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 Date properties (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 lockTableAliases with explicit schema name in config (3fdb077), closes #5125 #5404
  • schema: use type as columnType when no matching mapping found (cd7f85c), closes #5587
  • sql: respect timezone when mapping joined properties to Date (7f9bb0b), closes #5577

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/$or queries (567d65a)
  • schema: revert the dbName after dropping the database (725f7e9), closes #5583

6.2.6 (2024-05-14)

Bug Fixes

  • core: fix mapping of Date properties from bigint values (05c802b), closes #5540
  • core: quote column name for the returning statement when using convertToJSValueSQL (4783945), closes #5563
  • core: respect runtimeType override 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 DateTimeType properties (4001d2b), closes #5550

6.2.5 (2024-05-05)

... (truncated)

Commits
  • 5ba7d02 chore(release): v6.2.8 [skip ci]
  • cd7f85c fix(schema): use type as columnType when no matching mapping found
  • 24f3ee6 fix(core): map embedded constructor parameters
  • 0837e0f docs: move extensions from discovery to config (#5589)
  • e9a26b2 chore: fix build
  • 3fdb077 fix(postgres): support lockTableAliases with explicit schema name in config
  • e8c0c3f fix(core): allow hydration of non persistent embedded properties (#5579)
  • a132036 refactor: rework fix for 5586
  • a87568f chore: remove forgotten comments
  • 568e57f fix(core): always use root entity when computing M:N field names with STI
  • 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)

updated-dependencies:
- dependency-name: "@mikro-orm/migrations"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

nx-cloud bot commented May 22, 2024

☁️ Nx Cloud Report

We didn't find any information for the current pull request with the commit 4e9f1b1.
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.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 3, 2024

Superseded by #537.

@dependabot dependabot bot closed this Jun 3, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mikro-orm/migrations-6.2.8 branch June 3, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants