Skip to content

chore(deps): update mikro-orm monorepo to v6.6.12#234

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/mikro-orm-monorepo
Apr 6, 2026
Merged

chore(deps): update mikro-orm monorepo to v6.6.12#234
renovate[bot] merged 1 commit into
mainfrom
renovate/mikro-orm-monorepo

Conversation

@renovate

@renovate renovate Bot commented Dec 8, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@mikro-orm/core (source) 6.6.16.6.12 age confidence
@mikro-orm/postgresql (source) 6.6.16.6.12 age confidence

Release Notes

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

v6.6.12

Compare Source

Bug Fixes

v6.6.11

Compare Source

Bug Fixes
  • core: fire orphan removal for OneToOne replacement when inverse already set (#​7439) (674efd0), closes #​7436
  • core: prevent incorrect nullification of 1:1 inverse relations during joined loading (#​7434) (1d46f0f)
  • knex: allow contextual type inference for raw() with string inputs (1683a54)
  • sql: pass transaction context through schema introspection to avoid deadlock (#​7431) (03bd640), closes #​7426 #​7424

v6.6.10

Compare Source

Bug Fixes
  • core: handle JSON column type conversion in em.refresh() for detached entities (e41b500), closes #​7383
  • core: prevent prototype pollution in Utils.merge (06ed5f6)
  • core: tighten query construction validation (ad3643e)
  • schema: escape single quotes in enum CHECK constraints (#​7397) (db19731), closes #​7396 #​7395

v6.6.9

Compare Source

Bug Fixes
  • core: fix findOne with entity refs for composite PKs with shared FK columns (6f95f72), closes #​5629
  • core: make entity prototype toJSON non-enumerable to prevent data leaks (c895808)
  • core: prevent double JSON-encoding of nested embeddable arrays (309b278), closes #​7233
  • migrations: normalize snapshots and write on both up/down (#​7236) (a07aca6), closes #​7234
  • migrations: skip snapshot write on migration:up to support read-only filesystems (c8584e8), closes #​7232
  • mysql: fix table.bigincrements() producing int instead of bigint (5660607), closes #​7246

v6.6.8

Compare Source

Bug Fixes
  • core: allow using property accessor on to-one relations (06978c9), closes #​7211
  • core: fix double processing of JSON properties when reloading an entity (514ed87)
  • core: preserve embeddable properties in toPOJO regardless of partial loading hints (c27dbae)
  • core: preserve function expression indexes through metadata cache round-trip (#​7229) (9ae8d20), closes #​7238
  • core: use full hydration in mergeData for initialized entities (5529308), closes #​7205
  • knex: handle $not operator inside relation filters (#​7227) (d0dac2f), closes #​7226
  • migrations: delete snapshot file after migration:down (dfcc8c6), closes #​7210
  • postgres: fix phantom diffs for check constraints (#​7224) (103346c)

v6.6.7

Compare Source

Bug Fixes
  • core: do not propagate cursor related options to populate queries (e6b9a6a), closes #​7148
  • core: ignore empty conditions produced by filters (1ebbfb0)
  • guard prototype.toJSON against being called on prototype itself (#​7152) (fa5290e), closes #​7151
  • migrations: support emitting multiline queries (fcf360a), closes #​7185
  • schema: do not ignore changes to entity level comments (b421c9d), closes #​7187
  • sql: always alias virtual properties in where query (2f7492d), closes #​7196
  • sql: skip pagination subquery and force balanced strategy for virtual entities (260a2e0), closes #​7195
Features
  • core: add WHERE clause support to upsert via onConflictWhere option (#​7181) (9ed5ef5)

v6.6.6

Compare Source

Bug Fixes
  • core: ensure column name conflicts in M:N are propagated to STI child entities (5be76ae), closes #​7123
  • core: ensure no collisions in polymorphic embeddables with shadowed properties (b7707b4)
  • core: fix result caching for custom types (b0ed700), closes #​7112
  • core: respect exclude option on eager properties (cb26a7e)
  • core: support schema parameter in formula query when using QB with partial loading (30b37f7), closes #​7102
  • core: use less strict repository option type to fix issues with defineEntity and cycles (aeb1bb1)

v6.6.5

Compare Source

Bug Fixes
  • core: always check the database when querying by PK with filters (bd44c82), closes #​7084
  • core: ensure populate hint won't include undefined for optional relations (fede490)
  • core: improve handling of deeply nested composite keys in em.create (8caae8f), closes #​6894
  • core: normalize populate option in Collection.matching() for M:N relations (#​7091) (886772a)
  • core: support overlapping properties with different field names in STI (badbc00), closes #​5813
  • sql: fix populating M:N relations with pivotEntity that uses mapToPk: true (0ab55fe), closes #​7107
Features
  • core: improve formula callback to provide more information about the table and column mapping (#​7105) (059bf97), closes #​7102

v6.6.4

Compare Source

Bug Fixes
  • core: do not convert custom types in em.refresh (143a4ed), closes #​7073
  • core: fix applying filters on nested relation conditions (2ec6474)
  • core: fix processing filters on to-many relations (4a55799)
  • core: respect orphanRemoval on 1:1 relations when inverse side is a PK (#​7081) (ce4bfee)
  • core: support wildcard wrap(e).populate() hints on type level (45224ee)
  • mongo: fix field name conversion when querying object embedded entities (3ea8193)
  • postres: fix casting of object embedded relation properties (6095889)

v6.6.3

Compare Source

Bug Fixes
  • core: do not connect to database when calling orm.close() (79cabd7), closes #​7041
  • core: don't reset entity identifiers when using assign on entity references (#​7048) (ca5d9b8)
  • core: handle custom types properly in em.refresh (#​7061) (7dc5d7d)
  • defineEntity: avoid circular type inference in meta (#​7039) (a18e63d)
  • query-builder: do not reset schema when creating subquery for collection operators (4f4ea6d), closes #​7053
  • schema: ensure SchemaGenerator respects skipTables option when diffing a schema (#​7040) (40fa85a)

v6.6.2

Compare Source

Bug Fixes
Features
Performance Improvements

Configuration

📅 Schedule: Branch creation - "after 5pm every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from Sinless777 as a code owner December 8, 2025 20:08
@vercel

vercel Bot commented Dec 8, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
helix-ai Error Error Apr 1, 2026 1:36pm

@renovate renovate Bot force-pushed the renovate/mikro-orm-monorepo branch from 8e64074 to 377b6a0 Compare December 31, 2025 14:34
@renovate renovate Bot force-pushed the renovate/mikro-orm-monorepo branch from 377b6a0 to 6426f8b Compare January 4, 2026 13:59
@renovate renovate Bot changed the title chore(deps): update mikro-orm monorepo to v6.6.2 chore(deps): update mikro-orm monorepo to v6.6.3 Jan 4, 2026
@renovate renovate Bot force-pushed the renovate/mikro-orm-monorepo branch from 6426f8b to ea2c0cd Compare January 8, 2026 17:47
@renovate renovate Bot force-pushed the renovate/mikro-orm-monorepo branch from ea2c0cd to 7e2ea3a Compare January 14, 2026 22:15
@renovate renovate Bot changed the title chore(deps): update mikro-orm monorepo to v6.6.3 chore(deps): update mikro-orm monorepo to v6.6.4 Jan 14, 2026
@renovate renovate Bot force-pushed the renovate/mikro-orm-monorepo branch from 7e2ea3a to 2ef0099 Compare January 19, 2026 19:06
@renovate renovate Bot force-pushed the renovate/mikro-orm-monorepo branch from 2ef0099 to 5be02eb Compare January 22, 2026 02:02
@renovate renovate Bot changed the title chore(deps): update mikro-orm monorepo to v6.6.4 chore(deps): update mikro-orm monorepo to v6.6.5 Jan 22, 2026
@renovate renovate Bot force-pushed the renovate/mikro-orm-monorepo branch from 5be02eb to 2fb9fda Compare January 23, 2026 18:12
@renovate renovate Bot force-pushed the renovate/mikro-orm-monorepo branch from 2fb9fda to 6afc47a Compare January 30, 2026 16:45
@renovate renovate Bot changed the title chore(deps): update mikro-orm monorepo to v6.6.6 chore(deps): update mikro-orm monorepo to v6.6.7 Feb 15, 2026
@renovate renovate Bot force-pushed the renovate/mikro-orm-monorepo branch from 4ff5268 to 3f85f86 Compare March 1, 2026 21:03
@renovate renovate Bot changed the title chore(deps): update mikro-orm monorepo to v6.6.7 chore(deps): update mikro-orm monorepo to v6.6.8 Mar 1, 2026
@renovate renovate Bot force-pushed the renovate/mikro-orm-monorepo branch from 3f85f86 to 0f1eae4 Compare March 5, 2026 18:40
@renovate renovate Bot changed the title chore(deps): update mikro-orm monorepo to v6.6.8 chore(deps): update mikro-orm monorepo to v6.6.9 Mar 5, 2026
@renovate renovate Bot force-pushed the renovate/mikro-orm-monorepo branch from 0f1eae4 to 3b91c61 Compare March 13, 2026 13:39
@renovate renovate Bot force-pushed the renovate/mikro-orm-monorepo branch from 3b91c61 to 91a2866 Compare March 26, 2026 18:41
@renovate renovate Bot changed the title chore(deps): update mikro-orm monorepo to v6.6.9 chore(deps): update mikro-orm monorepo to v6.6.10 Mar 26, 2026
@renovate renovate Bot force-pushed the renovate/mikro-orm-monorepo branch from 91a2866 to d344383 Compare March 29, 2026 21:40
@renovate renovate Bot changed the title chore(deps): update mikro-orm monorepo to v6.6.10 chore(deps): update dependency @mikro-orm/postgresql to v6.6.10 Mar 29, 2026
@renovate renovate Bot force-pushed the renovate/mikro-orm-monorepo branch from d344383 to 08a3cfc Compare March 30, 2026 20:38
@renovate renovate Bot changed the title chore(deps): update dependency @mikro-orm/postgresql to v6.6.10 chore(deps): update mikro-orm monorepo to v6.6.10 Mar 30, 2026
@renovate renovate Bot force-pushed the renovate/mikro-orm-monorepo branch from 08a3cfc to 48433e8 Compare March 31, 2026 14:44
@renovate renovate Bot changed the title chore(deps): update mikro-orm monorepo to v6.6.10 chore(deps): update mikro-orm monorepo to v6.6.11 Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/mikro-orm-monorepo branch from 48433e8 to 2dde1f0 Compare April 1, 2026 13:35
@renovate renovate Bot changed the title chore(deps): update mikro-orm monorepo to v6.6.11 chore(deps): update mikro-orm monorepo to v6.6.12 Apr 1, 2026
@renovate renovate Bot force-pushed the renovate/mikro-orm-monorepo branch from 2dde1f0 to 131d4ca Compare April 6, 2026 22:14
@renovate renovate Bot merged commit 748ad7c into main Apr 6, 2026
1 check passed
@renovate renovate Bot deleted the renovate/mikro-orm-monorepo branch April 6, 2026 22:19
@github-project-automation github-project-automation Bot moved this from Todo to Done in Helix AI Task Board Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant