Skip to content

chore(deps): bump @mikro-orm/mongodb from 6.2.2 to 6.4.5 #4614

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2025

Bumps @mikro-orm/mongodb from 6.2.2 to 6.4.5.

Release notes

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

v6.4.5

6.4.5 (2025-01-30)

Bug Fixes

  • core: allow querying by embedded instance with em.findAndCount (#6370) (9e60817), closes #6353
  • core: ensure populating Ref properties do not result in TypeError (7d34645)
  • core: fix creating new entities with composite props that share a column (68c79b2), closes #6360
  • core: fix processing of queries for composite props that share a column (c01522d), closes #6359

Features

  • migrations: allow returning promise from generateMigrationFile (af75d06), closes #6364

v6.4.4

6.4.4 (2025-01-23)

Bug Fixes

  • core: do not persist embeddables via em.create() (c6ed010)
  • core: fix multi insert when some values of a not-null column with default are missing (cd8f6e1)
  • core: ignore partial loading hint on JSON column when pruning relations (fbdea0a)
  • core: reduce chance of collisions of internal embedded properties (#6354) (98ab6a2), closes #6351
  • query-builder: process custom types in join conditions (3a6153f), closes #6357
  • schema: fixed handling of check constraints on MariaDB before 10.5.10 (#6352) (7d41e22), closes #6350

Features

  • core: add ignoreUndefined flag to assign helper (#6339) (bdcce17), closes #6338
  • core: allow raw query fragments in assign() helper data (c47ac64), closes #6346
  • core: support disableIdentityMap in em.upsert/Many() (e8e9d4c), closes #6345
  • seeder: make Factory.em protected (#6340) (e66d843)

v6.4.3

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

... (truncated)

Changelog

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

6.4.5 (2025-01-30)

Bug Fixes

  • core: allow querying by embedded instance with em.findAndCount (#6370) (9e60817), closes #6353
  • core: ensure populating Ref properties do not result in TypeError (7d34645)
  • core: fix creating new entities with composite props that share a column (68c79b2), closes #6360
  • core: fix processing of queries for composite props that share a column (c01522d), closes #6359

Features

  • migrations: allow returning promise from generateMigrationFile (af75d06), closes #6364

6.4.4 (2025-01-23)

Bug Fixes

  • core: do not persist embeddables via em.create() (c6ed010)
  • core: fix multi insert when some values of a not-null column with default are missing (cd8f6e1)
  • core: ignore partial loading hint on JSON column when pruning relations (fbdea0a)
  • core: reduce chance of collisions of internal embedded properties (#6354) (98ab6a2), closes #6351
  • query-builder: process custom types in join conditions (3a6153f), closes #6357
  • schema: fixed handling of check constraints on MariaDB before 10.5.10 (#6352) (7d41e22), closes #6350

Features

  • core: add ignoreUndefined flag to assign helper (#6339) (bdcce17), closes #6338
  • core: allow raw query fragments in assign() helper data (c47ac64), closes #6346
  • core: support disableIdentityMap in em.upsert/Many() (e8e9d4c), closes #6345
  • seeder: make Factory.em protected (#6340) (e66d843)

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)

... (truncated)

Commits
  • 74bcef5 chore(release): v6.4.5 [skip ci]
  • 9e60817 fix(core): allow querying by embedded instance with em.findAndCount (#6370)
  • a01cf51 chore: update lockfile
  • f9843dc chore: update eslint to v9 (#6365)
  • af75d06 feat(migrations): allow returning promise from generateMigrationFile
  • 7d34645 fix(core): ensure populating Ref properties do not result in TypeError
  • 268283d chore(deps): update dependency @​types/node to v22.12.0
  • 746cb9d chore: ensure stable order of down migration queries in MSSQL
  • 68c79b2 fix(core): fix creating new entities with composite props that share a column
  • 78b0e53 chore(deps): update dependency lint-staged to v15.4.3
  • 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 requested review from a team as code owners January 31, 2025 18:46
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 31, 2025
@dependabot dependabot bot requested a review from RaphaelMessian January 31, 2025 18:46
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Jan 31, 2025
Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 6.2.2 to 6.4.5.
- [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.2.2...v6.4.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  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/mongodb-6.4.5 branch from 146b7c6 to 4ce2e26 Compare January 31, 2025 19:37
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2025

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/mongodb-6.4.5 branch February 12, 2025 15:17
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