-
Notifications
You must be signed in to change notification settings - Fork 0
fix(): pin typeorm ^0.3.27 #355
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
base: main
Are you sure you want to change the base?
Conversation
441ab0e to
b658905
Compare
b658905 to
0b3ba7a
Compare
0b3ba7a to
63aef18
Compare
63aef18 to
5de3a6b
Compare
5de3a6b to
6356d38
Compare
6356d38 to
cbe9c5f
Compare
cbe9c5f to
110f54f
Compare
110f54f to
7ec0708
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: yarn.lock |
7ec0708 to
281ea8c
Compare
281ea8c to
91b7d2b
Compare
91b7d2b to
dbab614
Compare
|
dbab614 to
9df945b
Compare
9df945b to
32af25f
Compare
32af25f to
0971b72
Compare
0971b72 to
0a7d4f3
Compare
0a7d4f3 to
c8326b1
Compare
| datasource | package | from | to | | ---------- | ------- | ----- | ------ | | npm | typeorm | 0.3.7 | 0.3.27 |
c8326b1 to
45f8922
Compare
This PR contains the following updates:
^0.3.7->^0.3.27Release Notes
typeorm/typeorm (typeorm)
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
Performance Improvements
BREAKING CHANGES
See: https://github.com/mongodb/node-mongodb-native/blob/HEAD/etc/notes/CHANGES_6.0.0.md
| null,if all columns in your embed entity are nullable. Since database queries now return embedded property as
nullif all its column values are null.v0.3.17Compare Source
Bug Fixes
v0.3.16Compare Source
Bug Fixes
trustServerCertificateoption toSqlServerConnectionOptions(#9985) (0305805), closes #8093Features
Reverts
v0.3.15Compare Source
Bug Fixes
Features
v0.3.14Compare Source
Bug Fixes
trustServerCertificateoption toSqlServerConnectionOptions(#9985) (0305805), closes #8093Configuration
📅 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.