Skip to content

chore: bump the micro-orm group across 1 directory with 3 updates#6196

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/develop/micro-orm-f6c94a67f0
Closed

chore: bump the micro-orm group across 1 directory with 3 updates#6196
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/develop/micro-orm-f6c94a67f0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the micro-orm group with 3 updates in the / directory: @mikro-orm/core, @mikro-orm/migrations-mongodb and @mikro-orm/mongodb.

Updates @mikro-orm/core from 6.4.16 to 6.6.14

Release notes

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

v6.6.14

6.6.14 (2026-05-04)

Bug Fixes

  • core: avoid crash on STI subclass @​ManyToOne override targeting same hierarchy (#7646) (1df1632), closes #7599 #7598
  • core: drop entity from persist/remove stacks in uow.unsetIdentity() (#7661) (8bc4c77), closes #7639
  • core: escape embedded quote characters in quoteIdentifier (#7654) (a1f005b)
  • core: escape JSON path keys in getSearchJsonPropertyKey (#7657) (1d0710c)
  • core: merge nested fields paths into explicit populate (#7664) (f73568a), closes #7605
  • core: recognize TypeScript's __esDecorate helper in decorator path lookup (#7665) (3b53296), closes #7584 #7583
  • core: respect hidden flag with populate: ['*'] in serialize() (#7660) (752c108), closes #7637
  • core: skip getter-only properties in assignDefaultValues (#7659) (ff65622), closes #7575
  • postgres: schema-qualify generated drop index statements (#7662) (d588a02), closes #7603
  • postgres: treat timetz / time with time zone as aliases in schema diff (#7663) (686d2f8), closes #7618

v6.6.13

6.6.13 (2026-04-10)

Bug Fixes

  • core: guard prototype-installed methods and accessors against this === prototype (#7512) (62928f1), closes #7508 #7151 #7151
  • core: resolve EntityIdentifier in composite FK with shared join columns (#7478) (dcf89d7), closes #7477
  • core: skip composite PK inlining when operator value is an array (#7525) (030d82b), closes #7524
  • core: skip inverse collections when deduplicating ownColumns (#7505) (132a8d2), closes #7504 #7492
  • core: skip overwriting loaded entities with uninitialized references during transaction merge (#7532) (7ab9769), closes #7531 #7528
  • core: skip shared join columns with null value in mapDataToFieldNames (#7492) (eaa2712), closes #7490

v6.6.12

6.6.12 (2026-04-01)

Bug Fixes

  • core: recursively nullify nested inline embeddable columns when parent is null (#7465) (a711523), closes #6966 #7463
  • core: skip FK nullification on orphan removal when FK is part of PK (#7461) (7cc10c0), closes #7439 #7436
  • knex: use pivot entity schema for wildcard check in M:N joins (#7467) (795d62b), closes #7466
  • migrations: save transaction ref before prefix() deletes it from options (#7443) (586f5b9), closes #7424

v6.6.11

6.6.11 (2026-03-31)

Bug Fixes

  • core: fire orphan removal for OneToOne replacement when inverse already set (#7439) (674efd0), closes #7436
  • core: prevent incorrect nullification of 1:1 inverse relations during joined loading (#7434) (1d46f0f)
  • knex: allow contextual type inference for raw() with string inputs (1683a54)

... (truncated)

Changelog

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

6.6.14 (2026-05-04)

Bug Fixes

  • core: avoid crash on STI subclass @​ManyToOne override targeting same hierarchy (#7646) (1df1632), closes #7599 #7598
  • core: drop entity from persist/remove stacks in uow.unsetIdentity() (#7661) (8bc4c77), closes #7639
  • core: escape embedded quote characters in quoteIdentifier (#7654) (a1f005b)
  • core: escape JSON path keys in getSearchJsonPropertyKey (#7657) (1d0710c)
  • core: merge nested fields paths into explicit populate (#7664) (f73568a), closes #7605
  • core: recognize TypeScript's __esDecorate helper in decorator path lookup (#7665) (3b53296), closes #7584 #7583
  • core: respect hidden flag with populate: ['*'] in serialize() (#7660) (752c108), closes #7637
  • core: skip getter-only properties in assignDefaultValues (#7659) (ff65622), closes #7575
  • postgres: schema-qualify generated drop index statements (#7662) (d588a02), closes #7603
  • postgres: treat timetz / time with time zone as aliases in schema diff (#7663) (686d2f8), closes #7618

6.6.13 (2026-04-10)

Bug Fixes

  • core: guard prototype-installed methods and accessors against this === prototype (#7512) (62928f1), closes #7508 #7151 #7151
  • core: resolve EntityIdentifier in composite FK with shared join columns (#7478) (dcf89d7), closes #7477
  • core: skip composite PK inlining when operator value is an array (#7525) (030d82b), closes #7524
  • core: skip inverse collections when deduplicating ownColumns (#7505) (132a8d2), closes #7504 #7492
  • core: skip overwriting loaded entities with uninitialized references during transaction merge (#7532) (7ab9769), closes #7531 #7528
  • core: skip shared join columns with null value in mapDataToFieldNames (#7492) (eaa2712), closes #7490

6.6.12 (2026-04-01)

Bug Fixes

  • core: recursively nullify nested inline embeddable columns when parent is null (#7465) (a711523), closes #6966 #7463
  • core: skip FK nullification on orphan removal when FK is part of PK (#7461) (7cc10c0), closes #7439 #7436
  • knex: use pivot entity schema for wildcard check in M:N joins (#7467) (795d62b), closes #7466
  • migrations: save transaction ref before prefix() deletes it from options (#7443) (586f5b9), closes #7424

... (truncated)

Commits
  • e9b32a2 chore(release): v6.6.14 [skip ci]
  • f73568a fix(core): merge nested fields paths into explicit populate (#7664)
  • 686d2f8 fix(postgres): treat timetz / time with time zone as aliases in schema diff (...
  • 3b53296 fix(core): recognize TypeScript's __esDecorate helper in decorator path looku...
  • d588a02 fix(postgres): schema-qualify generated drop index statements (#7662)
  • 8bc4c77 fix(core): drop entity from persist/remove stacks in uow.unsetIdentity() (#7661)
  • ff65622 fix(core): skip getter-only properties in assignDefaultValues (#7659)
  • 752c108 fix(core): respect hidden flag with populate: ['*'] in serialize() (#7660)
  • 6693d34 chore(deps): update knex to v3.2.10 (6.x) (#7658)
  • 1d0710c fix(core): escape JSON path keys in getSearchJsonPropertyKey (#7657)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​mikro-orm/core since your current version.


Updates @mikro-orm/migrations-mongodb from 6.4.16 to 6.6.14

Release notes

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

v6.6.14

6.6.14 (2026-05-04)

Bug Fixes

  • core: avoid crash on STI subclass @​ManyToOne override targeting same hierarchy (#7646) (1df1632), closes #7599 #7598
  • core: drop entity from persist/remove stacks in uow.unsetIdentity() (#7661) (8bc4c77), closes #7639
  • core: escape embedded quote characters in quoteIdentifier (#7654) (a1f005b)
  • core: escape JSON path keys in getSearchJsonPropertyKey (#7657) (1d0710c)
  • core: merge nested fields paths into explicit populate (#7664) (f73568a), closes #7605
  • core: recognize TypeScript's __esDecorate helper in decorator path lookup (#7665) (3b53296), closes #7584 #7583
  • core: respect hidden flag with populate: ['*'] in serialize() (#7660) (752c108), closes #7637
  • core: skip getter-only properties in assignDefaultValues (#7659) (ff65622), closes #7575
  • postgres: schema-qualify generated drop index statements (#7662) (d588a02), closes #7603
  • postgres: treat timetz / time with time zone as aliases in schema diff (#7663) (686d2f8), closes #7618

v6.6.13

6.6.13 (2026-04-10)

Bug Fixes

  • core: guard prototype-installed methods and accessors against this === prototype (#7512) (62928f1), closes #7508 #7151 #7151
  • core: resolve EntityIdentifier in composite FK with shared join columns (#7478) (dcf89d7), closes #7477
  • core: skip composite PK inlining when operator value is an array (#7525) (030d82b), closes #7524
  • core: skip inverse collections when deduplicating ownColumns (#7505) (132a8d2), closes #7504 #7492
  • core: skip overwriting loaded entities with uninitialized references during transaction merge (#7532) (7ab9769), closes #7531 #7528
  • core: skip shared join columns with null value in mapDataToFieldNames (#7492) (eaa2712), closes #7490

v6.6.12

6.6.12 (2026-04-01)

Bug Fixes

  • core: recursively nullify nested inline embeddable columns when parent is null (#7465) (a711523), closes #6966 #7463
  • core: skip FK nullification on orphan removal when FK is part of PK (#7461) (7cc10c0), closes #7439 #7436
  • knex: use pivot entity schema for wildcard check in M:N joins (#7467) (795d62b), closes #7466
  • migrations: save transaction ref before prefix() deletes it from options (#7443) (586f5b9), closes #7424

v6.6.11

6.6.11 (2026-03-31)

Bug Fixes

  • core: fire orphan removal for OneToOne replacement when inverse already set (#7439) (674efd0), closes #7436
  • core: prevent incorrect nullification of 1:1 inverse relations during joined loading (#7434) (1d46f0f)
  • knex: allow contextual type inference for raw() with string inputs (1683a54)

... (truncated)

Changelog

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

6.6.14 (2026-05-04)

Bug Fixes

  • core: avoid crash on STI subclass @​ManyToOne override targeting same hierarchy (#7646) (1df1632), closes #7599 #7598
  • core: drop entity from persist/remove stacks in uow.unsetIdentity() (#7661) (8bc4c77), closes #7639
  • core: escape embedded quote characters in quoteIdentifier (#7654) (a1f005b)
  • core: escape JSON path keys in getSearchJsonPropertyKey (#7657) (1d0710c)
  • core: merge nested fields paths into explicit populate (#7664) (f73568a), closes #7605
  • core: recognize TypeScript's __esDecorate helper in decorator path lookup (#7665) (3b53296), closes #7584 #7583
  • core: respect hidden flag with populate: ['*'] in serialize() (#7660) (752c108), closes #7637
  • core: skip getter-only properties in assignDefaultValues (#7659) (ff65622), closes #7575
  • postgres: schema-qualify generated drop index statements (#7662) (d588a02), closes #7603
  • postgres: treat timetz / time with time zone as aliases in schema diff (#7663) (686d2f8), closes #7618

6.6.13 (2026-04-10)

Bug Fixes

  • core: guard prototype-installed methods and accessors against this === prototype (#7512) (62928f1), closes #7508 #7151 #7151
  • core: resolve EntityIdentifier in composite FK with shared join columns (#7478) (dcf89d7), closes #7477
  • core: skip composite PK inlining when operator value is an array (#7525) (030d82b), closes #7524
  • core: skip inverse collections when deduplicating ownColumns (#7505) (132a8d2), closes #7504 #7492
  • core: skip overwriting loaded entities with uninitialized references during transaction merge (#7532) (7ab9769), closes #7531 #7528
  • core: skip shared join columns with null value in mapDataToFieldNames (#7492) (eaa2712), closes #7490

6.6.12 (2026-04-01)

Bug Fixes

  • core: recursively nullify nested inline embeddable columns when parent is null (#7465) (a711523), closes #6966 #7463
  • core: skip FK nullification on orphan removal when FK is part of PK (#7461) (7cc10c0), closes #7439 #7436
  • knex: use pivot entity schema for wildcard check in M:N joins (#7467) (795d62b), closes #7466
  • migrations: save transaction ref before prefix() deletes it from options (#7443) (586f5b9), closes #7424

... (truncated)

Commits
  • e9b32a2 chore(release): v6.6.14 [skip ci]
  • f73568a fix(core): merge nested fields paths into explicit populate (#7664)
  • 686d2f8 fix(postgres): treat timetz / time with time zone as aliases in schema diff (...
  • 3b53296 fix(core): recognize TypeScript's __esDecorate helper in decorator path looku...
  • d588a02 fix(postgres): schema-qualify generated drop index statements (#7662)
  • 8bc4c77 fix(core): drop entity from persist/remove stacks in uow.unsetIdentity() (#7661)
  • ff65622 fix(core): skip getter-only properties in assignDefaultValues (#7659)
  • 752c108 fix(core): respect hidden flag with populate: ['*'] in serialize() (#7660)
  • 6693d34 chore(deps): update knex to v3.2.10 (6.x) (#7658)
  • 1d0710c fix(core): escape JSON path keys in getSearchJsonPropertyKey (#7657)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​mikro-orm/migrations-mongodb since your current version.


Updates @mikro-orm/mongodb from 6.4.16 to 6.6.14

Release notes

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

v6.6.14

6.6.14 (2026-05-04)

Bug Fixes

  • core: avoid crash on STI subclass @​ManyToOne override targeting same hierarchy (#7646) (1df1632), closes #7599 #7598
  • core: drop entity from persist/remove stacks in uow.unsetIdentity() (#7661) (8bc4c77), closes #7639
  • core: escape embedded quote characters in quoteIdentifier (#7654) (a1f005b)
  • core: escape JSON path keys in getSearchJsonPropertyKey (#7657) (1d0710c)
  • core: merge nested fields paths into explicit populate (#7664) (f73568a), closes #7605
  • core: recognize TypeScript's __esDecorate helper in decorator path lookup (#7665) (3b53296), closes #7584 #7583
  • core: respect hidden flag with populate: ['*'] in serialize() (#7660) (752c108), closes #7637
  • core: skip getter-only properties in assignDefaultValues (#7659) (ff65622), closes #7575
  • postgres: schema-qualify generated drop index statements (#7662) (d588a02), closes #7603
  • postgres: treat timetz / time with time zone as aliases in schema diff (#7663) (686d2f8), closes #7618

v6.6.13

6.6.13 (2026-04-10)

Bug Fixes

  • core: guard prototype-installed methods and accessors against this === prototype (#7512) (62928f1), closes #7508 #7151 #7151
  • core: resolve EntityIdentifier in composite FK with shared join columns (#7478) (dcf89d7), closes #7477
  • core: skip composite PK inlining when operator value is an array (#7525) (030d82b), closes #7524
  • core: skip inverse collections when deduplicating ownColumns (#7505) (132a8d2), closes #7504 #7492
  • core: skip overwriting loaded entities with uninitialized references during transaction merge (#7532) (7ab9769), closes #7531 #7528
  • core: skip shared join columns with null value in mapDataToFieldNames (#7492) (eaa2712), closes #7490

v6.6.12

6.6.12 (2026-04-01)

Bug Fixes

  • core: recursively nullify nested inline embeddable columns when parent is null (#7465) (a711523), closes #6966 #7463
  • core: skip FK nullification on orphan removal when FK is part of PK (#7461) (7cc10c0), closes #7439 #7436
  • knex: use pivot entity schema for wildcard check in M:N joins (#7467) (795d62b), closes #7466
  • migrations: save transaction ref before prefix() deletes it from options (#7443) (586f5b9), closes #7424

v6.6.11

6.6.11 (2026-03-31)

Bug Fixes

  • core: fire orphan removal for OneToOne replacement when inverse already set (#7439) (674efd0), closes #7436
  • core: prevent incorrect nullification of 1:1 inverse relations during joined loading (#7434) (1d46f0f)
  • knex: allow contextual type inference for raw() with string inputs (1683a54)

... (truncated)

Changelog

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

6.6.14 (2026-05-04)

Bug Fixes

  • core: avoid crash on STI subclass @​ManyToOne override targeting same hierarchy (#7646) (1df1632), closes #7599 #7598
  • core: drop entity from persist/remove stacks in uow.unsetIdentity() (#7661) (8bc4c77), closes #7639
  • core: escape embedded quote characters in quoteIdentifier (#7654) (a1f005b)
  • core: escape JSON path keys in getSearchJsonPropertyKey (#7657) (1d0710c)
  • core: merge nested fields paths into explicit populate (#7664) (f73568a), closes #7605
  • core: recognize TypeScript's __esDecorate helper in decorator path lookup (#7665) (3b53296), closes #7584 #7583
  • core: respect hidden flag with populate: ['*'] in serialize() (#7660) (752c108), closes #7637
  • core: skip getter-only properties in assignDefaultValues (#7659) (ff65622), closes #7575
  • postgres: schema-qualify generated drop index statements (#7662) (d588a02), closes #7603
  • postgres: treat timetz / time with time zone as aliases in schema diff (#7663) (686d2f8), closes #7618

6.6.13 (2026-04-10)

Bug Fixes

  • core: guard prototype-installed methods and accessors against this === prototype (#7512) (62928f1), closes #7508 #7151 #7151
  • core: resolve EntityIdentifier in composite FK with shared join columns (#7478) (dcf89d7), closes #7477
  • core: skip composite PK inlining when operator value is an array (#7525) (030d82b), closes #7524
  • core: skip inverse collections when deduplicating ownColumns (#7505) (132a8d2), closes #7504 #7492
  • core: skip overwriting loaded entities with uninitialized references during transaction merge (#7532) (7ab9769), closes #7531 #7528
  • core: skip shared join columns with null value in mapDataToFieldNames (#7492) (eaa2712), closes #7490

6.6.12 (2026-04-01)

Bug Fixes

  • core: recursively nullify nested inline embeddable columns when parent is null (#7465) (a711523), closes #6966 #7463
  • core: skip FK nullification on orphan removal when FK is part of PK (#7461) (7cc10c0), closes #7439 #7436
  • knex: use pivot entity schema for wildcard check in M:N joins (#7467) (795d62b), closes #7466
  • migrations: save transaction ref before prefix() deletes it from options (#7443) (586f5b9), closes #7424

... (truncated)

Commits
  • e9b32a2 chore(release): v6.6.14 [skip ci]
  • f73568a fix(core): merge nested fields paths into explicit populate (#7664)
  • 686d2f8 fix(postgres): treat timetz / time with time zone as aliases in schema diff (...
  • 3b53296 fix(core): recognize TypeScript's __esDecorate helper in decorator path looku...
  • d588a02 fix(postgres): schema-qualify generated drop index statements (#7662)
  • 8bc4c77 fix(core): drop entity from persist/remove stacks in uow.unsetIdentity() (#7661)
  • ff65622 fix(core): skip getter-only properties in assignDefaultValues (#7659)
  • 752c108 fix(core): respect hidden flag with populate: ['*'] in serialize() (#7660)
  • 6693d34 chore(deps): update knex to v3.2.10 (6.x) (#7658)
  • 1d0710c fix(core): escape JSON path keys in getSearchJsonPropertyKey (#7657)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​mikro-orm/mongodb since your current version.


@dependabot dependabot Bot requested review from a team as code owners June 12, 2026 14:27
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 12, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested review from andrewb1269 and sergmetelin June 12, 2026 14:27
@Pyatakov Pyatakov added the npm Pull requests that update Javascript code label Jun 12, 2026
@dependabot dependabot Bot changed the title chore: bump the micro-orm group with 3 updates chore: bump the micro-orm group across 1 directory with 3 updates Jun 12, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/micro-orm-f6c94a67f0 branch 2 times, most recently from 0b48109 to 18290e2 Compare June 15, 2026 14:06
Bumps the micro-orm group with 3 updates in the / directory: [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm), [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) and [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm).


Updates `@mikro-orm/core` from 6.4.16 to 6.6.14
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/v6.6.14/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v6.4.16...v6.6.14)

Updates `@mikro-orm/migrations-mongodb` from 6.4.16 to 6.6.14
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/v6.6.14/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v6.4.16...v6.6.14)

Updates `@mikro-orm/mongodb` from 6.4.16 to 6.6.14
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/v6.6.14/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v6.4.16...v6.6.14)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-version: 6.6.14
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: micro-orm
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-version: 6.6.14
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: micro-orm
- dependency-name: "@mikro-orm/mongodb"
  dependency-version: 6.6.14
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: micro-orm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/micro-orm-f6c94a67f0 branch from 18290e2 to c07fb33 Compare June 15, 2026 22:06
@Pyatakov

Copy link
Copy Markdown
Contributor

Superseded by #6063

@Pyatakov Pyatakov closed this Jun 15, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/develop/micro-orm-f6c94a67f0 branch June 15, 2026 22:47
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 npm Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant