Skip to content

fix(deps): update mikro-orm monorepo to v7#668

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-mikro-orm-monorepo
Open

fix(deps): update mikro-orm monorepo to v7#668
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-mikro-orm-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 18, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@mikro-orm/cli (source) 6.6.97.1.1 age confidence
@mikro-orm/mariadb (source) 6.6.97.1.1 age confidence
@mikro-orm/migrations (source) 6.6.97.1.1 age confidence
@mikro-orm/seeder (source) 6.6.97.1.1 age confidence

Release Notes

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

v7.1.1

Compare Source

Bug Fixes

v7.1.0

Compare Source

Bug Fixes
Features

7.0.17 (2026-05-17)

Bug Fixes

7.0.16 (2026-05-14)

Bug Fixes
  • core: do not propagate parent indexes to child TPT tables (#​7715) (de68566), closes #​7714
  • core: pass entity instance to beforeUpsert hook and propagate mutations to SQL (#​7716) (b84d48e)
  • core: reset stale collections on upserted entities (#​7718) (bbc82c5)
  • core: resolve polymorphic TPT-child filter columns to parent table (#​7719) (2e5a91a), closes #​7717
  • core: respect partial fields option when populating inverse 1:1 relations (#​7708) (721d6ff)
  • core: treat LockMode.NONE like undefined in em.findOne() (#​7704) (08d7ecf), closes #​7702
  • schema: centralize identifier-length truncation across platforms (#​7706) (1987833)
Features

7.0.15 (2026-05-09)

Bug Fixes

7.0.14 (2026-05-04)

Bug Fixes
Features
  • sql: add MikroORM and defineConfig variants in @mikro-orm/sql (#​7647) (ce31ff4)

7.0.13 (2026-04-27)

Bug Fixes

7.0.12 (2026-04-23)

Bug Fixes

7.0.11 (2026-04-16)

Bug Fixes
Features

7.0.10 (2026-04-10)

Bug Fixes

7.0.9 (2026-04-06)

Bug Fixes

7.0.8 (2026-04-01)

Bug Fixes

7.0.7 (2026-03-31)

Bug Fixes
  • core: apply embedded sub-property defaults during upsert (#​7411) (baf89e1)
  • core: fire orphan removal for OneToOne replacement when inverse already set (#​7436) (6e4fe2a)
  • core: preserve user changes on references during initialization (#​7421) (69ed5be)
  • core: prevent incorrect nullification of 1:1 inverse relations during joined loading (#​7434) (725e924)
  • core: resolve circular type inference in defineEntity with repository + filters (#​7441) (0ad9c60), closes #​7440
  • core: resolve entity name from registry in MetadataProvider (#​7408) (6953f34)
  • core: skip required validation for embeddables with only formula properties (#​7429) (88eb092)
  • core: use className instead of tableName for pivot join column names (#​7430) (5767c20)
  • mssql: use equality conditions for composite PK batch updates (#​7442) (ba4063b)
  • repo: use npx to invoke lint-staged and commitlint in husky hooks (b9fda19)
  • sql: fix count queries with composite PKs and toMany joins (#​7415) (bb0d66c), closes #​7414
  • sql: fix nativeEnumName schema handling with config-level schema (#​7435) (2ddd288), closes #​7432
  • sql: generate indexes for materialized view entities (#​7419) (bf86941), closes #​7417
  • sql: infer Kysely table names for classes extending defineEntity().class (#​7425) (469a667), closes #​7423
  • sql: pass transaction context through schema introspection to avoid deadlock (#​7426) (2a1bc05), closes #​7424
  • sql: resolve alias placeholder in raw fragments used as operator values (#​7427) (d23d30b), closes #​7422

7.0.6 (2026-03-26)

Bug Fixes
  • core: allow readonly enum builder items in defineEntity() (#​7406) (ebf87e6), closes #​7352
  • core: apply onCreate hooks in em.upsert and em.upsertMany (#​7400) (5bc0e92), closes #​7399
  • core: preserve explicit entity name in defineEntity + setClass during discovery (fca6e6b), closes #​7391
  • core: prevent prototype pollution in Utils.merge (954bdba)
  • core: tighten query construction validation (f7e59a5)
  • decorators: handle esbuild ES decorator stack frames in path lookup (e6ea9fc)
  • reflection: resolve inherited property types with ES decorators in TsMorphMetadataProvider (8296a0e), closes #​7389
  • schema: escape single quotes in enum CHECK constraints (#​7396) (3656519), closes #​7395

7.0.5 (2026-03-23)

Bug Fixes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

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 force-pushed the renovate/major-mikro-orm-monorepo branch 10 times, most recently from dd1c1ef to cafdb4d Compare March 25, 2026 14:15
@renovate renovate Bot force-pushed the renovate/major-mikro-orm-monorepo branch 20 times, most recently from 4695e01 to d83f7bd Compare March 30, 2026 12:58
@renovate renovate Bot force-pushed the renovate/major-mikro-orm-monorepo branch 2 times, most recently from 7929361 to d571b1d Compare April 2, 2026 17:56
@renovate renovate Bot force-pushed the renovate/major-mikro-orm-monorepo branch 3 times, most recently from 19905da to d002199 Compare April 13, 2026 12:37
@renovate renovate Bot force-pushed the renovate/major-mikro-orm-monorepo branch 2 times, most recently from 16af643 to 241aa8a Compare April 23, 2026 10:35
@renovate renovate Bot force-pushed the renovate/major-mikro-orm-monorepo branch 5 times, most recently from d22776e to ca73988 Compare May 4, 2026 12:38
@renovate renovate Bot force-pushed the renovate/major-mikro-orm-monorepo branch 2 times, most recently from 96ad72a to 3535d07 Compare May 8, 2026 13:45
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 8, 2026

@renovate renovate Bot force-pushed the renovate/major-mikro-orm-monorepo branch 6 times, most recently from c05d0d2 to 78018d1 Compare May 11, 2026 13:42
@renovate renovate Bot changed the title fix(deps): update mikro-orm monorepo to v7 (major) fix(deps): update mikro-orm monorepo to v7 May 12, 2026
@renovate renovate Bot force-pushed the renovate/major-mikro-orm-monorepo branch 2 times, most recently from 9ade5c6 to b09db2d Compare May 21, 2026 12:50
@renovate renovate Bot force-pushed the renovate/major-mikro-orm-monorepo branch 2 times, most recently from db89568 to cc6588e Compare May 27, 2026 09:59
@renovate renovate Bot force-pushed the renovate/major-mikro-orm-monorepo branch from cc6588e to 4ea356d Compare May 30, 2026 23:11
@sonarqubecloud
Copy link
Copy Markdown

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.

0 participants