Skip to content

chore(deps): update dependency @mikro-orm/postgresql to v7 - #128

Open
renovate[bot] wants to merge 1 commit into
developmentfrom
renovate/mikro-orm-postgresql-7.x
Open

chore(deps): update dependency @mikro-orm/postgresql to v7#128
renovate[bot] wants to merge 1 commit into
developmentfrom
renovate/mikro-orm-postgresql-7.x

Conversation

@renovate

@renovate renovate Bot commented Mar 14, 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 Adoption Passing Confidence
@mikro-orm/postgresql (source) 5.6.167.1.9 age adoption passing confidence

Release Notes

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

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

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-chil

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 this update 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/mikro-orm-postgresql-7.x branch 3 times, most recently from 8f356a9 to 696c9ba Compare March 23, 2026 20:50
@renovate
renovate Bot force-pushed the renovate/mikro-orm-postgresql-7.x branch 2 times, most recently from 6d4e1cb to 68879fd Compare March 29, 2026 17:02
@renovate
renovate Bot force-pushed the renovate/mikro-orm-postgresql-7.x branch 3 times, most recently from 6a6df0c to 5b4102d Compare April 9, 2026 15:35
@renovate
renovate Bot force-pushed the renovate/mikro-orm-postgresql-7.x branch 2 times, most recently from ea3511b to 66d9663 Compare April 19, 2026 10:01
@renovate
renovate Bot force-pushed the renovate/mikro-orm-postgresql-7.x branch 2 times, most recently from 891b452 to b80e09a Compare April 30, 2026 11:47
@renovate
renovate Bot force-pushed the renovate/mikro-orm-postgresql-7.x branch 2 times, most recently from e047ba7 to 637cf46 Compare May 12, 2026 11:31
@renovate
renovate Bot force-pushed the renovate/mikro-orm-postgresql-7.x branch 4 times, most recently from 6fe71ce to 45f9d47 Compare May 23, 2026 09:58
@renovate
renovate Bot force-pushed the renovate/mikro-orm-postgresql-7.x branch from 45f9d47 to 12dcb3e Compare May 25, 2026 13:00
@renovate
renovate Bot force-pushed the renovate/mikro-orm-postgresql-7.x branch from 12dcb3e to cb56d36 Compare June 21, 2026 23:47
@renovate
renovate Bot force-pushed the renovate/mikro-orm-postgresql-7.x branch from cb56d36 to 8c38c6a Compare June 29, 2026 18:06
@renovate
renovate Bot force-pushed the renovate/mikro-orm-postgresql-7.x branch 2 times, most recently from e2904bc to f610118 Compare July 21, 2026 01:44
@renovate
renovate Bot force-pushed the renovate/mikro-orm-postgresql-7.x branch from f610118 to 8cea9ce Compare July 31, 2026 17:56
@renovate
renovate Bot force-pushed the renovate/mikro-orm-postgresql-7.x branch from 8cea9ce to bef0a18 Compare August 2, 2026 21:12
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.

0 participants