Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

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

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

... (truncated)

Changelog

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

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

... (truncated)

Commits
  • fcfb99e chore(release): v6.6.1 [skip ci]
  • 94927c6 fix(mongo): fix processing of nested lazy scalar properties
  • 15d7e74 perf(core): simplify processing of scalars that use simple ORM provided type ...
  • 5c95c45 chore(deps): bump zx from 8.5.4 to 8.8.5 in /docs (#6991)
  • 72e25de chore(deps): bump js-yaml from 3.14.1 to 3.14.2 in /docs (#6990)
  • c3626b1 chore(deps): update actions/checkout action to v6 (#6989)
  • ca2f3eb chore(deps): bump glob from 10.4.5 to 10.5.0 in /docs (#6988)
  • 98eef5e fix(core): try to infer property types regardless of inferDefaultValues option
  • 44998c0 fix(mongo): respect property fieldName on index creation (#6979)
  • 140d474 docs: use gh sponsors org account on homepage
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 1, 2025
@dependabot dependabot bot requested review from a team as code owners December 1, 2025 09:12
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2025
@dependabot dependabot bot requested a review from andrewb1269 December 1, 2025 09:12
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Dec 1, 2025
@dependabot dependabot bot requested a review from mb-swirlds December 1, 2025 09:12
Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 6.4.16 to 6.6.1.
- [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.1)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-version: 6.6.1
  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.1 branch from 7a30d09 to 161ab97 Compare December 9, 2025 10:46
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 15, 2025

Superseded by #5571.

@dependabot dependabot bot closed this Dec 15, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/mikro-orm/core-6.6.1 branch December 15, 2025 08:14
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