Skip to content

build(deps): bump the mikro-orm group in /src with 6 updates#2457

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/src/mikro-orm-67d2d8ecba
Open

build(deps): bump the mikro-orm group in /src with 6 updates#2457
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/src/mikro-orm-67d2d8ecba

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2026

Bumps the mikro-orm group in /src with 6 updates:

Package From To
@mikro-orm/core 6.6.2 6.6.7
@mikro-orm/knex 6.6.2 6.6.7
@mikro-orm/mssql 6.6.2 6.6.7
@mikro-orm/mysql 6.6.2 6.6.7
@mikro-orm/postgresql 6.6.2 6.6.7
@mikro-orm/sqlite 6.6.2 6.6.7

Updates @mikro-orm/core from 6.6.2 to 6.6.7

Release notes

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

v6.6.7

6.6.7 (2026-02-15)

Bug Fixes

  • core: do not propagate cursor related options to populate queries (e6b9a6a), closes #7148
  • core: ignore empty conditions produced by filters (1ebbfb0)
  • guard prototype.toJSON against being called on prototype itself (#7152) (fa5290e), closes #7151
  • migrations: support emitting multiline queries (fcf360a), closes #7185
  • schema: do not ignore changes to entity level comments (b421c9d), closes #7187
  • sql: always alias virtual properties in where query (2f7492d), closes #7196
  • sql: skip pagination subquery and force balanced strategy for virtual entities (260a2e0), closes #7195

Features

  • core: add WHERE clause support to upsert via onConflictWhere option (#7181) (9ed5ef5)

v6.6.6

6.6.6 (2026-01-30)

Bug Fixes

  • core: ensure column name conflicts in M:N are propagated to STI child entities (5be76ae), closes #7123
  • core: ensure no collisions in polymorphic embeddables with shadowed properties (b7707b4)
  • core: fix result caching for custom types (b0ed700), closes #7112
  • core: respect exclude option on eager properties (cb26a7e)
  • core: support schema parameter in formula query when using QB with partial loading (30b37f7), closes #7102
  • core: use less strict repository option type to fix issues with defineEntity and cycles (aeb1bb1)

v6.6.5

6.6.5 (2026-01-21)

Bug Fixes

  • core: always check the database when querying by PK with filters (bd44c82), closes #7084
  • core: ensure populate hint won't include undefined for optional relations (fede490)
  • core: improve handling of deeply nested composite keys in em.create (8caae8f), closes #6894
  • core: normalize populate option in Collection.matching() for M:N relations (#7091) (886772a)
  • core: support overlapping properties with different field names in STI (badbc00), closes #5813
  • sql: fix populating M:N relations with pivotEntity that uses mapToPk: true (0ab55fe), closes #7107

Features

  • core: improve formula callback to provide more information about the table and column mapping (#7105) (059bf97), closes #7102

... (truncated)

Changelog

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

6.6.7 (2026-02-15)

Bug Fixes

  • core: do not propagate cursor related options to populate queries (e6b9a6a), closes #7148
  • core: ignore empty conditions produced by filters (1ebbfb0)
  • guard prototype.toJSON against being called on prototype itself (#7152) (fa5290e), closes #7151
  • migrations: support emitting multiline queries (fcf360a), closes #7185
  • schema: do not ignore changes to entity level comments (b421c9d), closes #7187
  • sql: always alias virtual properties in where query (2f7492d), closes #7196
  • sql: skip pagination subquery and force balanced strategy for virtual entities (260a2e0), closes #7195

Features

  • core: add WHERE clause support to upsert via onConflictWhere option (#7181) (9ed5ef5)

6.6.6 (2026-01-30)

Bug Fixes

  • core: ensure column name conflicts in M:N are propagated to STI child entities (5be76ae), closes #7123
  • core: ensure no collisions in polymorphic embeddables with shadowed properties (b7707b4)
  • core: fix result caching for custom types (b0ed700), closes #7112
  • core: respect exclude option on eager properties (cb26a7e)
  • core: support schema parameter in formula query when using QB with partial loading (30b37f7), closes #7102
  • core: use less strict repository option type to fix issues with defineEntity and cycles (aeb1bb1)

6.6.5 (2026-01-21)

Bug Fixes

  • core: always check the database when querying by PK with filters (bd44c82), closes #7084
  • core: ensure populate hint won't include undefined for optional relations (fede490)
  • core: improve handling of deeply nested composite keys in em.create (8caae8f), closes #6894
  • core: normalize populate option in Collection.matching() for M:N relations (#7091) (886772a)
  • core: support overlapping properties with different field names in STI (badbc00), closes #5813
  • sql: fix populating M:N relations with pivotEntity that uses mapToPk: true (0ab55fe), closes #7107

... (truncated)

Commits
  • a76e639 chore(release): v6.6.7 [skip ci]
  • 260a2e0 fix(sql): skip pagination subquery and force balanced strategy for virtual en...
  • 2f7492d fix(sql): always alias virtual properties in where query
  • b421c9d fix(schema): do not ignore changes to entity level comments
  • fcf360a fix(migrations): support emitting multiline queries
  • 9ed5ef5 feat(core): add WHERE clause support to upsert via onConflictWhere option (...
  • 1ebbfb0 fix(core): ignore empty conditions produced by filters
  • fa5290e fix: guard prototype.toJSON against being called on prototype itself (#7152)
  • e6b9a6a fix(core): do not propagate cursor related options to populate queries
  • ff28974 chore(release): update internal dependencies [skip ci]
  • 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/core since your current version.


Updates @mikro-orm/knex from 6.6.2 to 6.6.7

Release notes

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

v6.6.7

6.6.7 (2026-02-15)

Bug Fixes

  • core: do not propagate cursor related options to populate queries (e6b9a6a), closes #7148
  • core: ignore empty conditions produced by filters (1ebbfb0)
  • guard prototype.toJSON against being called on prototype itself (#7152) (fa5290e), closes #7151
  • migrations: support emitting multiline queries (fcf360a), closes #7185
  • schema: do not ignore changes to entity level comments (b421c9d), closes #7187
  • sql: always alias virtual properties in where query (2f7492d), closes #7196
  • sql: skip pagination subquery and force balanced strategy for virtual entities (260a2e0), closes #7195

Features

  • core: add WHERE clause support to upsert via onConflictWhere option (#7181) (9ed5ef5)

v6.6.6

6.6.6 (2026-01-30)

Bug Fixes

  • core: ensure column name conflicts in M:N are propagated to STI child entities (5be76ae), closes #7123
  • core: ensure no collisions in polymorphic embeddables with shadowed properties (b7707b4)
  • core: fix result caching for custom types (b0ed700), closes #7112
  • core: respect exclude option on eager properties (cb26a7e)
  • core: support schema parameter in formula query when using QB with partial loading (30b37f7), closes #7102
  • core: use less strict repository option type to fix issues with defineEntity and cycles (aeb1bb1)

v6.6.5

6.6.5 (2026-01-21)

Bug Fixes

  • core: always check the database when querying by PK with filters (bd44c82), closes #7084
  • core: ensure populate hint won't include undefined for optional relations (fede490)
  • core: improve handling of deeply nested composite keys in em.create (8caae8f), closes #6894
  • core: normalize populate option in Collection.matching() for M:N relations (#7091) (886772a)
  • core: support overlapping properties with different field names in STI (badbc00), closes #5813
  • sql: fix populating M:N relations with pivotEntity that uses mapToPk: true (0ab55fe), closes #7107

Features

  • core: improve formula callback to provide more information about the table and column mapping (#7105) (059bf97), closes #7102

... (truncated)

Changelog

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

6.6.7 (2026-02-15)

Bug Fixes

  • core: do not propagate cursor related options to populate queries (e6b9a6a), closes #7148
  • core: ignore empty conditions produced by filters (1ebbfb0)
  • guard prototype.toJSON against being called on prototype itself (#7152) (fa5290e), closes #7151
  • migrations: support emitting multiline queries (fcf360a), closes #7185
  • schema: do not ignore changes to entity level comments (b421c9d), closes #7187
  • sql: always alias virtual properties in where query (2f7492d), closes #7196
  • sql: skip pagination subquery and force balanced strategy for virtual entities (260a2e0), closes #7195

Features

  • core: add WHERE clause support to upsert via onConflictWhere option (#7181) (9ed5ef5)

6.6.6 (2026-01-30)

Bug Fixes

  • core: ensure column name conflicts in M:N are propagated to STI child entities (5be76ae), closes #7123
  • core: ensure no collisions in polymorphic embeddables with shadowed properties (b7707b4)
  • core: fix result caching for custom types (b0ed700), closes #7112
  • core: respect exclude option on eager properties (cb26a7e)
  • core: support schema parameter in formula query when using QB with partial loading (30b37f7), closes #7102
  • core: use less strict repository option type to fix issues with defineEntity and cycles (aeb1bb1)

6.6.5 (2026-01-21)

Bug Fixes

  • core: always check the database when querying by PK with filters (bd44c82), closes #7084
  • core: ensure populate hint won't include undefined for optional relations (fede490)
  • core: improve handling of deeply nested composite keys in em.create (8caae8f), closes #6894
  • core: normalize populate option in Collection.matching() for M:N relations (#7091) (886772a)
  • core: support overlapping properties with different field names in STI (badbc00), closes #5813
  • sql: fix populating M:N relations with pivotEntity that uses mapToPk: true (0ab55fe), closes #7107

... (truncated)

Commits
  • a76e639 chore(release): v6.6.7 [skip ci]
  • 260a2e0 fix(sql): skip pagination subquery and force balanced strategy for virtual en...
  • 2f7492d fix(sql): always alias virtual properties in where query
  • b421c9d fix(schema): do not ignore changes to entity level comments
  • fcf360a fix(migrations): support emitting multiline queries
  • 9ed5ef5 feat(core): add WHERE clause support to upsert via onConflictWhere option (...
  • 1ebbfb0 fix(core): ignore empty conditions produced by filters
  • fa5290e fix: guard prototype.toJSON against being called on prototype itself (#7152)
  • e6b9a6a fix(core): do not propagate cursor related options to populate queries
  • ff28974 chore(release): update internal dependencies [skip ci]
  • 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/knex since your current version.


Updates @mikro-orm/mssql from 6.6.2 to 6.6.7

Release notes

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

v6.6.7

6.6.7 (2026-02-15)

Bug Fixes

  • core: do not propagate cursor related options to populate queries (e6b9a6a), closes #7148
  • core: ignore empty conditions produced by filters (1ebbfb0)
  • guard prototype.toJSON against being called on prototype itself (#7152) (fa5290e), closes #7151
  • migrations: support emitting multiline queries (fcf360a), closes #7185
  • schema: do not ignore changes to entity level comments (b421c9d), closes #7187
  • sql: always alias virtual properties in where query (2f7492d), closes #7196
  • sql: skip pagination subquery and force balanced strategy for virtual entities (260a2e0), closes #7195

Features

  • core: add WHERE clause support to upsert via onConflictWhere option (#7181) (9ed5ef5)

v6.6.6

6.6.6 (2026-01-30)

Bug Fixes

  • core: ensure column name conflicts in M:N are propagated to STI child entities (5be76ae), closes #7123
  • core: ensure no collisions in polymorphic embeddables with shadowed properties (b7707b4)
  • core: fix result caching for custom types (b0ed700), closes #7112
  • core: respect exclude option on eager properties (cb26a7e)
  • core: support schema parameter in formula query when using QB with partial loading (30b37f7), closes #7102
  • core: use less strict repository option type to fix issues with defineEntity and cycles (aeb1bb1)

v6.6.5

6.6.5 (2026-01-21)

Bug Fixes

  • core: always check the database when querying by PK with filters (bd44c82), closes #7084
  • core: ensure populate hint won't include undefined for optional relations (fede490)
  • core: improve handling of deeply nested composite keys in em.create (8caae8f), closes #6894
  • core: normalize populate option in Collection.matching() for M:N relations (#7091) (886772a)
  • core: support overlapping properties with different field names in STI (badbc00), closes #5813
  • sql: fix populating M:N relations with pivotEntity that uses mapToPk: true (0ab55fe), closes #7107

Features

  • core: improve formula callback to provide more information about the table and column mapping (#7105) (059bf97), closes #7102

... (truncated)

Changelog

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

6.6.7 (2026-02-15)

Bug Fixes

  • core: do not propagate cursor related options to populate queries (e6b9a6a), closes #7148
  • core: ignore empty conditions produced by filters (1ebbfb0)
  • guard prototype.toJSON against being called on prototype itself (#7152) (fa5290e), closes #7151
  • migrations: support emitting multiline queries (fcf360a), closes #7185
  • schema: do not ignore changes to entity level comments (b421c9d), closes #7187
  • sql: always alias virtual properties in where query (2f7492d), closes #7196
  • sql: skip pagination subquery and force balanced strategy for virtual entities (260a2e0), closes #7195

Features

  • core: add WHERE clause support to upsert via onConflictWhere option (#7181) (9ed5ef5)

6.6.6 (2026-01-30)

Bug Fixes

  • core: ensure column name conflicts in M:N are propagated to STI child entities (5be76ae), closes #7123
  • core: ensure no collisions in polymorphic embeddables with shadowed properties (b7707b4)
  • core: fix result caching for custom types (b0ed700), closes #7112
  • core: respect exclude option on eager properties (cb26a7e)
  • core: support schema parameter in formula query when using QB with partial loading (30b37f7), closes #7102
  • core: use less strict repository option type to fix issues with defineEntity and cycles (aeb1bb1)

6.6.5 (2026-01-21)

Bug Fixes

  • core: always check the database when querying by PK with filters (bd44c82), closes #7084
  • core: ensure populate hint won't include undefined for optional relations (fede490)
  • core: improve handling of deeply nested composite keys in em.create (8caae8f), closes #6894
  • core: normalize populate option in Collection.matching() for M:N relations (#7091) (886772a)
  • core: support overlapping properties with different field names in STI (badbc00), closes #5813
  • sql: fix populating M:N relations with pivotEntity that uses mapToPk: true (0ab55fe), closes #7107

... (truncated)

Commits
  • a76e639 chore(release): v6.6.7 [skip ci]
  • 260a2e0 fix(sql): skip pagination subquery and force balanced strategy for virtual en...
  • 2f7492d fix(sql): always alias virtual properties in where query
  • b421c9d fix(schema): do not ignore changes to entity level comments
  • fcf360a fix(migrations): support emitting multiline queries
  • 9ed5ef5 feat(core): add WHERE clause support to upsert via onConflictWhere option (...
  • 1ebbfb0 fix(core): ignore empty conditions produced by filters
  • fa5290e fix: guard prototype.toJSON against being called on prototype itself (#7152)
  • e6b9a6a fix(core): do not propagate cursor related options to populate queries
  • ff28974 chore(release): update internal dependencies [skip ci]
  • 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/mssql since your current version.


Updates @mikro-orm/mysql from 6.6.2 to 6.6.7

Release notes

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

v6.6.7

6.6.7 (2026-02-15)

Bug Fixes

  • core: do not propagate cursor related options to populate queries (e6b9a6a), closes #7148
  • core: ignore empty conditions produced by filters (1ebbfb0)
  • guard prototype.toJSON against being called on prototype itself (#7152) (fa5290e), closes #7151
  • migrations: support emitting multiline queries (fcf360a), closes #7185
  • schema: do not ignore changes to entity level comments (b421c9d), closes #7187
  • sql: always alias virtual properties in where query (2f7492d), closes #7196
  • sql: skip pagination subquery and force balanced strategy for virtual entities (260a2e0), closes #7195

Features

  • core: add WHERE clause support to upsert via onConflictWhere option (#7181) (9ed5ef5)

v6.6.6

6.6.6 (2026-01-30)

Bug Fixes

  • core: ensure column name conflicts in M:N are propagated to STI child entities (5be76ae), closes #7123
  • core: ensure no collisions in polymorphic embeddables with shadowed properties (b7707b4)
  • core: fix result caching for custom types (b0ed700), closes #7112
  • core: respect exclude option on eager properties (cb26a7e)
  • core: support schema parameter in formula query when using QB with partial loading (30b37f7), closes #7102
  • core: use less strict repository option type to fix issues with defineEntity and cycles (aeb1bb1)

v6.6.5

6.6.5 (2026-01-21)

Bug Fixes

  • core: always check the database when querying by PK with filters (bd44c82), closes #7084
  • core: ensure populate hint won't include undefined for optional relations (fede490)
  • core: improve handling of deeply nested composite keys in em.create (8caae8f), closes #6894
  • core: normalize populate option in Collection.matching() for M:N relations (#7091) (886772a)
  • core: support overlapping properties with different field names in STI (badbc00), closes #5813
  • sql: fix populating M:N relations with pivotEntity that uses mapToPk: true (0ab55fe), closes #7107

Features

  • core: improve formula callback to provide more information about the table and column mapping (#7105) (059bf97), closes #7102

... (truncated)

Changelog

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

6.6.7 (2026-02-15)

Bug Fixes

  • core: do not propagate cursor related options to populate queries (e6b9a6a), closes #7148
  • core: ignore empty conditions produced by filters (1ebbfb0)
  • guard prototype.toJSON against being called on prototype itself (#7152) (fa5290e), closes #7151
  • migrations: support emitting multiline queries (fcf360a), closes #7185
  • schema: do not ignore changes to entity level comments (b421c9d), closes #7187
  • sql: always alias virtual properties in where query (2f7492d), closes #7196
  • sql: skip pagination subquery and force balanced strategy for virtual entities (260a2e0), closes #7195

Features

  • core: add WHERE clause support to upsert via onConflictWhere option (#7181) (9ed5ef5)

6.6.6 (2026-01-30)

Bug Fixes

  • core: ensure column name conflicts in M:N are propagated to STI child entities (5be76ae), closes #7123
  • core: ensure no collisions in polymorphic embeddables with shadowed properties (b7707b4)
  • core: fix result caching for custom types (b0ed700), closes #7112
  • core: respect exclude option on eager properties (cb26a7e)
  • core: support schema parameter in formula query when using QB with partial loading (30b37f7), closes #7102
  • core: use less strict repository option type to fix issues with defineEntity and cycles (aeb1bb1)

6.6.5 (2026-01-21)

Bug Fixes

  • core: always check the database when querying by PK with filters (bd44c82), closes #7084
  • core: ensure populate hint won't include undefined for optional relations (fede490)
  • core: improve handling of deeply nested composite keys in em.create (8caae8f), closes #6894
  • core: normalize populate option in Collection.matching() for M:N relations (#7091) (886772a)
  • core: support overlapping properties with different field names in STI (badbc00), closes #5813
  • sql: fix populating M:N relations with pivotEntity that uses mapToPk: true (0ab55fe), closes #7107

... (truncated)

Commits
  • a76e639 chore(release): v6.6.7 [skip ci]
  • 260a2e0 fix(sql): skip pagination subquery and force balanced strategy for virtual en...
  • 2f7492d fix(sql): always alias virtual properties in where query
  • b421c9d fix(schema): do not ignore changes to entity level comments
  • fcf360a fix(migrations): support emitting multiline queries
  • 9ed5ef5 feat(core): add WHERE clause support to upsert via onConflictWhere option (...
  • 1ebbfb0 fix(core): ignore empty conditions produced by filters
  • fa5290e fix: guard prototype.toJSON against being called on prototype itself (#7152)
  • e6b9a6a fix(core): do not propagate cursor related options to populate queries
  • ff28974 chore(release): update internal dependencies [skip ci]
  • 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/mysql since your current version.


Updates @mikro-orm/postgresql from 6.6.2 to 6.6.7

Release notes

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

v6.6.7

6.6.7 (2026-02-15)

Bug Fixes

  • core: do not propagate cursor related options to populate queries (e6b9a6a), closes #7148
  • core: ignore empty conditions produced by filters (1ebbfb0)
  • guard prototype.toJSON against being called on prototype itself (#7152) (fa5290e), closes #7151
  • migrations: support emitting multiline queries (fcf360a), closes #7185
  • schema: do not ignore changes to entity level comments (b421c9d), closes #7187
  • sql: always alias virtual properties in where query (2f7492d), closes #7196
  • sql: skip pagination subquery and force balanced strategy for virtual entities (260a2e0), closes #7195

Features

  • core: add WHERE clause support to upsert via onConflictWhere option (

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 24, 2026
@netlify
Copy link
Copy Markdown

netlify bot commented Feb 24, 2026

Deploy Preview for graphweaver-storybook failed. Why did it fail? →

Name Link
🔨 Latest commit 7c0ee85
🔍 Latest deploy log https://app.netlify.com/projects/graphweaver-storybook/deploys/69dd3490546e23000807a465

@sonarqubecloud
Copy link
Copy Markdown

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src/mikro-orm-67d2d8ecba branch 3 times, most recently from e65f89f to 2f470b0 Compare April 2, 2026 16:09
Bumps the mikro-orm group in /src with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) | `6.6.2` | `6.6.7` |
| [@mikro-orm/knex](https://github.com/mikro-orm/mikro-orm) | `6.6.2` | `6.6.7` |
| [@mikro-orm/mssql](https://github.com/mikro-orm/mikro-orm) | `6.6.2` | `6.6.7` |
| [@mikro-orm/mysql](https://github.com/mikro-orm/mikro-orm) | `6.6.2` | `6.6.7` |
| [@mikro-orm/postgresql](https://github.com/mikro-orm/mikro-orm) | `6.6.2` | `6.6.7` |
| [@mikro-orm/sqlite](https://github.com/mikro-orm/mikro-orm) | `6.6.2` | `6.6.7` |


Updates `@mikro-orm/core` from 6.6.2 to 6.6.7
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/v6.6.7/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v6.6.2...v6.6.7)

Updates `@mikro-orm/knex` from 6.6.2 to 6.6.7
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/v6.6.7/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v6.6.2...v6.6.7)

Updates `@mikro-orm/mssql` from 6.6.2 to 6.6.7
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/v6.6.7/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v6.6.2...v6.6.7)

Updates `@mikro-orm/mysql` from 6.6.2 to 6.6.7
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/v6.6.7/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v6.6.2...v6.6.7)

Updates `@mikro-orm/postgresql` from 6.6.2 to 6.6.7
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/v6.6.7/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v6.6.2...v6.6.7)

Updates `@mikro-orm/sqlite` from 6.6.2 to 6.6.7
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/v6.6.7/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v6.6.2...v6.6.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-version: 6.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mikro-orm
- dependency-name: "@mikro-orm/knex"
  dependency-version: 6.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mikro-orm
- dependency-name: "@mikro-orm/mssql"
  dependency-version: 6.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mikro-orm
- dependency-name: "@mikro-orm/mysql"
  dependency-version: 6.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mikro-orm
- dependency-name: "@mikro-orm/postgresql"
  dependency-version: 6.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mikro-orm
- dependency-name: "@mikro-orm/sqlite"
  dependency-version: 6.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mikro-orm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src/mikro-orm-67d2d8ecba branch from 2f470b0 to 7c0ee85 Compare April 13, 2026 18:23
@sonarqubecloud
Copy link
Copy Markdown

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