chore(deps): update all non-major dependencies #535
Merged
+1,375
−1,362
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:
^3.8.0
->^3.9.1
^3.688.0
->^3.693.0
^3.687.0
->^3.693.0
^0.2.45
->^0.2.46
^0.9.2
->^0.9.3
^5.6.0
->^5.6.1
^0.6.0
->^0.6.1
6.3.13
->6.4.0
6.3.13
->6.4.0
6.3.13
->6.4.0
6.3.13
->6.4.0
6.3.13
->6.4.0
6.3.13
->6.4.0
10.4.7
->10.4.8
10.4.7
->10.4.8
^10.4.7
->^10.4.8
^10.4.7
->^10.4.8
^8.0.5
->^8.0.7
10.4.7
->10.4.8
^10.4.7
->^10.4.8
^8.37.1
->^8.38.0
^8.37.1
->^8.38.0
^1.9.1
->^1.9.2
^9.14.0
->^9.15.0
^10.4.9
->^10.5.0
9.12.3
->9.13.2
^4.4.4
->^4.4.5
5.3.5
->5.3.6
Release Notes
antfu/eslint-config (@antfu/eslint-config)
v3.9.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.693.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.692.0
Compare Source
Features
v3.691.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.689.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
aws/aws-sdk-js-v3 (@aws-sdk/client-ses)
v3.693.0
Compare Source
Note: Version bump only for package @aws-sdk/client-ses
v3.692.0
Compare Source
Note: Version bump only for package @aws-sdk/client-ses
v3.691.0
Compare Source
Note: Version bump only for package @aws-sdk/client-ses
firebase/firebase-js-sdk (@firebase/app-compat)
v0.2.46
Compare Source
firebase/firebase-js-sdk (@firebase/app-types)
v0.9.3
Compare Source
golevelup/nestjs (@golevelup/nestjs-rabbitmq)
v5.6.1
Compare Source
mikro-orm/mikro-orm (@mikro-orm/cli)
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)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 was generated by Mend Renovate. View the repository job log.