Skip to content

chore(deps): update mikro-orm monorepo to v7#615

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

chore(deps): update mikro-orm monorepo to v7#615
renovate[bot] wants to merge 1 commit into
developfrom
renovate/major-7-mikro-orm-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 15, 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.4.3^7.0.0 age confidence
@mikro-orm/core (source) ^6.4.3^7.0.0 age confidence
@mikro-orm/migrations (source) ^6.4.3^7.0.0 age confidence
@mikro-orm/postgresql (source) ^6.4.3^7.0.0 age confidence

Release Notes

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

v7.0.17

Compare Source

Bug Fixes

v7.0.16

Compare Source

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

v7.0.15

Compare Source

Bug Fixes

v7.0.14

Compare Source

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

v7.0.13

Compare Source

Bug Fixes

v7.0.12

Compare Source

Bug Fixes

v7.0.11

Compare Source

Bug Fixes
Features

v7.0.10

Compare Source

Bug Fixes

v7.0.9

Compare Source

Bug Fixes

v7.0.8

Compare Source

Bug Fixes

v7.0.7

Compare Source

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

v7.0.6

Compare Source

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

v7.0.5

Compare Source

Bug Fixes

v7.0.4

Compare Source

Bug Fixes
Features

v7.0.3

Compare Source

Bug Fixes
Features

v7.0.2

Compare Source

Bug Fixes
  • core: apply property default values when creating new entity instances (#​7301) (b4d1e7f), closes #​7284
  • core: handle CJS entity files in folder-based discovery (#​7287) (314626b)
  • core: preserve nullability in Opt/Hidden branded types for defineEntity (#​7295) (2b74802), closes #​7291
  • core: use branded types for built-in type detection in CJS/ESM dual-package hazard (#​7293) (65ae903)
  • core: use EntitySchema.is() instead of instanceof for CJS/ESM dual-package hazard (#​7289) (355301f)
  • decorators: skip @​oxc-project/runtime frames in decorator path lookup (199ccd1)
  • entity-generator: emit enum definitions before entity class (bbb38c7)
  • schema: handle multiline view expressions in SQLite schema diffing (#​7294) (2a2ed10), closes #​7292

v7.0.1

Compare Source

Bug Fixes
  • update lockfile for v7 peer dependencies (d59eaea)
  • update peer dependency constraints to v7 and pin on release (fbeace5)

v7.0.0

Compare Source

Bug Fixes
  • core: allow using property accessor on to-one relations (621d10a), closes #​7211
  • core: always check the database when querying by PK with filters (8bd62b2), closes #​7084
  • core: do not convert custom types in em.refresh (3f8abdf), closes #​7073
  • core: do not propagate cursor related op

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: 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 force-pushed the renovate/major-7-mikro-orm-monorepo branch from ec38cc4 to bb04cd6 Compare March 15, 2026 04:38
@renovate renovate Bot requested a review from andrea-acampora March 15, 2026 09:15
@renovate renovate Bot force-pushed the renovate/major-7-mikro-orm-monorepo branch 7 times, most recently from 3b0eaab to cb7dbf5 Compare March 20, 2026 21:52
@renovate renovate Bot force-pushed the renovate/major-7-mikro-orm-monorepo branch 14 times, most recently from dffcd8a to eeb2525 Compare April 6, 2026 12:54
@renovate renovate Bot force-pushed the renovate/major-7-mikro-orm-monorepo branch 3 times, most recently from 80244ee to f629924 Compare April 8, 2026 09:18
@renovate renovate Bot force-pushed the renovate/major-7-mikro-orm-monorepo branch 2 times, most recently from 4940539 to 209cab2 Compare April 16, 2026 11:01
@renovate renovate Bot force-pushed the renovate/major-7-mikro-orm-monorepo branch 8 times, most recently from 28bf46b to 74912c1 Compare April 27, 2026 21:27
@renovate renovate Bot force-pushed the renovate/major-7-mikro-orm-monorepo branch 6 times, most recently from dcaa627 to 99d6fd8 Compare May 6, 2026 22:04
@renovate renovate Bot force-pushed the renovate/major-7-mikro-orm-monorepo branch 7 times, most recently from 0400f30 to 2ddcebb Compare May 12, 2026 06:06
@renovate renovate Bot changed the title chore(deps): update mikro-orm monorepo to v7 (major) chore(deps): update mikro-orm monorepo to v7 May 12, 2026
@renovate renovate Bot force-pushed the renovate/major-7-mikro-orm-monorepo branch 6 times, most recently from 558f735 to 289f31f Compare May 19, 2026 00:40
@renovate renovate Bot force-pushed the renovate/major-7-mikro-orm-monorepo branch from 289f31f to 7ba9a53 Compare May 19, 2026 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant