chore(deps): update all non-major dependencies #349
Closed
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.0.0-rc.3
->6.0.4
6.0.0-rc.3
->6.0.4
6.0.0-rc.3
->6.0.4
6.0.0-rc.3
->6.0.4
6.0.0-rc.3
->6.0.4
6.0.0-rc.3
->6.0.4
10.2.1
->10.3.0
10.0.3
->10.1.0
20.10.0
->20.11.0
>=20.10.0
->>=20.11.0
21.5.0-slim
->21.6.0-slim
20.10.0
->20.11.0
7.2.3-alpine
->7.2.4-alpine
6.3.3
->6.3.4
4.20.0
->4.20.1
Release Notes
mikro-orm/mikro-orm (@mikro-orm/cli)
v6.0.4
Compare Source
Bug Fixes
Features
raw
fragment in multiple keys (fc967e2), closes #5129v6.0.3
Compare Source
Bug Fixes
orderBy
andpopulateOrderBy
(7bf986c), closes #5110Features
Loaded
when partially loaded (75d035d), closes #5123AutoPath
andUnboxArray
types (000c50c), closes #5124number
orstring
based on the runtime type (312f293), closes #5120forceEntityConstructor
(b293789), closes #5118v6.0.2
Compare Source
Bug Fixes
em.remove
with not managed entity (88e055e), closes #5103logging
options inem.count
(3b94bf9), closes #5085logging
options inem.count
(481d02e), closes #5085$some/$none/$every
on nested relations (2b3bd4d), closes #5099Opt
andHidden
types when used in intersection (2bd612e)Features
wrap(entity).isManaged()
(5931649), closes #5082v6.0.1
Compare Source
Note: Version bump only for package @mikro-orm/root
v6.0.0
Compare Source
Bug Fixes
EntitySchema
(d4d5b5e).env
files automatically (09e60f7)useDefineForClassFields
(#4730) (83f24aa), closes #4216ensureDatabase
oninit
(827b1f1)EntitySchema
typing forrepository
option (37ee42e), closes #5006em.create
strictly typed for relations too (#4752) (3535cc0), closes #4748Loaded
type more flexible (c95e3b6), closes #3277Reference.set()
as private (#5017) (5aebf0b), closes #5003Date
properties (#4391) (3a80369), closes #4362 #4360 #1476@Index
and@Unique
decorators on embeddables (#4736) (c3d7717)schema
option in first level cache (1833455)em.insert/Many
(7eae031), closes #4424em.refresh()
(0bf5363)em.refresh()
(55815f4)Collection
initialization to useem.populate()
(#4571) (7495142), closes #4464join on
conditions forpopulateWhere
(#4025) (a03e57c), closes #3871em.getKnex()
(46957ba)id
to_id
for embeddables and entities without serialized PK (0cee82d), closes #4960$and
with a single item (a737b20)Code Refactoring
JavaScriptMetadataProvider
(4e337cb)Reference.load(prop: keyof T)
signature (#5015) (32b48f7)Features
@EnsureRequestContext
decorator + rename@UseRequestContext
(5e088ae), closes #4009Collection.load()
method (8aa1ad1)EagerProps
symbol to respect eager props on type level (dfcf1f8)em.findAll()
with optionalwhere
option (#4946) (23b0551), closes #3982FindOptions.exclude
(#5024) (fe239cf)GeneratedCacheAdapter
for production usage (#4167) (bd478af), closes #4164Hidden
type as an alternative toHiddenProps
symbol (#5009) (c047bb1)HiddenProps
symbol as type-level companion forhidden: true
(7984769), closes #4093MikroORM.initSync()
helper (#4166) (8b1a1fa), closes #4164Opt
type as an alternative toOptionalProps
symbol (#4753) (8853904)orm.checkConnection()
helper (#4961) (b868f02), closes #4959ScalarRef
andEntityRef
types to allow explicit control (1ef7856), closes #4907sql.now()
,sql.lower()
andsql.upper()
functions (#5044) (016fe63)sql.ref()
helper (#4402) (b695811)em.findByCursor()
(#3975) (1e6825f)LoggerContext
with labeling support (#4233) (b985646), closes #4230onMetadata
andafterDiscovered
(#4799) (5f6c4f8)em.persist()
(1b09d26), closes #4905serialization.forceObject
option (731087d), closes #4881Type.compareValues
method to allow custom comparators (732307a), closes #4870CountOptions
inCollection.loadCount()
(25d1851)EntitySchema
(10cfd28)subscribers
array (7c8f776), closes #4231Reference.load()
andCollection.load()
(#5025) (06012f7), closes #4975serialization.forceObject: true
on type level (#5045) (88eb3e5)colors
ORM config option (1bcaf09), closes #5037EntityManager
(#5064) (6c363e7)populate: ['$infer']
(#4939) (080fdbb), closes #1309--config
(#3924) (2c929e0)PopulateHint
enum (populateWhere
) (2bd21eb)populate: ['*']
(#4927) (7780f34), closes #4920Ref
wrapper on scalar properties (#4358) (f9c30f1)loadStrategy
andflushMode
(f4e4e3b)em.insert/Many
strictly typed (require all properties) (01935e6)BigInt
support (#4719) (31a905c)mappedBy
option for 1:m properties (716aa76)raw()
helper (#4197) (9c1b205)ignoreFields
on type level inwrap().toObject()
(15de7a0), closes #4198schema
parameter inclientUrl
(#4998) (9176ee0), closes #4997Loaded
type fromRef.load()
(bc3ffa9), closes #3755em.populate()
when called on single entity (4c4ec23)raw()
helper (#4094) (1cd0d1e), closes #3657OptionalProps
and other symbols forEntitySchema
(00f0a34)order by nulls first/last
(#5021) (df75b24), closes #5004schema.ensureDatabase()
method to create/clear (6a12fe1)populateWhere: 'all'
(#4957) (e5dbc24)$some
,$none
and$every
subquery operators (#4917) (50d2265), closes #2916Performance Improvements
BREAKING CHANGES
Please see the upgrading guide.
nestjs/nest-cli (@nestjs/cli)
v10.3.0
Compare Source
4dd9447
)f8d5db0
)e43c8f6
)480fda3
)8f9fc32
)c3cfc0d
)31bfda2
)040ed67
)65bdb63
)7a79b82
)05a71e4
)6617460
)7d15b12
)e27381b
)9454d1d
)8fe8368
)a390cd6
)f7a40d0
)7c34e37
)a95b21e
)476f886
)66543f8
)bb36399
)80dc9f0
)a322174
)958ed28
)04662d0
)87a38c7
)77f807e
)0ab63a2
)c4a7425
)e635057
)0531ef1
)6592920
)1f075f1
)ab55b2d
)d29182f
)609bb5c
)a73fe57
)305c3dd
)32b9380
)2998fbc
)ac5df03
)4dc64e8
)deab264
)db2f726
)7fea472
)11a7461
)7ac639b
)7af3ce3
)6a29660
)5af7263
)7ec7576
)6094178
)7439da6
)4936cb6
)566e0d5
)e30b642
)6965a80
)256e637
)69434e3
)c20d88a
)3b0fa60
)7a204bb
)2f32f19
)e93af4c
)4f93e71
)56a4d52
)3e0accd
)262f0aa
)cd1699e
)nestjs/schematics (@nestjs/schematics)
v10.1.0
Compare Source
4e3a240
)c3bba22
)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.