Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Mar 11, 2026

Copy link
Copy Markdown
Contributor

ℹ️ 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.7^7.0.0 age confidence
@mikro-orm/core (source) ^6.6.7^7.0.0 age confidence
@mikro-orm/migrations (source) ^6.6.7^7.0.0 age confidence
@mikro-orm/postgresql (source) ^6.6.7^7.0.0 age confidence
@mikro-orm/reflection (source) ^6.6.7^7.0.0 age confidence
@mikro-orm/seeder (source) ^6.6.7^7.0.0 age confidence

Release Notes

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

v7.1.9

Compare Source

Bug Fixes
  • core: fix batch updates when the whole primary key is one relation (#​8065) (aeefa5e)
  • core: keep null value of embedded arrays in snapshots and hydration (#​8046) (93d62bf), closes #​8045
  • core: keep the fixed order column as the sole pivot PK for polymorphic M:N (#​8083) (3ac8b73)
  • core: map returning values back to entities after batch update (#​8056) (5895309)
  • core: support mixed STI child types in batch updates (#​8057) (f6e5fd4)
  • core: support version and optimistic locking on nested composite keys (#​8064) (d533e76)
  • entity-generator: correctly escape generated string literals and keys (#​8048) (adf2b84)
  • entity-generator: sanitize file names taken from database metadata (#​8052) (4efac39)
  • libsql: stop recycling local connections every 10 seconds (#​8050) (bd2a1cf)
  • migrations: sanitize custom migration names into valid class identifiers (#​8053) (20a3ae2)
  • mssql: execute create trigger in its own query batch (#​8072) (5d0420e)
  • mssql: manage table and column comments via extended properties (#​8076) (d579f04)
  • oracledb: bind every returned column of a multi column property (#​8059) (dc17ec2)
  • oracle: keep the config user in sync with the pool after dropDatabase() (#​8043) (6e1113d)
  • oracle: set the session schema when the connection user differs from dbName (#​8042) (3a942d2), closes #​8040
  • postgresql: don't crash the process when the server drops a connection (#​8069) (66d3b1a)
  • sql: apply column comment changes in a single schema update pass (#​8077) (c48a435)
  • sql: apply query cancellation strategies inside transactions (#​8067) (11525e3)
  • sql: compile an empty $or to an always-false predicate (#​8054) (0578108)
  • sql: emit valid SQL for negated and empty condition groups (#​8060) (905286b)
  • sql: include composite FK values in the pivot row hash (#​8082) (f2d5a89), closes #​8078 #​8078
  • sql: keep multi line comments intact when grouping schema DDL (#​8079) (b74e332)
  • sql: keep multi line trigger bodies stable across schema updates (#​8074) (165ff59)
  • sql: keep pivot rows distinct when the fixed order column is not unique (#​8078) (63a2c83), closes #​8075
  • sql: keep polymorphic pivot rows distinct when the fixed order column is not unique (#​8085) (20734f7), closes #​8078
  • sql: keep the original error when the rollback of a failed transaction also fails (#​8068) (7663639)
  • sql: load M:N collections of owners with a nested composite PK (#​8080) (d4a5a33)
  • sql: load the owner side of a polymorphic M:N pivot shared by owners of different PK arity (#​8084) (6fbdcc4), closes #​8081
  • sql: load the owner side of a polymorphic M:N with a composite PK owner (#​8081) (a38cca5), closes #​8080
  • sql: normalize implicit aggregate aliases and multi word casts (#​8058) (e90c141), closes #​8055
  • sql: normalize trigger bodies when generating DDL (#​8063) (32da92f), closes #​8061
  • sql: pass a flat PK array when persisting M:N of a composite PK owner (#​8073) (f88d567)

v7.1.8

Compare Source

Bug Fixes

v7.1.7

Compare Source

Bug Fixes
  • core: ignore special object keys in assign() (#​7998) (6c65ffb)
  • core: support same-named nested embeddables with different props in polymorphic embeddables (#​7986) (c926fd8), closes #​7983
  • mariadb: keep JSON columns as strings on mysql2 3.23+ (#​7994) (0154130), closes #​7981
  • mssql: map FK, CHECK, PK/unique, deadlock and lock-timeout errors to driver exceptions (#​7959) (adc52fc)
  • mssql: retry create database when the model database is locked (#​7985) (f528107)
  • postgres: make check introspection columnName deterministic (#​7992) (ab14f97), closes #​7991
  • sql: validate order by direction against known values (#​7996) (3aba926)

v7.1.6

Compare Source

Bug Fixes

v7.1.5

Compare Source

Bug Fixes

v7.1.4

Compare Source

Bug Fixes
Features

v7.1.3

Compare Source

Bug Fixes
Features

v7.1.2

Compare Source

Bug Fixes
Features

v7.1.1

Compare Source

Bug Fixes

v7.1.0

Compare Source

Bug Fixes
Features

7.0.17 (2026-05-17)

Bug Fixes
  • core: allow local forceObject: false to override global setting (#​7739) (4f5b71d), closes #​7738
  • core: avoid duplicate queries when :ref populate overlaps with fields (#​7720) (793f079)
  • core: carry user-declared STI discriminator through mergeData (#​7736) (826ab28), closes #​7735
  • core: merge index columns overrides with the full property list (#​7733) (7aad84b)
  • core: populate partial inverse one-to-one refs (#​7721) (a235b42)
  • core: propagate pivot entity to STI root for inverse M:N (#​7725) (8852875), closes #​7724
  • core: resolve TPT parent alias for custom-typed inherited columns (#​7731) (202ab1c)
  • core: scope auto-joined filter refs to fields shared by all

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 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 was generated by Mend Renovate. View the repository job log.

@changeset-bot

changeset-bot Bot commented Mar 11, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 310bacd

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate
renovate Bot force-pushed the renovate/major-mikro-orm-monorepo branch 4 times, most recently from b90c39e to 928a966 Compare March 20, 2026 21:49
@renovate
renovate Bot force-pushed the renovate/major-mikro-orm-monorepo branch 4 times, most recently from 26f9293 to 5ee30b9 Compare March 27, 2026 12:27
@renovate
renovate Bot force-pushed the renovate/major-mikro-orm-monorepo branch 3 times, most recently from a0c20d2 to 0d0b200 Compare April 6, 2026 12:42
@renovate
renovate Bot force-pushed the renovate/major-mikro-orm-monorepo branch 2 times, most recently from f3070c7 to 8e7310d Compare April 16, 2026 12:47
@renovate
renovate Bot force-pushed the renovate/major-mikro-orm-monorepo branch 2 times, most recently from 1fbd1df to 1d54c0f Compare April 27, 2026 11:53
@renovate
renovate Bot force-pushed the renovate/major-mikro-orm-monorepo branch 2 times, most recently from fcfa592 to e6de8e8 Compare May 9, 2026 13:49
@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 3 times, most recently from 4f0217b to 6f10337 Compare May 20, 2026 11:35
@renovate
renovate Bot force-pushed the renovate/major-mikro-orm-monorepo branch from 6f10337 to 4981074 Compare May 22, 2026 14:13
@renovate
renovate Bot force-pushed the renovate/major-mikro-orm-monorepo branch 2 times, most recently from 6a7ae9b to fa6dcf6 Compare May 31, 2026 14:13
@renovate
renovate Bot force-pushed the renovate/major-mikro-orm-monorepo branch from fa6dcf6 to f93a131 Compare June 6, 2026 17:42
@renovate
renovate Bot force-pushed the renovate/major-mikro-orm-monorepo branch from f93a131 to bfe93aa Compare June 26, 2026 17:38
@renovate
renovate Bot force-pushed the renovate/major-mikro-orm-monorepo branch 2 times, most recently from e6bad69 to 6accc46 Compare July 17, 2026 16:07
@renovate
renovate Bot force-pushed the renovate/major-mikro-orm-monorepo branch from 6accc46 to e359fde Compare July 28, 2026 19:11
@renovate
renovate Bot force-pushed the renovate/major-mikro-orm-monorepo branch from e359fde to 310bacd Compare July 30, 2026 22:11
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