Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps @mikro-orm/core from 6.4.16 to 6.6.0.

Release notes

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

v6.6.0

6.6.0 (2025-11-11)

Bug Fixes

  • core: do not ignore updating the whole inlined embedded property to null (d0913f1), closes #6966
  • core: ensure base properties in STI entities won't be ignored when overridden in one child (b31ffec), closes #6957
  • core: ensure original entity data are in correct shape after merging (7a30cca), closes #6951
  • core: rehydrate nullable to-one properties that were discarded via filters with select-in strategy (3d58538), closes #6460
  • core: support falsy values in scalar references (#6942) (a02c2a8)
  • core: support type detection on classes with dots in their names like Temporal.Instant (8cca4a8), closes #6953
  • postgres: allow executing schema queries via knex in migrations (5196f24), closes #6949
  • reflection: support string literal properties (#6960) (148ac75)

Features

  • core: allow control over relation filters in entity definition (#6959) (28a7e44), closes #6457
  • core: allow defining filters on nullable relations as strict (#6952) (1dae6cf), closes #6784 #6943 #6784
  • core: allow disabling filters on relations (7798e57), closes #6457
  • core: support private properties with get/set accessors (#6967) (659ca93), closes #6932
  • entity-generator: allow generating enums as type or JS dictionary (#6956) (ccf24df), closes #6457
  • entity-generator: support generating defineEntity() definitions (#6954) (d523f13)
  • entity-generator: support native postgres enums (#6958) (746e4bf)
  • knex: reexport raw helper that supports QueryBuilder and Knex.QueryBuilder (#6955) (897cc7f), closes #6751 #6782
  • postgres: skip left joined relations from pessimistic locks automatically (ffb71a1), closes #6412

v6.5.9

6.5.9 (2025-10-23)

Bug Fixes

  • core: add some missing options to defineEntity relation builders (#6922) (3bedcca)
  • core: ensure correct state of custom typed data after merging to existing results (5907da0), closes #6926
  • core: fix extra updates caused by em.refresh (3d12a8b), closes #6940
  • core: support auto-discovery of relation targets with defineEntity (a93f2e0)
  • core: support custom classes in defineEntity relation property builders (8a03eca)
  • core: update extends type in defineEntity and EntitySchema (#6936) (589d0f3)
  • postgres: do not create non-autoincrement simple PKs twice (89e139e)

Performance Improvements

  • core: improve performance of defineEntity (#6922) (db6b10a)

v6.5.8

6.5.8 (2025-10-13)

... (truncated)

Changelog

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

6.6.0 (2025-11-11)

Bug Fixes

  • core: do not ignore updating the whole inlined embedded property to null (d0913f1), closes #6966
  • core: ensure base properties in STI entities won't be ignored when overridden in one child (b31ffec), closes #6957
  • core: ensure original entity data are in correct shape after merging (7a30cca), closes #6951
  • core: rehydrate nullable to-one properties that were discarded via filters with select-in strategy (3d58538), closes #6460
  • core: support falsy values in scalar references (#6942) (a02c2a8)
  • core: support type detection on classes with dots in their names like Temporal.Instant (8cca4a8), closes #6953
  • postgres: allow executing schema queries via knex in migrations (5196f24), closes #6949
  • reflection: support string literal properties (#6960) (148ac75)

Features

  • core: allow control over relation filters in entity definition (#6959) (28a7e44), closes #6457
  • core: allow defining filters on nullable relations as strict (#6952) (1dae6cf), closes #6784 #6943 #6784
  • core: allow disabling filters on relations (7798e57), closes #6457
  • core: support private properties with get/set accessors (#6967) (659ca93), closes #6932
  • entity-generator: allow generating enums as type or JS dictionary (#6956) (ccf24df), closes #6457
  • entity-generator: support generating defineEntity() definitions (#6954) (d523f13)
  • entity-generator: support native postgres enums (#6958) (746e4bf)
  • knex: reexport raw helper that supports QueryBuilder and Knex.QueryBuilder (#6955) (897cc7f), closes #6751 #6782
  • postgres: skip left joined relations from pessimistic locks automatically (ffb71a1), closes #6412

6.5.9 (2025-10-23)

Bug Fixes

  • core: add some missing options to defineEntity relation builders (#6922) (3bedcca)
  • core: ensure correct state of custom typed data after merging to existing results (5907da0), closes #6926
  • core: fix extra updates caused by em.refresh (3d12a8b), closes #6940
  • core: support auto-discovery of relation targets with defineEntity (a93f2e0)
  • core: support custom classes in defineEntity relation property builders (8a03eca)
  • core: update extends type in defineEntity and EntitySchema (#6936) (589d0f3)
  • postgres: do not create non-autoincrement simple PKs twice (89e139e)

6.5.8 (2025-10-13)

... (truncated)

Commits
  • 9486404 chore(release): v6.6.0 [skip ci]
  • 1a1276d docs: add missing forceConstructor: true to the examples using native priva...
  • d0913f1 fix(core): do not ignore updating the whole inlined embedded property to null
  • eae6099 chore(deps): update patch/minor dependencies
  • 659ca93 feat(core): support private properties with get/set accessors (#6967)
  • e6dfba0 chore(deps): update yarn to v4.11.0
  • 28a7e44 feat(core): allow control over relation filters in entity definition (#6959)
  • 148ac75 fix(reflection): support string literal properties (#6960)
  • 224a9af chore(deps): update dependency eslint to v9.39.1
  • b31ffec fix(core): ensure base properties in STI entities won't be ignored when overr...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 6.4.16 to 6.6.0.
- [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.16...v6.6.0)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-version: 6.6.0
  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 Nov 24, 2025
@dependabot dependabot bot requested review from a team as code owners November 24, 2025 08:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 24, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2025

Superseded by #5521.

@dependabot dependabot bot closed this Dec 1, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/mikro-orm/core-6.6.0 branch December 1, 2025 09:12
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