-
-
Notifications
You must be signed in to change notification settings - Fork 107
chore(deps): update mikro-orm monorepo to v6.5.9 #2621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/mikro-orm-monorepo
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+145
−69
Conversation
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
006913f
to
973caea
Compare
c89b859
to
4c0d534
Compare
4c0d534
to
2a90fe8
Compare
2a90fe8
to
3b78728
Compare
3b78728
to
6200cfc
Compare
1b060ab
to
115e7c4
Compare
115e7c4
to
b960efa
Compare
b960efa
to
491af0d
Compare
491af0d
to
faf0edc
Compare
faf0edc
to
bedbc65
Compare
bedbc65
to
40d6f59
Compare
40d6f59
to
3a72f0f
Compare
3a72f0f
to
267fdd0
Compare
267fdd0
to
dd2d607
Compare
dd2d607
to
144cf04
Compare
144cf04
to
fdd8ba9
Compare
fdd8ba9
to
cf9f89c
Compare
cf9f89c
to
eb43a82
Compare
eb43a82
to
378f84f
Compare
378f84f
to
b483cb4
Compare
b483cb4
to
4c8b6a9
Compare
4c8b6a9
to
dbc1d1e
Compare
dbc1d1e
to
30eac95
Compare
30eac95
to
4a6d7dc
Compare
4a6d7dc
to
d41bffd
Compare
d41bffd
to
dae70dc
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.4.5
->6.5.9
6.4.5
->6.5.9
6.4.5
->6.5.9
Release Notes
mikro-orm/mikro-orm (@mikro-orm/core)
v6.5.9
Compare Source
Bug Fixes
defineEntity
relation builders (#6922) (3bedcca)em.refresh
(3d12a8b), closes #6940defineEntity
(a93f2e0)defineEntity
relation property builders (8a03eca)extends
type indefineEntity
andEntitySchema
(#6936) (589d0f3)v6.5.8
Compare Source
Bug Fixes
mapToPk()
and remove defaultref: true
indefineEntity
helper (#6919) (f0d4e8e)defineEntity
(#6920) (aa7295e), closes /github.com/mikro-orm/mikro-orm/discussions/6865#discussioncomment-14465227onConflictFields
on JSON properties (4eab82e), closes #6900createForeignKeyConstraint
property option (23e898b), closes #6903Features
defineEntity
helper (#6912) (2d39dd0)v6.5.7
Compare Source
Bug Fixes
Opt
,Hidden
,Config
andRequiredNullable
(#6884) (6ce418d)autoincrement
properties withOpt
type indefineEntity
helper (#6910) (e2a8ed4)id
property overuuid
property for default PK inference (7a9c834), closes #6865em.transactional
(a3941a1), closes #6895Features
Performance Improvements
em.transactional
(36bdc43), closes #6905em.transactional
(b29e88c), closes #6890em.transactional
when it's empty (b7751d5), closes #6890v6.5.6
Compare Source
Bug Fixes
defineEntity
helper (#6873) (42e7df1), closes /github.com/mikro-orm/mikro-orm/discussions/6865#discussioncomment-14483413em.refresh
will refresh detached entities too (c156e30), closes #6867Features
FileCacheAdapter
(#6866) (21d364d)skipTables
andskipColumns
options to schema generator (#6870) (5937ab6), closes #5346v6.5.5
Compare Source
Bug Fixes
IncludeCount
type argument torepo.findByCursor()
(34c9630)v6.5.4
Compare Source
Bug Fixes
ref()
(56e441d), closes #6853v6.5.3
Compare Source
Bug Fixes
em.find
andem.count
(ead5074), closes #6823RequiredNullable
from@mikro-orm/core
(#6836) (961ee74)em.transactional
with composite custom type PK (0b82f43), closes #6825em.refresh()
(9a7bbc3), closes #6828v6.5.2
Compare Source
Bug Fixes
em.assign
withonlyOwnProperties
(#6822) (099869f), closes #6813v6.5.1
Compare Source
indexName
argument to index expression callback (b77c90f)v6.5.0
Compare Source
Bug Fixes
null
values via collection operators (d7b25a7), closes #6736em.transactional
context propagation won't result in breaking identity map (2b608fc), closes #6764decimal
andfloat
properties (#6807) (7cd8b1c), closes #6806 #6806em.refresh
on nested entities with embeddables (640985c), closes #6705hydrate: false
from change tracking (4a6fb9b), closes #6723em.count
(323ffef), closes #6666flush
and others (#6777) (083a1ee), closes #6776ScalarReference
properties (84d20b1), closes #6793default
for missing values in multi insert for custom types (eae635f), closes #6727''
instead of\'
(4bc1c9e)primary key
with generated identity columns (382d5b3), closes #6693qb.leftJoinAndSelect
with a subquery on M:N relations (aa52abb)runtimeType
to support correct hydration of scalar references (ff6a7ae), closes #5557ScalarRef<T>
andEntityRef<T>
type (6b1a349), closes #5557order by
clause when ordering by a not populated relation (b8a7984), closes #6757Features
balanced
loading strategy (#6787) (a7bff86), closes #6129loadOrFail
toScalarReference
wrapper (#6716) (dcff19f)RequiredNullable
helper type (#6756) (71f5153), closes 6744onCreate
hooks duringem.create
(#6263) (1a2cc2e)contextName
in@Transactional
decorator (#6719) (9ce9499)Performance Improvements
em.refresh
faster for reloading large entity graphs (a44f671)6.4.16 (2025-05-30)
Bug Fixes
em.refresh
is called on properties with custom types (6a6167e), closes #6674type
option of version properties (bd31fb6)Features
6.4.15 (2025-05-09)
Bug Fixes
debug
command (2a8bcce)populateWhere
(6dd3ec7), closes #6635Features
6.4.14 (2025-05-05)
Bug Fixes
EntitySchema
before processing the metadata (cbf4a7f), closes #6540em.create
andem.assign
(1455027), closes #6609object
gets inferred (6e46afa), closes #6633orderBy
value type (06f1a72)null
as a valid cache result (#6585) (e3bb8e4), closes #6584Features
6.4.13 (2025-04-12)
Bug Fixes
null
andundefined
toref()
and respect it in return type (2708c7a)Record
properties when mapping toEntityDTO
(e4ef475)populate
parameter ofem.populate()
readonly (#6580) (87d8c95), closes #6579default
andnullable
of check constraint enums (#6572) (db9b0bf), closes #65716.4.12 (2025-04-06)
Bug Fixes
date
type is mapped to string instead ofDate
object (098d71b), closes #6553Features
includeCount
option toem.findByCursor
(#6536) (eeae0d4), closes #46266.4.11 (2025-03-21)
Bug Fixes
unmarshallArray
(#6501) (0661942)dbName
is:memory:
or URL (b0f97ed), closes #65336.4.10 (2025-03-16)
Bug Fixes
Performance Improvements
6.4.9 (2025-03-07)
Bug Fixes
expression
callback (a13a8a0), closes #6481convertToDatabaseValueSQL
for missing values (63b028b), closes #6470require.extensions
(#6488) (3efdcd0), closes /github.com/nodejs/node/pull/57298#issuecomment-27034307926.4.8 (2025-03-06)
Bug Fixes
Collection
reference toEntityManager
(1c07cab), closes #6453getIdentifiers
(4effa18), closes #6479orderBy
when dataloader is enabled (#6467) (6322ce8)$not
query (5931d28), closes #6452Features
orderBy
option to the output (#6466) (1142f40)6.4.7 (2025-02-22)
Bug Fixes
@Check
expression callback works without explicit type (5aa77db), closes #6429em.upsert
(57a4549), closes #6434em.assign
with nullable properties (4f13552), closes #6426clearDatabase()
(0ab99a1), closes #6405raw().as()
field aliases (d9716d7)Features
entityName
as argument for filtercond
callback (#6424) (f358dbf)@Entity
,@Index
and@Unique
decorators (#6416) (833a640), closes /github.com/mikro-orm/mikro-orm/blob/a6c48fd1b436edcd2bcead74ebfec42bb65da043/packages/core/src/errors.ts#L214Performance Improvements
6.4.6 (2025-02-12)
Bug Fixes
Features
.each()
function receiveindex: number
argument (#6393) (8613388).definition()
function as argument (#6396) (b45db20).definition()
function as argument (#6396) (77468ee)6.4.5 (2025-01-30)
Bug Fixes
em.findAndCount
(#6370) (9e60817), closes #6353Ref
properties do not result inTypeError
(7d34645)Features
generateMigrationFile
(af75d06), closes #63646.4.4 (2025-01-23)
Bug Fixes
em.create()
([c6ed010](https://redirect.github.com/mikro-orm/mikro-orm/commit/cConfiguration
📅 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.