Skip to content

Bump @mikro-orm/migrations-mongodb from 6.4.16 to 6.6.7#5757

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/develop/mikro-orm/migrations-mongodb-6.6.7
Open

Bump @mikro-orm/migrations-mongodb from 6.4.16 to 6.6.7#5757
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/develop/mikro-orm/migrations-mongodb-6.6.7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 23, 2026

Bumps @mikro-orm/migrations-mongodb from 6.4.16 to 6.6.7.

Release notes

Sourced from @​mikro-orm/migrations-mongodb'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/migrations-mongodb'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/migrations-mongodb 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/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 6.4.16 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.4.16...v6.6.7)

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

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 Feb 23, 2026
@dependabot dependabot Bot requested review from a team as code owners February 23, 2026 08:45
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 23, 2026
@Pyatakov Pyatakov deleted the branch develop April 24, 2026 14:50
@Pyatakov Pyatakov closed this Apr 24, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 24, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/develop/mikro-orm/migrations-mongodb-6.6.7 branch April 24, 2026 14:50
@Pyatakov Pyatakov restored the dependabot/npm_and_yarn/develop/mikro-orm/migrations-mongodb-6.6.7 branch April 24, 2026 16:04
@Pyatakov Pyatakov reopened this Apr 24, 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.

1 participant