Skip to content

Commit be832fb

Browse files
fix(deps): update mikro-orm monorepo to ^6.4.8 (#2509)
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.7` -> `^6.4.8`](https://renovatebot.com/diffs/npm/@mikro-orm%2fcore/6.4.7/6.4.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mikro-orm%2fcore/6.4.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mikro-orm%2fcore/6.4.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mikro-orm%2fcore/6.4.7/6.4.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mikro-orm%2fcore/6.4.7/6.4.8?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.7` -> `^6.4.8`](https://renovatebot.com/diffs/npm/@mikro-orm%2fpostgresql/6.4.7/6.4.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mikro-orm%2fpostgresql/6.4.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mikro-orm%2fpostgresql/6.4.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mikro-orm%2fpostgresql/6.4.7/6.4.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mikro-orm%2fpostgresql/6.4.7/6.4.8?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.7` -> `^6.4.8`](https://renovatebot.com/diffs/npm/@mikro-orm%2freflection/6.4.7/6.4.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mikro-orm%2freflection/6.4.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mikro-orm%2freflection/6.4.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mikro-orm%2freflection/6.4.7/6.4.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mikro-orm%2freflection/6.4.7/6.4.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mikro-orm/mikro-orm (@&#8203;mikro-orm/core)</summary> ### [`v6.4.8`](https://redirect.github.com/mikro-orm/mikro-orm/blob/HEAD/CHANGELOG.md#648-2025-03-06) [Compare Source](https://redirect.github.com/mikro-orm/mikro-orm/compare/v6.4.7...v6.4.8) ##### Bug Fixes - **core:** do not cache internal `Collection` reference to `EntityManager` ([1c07cab](https://redirect.github.com/mikro-orm/mikro-orm/commit/1c07cab0ae275db2c4a549b9da6d3d0e2ed81dda)), closes [#&#8203;6453](https://redirect.github.com/mikro-orm/mikro-orm/issues/6453) - **core:** ensure bigint types don't produce extra updates with joined strategy ([70063e0](https://redirect.github.com/mikro-orm/mikro-orm/commit/70063e00cc0fcf3e0af00c7647635f47a4f4a5b4)), closes [#&#8203;6478](https://redirect.github.com/mikro-orm/mikro-orm/issues/6478) - **core:** fix serialization of collections with composite entities via `getIdentifiers` ([4effa18](https://redirect.github.com/mikro-orm/mikro-orm/commit/4effa1879b01e2cde997725fb3cfb598359bd621)), closes [#&#8203;6479](https://redirect.github.com/mikro-orm/mikro-orm/issues/6479) - **core:** respect check constraints from child STI entities ([8cfd6e3](https://redirect.github.com/mikro-orm/mikro-orm/commit/8cfd6e3a335cdee84ce3b6f5f98ea6fde3550fd5)), closes [#&#8203;6450](https://redirect.github.com/mikro-orm/mikro-orm/issues/6450) - **core:** respect Collection property `orderBy` when dataloader is enabled ([#&#8203;6467](https://redirect.github.com/mikro-orm/mikro-orm/issues/6467)) ([6322ce8](https://redirect.github.com/mikro-orm/mikro-orm/commit/6322ce8bbec4042784722e721c516f2982581461)) - **query-builder:** apply filters to auto-joined relations ([#&#8203;6480](https://redirect.github.com/mikro-orm/mikro-orm/issues/6480)) ([6b1d7ee](https://redirect.github.com/mikro-orm/mikro-orm/commit/6b1d7ee63b9a28305e9465845bf445fe1f588d03)), closes [#&#8203;6458](https://redirect.github.com/mikro-orm/mikro-orm/issues/6458) - **query-builder:** do not inline PK nested in a `$not` query ([5931d28](https://redirect.github.com/mikro-orm/mikro-orm/commit/5931d2819b74ae9a5b996be404a884eeb78b0cbf)), closes [#&#8203;6452](https://redirect.github.com/mikro-orm/mikro-orm/issues/6452) - **query-builder:** revert recent changes to composite key sharing ([2bd973d](https://redirect.github.com/mikro-orm/mikro-orm/commit/2bd973dae0bc125cf43620524bd5b4f3fc327993)), closes [#&#8203;6359](https://redirect.github.com/mikro-orm/mikro-orm/issues/6359) ##### Features - **entity-generator:** pass through `orderBy` option to the output ([#&#8203;6466](https://redirect.github.com/mikro-orm/mikro-orm/issues/6466)) ([1142f40](https://redirect.github.com/mikro-orm/mikro-orm/commit/1142f402883c2524ca5f0fef09c3912cbd191398)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent abf5d2d commit be832fb

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

libs/@rustymotors/binary/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"private": true,
55
"dependencies": {
6-
"@mikro-orm/core": "^6.4.7",
6+
"@mikro-orm/core": "^6.4.8",
77
"rusty-motors-shared": "workspace:1.0.0-next.0",
88
"rusty-motors-shared-packets": "workspace:1.0.0-next.0",
99
"tslib": "^2.8.1"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"@databases/pg": "^5.5.0",
3535
"@dotenvx/dotenvx": "^1.38.4",
3636
"@fastify/sensible": "^6.0.3",
37-
"@mikro-orm/core": "^6.4.7",
38-
"@mikro-orm/postgresql": "^6.4.7",
39-
"@mikro-orm/reflection": "^6.4.7",
37+
"@mikro-orm/core": "^6.4.8",
38+
"@mikro-orm/postgresql": "^6.4.8",
39+
"@mikro-orm/reflection": "^6.4.8",
4040
"@rustymotors/binary": "workspace:^",
4141
"@sentry/node": "^9.4.0",
4242
"@sentry/profiling-node": "9.4.0",

pnpm-lock.yaml

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)