MichalLytek / type-graphql

Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
https://typegraphql.com
MIT License
7.99k stars 674 forks source link

chore(deps-dev): bump @mikro-orm/core from 5.8.6 to 5.9.7 #1593

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps @mikro-orm/core from 5.8.6 to 5.9.7.

Release notes

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

v5.9.7

5.9.7 (2023-12-30)

Bug Fixes

  • core: check for root entity properties in em.canPopulate() when using STI (b8fcf45), closes #5043
  • core: fix eager loading detection with multiple populate hints for one property (da1daf5), closes #5057
  • core: support pivot entities with autoincrement PK (e250634), closes #4988
  • postgres: respect column length in down migrations (222e2b8), closes #5048

v5.9.6

5.9.6 (2023-12-21)

Bug Fixes

  • core: fix assign on collections of unloaded entities (b60e4ee)
  • core: fix extra updates with select-in strategy and composite FKs (c848f8c)

v5.9.5

5.9.5 (2023-12-15)

Bug Fixes

  • core: ensure eager loading on deeper levels work with joined strategy (cc5f476)
  • core: fix extra updates for composite FKs that share a column (78772fb)
  • core: fix infinite loop with populate: true and refresh: true (#5001) (9f63378)
  • core: fix returning statement hydration after em.upsert (a7e9a82), closes #4945
  • core: respect context in virtual entity expression callback (84d42a7)
  • postgres: allow using array operators (e.g. @>) with object arrays (6a5a1ef), closes #4973
  • schema: improve json default diffing for down migrations (5bc19ba)
  • sql: deduplicate keys in batch update queries (7de7a48)

v5.9.4

5.9.4 (2023-11-17)

Bug Fixes

  • cli: support mikro-orm-esm on windows (c491af9)
  • core: fix auto-refresh detection in em.find for inlined embedded properties (759b7b8), closes #4904
  • core: support composite PKs in em.upsertMany() (85c38d4), closes #4923
  • mysql: improve diffing of defaults for JSON columns (d92a440), closes #4926
  • schema: do not inherit schema for FKs if not a wildcard entity (cc7fed9), closes #4918
  • schema: respect explicit schema in FKs to STI entities (cc19ebb), closes #4933

... (truncated)

Changelog

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

5.9.7 (2023-12-30)

Bug Fixes

  • core: check for root entity properties in em.canPopulate() when using STI (b8fcf45), closes #5043
  • core: fix eager loading detection with multiple populate hints for one property (da1daf5), closes #5057
  • core: support pivot entities with autoincrement PK (e250634), closes #4988
  • postgres: respect column length in down migrations (222e2b8), closes #5048

5.9.6 (2023-12-21)

Bug Fixes

  • core: fix assign on collections of unloaded entities (b60e4ee)
  • core: fix extra updates with select-in strategy and composite FKs (c848f8c)

5.9.5 (2023-12-15)

Bug Fixes

  • core: ensure eager loading on deeper levels work with joined strategy (cc5f476)
  • core: fix extra updates for composite FKs that share a column (78772fb)
  • core: fix infinite loop with populate: true and refresh: true (#5001) (9f63378)
  • core: fix returning statement hydration after em.upsert (a7e9a82), closes #4945
  • core: respect context in virtual entity expression callback (84d42a7)
  • postgres: allow using array operators (e.g. @>) with object arrays (6a5a1ef), closes #4973
  • schema: improve json default diffing for down migrations (5bc19ba)
  • sql: deduplicate keys in batch update queries (7de7a48)

5.9.4 (2023-11-17)

Bug Fixes

  • cli: support mikro-orm-esm on windows (c491af9)
  • core: fix auto-refresh detection in em.find for inlined embedded properties (759b7b8), closes #4904
  • core: support composite PKs in em.upsertMany() (85c38d4), closes #4923
  • mysql: improve diffing of defaults for JSON columns (d92a440), closes #4926
  • schema: do not inherit schema for FKs if not a wildcard entity (cc7fed9), closes #4918
  • schema: respect explicit schema in FKs to STI entities (cc19ebb), closes #4933
  • schema: respect up migration when detecting column renaming in down migration (d5af5bd), closes #4919

5.9.3 (2023-11-06)

... (truncated)

Commits
  • 6a2ad4e chore(release): v5.9.7 [skip ci]
  • b8fcf45 fix(core): check for root entity properties in em.canPopulate() when using STI
  • da1daf5 fix(core): fix eager loading detection with multiple populate hints for one p...
  • 222e2b8 fix(postgres): respect column length in down migrations
  • beaad2c chore(release): v5.9.6
  • e250634 fix(core): support pivot entities with autoincrement PK
  • b60e4ee fix(core): fix assign on collections of unloaded entities
  • c848f8c fix(core): fix extra updates with select-in strategy and composite FKs
  • cf7cee1 chore(release): update internal dependencies [skip ci]
  • 02a0eb4 chore(release): v5.9.5 [skip ci]
  • 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)
codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f5aa0d0) 95.50% compared to head (bc3e1b5) 95.52%. Report is 1 commits behind head on master.

:exclamation: Current head bc3e1b5 differs from pull request most recent head 1eaf0fc. Consider uploading reports for the commit 1eaf0fc to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1593 +/- ## ========================================== + Coverage 95.50% 95.52% +0.01% ========================================== Files 113 113 Lines 1848 1854 +6 Branches 364 367 +3 ========================================== + Hits 1765 1771 +6 Misses 83 83 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.