Update mikro-orm monorepo to v7.1.6 #117

Open
renovate-bot wants to merge 1 commit from renovate/mikro-orm-monorepo into main
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mikro-orm/cli (source) 7.1.57.1.6 age adoption passing confidence
@mikro-orm/core (source) 7.1.57.1.6 age adoption passing confidence
@mikro-orm/migrations (source) 7.1.57.1.6 age adoption passing confidence
@mikro-orm/postgresql (source) 7.1.57.1.6 age adoption passing confidence

Release Notes

mikro-orm/mikro-orm (@​mikro-orm/cli)

v7.1.6

Compare Source

Bug Fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [@mikro-orm/cli](https://mikro-orm.io) ([source](https://github.com/mikro-orm/mikro-orm)) | [`7.1.5` → `7.1.6`](https://renovatebot.com/diffs/npm/@mikro-orm%2fcli/7.1.5/7.1.6) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@mikro-orm%2fcli/7.1.6?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mikro-orm%2fcli/7.1.6?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mikro-orm%2fcli/7.1.5/7.1.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mikro-orm%2fcli/7.1.5/7.1.6?slim=true) | | [@mikro-orm/core](https://mikro-orm.io) ([source](https://github.com/mikro-orm/mikro-orm)) | [`7.1.5` → `7.1.6`](https://renovatebot.com/diffs/npm/@mikro-orm%2fcore/7.1.5/7.1.6) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@mikro-orm%2fcore/7.1.6?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mikro-orm%2fcore/7.1.6?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mikro-orm%2fcore/7.1.5/7.1.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mikro-orm%2fcore/7.1.5/7.1.6?slim=true) | | [@mikro-orm/migrations](https://mikro-orm.io) ([source](https://github.com/mikro-orm/mikro-orm)) | [`7.1.5` → `7.1.6`](https://renovatebot.com/diffs/npm/@mikro-orm%2fmigrations/7.1.5/7.1.6) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@mikro-orm%2fmigrations/7.1.6?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mikro-orm%2fmigrations/7.1.6?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mikro-orm%2fmigrations/7.1.5/7.1.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mikro-orm%2fmigrations/7.1.5/7.1.6?slim=true) | | [@mikro-orm/postgresql](https://mikro-orm.io) ([source](https://github.com/mikro-orm/mikro-orm)) | [`7.1.5` → `7.1.6`](https://renovatebot.com/diffs/npm/@mikro-orm%2fpostgresql/7.1.5/7.1.6) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@mikro-orm%2fpostgresql/7.1.6?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mikro-orm%2fpostgresql/7.1.6?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mikro-orm%2fpostgresql/7.1.5/7.1.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mikro-orm%2fpostgresql/7.1.5/7.1.6?slim=true) | --- ### Release Notes <details> <summary>mikro-orm/mikro-orm (@&#8203;mikro-orm/cli)</summary> ### [`v7.1.6`](https://github.com/mikro-orm/mikro-orm/blob/HEAD/CHANGELOG.md#716-2026-07-13) [Compare Source](https://github.com/mikro-orm/mikro-orm/compare/v7.1.5...v7.1.6) ##### Bug Fixes - **core:** carry merged ancestor builders so Kysely types span multi-level `extends` ([#&#8203;7939](https://github.com/mikro-orm/mikro-orm/issues/7939)) ([3c56082](https://github.com/mikro-orm/mikro-orm/commit/3c560825f8123d277c1d493490e2f26dac66e0f6)), closes [#&#8203;7938](https://github.com/mikro-orm/mikro-orm/issues/7938) [#&#8203;7938](https://github.com/mikro-orm/mikro-orm/issues/7938) [#&#8203;7938](https://github.com/mikro-orm/mikro-orm/issues/7938) [#&#8203;7937](https://github.com/mikro-orm/mikro-orm/issues/7937) - **core:** ignore process-local metadata `_id` when loading from cache ([#&#8203;7978](https://github.com/mikro-orm/mikro-orm/issues/7978)) ([4777f9d](https://github.com/mikro-orm/mikro-orm/commit/4777f9dc0703fe4736ad3e9b466b37d577f8cf77)), closes [#&#8203;7975](https://github.com/mikro-orm/mikro-orm/issues/7975) - **core:** infer `string` for `time` type properties instead of `any` ([#&#8203;7961](https://github.com/mikro-orm/mikro-orm/issues/7961)) ([486eff8](https://github.com/mikro-orm/mikro-orm/commit/486eff8e0cdc218e97b038f920e1579e3beb055e)) - **core:** keep custom-typed PK snapshots in DB-form to avoid spurious updates ([#&#8203;7973](https://github.com/mikro-orm/mikro-orm/issues/7973)) ([393a7f3](https://github.com/mikro-orm/mikro-orm/commit/393a7f3ab4f2eaef2cc9148a8507bb05ebf63279)), closes [#&#8203;7966](https://github.com/mikro-orm/mikro-orm/issues/7966) - **core:** make entity type inference robust under TS 7 stable type ordering ([#&#8203;7948](https://github.com/mikro-orm/mikro-orm/issues/7948)) ([a5d1827](https://github.com/mikro-orm/mikro-orm/commit/a5d18271d55b398a63d972cfce8a4874374107c8)), closes [microsoft/typescript-go#4464](https://github.com/microsoft/typescript-go/issues/4464) - **core:** support `@Check()` on class level with TC39 decorators ([#&#8203;7982](https://github.com/mikro-orm/mikro-orm/issues/7982)) ([23e47d9](https://github.com/mikro-orm/mikro-orm/commit/23e47d9075e1cf04f2a1332164af3d9a293d691b)) - **mysql:** treat (current\_date) and curdate() date defaults as equal ([#&#8203;7956](https://github.com/mikro-orm/mikro-orm/issues/7956)) ([441eaa1](https://github.com/mikro-orm/mikro-orm/commit/441eaa110aeeb0920bb6ac40854802ab9ee7b78b)) - **oracle:** keep FK schema owner case consistent with columns and tables ([#&#8203;7964](https://github.com/mikro-orm/mikro-orm/issues/7964)) ([ad776b7](https://github.com/mikro-orm/mikro-orm/commit/ad776b7d971f3e868128dfd33e9c198bc9973515)), closes [#&#8203;7960](https://github.com/mikro-orm/mikro-orm/issues/7960) - **sql:** avoid phantom changeset for inline embeddable loaded via joined strategy ([#&#8203;7971](https://github.com/mikro-orm/mikro-orm/issues/7971)) ([9c7612a](https://github.com/mikro-orm/mikro-orm/commit/9c7612afd371964d55d01e741bb058137ca331b8)), closes [#&#8203;7954](https://github.com/mikro-orm/mikro-orm/issues/7954) - **sql:** do not propagate TPT parent check constraints to child tables ([#&#8203;7944](https://github.com/mikro-orm/mikro-orm/issues/7944)) ([0f34374](https://github.com/mikro-orm/mikro-orm/commit/0f34374914211ade1ccb60acd2e01b46fb96fe99)), closes [#&#8203;7714](https://github.com/mikro-orm/mikro-orm/issues/7714) [#&#8203;7935](https://github.com/mikro-orm/mikro-orm/issues/7935) - **sql:** expose columns inherited via `extends` in `getKysely()` table type ([#&#8203;7938](https://github.com/mikro-orm/mikro-orm/issues/7938)) ([ebaa2be](https://github.com/mikro-orm/mikro-orm/commit/ebaa2be3428bee4d269f51154ab11bfc16ae5656)), closes [#&#8203;7937](https://github.com/mikro-orm/mikro-orm/issues/7937) - **sql:** infer array columns as arrays in Kysely table types ([#&#8203;7972](https://github.com/mikro-orm/mikro-orm/issues/7972)) ([2b79554](https://github.com/mikro-orm/mikro-orm/commit/2b79554009180f247331218a8cab9480e71dd19c)), closes [#&#8203;7967](https://github.com/mikro-orm/mikro-orm/issues/7967) - **sql:** keep non-lazy `@Formula` out of partial-index predicate rendering ([#&#8203;7947](https://github.com/mikro-orm/mikro-orm/issues/7947)) ([368123d](https://github.com/mikro-orm/mikro-orm/commit/368123d8b05f3ae9ccaa0cbd4c7811b46570d6a9)), closes [#&#8203;7946](https://github.com/mikro-orm/mikro-orm/issues/7946) - **sql:** keep nullable relation FK columns nullable in class-based Kysely inference ([#&#8203;7965](https://github.com/mikro-orm/mikro-orm/issues/7965)) ([fde9258](https://github.com/mikro-orm/mikro-orm/commit/fde9258bedf8315a4f842b776241eeb8b50295a0)), closes [#&#8203;7962](https://github.com/mikro-orm/mikro-orm/issues/7962) - **sql:** stop schema diff churning on generated columns with underscore literals ([#&#8203;7955](https://github.com/mikro-orm/mikro-orm/issues/7955)) ([6c9f0a6](https://github.com/mikro-orm/mikro-orm/commit/6c9f0a6598a6bcd4f6d34b62242494199c7407a4)) - **sql:** support orderBy on persist(false) virtual fields with pagination ([#&#8203;7979](https://github.com/mikro-orm/mikro-orm/issues/7979)) ([0454aea](https://github.com/mikro-orm/mikro-orm/commit/0454aea6509e4faac83a5280d7325904f62a917f)), closes [#&#8203;7932](https://github.com/mikro-orm/mikro-orm/issues/7932) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTIuNCIsInVwZGF0ZWRJblZlciI6IjQzLjI1Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJiYWNrZW5kIiwicmVub3ZhdGUiXX0=-->
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/mikro-orm-monorepo:renovate/mikro-orm-monorepo
git switch renovate/mikro-orm-monorepo

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/mikro-orm-monorepo
git switch renovate/mikro-orm-monorepo
git rebase main
git switch main
git merge --ff-only renovate/mikro-orm-monorepo
git switch renovate/mikro-orm-monorepo
git rebase main
git switch main
git merge --no-ff renovate/mikro-orm-monorepo
git switch main
git merge --squash renovate/mikro-orm-monorepo
git switch main
git merge --ff-only renovate/mikro-orm-monorepo
git switch main
git merge renovate/mikro-orm-monorepo
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
MobiusReactor/TicTacToeV2!117
No description provided.