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.6.3 #2613

Merged
merged 1 commit into from Jan 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

mikro-orm/mikro-orm

v5.6.3

Compare Source

Bug Fixes
  • core: delay snapshotting of entity state to fix differences with joined strategy (cbf62fa), closes #​3876
  • core: do not convert custom mapped type twice in Reference.createFromPK (7dfff45), closes #​3878

v5.6.2

Compare Source

Bug Fixes
  • core: fix assignability of Loaded type to naked entity (e574924), closes #​3865
  • core: respect * in partial loading with joined strategy (7781f84), closes #​3868
Features
  • core: validate bidirectional M:N with pivotEntity (5e793a2), closes #​3860
  • core: validate FK as PK is always an owning side (330c4e2), closes #​3869

v5.6.1

Compare Source

Bug Fixes
  • core: allow adding array of refs to collection (#​3859) (0ce85e9)
  • core: clone event manager when forking in em.transactional (0e523b3), closes #​3857
  • core: do not unset non-null relations when propagating remove operation (69a7f94), closes #​3854
  • core: fix compiled functions when relation property uses hyphens (22350bd), closes #​3813
  • core: fix populating relation with composite FK as primary key (b27578f), closes #​3844
  • core: improve inference in em.findX() methods (fcb1739)
  • core: propagation with nullable 1:1 relation (#​3851) (d77c370), closes #​3850
  • core: remove readonly modifier from Populate type (7b2dfb9)
  • mariadb: do not force date strings (8861354), closes #​3853
  • postgres: compare only simplified versions of check constraints (0fd8530), closes #​3827
  • postgres: ignore internal timescale schemas automatically (85d9083)

v5.6.0

Compare Source

Bug Fixes
  • core: deprecate type option in favour of driver exports (7180f23), closes #​3743
  • core: do not mark entities as populated via em.merge() (bfa4962), closes #​3812
  • core: do not process mapped types twice in em.upsert() (434d417), closes #​3787
  • core: ensure correct result in ChangeSet.getPrimaryKey(true) (2e74a34), closes #​3737
  • core: fix query execution inside hooks sometimes hanging (d68b9bd)
  • core: make ChangeSet.getPrimaryKey() response stable (d32c956)
  • core: remove readonly from properties of FilterQuery (2a2a13d), closes #​3836
  • core: return Ref & LoadedReference from ref() (c85e507), closes #​3840
  • core: serialize not managed relations as populated (89b4dab), closes #​3788
  • core: support hidden flag on primary keys (4935505)
  • embeddables: respect explicit null only for object embeddables (6e0bedf), closes #​3772
  • mysql: ensure bigint columns are mapped to string (d3d50ba), closes #​3739
  • mysql: respect auto_increment_increment when batch inserting (516db6d), closes #​3828
  • postgres: quote array literal items containing a comma (5ffa81c), closes #​3810
  • postgres: use postgres as the management db name + allow override (eab1668), closes #​3769
  • query-builder: fix cloning QB in some cases (c3b4c20), closes #​3720
  • query-builder: fix querying for a composite FK when target is joined (dec4c9c), closes #​3738
  • query-builder: respect case-insensitive regexp flag (1a1d381), closes #​3801
  • query-build: fix query execution inside hooks sometimes hanging (dba6ce2)
  • schema: do not cache knex instance (dc00374), closes #​3713
  • schema: ensure database exists before dropping schema (fd4c416), closes #​3713
  • ts: allow string dates in em.create() (d0607d5)
Features
Performance Improvements
  • core: never clone Platform and EntityMetadata instances (9e05104), closes #​3720

5.5.3 (2022-11-10)

Bug Fixes
Features
  • mongo: allow passing transaction options to the mongo client (d52c747), closes #​3703
Performance Improvements
  • core: redefine the internal __helper getter with a static value (77d0549)

5.5.2 (2022-11-07)

Bug Fixes
  • core: prefer custom pivot entity for inference of FK names (08a7dc2), closes #​3626
  • knex: always skip virtual properties in returning clause (#​3699) (c084dde)

5.5.1 (2022-11-05)

Bug Fixes
  • core: compare original entity data when checking for unique props (53ff984), closes #​3644
  • core: fix em.upsert() when entity is already in context (f590b79), closes #​3667
  • core: fix comparing empty arrays (be4cdf3), closes #​3694
  • core: fix orphan removal for collections of complex/nested composite keys (925c1d2), closes #​3666
  • core: fix querying for a complex composite key via inverse side (b99e7bb), closes #​3669
  • core: handle $fulltext search correctly in nested queries (9a2f535), closes #​3696
  • core: improve detection of entity file path via stack trace (d329d32), closes #​3668
  • core: improve propagation of changes to 1:1 relations (389b4a2), closes #​3614
  • embeddables: support partial loading hints (0c33e00), closes #​3673
  • knex: ensure virtual properties are never part of returning clause (35d51fe), closes #​3664
  • postgres: fix ensuring database exists when postgres database does not exist (b1a867d), closes #​3671
  • reflection: fix reflection of embedded array types (786ba42), closes #​3690
  • reflection: improve detection of array properties (8f8f820), closes #​3690
Features
  • core: add em.repo() shortcut (feebd7c)
  • core: add EntityOptions.repository shortcut (2cbb129)
  • core: add EntityRepository.upsert() shortcut (31d6d77)
  • core: add ref alias for wrappedReference relation property option (249a407)
  • core: add Rel<T> and Ref<T> relation types (44acefb)
  • core: add context param to Type.convertToDatabaseValue() (a933e98), closes #​3567
  • core: allow using second argument of @OneToOne as options (115462d)
  • core: propagate parent entity to collection item payload in assign (6045511), closes #​3654
  • core: propagate parent entity to collection item payload in create (bb9f8d9), closes #​3654
  • core: support composite unique keys in em.upsert() (3cf79d6), closes #​3656

Configuration

📅 Schedule: Branch creation - "before 3am on Friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@czy88840616 czy88840616 added the pr: dependencies Pull requests that update a dependency file label Dec 30, 2022
@codecov-commenter
Copy link

codecov-commenter commented Dec 30, 2022

Codecov Report

Base: 81.93% // Head: 81.93% // No change to project coverage 👍

Coverage data is based on head (bee6b1e) compared to base (686fb59).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2613   +/-   ##
=======================================
  Coverage   81.93%   81.93%           
=======================================
  Files         414      414           
  Lines       14687    14687           
  Branches     3465     3465           
=======================================
  Hits        12034    12034           
  Misses       2407     2407           
  Partials      246      246           
Impacted Files Coverage Δ
packages/bootstrap/src/util.ts 83.87% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@czy88840616 czy88840616 merged commit cc5fd29 into main Jan 3, 2023
@czy88840616 czy88840616 deleted the renovate/mikro-orm-monorepo branch January 3, 2023 09:28
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.

None yet

2 participants