Skip to content

Commit

Permalink
fix(deps): update mikro-orm monorepo to ^6.4.4 (#2413)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@mikro-orm/core](https://mikro-orm.io)
([source](https://github.com/mikro-orm/mikro-orm)) | [`^6.4.3`
->
`^6.4.4`](https://renovatebot.com/diffs/npm/@mikro-orm%2fcore/6.4.3/6.4.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mikro-orm%2fcore/6.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mikro-orm%2fcore/6.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mikro-orm%2fcore/6.4.3/6.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mikro-orm%2fcore/6.4.3/6.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@mikro-orm/postgresql](https://mikro-orm.io)
([source](https://github.com/mikro-orm/mikro-orm)) | [`^6.4.3`
->
`^6.4.4`](https://renovatebot.com/diffs/npm/@mikro-orm%2fpostgresql/6.4.3/6.4.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mikro-orm%2fpostgresql/6.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mikro-orm%2fpostgresql/6.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mikro-orm%2fpostgresql/6.4.3/6.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mikro-orm%2fpostgresql/6.4.3/6.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@mikro-orm/reflection](https://mikro-orm.io)
([source](https://github.com/mikro-orm/mikro-orm)) | [`^6.4.3`
->
`^6.4.4`](https://renovatebot.com/diffs/npm/@mikro-orm%2freflection/6.4.3/6.4.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mikro-orm%2freflection/6.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mikro-orm%2freflection/6.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mikro-orm%2freflection/6.4.3/6.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mikro-orm%2freflection/6.4.3/6.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mikro-orm/mikro-orm (@&#8203;mikro-orm/core)</summary>

###
[`v6.4.4`](https://github.com/mikro-orm/mikro-orm/blob/HEAD/CHANGELOG.md#644-2025-01-23)

[Compare
Source](https://github.com/mikro-orm/mikro-orm/compare/v6.4.3...v6.4.4)

##### Bug Fixes

- **core:** do not persist embeddables via `em.create()`
([c6ed010](https://github.com/mikro-orm/mikro-orm/commit/c6ed010159b108c4010480aab0c5b498e0c8861e))
- **core:** fix multi insert when some values of a not-null column with
default are missing
([cd8f6e1](https://github.com/mikro-orm/mikro-orm/commit/cd8f6e12eb53d6e8f2ab416dc080838d10d29d5e))
- **core:** ignore partial loading hint on JSON column when pruning
relations
([fbdea0a](https://github.com/mikro-orm/mikro-orm/commit/fbdea0aa43a03765a3b0234caf2e380590430bc3))
- **core:** reduce chance of collisions of internal embedded properties
([#&#8203;6354](https://github.com/mikro-orm/mikro-orm/issues/6354))
([98ab6a2](https://github.com/mikro-orm/mikro-orm/commit/98ab6a28fc6c9378ab77f523d4e48c651c5ba910)),
closes
[#&#8203;6351](https://github.com/mikro-orm/mikro-orm/issues/6351)
- **query-builder:** process custom types in join conditions
([3a6153f](https://github.com/mikro-orm/mikro-orm/commit/3a6153f06805362cef2f74c9972cbd792fa92939)),
closes
[#&#8203;6357](https://github.com/mikro-orm/mikro-orm/issues/6357)
- **schema:** fixed handling of check constraints on MariaDB before
10.5.10
([#&#8203;6352](https://github.com/mikro-orm/mikro-orm/issues/6352))
([7d41e22](https://github.com/mikro-orm/mikro-orm/commit/7d41e2227780e280500104e7c2f9c8136fd6ade5)),
closes
[#&#8203;6350](https://github.com/mikro-orm/mikro-orm/issues/6350)

##### Features

- **core:** add `ignoreUndefined` flag to `assign` helper
([#&#8203;6339](https://github.com/mikro-orm/mikro-orm/issues/6339))
([bdcce17](https://github.com/mikro-orm/mikro-orm/commit/bdcce1791ad8a6c69274bc7b82aac77667329b92)),
closes
[#&#8203;6338](https://github.com/mikro-orm/mikro-orm/issues/6338)
- **core:** allow raw query fragments in `assign()` helper data
([c47ac64](https://github.com/mikro-orm/mikro-orm/commit/c47ac645e8aa44f23c8fe22039bc7a4db4c4036c)),
closes
[#&#8203;6346](https://github.com/mikro-orm/mikro-orm/issues/6346)
- **core:** support `disableIdentityMap` in `em.upsert/Many()`
([e8e9d4c](https://github.com/mikro-orm/mikro-orm/commit/e8e9d4cad8b1a22cee083c419714ec55d27c3e0f)),
closes
[#&#8203;6345](https://github.com/mikro-orm/mikro-orm/issues/6345)
- **seeder:** make `Factory.em` protected
([#&#8203;6340](https://github.com/mikro-orm/mikro-orm/issues/6340))
([e66d843](https://github.com/mikro-orm/mikro-orm/commit/e66d84398cdcd1fa82d72a014f87530ebb2ff34a))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/rustymotors/server).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 615b34d commit d15acc3
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion libs/@rustymotors/binary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"@mikro-orm/core": "^6.4.3",
"@mikro-orm/core": "^6.4.4",
"rusty-motors-shared": "workspace:1.0.0-next.0",
"rusty-motors-shared-packets": "workspace:1.0.0-next.0",
"tslib": "^2.8.1"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@databases/pg": "^5.5.0",
"@dotenvx/dotenvx": "^1.33.0",
"@fastify/sensible": "^6.0.2",
"@mikro-orm/core": "^6.4.3",
"@mikro-orm/postgresql": "^6.4.3",
"@mikro-orm/reflection": "^6.4.3",
"@mikro-orm/core": "^6.4.4",
"@mikro-orm/postgresql": "^6.4.4",
"@mikro-orm/reflection": "^6.4.4",
"@rustymotors/binary": "workspace:^",
"@sentry/node": "^8.51.0",
"@sentry/profiling-node": "8.51.0",
Expand Down
66 changes: 33 additions & 33 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d15acc3

Please sign in to comment.