chore(deps): update dependency typeorm to v0.3.30#29
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
fc62c4f to
318fd24
Compare
318fd24 to
0c251b9
Compare
0c251b9 to
d77b43a
Compare
d77b43a to
646244d
Compare
646244d to
48522e7
Compare
48522e7 to
1270e39
Compare
1270e39 to
ef87ab1
Compare
ef87ab1 to
33f9d9d
Compare
33f9d9d to
9c7a3e0
Compare
9c7a3e0 to
8be3eb5
Compare
8be3eb5 to
c461c49
Compare
c461c49 to
8c87248
Compare
8c87248 to
6ca74b2
Compare
6ca74b2 to
e640a8c
Compare
e640a8c to
ee240cb
Compare
ee240cb to
4620ee9
Compare
4620ee9 to
42efebc
Compare
42efebc to
c542b1a
Compare
c542b1a to
ce7c9c0
Compare
ce7c9c0 to
5653993
Compare
5653993 to
7779742
Compare
85cee13 to
13c464f
Compare
13c464f to
62df9ce
Compare
62df9ce to
9375f31
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:
0.3.12→0.3.30Release Notes
typeorm/typeorm (typeorm)
v0.3.30Compare Source
What's Changed
Full Changelog: typeorm/typeorm@0.3.29...0.3.30
v0.3.29Compare Source
What's Changed
QueryBuilderparameter of type JSDatenot escaped correctly by @alumni in #11867returningoption to update/upsert operations by @naorpeled in #11782New Contributors
Full Changelog: typeorm/typeorm@0.3.28...0.3.29
v0.3.28Compare Source
Bug Fixes
findBymethod to MongoEntityManager (#11814) (38715bb)Features
jsonpathcolumn type in PostgreSQL (#11684) (4f05718)v0.3.27Compare Source
Bug Fixes
Features
VirtualColumns to be initially non-selectable (#11586) (22b26d1)Performance Improvements
Reverts
v0.3.26Compare Source
Notes:
stringifyObjects: true, in order to avoid a potential security vulnerabilityin the mysql/mysql2 client libraries. You can revert to the old behavior by setting
connectionOptions.extra.stringifyObjects = false.@sap/hana-clientlibrary. The deprecatedhdb-poolis no longer necessary and can be removed. See https://typeorm.io/docs/drivers/sap/#data-source-options for the new pool options.
Bug Fixes
stringifyObjectsimplicitly (#11574) (d57fe3b)useIndexwhen cloning a QueryExpressionMap (or a QueryBuilder) (#10679) (66ee307), closes #10678 #10678Features
Performance Improvements
v0.3.25Compare Source
Bug Fixes
Features
v0.3.24Compare Source
Bug Fixes
Features
Performance Improvements
v0.3.23Compare Source
This release includes a technically breaking change (from this PR) in the behaviour of the
deleteandupdatemethods of the EntityManager and Repository APIs, when an empty object is supplied as the criteria:Empty criteria(s) are not allowed for the delete/update method.Why?
This behaviour was not documented and is considered dangerous as it can allow a badly-formed object (e.g. with an undefined id) to inadvertently delete or update the whole table.
When the intention actually was to delete or update all rows, such queries can be rewritten using the QueryBuilder API:
An alternative method for deleting all rows is to use:
Bug Fixes
aggregatemethod's generic type to its returned cursor (#10754) (56f1898)Features
Performance Improvements
v0.3.22Compare Source
Bug Fixes
Features
Reverts
v0.3.21Compare Source
Bug Fixes
reflect-metadatatopeerDependenciesand set version to"^0.1.14 || ^0.2.0"(#10779) (e7649d2)Performance Improvements
v0.3.20Compare Source
Bug Fixes
Features
Reverts
v0.3.19Compare Source
Bug Fixes
Cannot read properties of undefined (reading 'sync')caused after glob package upgradev0.3.18Compare Source
Bug Fixes
@VirtualColumn(#10432) (b53e410), closes #10431update: falsein persistence (#10250) (f8fa1fd), closes #10249date-fnsin favor ofDayJs(#10306) (cf7147f)Features
Configuration
📅 Schedule: (in timezone America/Manaus)
🚦 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.