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.4 #1575

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

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

Release notes

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

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
  • schema: respect up migration when detecting column renaming in down migration (d5af5bd), closes #4919

v5.9.3

5.9.3 (2023-11-06)

Bug Fixes

  • core: only check the same entity type when detecting early update/delete (fef7a1b), closes #4895
  • core: return DriverException from em.upsertMany() (1ebfbdd), closes #4897
  • core: fix populating relations with cycles via select-in strategy (d0b35da), closes #4899

v5.9.2

5.9.2 (2023-11-02)

Bug Fixes

  • core: fix partial loading of embedded properties with joined strategy (f887e77)
  • core: ignore limit, offset and order in em.count on virtual entity (03a7b86)
  • mongo: fix support for ignoreUndefinedInQuery (cef26c5), closes #4891

v5.9.1

5.9.1 (2023-10-31)

Bug Fixes

  • core: propagate to owning side of 1:1 relation even if not initialized (9b2c9fe), closes #4879
  • postgres: fix hydrating of serial properties via returning statement (620309c)

v5.9.0

5.9.0 (2023-10-24)

... (truncated)

Changelog

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

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)

Bug Fixes

  • core: only check the same entity type when detecting early update/delete (fef7a1b), closes #4895
  • core: return DriverException from em.upsertMany() (1ebfbdd), closes #4897
  • core: fix populating relations with cycles via select-in strategy (d0b35da), closes #4899

5.9.2 (2023-11-02)

Bug Fixes

  • core: fix partial loading of embedded properties with joined strategy (f887e77)
  • core: ignore limit, offset and order in em.count on virtual entity (03a7b86)
  • mongo: fix support for ignoreUndefinedInQuery (cef26c5), closes #4891

5.9.1 (2023-10-31)

Bug Fixes

  • core: propagate to owning side of 1:1 relation even if not initialized (9b2c9fe), closes #4879
  • postgres: fix hydrating of serial properties via returning statement (620309c)

5.9.0 (2023-10-24)

... (truncated)

Commits
  • 6d9f814 chore(release): v5.9.4 [skip ci]
  • 77df41f chore: fix tests
  • d92a440 fix(mysql): improve diffing of defaults for JSON columns
  • a7e2291 chore: fix tests
  • cc19ebb fix(schema): respect explicit schema in FKs to STI entities
  • cc7fed9 fix(schema): do not inherit schema for FKs if not a wildcard entity
  • d5af5bd fix(schema): respect up migration when detecting column renaming in down migr...
  • 85c38d4 fix(core): support composite PKs in em.upsertMany()
  • c491af9 fix(cli): support mikro-orm-esm on windows
  • 759b7b8 fix(core): fix auto-refresh detection in em.find for inlined embedded prope...
  • 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 8 months ago

Codecov Report

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

Comparison is base (c35defb) 95.52% compared to head (acb0a73) 95.52%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1575 +/- ## ======================================= Coverage 95.52% 95.52% ======================================= Files 113 113 Lines 1854 1854 Branches 367 367 ======================================= Hits 1771 1771 Misses 83 83 ```

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

dependabot[bot] commented 7 months ago

Superseded by #1583.