Skip to content

Bump @mikro-orm/postgresql from 6.4.3 to 6.4.16#2

Open
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/npm_and_yarn/mikro-orm/postgresql-6.4.16
Open

Bump @mikro-orm/postgresql from 6.4.3 to 6.4.16#2
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/npm_and_yarn/mikro-orm/postgresql-6.4.16

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2025

Copy link
Copy Markdown

Bumps @mikro-orm/postgresql from 6.4.3 to 6.4.16.

Release notes

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

v6.4.16

6.4.16 (2025-05-30)

Bug Fixes

  • core: fix extra updates after em.refresh is called on properties with custom types (6a6167e), closes #6674
  • core: fix implicit serialization when multiple populate hints are present (dbf8f3c), closes #6658
  • core: support custom types in type option of version properties (bd31fb6)
  • core: unlink old 1:1 relation on the owning side when changing inverse side (2f292cc), closes #6655
  • core: use explicit dataloader for M:N properties (6372e4c), closes #6665

Features

  • mssql: allow inserting when triggers are present in mssql tables (#6662) (efafb9b)
  • query-builder: validate wrong group operator position on scalar properties (0f5ce3d), closes #6684

v6.4.15

6.4.15 (2025-05-09)

Bug Fixes

  • cli: improve detection of dependency versions for debug command (2a8bcce)
  • core: support dataloader for M:N without inverse side (#6053) (c319f1c), closes #6031 #6502 #6503
  • postgres: don't lowercase native enum labels when schema diffing (469ff02), closes #6643
  • query-builder: fix missing alias when joining relations via populateWhere (6dd3ec7), closes #6635

Features

v6.4.14

6.4.14 (2025-05-05)

Bug Fixes

  • core: add support for zero count result cache (#6600) (3a8fdff)
  • core: copy EntitySchema before processing the metadata (cbf4a7f), closes #6540
  • core: disallow passing array items to scalar array properties in em.create and em.assign (1455027), closes #6609
  • core: don't remove generated primary keys from entity snapshot (980e53e), closes #6593
  • core: enforce correct runtime type when object gets inferred (6e46afa), closes #6633
  • core: fix orderBy value type (06f1a72)
  • core: respect null as a valid cache result (#6585) (e3bb8e4), closes #6584
  • core: respect schema option when loading missing fields on upsert (3bd72ea), closes #6622
  • mssql: handle mapping for order by expressions with nulls first/last (#6618) (2cae74b)
  • query-builder: don't alias formula properties in join conditions (34d1df4), closes #6620

... (truncated)

Changelog

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

6.4.16 (2025-05-30)

Bug Fixes

  • core: fix extra updates after em.refresh is called on properties with custom types (6a6167e), closes #6674
  • core: fix implicit serialization when multiple populate hints are present (dbf8f3c), closes #6658
  • core: support custom types in type option of version properties (bd31fb6)
  • core: unlink old 1:1 relation on the owning side when changing inverse side (2f292cc), closes #6655
  • core: use explicit dataloader for M:N properties (6372e4c), closes #6665

Features

  • mssql: allow inserting when triggers are present in mssql tables (#6662) (efafb9b)
  • query-builder: validate wrong group operator position on scalar properties (0f5ce3d), closes #6684

6.4.15 (2025-05-09)

Bug Fixes

  • cli: improve detection of dependency versions for debug command (2a8bcce)
  • core: support dataloader for M:N without inverse side (#6053) (c319f1c), closes #6031 #6502 #6503
  • postgres: don't lowercase native enum labels when schema diffing (469ff02), closes #6643
  • query-builder: fix missing alias when joining relations via populateWhere (6dd3ec7), closes #6635

Features

6.4.14 (2025-05-05)

Bug Fixes

  • core: add support for zero count result cache (#6600) (3a8fdff)
  • core: copy EntitySchema before processing the metadata (cbf4a7f), closes #6540
  • core: disallow passing array items to scalar array properties in em.create and em.assign (1455027), closes #6609
  • core: don't remove generated primary keys from entity snapshot (980e53e), closes #6593
  • core: enforce correct runtime type when object gets inferred (6e46afa), closes #6633

... (truncated)

Commits
  • 0c5705e chore(release): v6.4.16 [skip ci]
  • 0f6661b chore: fix linter
  • 6372e4c fix(core): use explicit dataloader for M:N properties
  • ada8f3a chore(deps): update patch/minor dependencies (#6687)
  • 715bcb0 docs: mention useContext fork option
  • 720a690 docs: update docusaurus to v3.8
  • 0f5ce3d feat(query-builder): validate wrong group operator position on scalar properties
  • 6a6167e fix(core): fix extra updates after em.refresh is called on properties with ...
  • 29d2b1f chore(deps): update mcr.microsoft.com/mssql/server docker tag to v2025 (#6663)
  • 01c9cbc refactor: only add temporary table when insert query actually returns fields ...
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.

nicolaracco and others added 5 commits July 29, 2025 12:51
Bumps [@mikro-orm/postgresql](https://github.com/mikro-orm/mikro-orm) from 6.4.3 to 6.4.16.
- [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.4.3...v6.4.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 29, 2025
@dependabot @github

dependabot Bot commented on behalf of github Aug 28, 2025

Copy link
Copy Markdown
Author

A newer version of @​mikro-orm/postgresql exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant