Skip to content

chore(deps): bump @mikro-orm/postgresql from 6.6.1 to 7.0.9#265

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mikro-orm/postgresql-7.0.9
Open

chore(deps): bump @mikro-orm/postgresql from 6.6.1 to 7.0.9#265
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mikro-orm/postgresql-7.0.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 6, 2026

Copy link
Copy Markdown
Contributor

Bumps @mikro-orm/postgresql from 6.6.1 to 7.0.9.

Release notes

Sourced from @​mikro-orm/postgresql's releases.

v7.0.9

7.0.9 (2026-04-06)

Bug Fixes

  • core: escape special characters in base Platform array marshalling (#7489) (9bc798f), closes #7488
  • core: include generated columns in mergeData diff for identity map reuse (#7491) (97fd5c6), closes #7421 #7486
  • core: resolve EntityIdentifier in composite FK with shared join columns (#7477) (cb44ba0)
  • core: respect compiledFunctions in driver's EntityComparator (#7494) (d2c5cce)
  • core: skip shared join columns with null value in mapDataToFieldNames (#7490) (f6b4273)
  • core: use symbol brand in CollectionShape to prevent false structural matches (#7473) (c9e93e4), closes #7470
  • migrations: skip database connection in checkSchema() when snapshot exists (#7493) (2bcde16)
  • sql: fix null composite FK producing undefined column values in nativeInsertMany (#7476) (7043886), closes #7475
  • sql: fix populate of 1:1 on TPT leaf entity with joined strategy (#7474) (053881c), closes #7469
  • sql: skip relation props without fieldNames in TPT column mapping (#7472) (b63d6ba), closes #7471
  • sql: use composite unique constraint for OneToOne on STI entities (#7480) (cef70b9), closes #7479

v7.0.8

7.0.8 (2026-04-01)

Bug Fixes

  • core: exclude namespace functions from enum type inference in defineEntity (#7449) (3ed8060), closes #7446
  • core: fix wrong column name for nested inline embeddables when parent is null (#7464) (b784da9), closes #7463
  • core: make recomputeSingleChangeSet TPT-aware (#7460) (618695d), closes #7455
  • core: populate child-specific relations for TPT entities with populate: ['*'] (#7459) (8962ef9), closes #7453
  • core: resolve circular type inference in defineEntity with composite primaryKeys (#7447) (b5e6442), closes #7445
  • core: skip FK nullification on orphan removal when FK is part of PK (#7462) (134eca7), closes #7461
  • core: use full entity snapshot for TPT entities in commitCreateChangeSets (#7458) (0a0a1c0), closes #7454
  • sql: use pivot entity schema for wildcard check in M:N joins (#7466) (cd0d47d)

v7.0.7

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)
  • 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

... (truncated)

Changelog

Sourced from @​mikro-orm/postgresql's changelog.

7.0.9 (2026-04-06)

Bug Fixes

  • core: escape special characters in base Platform array marshalling (#7489) (9bc798f), closes #7488
  • core: include generated columns in mergeData diff for identity map reuse (#7491) (97fd5c6), closes #7421 #7486
  • core: resolve EntityIdentifier in composite FK with shared join columns (#7477) (cb44ba0)
  • core: respect compiledFunctions in driver's EntityComparator (#7494) (d2c5cce)
  • core: skip shared join columns with null value in mapDataToFieldNames (#7490) (f6b4273)
  • core: use symbol brand in CollectionShape to prevent false structural matches (#7473) (c9e93e4), closes #7470
  • migrations: skip database connection in checkSchema() when snapshot exists (#7493) (2bcde16)
  • sql: fix null composite FK producing undefined column values in nativeInsertMany (#7476) (7043886), closes #7475
  • sql: fix populate of 1:1 on TPT leaf entity with joined strategy (#7474) (053881c), closes #7469
  • sql: skip relation props without fieldNames in TPT column mapping (#7472) (b63d6ba), closes #7471
  • sql: use composite unique constraint for OneToOne on STI entities (#7480) (cef70b9), closes #7479

7.0.8 (2026-04-01)

Bug Fixes

  • core: exclude namespace functions from enum type inference in defineEntity (#7449) (3ed8060), closes #7446
  • core: fix wrong column name for nested inline embeddables when parent is null (#7464) (b784da9), closes #7463
  • core: make recomputeSingleChangeSet TPT-aware (#7460) (618695d), closes #7455
  • core: populate child-specific relations for TPT entities with populate: ['*'] (#7459) (8962ef9), closes #7453
  • core: resolve circular type inference in defineEntity with composite primaryKeys (#7447) (b5e6442), closes #7445
  • core: skip FK nullification on orphan removal when FK is part of PK (#7462) (134eca7), closes #7461
  • core: use full entity snapshot for TPT entities in commitCreateChangeSets (#7458) (0a0a1c0), closes #7454
  • sql: use pivot entity schema for wildcard check in M:N joins (#7466) (cd0d47d)

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)

... (truncated)

Commits
  • a64b614 chore(release): v7.0.9 [skip ci]
  • 0110bc1 docs: clean up duplicate examples in relationships page (#7496)
  • d2c5cce fix(core): respect compiledFunctions in driver's EntityComparator (#7494)
  • f6b4273 fix(core): skip shared join columns with null value in mapDataToFieldNames (#...
  • 9bc798f fix(core): escape special characters in base Platform array marshalling (#7489)
  • 2bcde16 fix(migrations): skip database connection in checkSchema() when snapshot exis...
  • 97fd5c6 fix(core): include generated columns in mergeData diff for identity map reuse...
  • 3d6193c chore(deps): update patch/minor dependencies (#7487)
  • 5460361 ci: fixed Oracle's and MySQL9's health checks (#7484)
  • ebee60a chore(deps): update dependency @​types/node to v24.12.2
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​mikro-orm/postgresql since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@mikro-orm/postgresql](https://github.com/mikro-orm/mikro-orm) from 6.6.1 to 7.0.9.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v6.6.1...v7.0.9)

---
updated-dependencies:
- dependency-name: "@mikro-orm/postgresql"
  dependency-version: 7.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from Sinless777 as a code owner April 6, 2026 22:40
@github-actions github-actions Bot added this to the 🗃️ Backlog milestone Apr 6, 2026
@github-actions github-actions Bot added dependencies Dependency updates from Renovate, Dependabot, Mend, pnpm, npm, Docker, Helm, or Actions auto-merge Eligible for automated merge after required checks and policies pass labels Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge Eligible for automated merge after required checks and policies pass dependencies Dependency updates from Renovate, Dependabot, Mend, pnpm, npm, Docker, Helm, or Actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant