fix(deps): update mikro-orm monorepo to v7 (major)#554
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update mikro-orm monorepo to v7 (major)#554renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
e13acd3 to
f12d86c
Compare
f12d86c to
b90c39e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.6.7→^7.0.0^6.6.7→^7.0.0^6.6.7→^7.0.0^6.6.7→^7.0.0^6.6.7→^7.0.0^6.6.7→^7.0.0Release Notes
mikro-orm/mikro-orm (@mikro-orm/cli)
v7.0.3Compare Source
Bug Fixes
fieldshint in find options (#7325) (4383d9b)Features
strictNullable()property builder (#7314) (46c353a), closes #7307v7.0.2Compare Source
Bug Fixes
defaultvalues when creating new entity instances (#7301) (b4d1e7f), closes #7284v7.0.1Compare Source
Bug Fixes
v7.0.0Compare Source
Bug Fixes
em.refresh(3f8abdf), closes #7073forceUtcTimezoneby default for all SQL drivers (#7087) (c89890b), closes #5591populatehint won't includeundefinedfor optional relations (ea6722c)defineEntityfailing on metadata validation (0412fd3)em.create(28261a0), closes #6894em.populate(384f432)toJSONnon-enumerable to prevent data leaks (013f57f)populateoption inCollection.matching()for M:N relations (#7091) (d9b996f)Hiddentype on scalar properties (#7097) (36372a2), closes #7062toPOJOregardless of partial loading hints (455be24)excludehint in implicit serialization viatoObject(#7259) (cd9e09f)excludeoption on eager properties (908e236)orphanRemovalon 1:1 relations when inverse side is a PK (#7081) (960425c)InferEntity(c5160ee)tableNamewhen computing join table names (fe5e10f)Refrelations inside array embeddables (27efe05)wrap(e).populate()hints on type level (a05e46c)mergeDatafor initialized entities (32a0baa), closes #7205repositoryoption type to fix issues withdefineEntityand cycles (7110dc3)hooksdefinition (d5e9f92)migration:down(95e0d88)migration:upto support read-only filesystems (c5ebd0a)TypedArraywhen cloning (#7258) (17ec4f5)WHEREconditions toORDER BYjoins in paginated queries (128e58b), closes #6160orm.schema.clear()in MySQL (c0d942d)cascadeoption (56be7f3), closes #6972pivotEntitythat usesmapToPk: true(cdd8f85), closes #7107dbNameon MySQL/MariaDB (#7251) (489d2b9)Features
loadStrategytobalanced(431f989)$sizecollection operator (#7090) (e12051e)collationsupport and MongoDB query options (#7189) (e350aa1)EntityNamesymbol for decorator-based Kysely type inference (#7199) (0b78e36)EntitySchema.newhelper to create entity instances (#7077) (64ad492)forceObjectoption todefineEntity(0a3df4d)populateHintsoption toFindOptionsfor per-relation populate overrides (#7198) (158e1cf)orderByoption (#7133) (4bfa0e4)onConflictWhereoption (#7117) (673c1bb)em.assigntyping stricter to catch typos (5c3aea1)em.createtyping stricter to catch typos (39e8c30)em.transactionalfork (0c90e67)targetKeyoption (#7099) (f98541b)@mikro-orm/decoratorspackage with legacy and ES decorator definitions (#7011) (81e5e97)manyToManyPropertyNametoNamingStrategy(#7130) (edf1c49)MikroKyselyPluginto support various ORM features with kysely (#6998) (d01d93b)update/deleteRuleand remove inference fromcascadeoption (#7115) (dd6a226)tinyglobbydependency, addseedersListoption (#7206) (7f923e5)$elemMatchoperator for JSON array properties (#7265) (e40a275)QueryBuildertype safety with context-aware types (#7138) (631e351)SelectQueryBuilder.execute()return type (#7200) (1e15042)QueryBuilderselect (#7190) (6d8da38)$or(#7214) (1e8a674)ATTACH DATABASEsupport for multiple database files (#7131) (27f9cac)node:sqlite(#7204) (7e8da43)Performance Improvements
defineEntitytype performance (#7202) (d7491a7)InferEntityperformance whenextendsis used (#7120) (f6640e8)Loadedtype performance by optimizing field selection (#7201) (a34269a)InferEntitytype (#7108) (9f8f393)AutoPathandLoadedtype instantiation costs (#7128) (6f7349d)em.assigntyping (#7129) (9e84be3)em.persistcalls (#6982) (e66f138)6.6.9 (2026-03-05)
Bug Fixes
toJSONnon-enumerable to prevent data leaks (c895808)migration:upto support read-only filesystems (c8584e8), closes #7232table.bigincrements()producingintinstead ofbigint(5660607), closes #72466.6.8 (2026-03-01)
Bug Fixes
toPOJOregardless of partial loading hints (c27dbae)mergeDatafor initialized entities (5529308), closes #7205migration:down(dfcc8c6), closes #72106.6.7 (2026-02-15)
Bug Fixes
Features
onConflictWhereoption (#7181) (9ed5ef5)6.6.6 (2026-01-30)
Bug Fixes
excludeoption on eager properties (cb26a7e)repositoryoption type to fix issues withdefineEntityand cycles (aeb1bb1)6.6.5 (2026-01-21)
Bug Fixes
populatehint won't includeundefinedfor optional relations (fede490)em.create(8caae8f), closes #6894populateoption inCollection.matching()for M:N relations (#7091) (886772a)pivotEntitythat usesmapToPk: true(0ab55fe), closes #7107Features
6.6.4 (2026-01-14)
Bug Fixes
em.refresh(143a4ed), closes #7073orphanRemovalon 1:1 relations when inverse side is a PK (#7081) (ce4bfee)wrap(e).populate()hints on type level (45224ee)6.6.3 (2026-01-04)
Bug Fixes
orm.close()(79cabd7), closes #7041assignon entity references (#7048) (ca5d9b8)em.refresh(#7061) (7dc5d7d)SchemaGeneratorrespectsskipTablesoption when diffing a schema (#7040) (40fa85a)6.6.2 (2025-12-07)
Bug Fixes
BigIntinDatehydration (#7003) (236b429), closes #7002Features
Performance Improvements
Setto deduplicate them by identity (#7010) (a41c498), closes #70096.6.1 (2025-11-25)
Bug Fixes
inferDefaultValuesoption (98eef5e)fieldNameon index creation (#6979) (44998c0), closes #6978LockMode.NONE(6c2a4b6), closes #6969Performance Improvements
v6.6.9Compare Source
Bug Fixes
toJSONnon-enumerable to prevent data leaks (c895808)migration:upto support read-only filesystems (c8584e8), closes #7232table.bigincrements()producingintinstead ofbigint(5660607), closes #7246v6.6.8Compare Source
Bug Fixes
Configuration
📅 Schedule: 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.
This PR was generated by Mend Renovate. View the repository job log.