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): update mikro-orm monorepo to v5.9.0 #3355

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mikro-orm/core (source) 5.8.10 -> 5.9.0 age adoption passing confidence
@mikro-orm/entity-generator (source) 5.8.10 -> 5.9.0 age adoption passing confidence
@mikro-orm/sqlite (source) 5.8.10 -> 5.9.0 age adoption passing confidence

Release Notes

mikro-orm/mikro-orm (@​mikro-orm/core)

v5.9.0

Compare Source

Bug Fixes
  • core: apply convertToJSValueSQL on composite FKs too (41425cb), closes #​4843
  • core: clean up removed entities from relations in identity map (1e3bb0e), closes #​4863
  • core: infer property type from columnType for non-inferrable types (e.g. unions with null) (6bc116a), closes #​4833
  • core: remove some computed properties from metadata cache (eb138ad)
  • core: use write connection for fetching changes after upsert/upsertMany (#​4872) (6b444ed), closes #​4868
  • query-builder: do not alias formula expressions used in qb.groupBy() (e27e4b9), closes #​2929
  • query-builder: respect preferReadReplicas in QueryBuilder (22e140e), closes #​4847
  • serialization: run custom serializer on getters (#​4860) (e76836e), closes #​4859
Features

5.8.10 (2023-10-18)

Bug Fixes
  • knex: fix populating M:N from inverse side with joined strategy (9f82e95)
  • reflection: ensure complete stripping of relative paths with multiple leading slashes (#​4844) (8a635c7)

5.8.9 (2023-10-15)

Bug Fixes

5.8.8 (2023-10-11)

Bug Fixes
  • core: do not rehydrate values provided to constructor (8ff3f65), closes #​4790
  • core: hydrate relations with mapToPk as scalars to support custom types (4118076), closes #​4803
  • postgres: escape array literal values containing backslash (#​4797) (20179ec), closes #​4796
Performance Improvements
  • core: fix duplicate processing of collection items when flushing (a8a1021), closes #​4807

5.8.7 (2023-10-05)

Bug Fixes
  • core: ensure virtual relation properties have no effect on commit order (606d633), closes #​4781
  • core: fix conditions in em.upsertMany with composite keys (2f58556), closes #​4786
  • core: fix extra updates when nullable embedded properties contain FK (77ffa4f), closes #​4788
  • core: improve handling of nullable embedded properties (eae7e38), closes #​4787
  • schema: respect length of default value of datetime columns (cbc0c50), closes #​4782

5.8.6 (2023-10-02)

Bug Fixes

5.8.5 (2023-09-30)

Bug Fixes
  • core: allow joining a formula property (1200e5b), closes #​4759
  • core: map virtual properties that shadow a regular property from joined results (d0b3698), closes #​4764
  • core: pin all internal dependencies (f4868ed), closes #​4764
  • core: support overlapping composite FKs with different nullability (208fbaa), closes #​4478
  • mongo: fix querying object embedded JSON properties (b38a327), closes #​4755
  • reflection: detect JSON properties defined with Record or Dictionary types (62740d1), closes #​4755

5.8.4 (2023-09-27)

Bug Fixes
  • core: fix recomputing of changesets when entity has unique properties (d03afad), closes #​4749
  • query-builder: fix mapping of complex joined results with cycles (a9846dd), closes #​4741
Features

5.8.3 (2023-09-24)

Bug Fixes
  • core: do not skip cjs/mjs/cts/mts extensions during folder-based discovery (ce574a4), closes #​4727
  • core: ensure no duplicates exist in checks/indexes/hooks (fb523c8), closes #​4733
  • core: fix updating complex composite key entities via UoW (#​4739) (898dcda), closes #​4720
  • knex: allow using knex query builder as virtual entity expression (#​4740) (427cc88), closes #​4628
  • knex: hydrate nullable relations with joined strategy (8ddaa93), closes #​4675
  • mongo-migrations: fix logging of executed migrations (8ae7eeb), closes #​4698

5.8.2 (2023-09-20)

Bug Fixes
  • core: fix query processing when PK is falsy (#​4713) (3624cb7)
  • mongo-migrations: fix logging of executed migrations (2d9fc86), closes #​4698
  • query-builder: fix aliasing of joined embedded properties (24c4ece), closes #​4711
Features
  • core: allow to use .ts files as configuration without ts-node (#​4702) (bda7eca), closes #​4701
  • entity-generator: generate PrimaryKeyProp and PrimaryKeyType symbols (605446a)

5.8.1 (2023-09-12)

Bug Fixes
  • core: ensure entity is not in persist stack after em.insert/Many() is called (94eed5e), closes #​4692
  • core: ensure merging of data to already loaded entities won't fail in some cases (f6e8204), closes #​4688
  • core: fix merging of collections loaded via joined strategy (b4a0260), closes #​4694
  • core: try to fix merging of large collections loaded via joined strategy (faae84e), closes #​4694

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the pr: dependencies Pull requests that update a dependency file label Oct 24, 2023
@codecov-commenter
Copy link

codecov-commenter commented Oct 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (20a849c) 84.41% compared to head (25c5440) 84.41%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3355   +/-   ##
=======================================
  Coverage   84.41%   84.41%           
=======================================
  Files         476      476           
  Lines       44901    44901           
  Branches     5351     5353    +2     
=======================================
  Hits        37902    37902           
  Misses       6961     6961           
  Partials       38       38           

see 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot merged commit e9e5e0d into main Oct 25, 2023
6 checks passed
@renovate renovate bot deleted the renovate/mikro-orm-monorepo branch October 25, 2023 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

1 participant