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:
^5.9.8
->^6.4.5
^5.9.8
->^6.4.5
^5.9.8
->^6.4.5
^5.2.3
->^6.1.0
^5.9.8
->^6.4.5
Release Notes
mikro-orm/mikro-orm (@mikro-orm/cli)
v6.4.5
Compare Source
Bug Fixes
em.findAndCount
(#6370) (9e60817), closes #6353Ref
properties do not result inTypeError
(7d34645)Features
generateMigrationFile
(af75d06), closes #6364v6.4.4
Compare Source
Bug Fixes
em.create()
(c6ed010)Features
ignoreUndefined
flag toassign
helper (#6339) (bdcce17), closes #6338assign()
helper data (c47ac64), closes #6346disableIdentityMap
inem.upsert/Many()
(e8e9d4c), closes #6345Factory.em
protected (#6340) (e66d843)v6.4.3
Compare Source
Bug Fixes
referencedColumnNames
when sharing a column in a composite foreign key (85db3c1), closes #6323columnTypes
when sharing a column in a composite foreign key (6781194), closes #6323create table
statement (6bbec01)unsigned
fordecimal
anddouble
types (d3ce313), closes #6318Features
v6.4.2
Compare Source
Bug Fixes
mapToPk
relations (#6309) (61fb8f5), closes #6265qb.getCount()
(4e5b18b), closes #6291Features
v6.4.1
Compare Source
Bug Fixes
v6.4.0
Compare Source
Bug Fixes
getterName
option (aa18e57), closes #6127em.nativeUpdate
(1b39846), closes #6206wrap().serialize
andBaseEntity.serialize
(d93b325)tsNode
option topreferTs
(#6214) (194f511)Date
properties inclone()
helper (c1af3db), closes #6118raw
fragments inqb.distinctOn()
(f8580c8)Features
@Transactional()
decorator (#6143) (babe4da)onQuery
hook (#6200) (6f98b3c)prefixMode
option to embeddables (#6113) (5df26e1), closes #6112migrationsList
(#6102) (35d84ac), closes #6099qb.andHaving()
andqb.orHaving()
methods (c36d4c8), closes #5796Performance Improvements
6.3.13 (2024-10-06)
Bug Fixes
SerializeOptions
to customserializer
parameters (dbfddce), closes #5968Collection
access (4834920)em.count()
(#6115) (4f0bde5)$and/$or
arraysreadonly
(0e0667c), closes #6085Features
Performance Improvements
6.3.12 (2024-10-01)
Bug Fixes
readonly
arrays in operator where conditions (#6085) (1ab24fe)Date
properties are correctly cloned and persisted (8d81985), closes #6078ObjectID
in JSON properties (#6091) (c28f06f)execute('get')
returns a single result instead of an array (#6084) (d2da8d0), closes #6083qb.execute()
(f48e544), closes #6089Features
many
entities inoneToMany
fromextractConstructorParams
(#6093) (8ba8d7a), closes #60926.3.11 (2024-09-26)
Bug Fixes
*
on joined strategy (1f0dbd4), closes #6045loggerFactory
(e845c26), closes #6039CREATE TABLE
DDL fortinyint/smallint/mediumint
primary keys (#6065) (e2738cc)unsigned: false
works for primary keys (#6063) (f14a6b4), closes #6057MySQL/MariaDB
update DDL (#6073) (984758f), closes #6072Features
em.populate()
(b7c3f69), closes #6032ensureIndexes
(faa2a00), closes #4486Performance Improvements
toPOJO()
serializer (4b263f3)6.3.10 (2024-09-15)
Bug Fixes
Ref
properties with partial loading (32d588d)@EnsureRequestContext()
(4574831)EntitySchema
(3fde7d4), closes #6026addSql()
(#6017) (bc14925), closes #60156.3.9 (2024-09-09)
Bug Fixes
$in
operator for raw values (59c627e)em.create()
(2992046)populateFilter
option, separately frompopulateWhere
(#6003) (9d0a022), closes #5893$in
operator (840d3cd), closes #60006.3.8 (2024-09-04)
Bug Fixes
em.upsert()
(78dbeed), closes #5969new Date()
property initializer (ed0560b)timestamptz
values with negative timezone (8ccc925)disableForeignKeys
to false (#5993) (8a8aa2d)6.3.7 (2024-08-28)
Bug Fixes
forceEntityConstructor
enabled (d4d8506), closes #5972forceConstructor
option (c642a49)6.3.6 (2024-08-14)
Bug Fixes
json
columns totext
(574390b), closes #59366.3.5 (2024-08-11)
Bug Fixes
columnType
is emitted correctly and when necessary (#5930) (72333ad), closes #5928$overlap/$contains/$contained
operators (6c1b12a)timezone
option and interprettimestamp
columns in UTC by default (#5916) (1da0722), closes #5591Features
bun
when checking for TS support (e87ebc9)RequestContext.enter()
which usesALS.enterWith()
(dc06f60)6.3.4 (2024-08-06)
Bug Fixes
number
tostring
on serialization (ee24f1f), closes #5839override
keyword in TS migration files (d2f7b83), closes #5634and/or
conditions (#5906) (c3c3519)qb.applyFilters()
(6be2603)6.3.3 (2024-08-03)
Bug Fixes
@CreateRequestContext()
works when invoked from explicit transaction (de0b515)PoolConfig
interface to match what knex supports (#5892) (eb5d4a1)populateWhere
condition (#5893) (24e82c7), closes #5872outDir
when finding the source file in production build (fe54d45), closes #5536Features
qb.applyFilters()
method (0aaaa4f), closes #48766.3.2 (2024-08-01)
Bug Fixes
Opt
orHidden
(951c805), closes #58816.3.1 (2024-07-25)
Bug Fixes
Features
Date
type on primary keys (#5855) (f91d57c), closes #5842v6.3.13
Compare Source
Bug Fixes
SerializeOptions
to customserializer
parameters (dbfddce), closes #5968Collection
access (4834920)em.count()
(#6115) (4f0bde5)$and/$or
arraysreadonly
(0e0667c), closes #6085Features
Performance Improvements
v6.3.12
Compare Source
Bug Fixes
readonly
arrays in operator where conditions (#6085) (1ab24fe)Date
properties are correctly cloned and persisted (8d81985), closes #6078ObjectID
in JSON properties (#6091) (c28f06f), closes /github.com/mikro-orm/mikro-orm/blob/f48e5443f3fe3539d24a53dcb6a82f280e3999ee/tests/Utils.test.ts#L159 /github.com/mikro-orm/mikro-orm/blob/f48e5443f3fe3539d24a53dcb6a82f280e3999ee/tests/features/custom-types/GH6050.test.ts#L56execute('get')
returns a single result instead of an array (#6084) (d2da8d0), closes #6083Configuration
📅 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.