Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

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

Release notes

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

v6.6.2

6.6.2 (2025-12-07)

Bug Fixes

  • core: deprecate some EM and MikroORM methods (551b1df)
  • core: fix joining embedded entity with virtual property (2a76b1d), closes #7023
  • core: handle BigInt in Date hydration (#7003) (236b429), closes #7002

Features

  • core: use upsert when adding items to not initialized M:N collections (#7019) (268f378), closes #6625

Performance Improvements

  • core: store subscribers in Set to deduplicate them by identity (#7010) (a41c498), closes #7009

v6.6.1

6.6.1 (2025-11-25)

Bug Fixes

  • core: try to infer property types regardless of inferDefaultValues option (98eef5e)
  • mongo: fix processing of nested lazy scalar properties (94927c6), closes #6994
  • mongo: respect property fieldName on index creation (#6979) (44998c0), closes #6978
  • mysql: ensure raw values are rehydrated after flush (9a86383), closes #6968
  • query-builder: do not require transaction when for LockMode.NONE (6c2a4b6), closes #6969

Performance Improvements

  • core: simplify processing of scalars that use simple ORM provided type classes (15d7e74)

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

... (truncated)

Changelog

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

6.6.2 (2025-12-07)

Bug Fixes

  • core: deprecate some EM and MikroORM methods (551b1df)
  • core: fix joining embedded entity with virtual property (2a76b1d), closes #7023
  • core: handle BigInt in Date hydration (#7003) (236b429), closes #7002

Features

  • core: use upsert when adding items to not initialized M:N collections (#7019) (268f378), closes #6625

Performance Improvements

  • core: store subscribers in Set to deduplicate them by identity (#7010) (a41c498), closes #7009

6.6.1 (2025-11-25)

Bug Fixes

  • core: try to infer property types regardless of inferDefaultValues option (98eef5e)
  • mongo: fix processing of nested lazy scalar properties (94927c6), closes #6994
  • mongo: respect property fieldName on index creation (#6979) (44998c0), closes #6978
  • mysql: ensure raw values are rehydrated after flush (9a86383), closes #6968
  • query-builder: do not require transaction when for LockMode.NONE (6c2a4b6), closes #6969

Performance Improvements

  • core: simplify processing of scalars that use simple ORM provided type classes (15d7e74)

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

... (truncated)

Commits
  • 45dc7ad chore(release): v6.6.2 [skip ci]
  • 2a76b1d fix(core): fix joining embedded entity with virtual property
  • 43261b2 chore(deps): bump jws from 3.2.2 to 3.2.3 (#7033)
  • d5f0b45 chore(deps): update patch/minor dependencies to v20.2.0
  • 105badb chore(deps): update dependency mongodb-memory-server-core to v10.4.1
  • c4d1618 chore(deps): update dependency mongodb-memory-server-core to v10.4.0
  • 268f378 feat(core): use upsert when adding items to not initialized M:N collections (...
  • 55151d7 chore(deps): update patch/minor dependencies (#6970)
  • 76d6b13 chore: Add @apify/docusaurus-plugin-typedoc-api to renovate ignore block (#...
  • a41c498 perf(core): store subscribers in Set to deduplicate them by identity (#7010)
  • Additional commits viewable in compare view

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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 15, 2025
@dependabot dependabot bot requested review from a team as code owners December 15, 2025 08:14
@dependabot dependabot bot requested a review from andrewb1269 December 15, 2025 08:14
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 15, 2025
@dependabot dependabot bot requested a review from gregscullard December 15, 2025 08:14
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/mikro-orm/core-6.6.2 branch from d8f4749 to 100aba6 Compare December 22, 2025 10:51
Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 6.4.16 to 6.6.2.
- [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.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-version: 6.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/mikro-orm/core-6.6.2 branch from 100aba6 to a11c4e4 Compare December 22, 2025 11:25
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