Skip to content

chore: Bump @mikro-orm/knex, @mikro-orm/mariadb, @mikro-orm/mssql, @mikro-orm/mysql, @mikro-orm/postgresql and @mikro-orm/sqlite#8

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-b350a34d89
Open

chore: Bump @mikro-orm/knex, @mikro-orm/mariadb, @mikro-orm/mssql, @mikro-orm/mysql, @mikro-orm/postgresql and @mikro-orm/sqlite#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-b350a34d89

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 8, 2026

Copy link
Copy Markdown

Bumps @mikro-orm/knex to 6.6.14 and updates ancestor dependencies @mikro-orm/knex, @mikro-orm/mariadb, @mikro-orm/mssql, @mikro-orm/mysql, @mikro-orm/postgresql and @mikro-orm/sqlite. These dependencies need to be updated together.

Updates @mikro-orm/knex from 6.6.12 to 6.6.14

Release notes

Sourced from @​mikro-orm/knex'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
Changelog

Sourced from @​mikro-orm/knex'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
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

Updates @mikro-orm/mariadb from 6.6.12 to 6.6.14

Release notes

Sourced from @​mikro-orm/mariadb'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
Changelog

Sourced from @​mikro-orm/mariadb'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
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

Updates @mikro-orm/mssql from 6.6.12 to 6.6.14

Release notes

Sourced from @​mikro-orm/mssql'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
Changelog

Sourced from @​mikro-orm/mssql'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
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

Updates @mikro-orm/mysql from 6.6.12 to 6.6.14

Release notes

Sourced from @​mikro-orm/mysql'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
Changelog

Sourced from @​mikro-orm/mysql'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
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 (

…ikro-orm/mysql, @mikro-orm/postgresql and @mikro-orm/sqlite

Bumps [@mikro-orm/knex](https://github.com/mikro-orm/mikro-orm) to 6.6.14 and updates ancestor dependencies [@mikro-orm/knex](https://github.com/mikro-orm/mikro-orm), [@mikro-orm/mariadb](https://github.com/mikro-orm/mikro-orm), [@mikro-orm/mssql](https://github.com/mikro-orm/mikro-orm), [@mikro-orm/mysql](https://github.com/mikro-orm/mikro-orm), [@mikro-orm/postgresql](https://github.com/mikro-orm/mikro-orm) and [@mikro-orm/sqlite](https://github.com/mikro-orm/mikro-orm). These dependencies need to be updated together.


Updates `@mikro-orm/knex` from 6.6.12 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.6.12...v6.6.14)

Updates `@mikro-orm/mariadb` from 6.6.12 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.6.12...v6.6.14)

Updates `@mikro-orm/mssql` from 6.6.12 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.6.12...v6.6.14)

Updates `@mikro-orm/mysql` from 6.6.12 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.6.12...v6.6.14)

Updates `@mikro-orm/postgresql` from 6.6.12 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.6.12...v6.6.14)

Updates `@mikro-orm/sqlite` from 6.6.12 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.6.12...v6.6.14)

---
updated-dependencies:
- dependency-name: "@mikro-orm/knex"
  dependency-version: 6.6.14
  dependency-type: indirect
- dependency-name: "@mikro-orm/mariadb"
  dependency-version: 6.6.14
  dependency-type: direct:production
- dependency-name: "@mikro-orm/mssql"
  dependency-version: 6.6.14
  dependency-type: direct:production
- dependency-name: "@mikro-orm/mysql"
  dependency-version: 6.6.14
  dependency-type: direct:production
- dependency-name: "@mikro-orm/postgresql"
  dependency-version: 6.6.14
  dependency-type: direct:production
- dependency-name: "@mikro-orm/sqlite"
  dependency-version: 6.6.14
  dependency-type: direct:production
...

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 May 8, 2026
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.

0 participants