Skip to content

Commit

Permalink
fix(deps): update mikro-orm monorepo to ^6.4.7 (#2480)
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://redirect.github.com/mikro-orm/mikro-orm)) | [`^6.4.6`
->
`^6.4.7`](https://renovatebot.com/diffs/npm/@mikro-orm%2fcore/6.4.6/6.4.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mikro-orm%2fcore/6.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mikro-orm%2fcore/6.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mikro-orm%2fcore/6.4.6/6.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mikro-orm%2fcore/6.4.6/6.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@mikro-orm/postgresql](https://mikro-orm.io)
([source](https://redirect.github.com/mikro-orm/mikro-orm)) | [`^6.4.6`
->
`^6.4.7`](https://renovatebot.com/diffs/npm/@mikro-orm%2fpostgresql/6.4.6/6.4.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mikro-orm%2fpostgresql/6.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mikro-orm%2fpostgresql/6.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mikro-orm%2fpostgresql/6.4.6/6.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mikro-orm%2fpostgresql/6.4.6/6.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@mikro-orm/reflection](https://mikro-orm.io)
([source](https://redirect.github.com/mikro-orm/mikro-orm)) | [`^6.4.6`
->
`^6.4.7`](https://renovatebot.com/diffs/npm/@mikro-orm%2freflection/6.4.6/6.4.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mikro-orm%2freflection/6.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mikro-orm%2freflection/6.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mikro-orm%2freflection/6.4.6/6.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mikro-orm%2freflection/6.4.6/6.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v6.4.7`](https://redirect.github.com/mikro-orm/mikro-orm/blob/HEAD/CHANGELOG.md#647-2025-02-22)

[Compare
Source](https://redirect.github.com/mikro-orm/mikro-orm/compare/v6.4.6...v6.4.7)

##### Bug Fixes

- **core:** enforce selection of discriminator column when partial
loading is used
([80c1b5b](https://redirect.github.com/mikro-orm/mikro-orm/commit/80c1b5b9b5b73c8b6cf51e941d2afaeac85a2809)),
closes
[#&#8203;6436](https://redirect.github.com/mikro-orm/mikro-orm/issues/6436)
- **core:** ensure `@Check` expression callback works without explicit
type
([5aa77db](https://redirect.github.com/mikro-orm/mikro-orm/commit/5aa77db3add74959551043e1fe6f7d119e5728ac)),
closes
[#&#8203;6429](https://redirect.github.com/mikro-orm/mikro-orm/issues/6429)
- **core:** ensure partial loading allows to fetch missing values
([ecba90f](https://redirect.github.com/mikro-orm/mikro-orm/commit/ecba90f11bc68d15039f2a8b2d4e0a3e908c085f)),
closes
[#&#8203;6395](https://redirect.github.com/mikro-orm/mikro-orm/issues/6395)
- **core:** fix extra updates with joined strategy caused by custom
types
([2e1ab9a](https://redirect.github.com/mikro-orm/mikro-orm/commit/2e1ab9a1d3c5ea57be31fc341c32bdb8e48d2e6b)),
closes
[#&#8203;6432](https://redirect.github.com/mikro-orm/mikro-orm/issues/6432)
- **core:** fix querying by a composite property with shared columns
([#&#8203;6445](https://redirect.github.com/mikro-orm/mikro-orm/issues/6445))
([396ee70](https://redirect.github.com/mikro-orm/mikro-orm/commit/396ee70dff86d3dff1928f8d61ac837f271ec3a3)),
closes
[#&#8203;6359](https://redirect.github.com/mikro-orm/mikro-orm/issues/6359)
- **core:** fix support for custom types on PKs in `em.upsert`
([57a4549](https://redirect.github.com/mikro-orm/mikro-orm/commit/57a45498776814982afb489e254aad4b0711dc38)),
closes
[#&#8203;6434](https://redirect.github.com/mikro-orm/mikro-orm/issues/6434)
- **core:** fix type error when getting a composite PK value
([2d4d2be](https://redirect.github.com/mikro-orm/mikro-orm/commit/2d4d2be1bd04cc2c040fa975d181d65a44aeca92)),
closes
[#&#8203;6430](https://redirect.github.com/mikro-orm/mikro-orm/issues/6430)
- **core:** fix type resolution in `em.assign` with nullable properties
([4f13552](https://redirect.github.com/mikro-orm/mikro-orm/commit/4f1355263f9802e359d70cc1c266559e97fd8245)),
closes
[#&#8203;6426](https://redirect.github.com/mikro-orm/mikro-orm/issues/6426)
- **mssql:** fix support for upsert on compound unique constraints
([#&#8203;6447](https://redirect.github.com/mikro-orm/mikro-orm/issues/6447))
([43d1ff5](https://redirect.github.com/mikro-orm/mikro-orm/commit/43d1ff582778555b867ba05278587fea86c98b85)),
closes
[#&#8203;6390](https://redirect.github.com/mikro-orm/mikro-orm/issues/6390)
- **schema:** respect schema from config in `clearDatabase()`
([0ab99a1](https://redirect.github.com/mikro-orm/mikro-orm/commit/0ab99a1bcf1a2e3a6d4deb0cb2ff0012c5c7db84)),
closes
[#&#8203;6405](https://redirect.github.com/mikro-orm/mikro-orm/issues/6405)
- **sql:** quote `raw().as()` field aliases
([d9716d7](https://redirect.github.com/mikro-orm/mikro-orm/commit/d9716d7c42ec97708378d1cc99d8bb27efd417dc))
- **sql:** respect EM schema when clearing not populated 1:m collection
of wildcard entities
([12223e3](https://redirect.github.com/mikro-orm/mikro-orm/commit/12223e308ccfca0c3cc87650e2748cf035351655)),
closes
[#&#8203;6387](https://redirect.github.com/mikro-orm/mikro-orm/issues/6387)

##### Features

- **core:** add `entityName` as argument for filter `cond` callback
([#&#8203;6424](https://redirect.github.com/mikro-orm/mikro-orm/issues/6424))
([f358dbf](https://redirect.github.com/mikro-orm/mikro-orm/commit/f358dbf939fd1728aadfe2876c7edbcc0782a010))
- **core:** improve typings for `@Entity`, `@Index` and `@Unique`
decorators
([#&#8203;6416](https://redirect.github.com/mikro-orm/mikro-orm/issues/6416))
([833a640](https://redirect.github.com/mikro-orm/mikro-orm/commit/833a6403ca393c341fca8e6207652d063fdb0677)),
closes
[/github.com/mikro-orm/mikro-orm/blob/a6c48fd1b436edcd2bcead74ebfec42bb65da043/packages/core/src/errors.ts#L214](https://redirect.github.com//github.com/mikro-orm/mikro-orm/blob/a6c48fd1b436edcd2bcead74ebfec42bb65da043/packages/core/src/errors.ts/issues/L214)

##### Performance Improvements

- **reflection:** only consider entity files instead of evaluating the
whole project
([#&#8203;6439](https://redirect.github.com/mikro-orm/mikro-orm/issues/6439))
([6f22fa6](https://redirect.github.com/mikro-orm/mikro-orm/commit/6f22fa660d9c90fdc38c4a447b699bc6a61c391e))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 22, 2025
1 parent 203580c commit 64e7ea1
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 59 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.6",
"@mikro-orm/core": "^6.4.7",
"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.37.0",
"@fastify/sensible": "^6.0.3",
"@mikro-orm/core": "^6.4.6",
"@mikro-orm/postgresql": "^6.4.6",
"@mikro-orm/reflection": "^6.4.6",
"@mikro-orm/core": "^6.4.7",
"@mikro-orm/postgresql": "^6.4.7",
"@mikro-orm/reflection": "^6.4.7",
"@rustymotors/binary": "workspace:^",
"@sentry/node": "^9.1.0",
"@sentry/profiling-node": "9.1.0",
Expand Down
87 changes: 32 additions & 55 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 64e7ea1

Please sign in to comment.