RuiSiang / monero-merchant

Monero Merchant is a RESTful API wrapper for the official Monero wallet RPC. This project is mainly for merchants who hope to accept Monero as payment, which is currently the most robust and privacy-oriented cryptocurrency with extremely low transaction fees.
Apache License 2.0
57 stars 17 forks source link

Update dependency typeorm to v0.3.12 #134

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typeorm (source) 0.3.6 -> 0.3.12 age adoption passing confidence

Release Notes

typeorm/typeorm ### [`v0.3.12`](https://togithub.com/typeorm/typeorm/blob/HEAD/CHANGELOG.md#​0312-httpsgithubcomtypeormtypeormcompare03110312-2023-02-07) [Compare Source](https://togithub.com/typeorm/typeorm/compare/0.3.11...0.3.12) ##### Bug Fixes - allow to pass ObjectLiteral in mongo find where condition ([#​9632](https://togithub.com/typeorm/typeorm/issues/9632)) ([4eda5df](https://togithub.com/typeorm/typeorm/commit/4eda5df8693d1a659ff5c3461124cf05619fdd72)), closes [#​9518](https://togithub.com/typeorm/typeorm/issues/9518) - DataSource.setOptions doesn't properly update the database in the drivers ([#​9635](https://togithub.com/typeorm/typeorm/issues/9635)) ([a95bed7](https://togithub.com/typeorm/typeorm/commit/a95bed7c05d10eb4b508e225faa4cb3c7ea7944f)) - Fix grammar error in no migrations found log ([#​9754](https://togithub.com/typeorm/typeorm/issues/9754)) ([6fb2121](https://togithub.com/typeorm/typeorm/commit/6fb212187fdf97c07c41aad20d4f5503dfd44215)) - improved `FindOptionsWhere` behavior with union types ([#​9607](https://togithub.com/typeorm/typeorm/issues/9607)) ([7726f5a](https://togithub.com/typeorm/typeorm/commit/7726f5ad1ec0c826510202a0f2cbeea705547eee)) - Incorrect enum default value when table name contains dash character ([#​9685](https://togithub.com/typeorm/typeorm/issues/9685)) ([b3b0c11](https://togithub.com/typeorm/typeorm/commit/b3b0c118a40441b31ac18ee7ce0cea0696b701ab)) - incorrect sorting of entities with multi-inheritances ([#​9406](https://togithub.com/typeorm/typeorm/issues/9406)) ([54ca9dd](https://togithub.com/typeorm/typeorm/commit/54ca9dd801a77e011c2faf056b9e12845ccde82b)) - make sure "require" is defined in the environment ([1a9b9fb](https://togithub.com/typeorm/typeorm/commit/1a9b9fbcd683b2a28acbd26e39ac98dc6b60f001)) - materialized hints support for cte ([#​9605](https://togithub.com/typeorm/typeorm/issues/9605)) ([67973b4](https://togithub.com/typeorm/typeorm/commit/67973b4726500fc835639ffc302e0b6b20093df4)) - multiple select queries during db sync in sqlite ([#​9639](https://togithub.com/typeorm/typeorm/issues/9639)) ([6c928a4](https://togithub.com/typeorm/typeorm/commit/6c928a4aa002cf5db0733055c0a754e97e4b43b3)) - overriding caching settings when alwaysEnabled is true ([#​9731](https://togithub.com/typeorm/typeorm/issues/9731)) ([4df969e](https://togithub.com/typeorm/typeorm/commit/4df969ea6254f9f69c371a72d80e857ab7c1f62d)) - redundant Unique constraint on primary join column in Postgres ([#​9677](https://togithub.com/typeorm/typeorm/issues/9677)) ([b8704f8](https://togithub.com/typeorm/typeorm/commit/b8704f87d2e06c048dea3f0b408ab18738acf7d7)) - remove unnecessary .js extension in imports ([#​9713](https://togithub.com/typeorm/typeorm/issues/9713)) ([6b37e38](https://togithub.com/typeorm/typeorm/commit/6b37e3818bd74541cadbd44e55c84df510e41e3a)) - resolve issue with "simple-enum" synchronization in SQLite ([#​9716](https://togithub.com/typeorm/typeorm/issues/9716)) ([c77c43e](https://togithub.com/typeorm/typeorm/commit/c77c43e2423201bdc2ede85ae921447570685585)), closes [#​9715](https://togithub.com/typeorm/typeorm/issues/9715) - sql expression when `where` parameter is empty array ([#​9691](https://togithub.com/typeorm/typeorm/issues/9691)) ([7df2ccf](https://togithub.com/typeorm/typeorm/commit/7df2ccf69d13f8f0769e614638d8badd89c181b0)), closes [#​9690](https://togithub.com/typeorm/typeorm/issues/9690) - synchronizing View with schema broken for oracle ([#​9602](https://togithub.com/typeorm/typeorm/issues/9602)) ([18b659d](https://togithub.com/typeorm/typeorm/commit/18b659d1298a4606da0ea54ebd852f1c726ed4f2)) ##### Features - add find operator json contains ([#​9665](https://togithub.com/typeorm/typeorm/issues/9665)) ([d2f37f6](https://togithub.com/typeorm/typeorm/commit/d2f37f6e72f3f7566bcd312a256c652ea5dc5508)) - allow mysql2 v3 as peerDependency ([#​9747](https://togithub.com/typeorm/typeorm/issues/9747)) ([6c9010e](https://togithub.com/typeorm/typeorm/commit/6c9010e466ef103685ad842b5bcfef8ad8ace0c2)), closes [#​9714](https://togithub.com/typeorm/typeorm/issues/9714) - naming strategy for legacy Oracle ([#​9703](https://togithub.com/typeorm/typeorm/issues/9703)) ([0eb7441](https://togithub.com/typeorm/typeorm/commit/0eb74411d62f9132ba45154040b204f31a98c779)) - support busy_timeout param parameter for sqlite ([#​9623](https://togithub.com/typeorm/typeorm/issues/9623)) ([8668c29](https://togithub.com/typeorm/typeorm/commit/8668c29d83765001d68918f0fbe663061eee9373)) - support enableWal for the better-sqlite3 driver ([#​9619](https://togithub.com/typeorm/typeorm/issues/9619)) ([8731858](https://togithub.com/typeorm/typeorm/commit/8731858fbc88150f935b9a853f533d5c217d9d0e)) - support for SQL aggregate functions SUM, AVG, MIN, and MAX to the Repository API ([#​9737](https://togithub.com/typeorm/typeorm/issues/9737)) ([7d1f1d6](https://togithub.com/typeorm/typeorm/commit/7d1f1d69588b771c5ec393c86976008a352ddcc0)) - support time travel queries, upsert, enums, spatial types in cockroachdb ([#​9128](https://togithub.com/typeorm/typeorm/issues/9128)) ([defb409](https://togithub.com/typeorm/typeorm/commit/defb409f5650fed0b7a4ff2933208282a45572fb)), closes [#​9068](https://togithub.com/typeorm/typeorm/issues/9068) [#​8532](https://togithub.com/typeorm/typeorm/issues/8532) [#​8532](https://togithub.com/typeorm/typeorm/issues/8532) [#​9199](https://togithub.com/typeorm/typeorm/issues/9199) - update mssql dependency and other dependencies as well ([#​9763](https://togithub.com/typeorm/typeorm/issues/9763)) ([4555211](https://togithub.com/typeorm/typeorm/commit/4555211bcb71dce59b418a185141cc413a910352)) ### [`v0.3.11`](https://togithub.com/typeorm/typeorm/blob/HEAD/CHANGELOG.md#​0311-httpsgithubcomtypeormtypeormcompare03100311-2022-12-03) [Compare Source](https://togithub.com/typeorm/typeorm/compare/0.3.10...0.3.11) ##### Fixes - boolean parameter escape in SQLiteDriver ([#​9400](https://togithub.com/typeorm/typeorm/issues/9400)) ([4a36d0e](https://togithub.com/typeorm/typeorm/commit/4a36d0e8c1c50260b3a15c693802856341adfee6)), closes [#​1981](https://togithub.com/typeorm/typeorm/issues/1981) - cacheId not used when loading relations with take ([#​9469](https://togithub.com/typeorm/typeorm/issues/9469)) ([93e6b3d](https://togithub.com/typeorm/typeorm/commit/93e6b3dd8e6c26c64a30350a6dcd486c47d7e516)) - correctly return insertId for react-native ([#​9554](https://togithub.com/typeorm/typeorm/issues/9554)) ([97fae63](https://togithub.com/typeorm/typeorm/commit/97fae631b33e5bea957f96b242df30737e2c3792)) - disable transactionSupport option for CordovaDriver ([#​9391](https://togithub.com/typeorm/typeorm/issues/9391)) ([53fad8f](https://togithub.com/typeorm/typeorm/commit/53fad8f235140b5625d0f2fb738c74d33fa31ea2)) - explicitly define property for entity relation as enumerable ([#​9437](https://togithub.com/typeorm/typeorm/issues/9437)) ([85fa9c6](https://togithub.com/typeorm/typeorm/commit/85fa9c6e7df1a0e3ba8c95d64d9b2a6ab464e0e0)), closes [#​6631](https://togithub.com/typeorm/typeorm/issues/6631) - fix ormUtils prototype check crashing on null prototype ([#​9517](https://togithub.com/typeorm/typeorm/issues/9517)) ([19536ed](https://togithub.com/typeorm/typeorm/commit/19536edc3997d4ce83da28cc63b3962491c093d9)) - fixed outdated `init` command ([#​9422](https://togithub.com/typeorm/typeorm/issues/9422)) ([0984307](https://togithub.com/typeorm/typeorm/commit/09843078bec2e8bccece0807847ba0bc100aef5f)) - left instead of inner join for where or + optional relations ([#​9516](https://togithub.com/typeorm/typeorm/issues/9516)) ([d490793](https://togithub.com/typeorm/typeorm/commit/d490793c7ced454bcc4d770638701a54032595cc)) - Mark array arguments to find operators as read-only ([#​9474](https://togithub.com/typeorm/typeorm/issues/9474)) ([6eb674b](https://togithub.com/typeorm/typeorm/commit/6eb674bb9d5272b41b3312211e3a55390e2fe2ff)) - pass fake flag to undoLastMigration ([#​9562](https://togithub.com/typeorm/typeorm/issues/9562)) ([2458ac7](https://togithub.com/typeorm/typeorm/commit/2458ac70444ec79f800a9f5d7b8c42aeacaf4571)), closes [#​9561](https://togithub.com/typeorm/typeorm/issues/9561) - resolve issue with migrations and unsigned int columns in aurora-data-api ([#​9478](https://togithub.com/typeorm/typeorm/issues/9478)) ([38e0eff](https://togithub.com/typeorm/typeorm/commit/38e0eff18ae23133dd0f8a392a1943a7572e68f7)), closes [#​9477](https://togithub.com/typeorm/typeorm/issues/9477) - resolve nameless TableForeign on drop foreign key ([#​9460](https://togithub.com/typeorm/typeorm/issues/9460)) ([efb4168](https://togithub.com/typeorm/typeorm/commit/efb41688403b4daf59a129d0fd24aa4dadb626a6)), closes [#​9432](https://togithub.com/typeorm/typeorm/issues/9432) - synchronize with typeorm_metadata table only if needed ([#​9175](https://togithub.com/typeorm/typeorm/issues/9175)) ([cdabaa3](https://togithub.com/typeorm/typeorm/commit/cdabaa30287d357c0ae994209e573f97f92dad22)), closes [#​9173](https://togithub.com/typeorm/typeorm/issues/9173) [#​9173](https://togithub.com/typeorm/typeorm/issues/9173) [#​9173](https://togithub.com/typeorm/typeorm/issues/9173) - the mpath is incorrect when the parent of the tree entity is null ([#​9535](https://togithub.com/typeorm/typeorm/issues/9535)) ([658604d](https://togithub.com/typeorm/typeorm/commit/658604d0aeb65304053378ce0405f41217da45f1)) - typings for Repository.extend function ([#​9396](https://togithub.com/typeorm/typeorm/issues/9396)) ([f07fb2c](https://togithub.com/typeorm/typeorm/commit/f07fb2c3f2a4e970aef247cfd25b4a501933e6cc)) ##### Features - "And" operator in FindOptions ([#​9489](https://togithub.com/typeorm/typeorm/issues/9489)) ([fc3b4f8](https://togithub.com/typeorm/typeorm/commit/fc3b4f8021271601d5b896b6b30b3820303ca6fe)), closes [#​3113](https://togithub.com/typeorm/typeorm/issues/3113) - add id in migrate:show command logging ([#​9475](https://togithub.com/typeorm/typeorm/issues/9475)) ([71efa8e](https://togithub.com/typeorm/typeorm/commit/71efa8e8590b6c2ff58e46cdaed0ef2c146e3eb0)) - add Open DB Flags and URI DB Name in SQLite ([#​9468](https://togithub.com/typeorm/typeorm/issues/9468)) ([73148c9](https://togithub.com/typeorm/typeorm/commit/73148c9ad484983123090f2ebedd3f48f83808ce)) - add parseInt8 option to postgres driver. Closes [#​9341](https://togithub.com/typeorm/typeorm/issues/9341) ([#​9435](https://togithub.com/typeorm/typeorm/issues/9435)) ([2473ff0](https://togithub.com/typeorm/typeorm/commit/2473ff0a8eca2fafffdabd6fa4cc46b76347f0c2)) - Add synchronize to [@​JoinTable](https://togithub.com/JoinTable) ([#​9442](https://togithub.com/typeorm/typeorm/issues/9442)) ([93e14a9](https://togithub.com/typeorm/typeorm/commit/93e14a928bc8755742ddbe81dffd44eac21c05e4)), closes [#​3443](https://togithub.com/typeorm/typeorm/issues/3443) - added opaque types support over primitives in find-options ([#​9560](https://togithub.com/typeorm/typeorm/issues/9560)) ([4ec04fa](https://togithub.com/typeorm/typeorm/commit/4ec04fa1205ec9587946869c56077dae5454a063)) - allow for partial index conditions for on conflict statments in postgres ([#​8971](https://togithub.com/typeorm/typeorm/issues/8971)) ([2c54381](https://togithub.com/typeorm/typeorm/commit/2c543818158ecf0a3425b2bc7c5b26f6aff95b03)) - allow peerDependency of better-sqlite3 version 8.x.x ([#​9564](https://togithub.com/typeorm/typeorm/issues/9564)) ([26107e6](https://togithub.com/typeorm/typeorm/commit/26107e6b313fcc1a4c68998caa480a416a3af3e1)), closes [#​9563](https://togithub.com/typeorm/typeorm/issues/9563) - allow per-migration control over transaction behavior ([#​9459](https://togithub.com/typeorm/typeorm/issues/9459)) ([6ba48bd](https://togithub.com/typeorm/typeorm/commit/6ba48bdc1bf032540256f6435327e70204bdfd6e)), closes [#​7087](https://togithub.com/typeorm/typeorm/issues/7087) - implement exists query method ([#​9303](https://togithub.com/typeorm/typeorm/issues/9303)) ([598e269](https://togithub.com/typeorm/typeorm/commit/598e26980d0ae8431f53c14afe8f1f3ba93e43c1)), closes [#​2815](https://togithub.com/typeorm/typeorm/issues/2815) - index support for materialized views of PostgreSQL ([#​9414](https://togithub.com/typeorm/typeorm/issues/9414)) ([1cb738a](https://togithub.com/typeorm/typeorm/commit/1cb738a701fde93814f9aaeee1b99ece938c0744)) - migration:generate successful exit the process with zero code ([#​9288](https://togithub.com/typeorm/typeorm/issues/9288)) ([f215e2d](https://togithub.com/typeorm/typeorm/commit/f215e2d16f75c730d0f2bdbd9abdbccd3b69865e)) - new virtual column decorator ([#​9339](https://togithub.com/typeorm/typeorm/issues/9339)) ([d305e5f](https://togithub.com/typeorm/typeorm/commit/d305e5f9ac431f9b38a21e493886bf4836daa488)), closes [#​9323](https://togithub.com/typeorm/typeorm/issues/9323) [typeorm#​9323](https://togithub.com/typeorm/issues/9323) [typeorm#​9323](https://togithub.com/typeorm/issues/9323) [typeorm#​9323](https://togithub.com/typeorm/issues/9323) [typeorm#​9323](https://togithub.com/typeorm/issues/9323) - upsert options conflictPaths as Entity keys ([#​9365](https://togithub.com/typeorm/typeorm/issues/9365)) ([b282428](https://togithub.com/typeorm/typeorm/commit/b2824288f83b76b1bb8af83f51e814cc8311e4e5)) ### [`v0.3.10`](https://togithub.com/typeorm/typeorm/blob/HEAD/CHANGELOG.md#​0310-httpsgithubcomtypeormtypeormcompare0390310-2022-09-19) [Compare Source](https://togithub.com/typeorm/typeorm/compare/0.3.9...0.3.10) ##### Bug Fixes - "Cannot commit, no transaction is active" error in sql.js ([#​9234](https://togithub.com/typeorm/typeorm/issues/9234)) ([749809a](https://togithub.com/typeorm/typeorm/commit/749809a42ada15674c995753f683287efe6b3722)), closes [#​9100](https://togithub.com/typeorm/typeorm/issues/9100) - add missing support for primaryKeyConstraintName property in EntitySchema ([cc63961](https://togithub.com/typeorm/typeorm/commit/cc639610dc3fb3fabb982bb25cd7f7cf9dd4e68a)) - malformed query when selecting deeply nested embedded entities ([#​9273](https://togithub.com/typeorm/typeorm/issues/9273)) ([83f7b88](https://togithub.com/typeorm/typeorm/commit/83f7b88387f47fdf59c63b906cd7e60c33789673)) - prototype pollution issue ([e3aac27](https://togithub.com/typeorm/typeorm/commit/e3aac270319006069b37f574c6e41a1fcfe7c5b1)) - typescript 4.8 type issues [#​9331](https://togithub.com/typeorm/typeorm/issues/9331) ([#​9357](https://togithub.com/typeorm/typeorm/issues/9357)) ([a1960e1](https://togithub.com/typeorm/typeorm/commit/a1960e1125c36cd7c9bd2e550a001631090314aa)) - Update RelationIdLoader to use DriverUtils.getAlias ([#​9380](https://togithub.com/typeorm/typeorm/issues/9380)) ([a917d65](https://togithub.com/typeorm/typeorm/commit/a917d657fbb2492cf78eee3a49b09bbb13898aa0)), closes [#​9379](https://togithub.com/typeorm/typeorm/issues/9379) ##### Features - orphanedRowAction=disabled (rebase of PR 8285) ([#​8678](https://togithub.com/typeorm/typeorm/issues/8678)) ([de15df1](https://togithub.com/typeorm/typeorm/commit/de15df14ede16f11da176a499282a79a2aa9e324)) - sqlite - deferrable options for foreign keys ([#​9360](https://togithub.com/typeorm/typeorm/issues/9360)) ([773a4fe](https://togithub.com/typeorm/typeorm/commit/773a4fe439e0a3c4ee90e5c9545b2d4784008eb0)) - unify Pool max connection size in supported Drivers ([#​9305](https://togithub.com/typeorm/typeorm/issues/9305)) ([48976c2](https://togithub.com/typeorm/typeorm/commit/48976c2967ce821252c636f54f027a89b71db142)), closes [#​3388](https://togithub.com/typeorm/typeorm/issues/3388) - update db image versions in docker compose ([#​9367](https://togithub.com/typeorm/typeorm/issues/9367)) ([f24b262](https://togithub.com/typeorm/typeorm/commit/f24b26202b86dc70a97e3fc11136051f26f68046)), closes [#​9326](https://togithub.com/typeorm/typeorm/issues/9326) ### [`v0.3.9`](https://togithub.com/typeorm/typeorm/blob/HEAD/CHANGELOG.md#​039-httpsgithubcomtypeormtypeormcompare037039-2022-08-28) [Compare Source](https://togithub.com/typeorm/typeorm/compare/0.3.8...0.3.9) - fixed regression introduced in 0.3.8 - broken CLI because of [#​8917](https://togithub.com/typeorm/typeorm/issues/8917) ([#​9332](https://togithub.com/typeorm/typeorm/issues/9332)), closes [#​9330](https://togithub.com/typeorm/typeorm/issues/9330) ### [`v0.3.8`](https://togithub.com/typeorm/typeorm/blob/HEAD/CHANGELOG.md#​038-httpsgithubcomtypeormtypeormcompare037038-2022-08-26) [Compare Source](https://togithub.com/typeorm/typeorm/compare/0.3.7...0.3.8) ##### Bug Fixes - allow space and no-space syntaxes for SQLite constraints ([#​9238](https://togithub.com/typeorm/typeorm/issues/9238)) ([bb07244](https://togithub.com/typeorm/typeorm/commit/bb07244b6188e623a6f8c8407e808d75f94918af)), closes [#​9237](https://togithub.com/typeorm/typeorm/issues/9237) - allow where IsNull for ManyToOne relations ([#​9031](https://togithub.com/typeorm/typeorm/issues/9031)) ([72728f1](https://togithub.com/typeorm/typeorm/commit/72728f155d2e9d11fd9c2c1fb97c071c3b41ae6b)), closes [#​8890](https://togithub.com/typeorm/typeorm/issues/8890) - change postgres driver version checking query ([#​9319](https://togithub.com/typeorm/typeorm/issues/9319)) ([c4f4650](https://togithub.com/typeorm/typeorm/commit/c4f46506d87009a589a7adf9b9367be06c92042c)), closes [#​9318](https://togithub.com/typeorm/typeorm/issues/9318) [#​9318](https://togithub.com/typeorm/typeorm/issues/9318) - don't use temporary table name to create foreign key, unique, check constraint with SQLite ([#​9185](https://togithub.com/typeorm/typeorm/issues/9185)) ([e519910](https://togithub.com/typeorm/typeorm/commit/e51991076dbed4ed06f3cd008eac8029a01c78d2)), closes [#​9176](https://togithub.com/typeorm/typeorm/issues/9176) - dropIndex now works when providing a tableIndex without name ([#​8937](https://togithub.com/typeorm/typeorm/issues/8937)) ([de8aaac](https://togithub.com/typeorm/typeorm/commit/de8aaac54c72f098a50362430ca160ab1c672597)) - entity manager remove using entity schemas ([#​9221](https://togithub.com/typeorm/typeorm/issues/9221)) ([f045536](https://togithub.com/typeorm/typeorm/commit/f045536f2449f7adcbc346a94dcf30573c76e56b)) - find query mongodb properly with [@​DeleteDateColumn](https://togithub.com/DeleteDateColumn)() ([#​9262](https://togithub.com/typeorm/typeorm/issues/9262)) ([e49d0c8](https://togithub.com/typeorm/typeorm/commit/e49d0c8740b9dec45448131edc012a920e6fcea2)) - handle inherited relations insert order ([#​9242](https://togithub.com/typeorm/typeorm/issues/9242)) ([14dfadb](https://togithub.com/typeorm/typeorm/commit/14dfadbde94f4f87678e155394ca9334af7bfa32)), closes [#​9241](https://togithub.com/typeorm/typeorm/issues/9241) - handle inherited relations insert order ([#​9321](https://togithub.com/typeorm/typeorm/issues/9321)) ([3671887](https://togithub.com/typeorm/typeorm/commit/36718876f9289175452ca93d4c0b70393b3324ed)), closes [#​9242](https://togithub.com/typeorm/typeorm/issues/9242) [#​9241](https://togithub.com/typeorm/typeorm/issues/9241) - pass error to pgpool release ([#​9209](https://togithub.com/typeorm/typeorm/issues/9209)) ([eb8f0c6](https://togithub.com/typeorm/typeorm/commit/eb8f0c6c0442aa7a74c6581344fa64be5637538c)), closes [#​7792](https://togithub.com/typeorm/typeorm/issues/7792) [#​5112](https://togithub.com/typeorm/typeorm/issues/5112) - QueryBuilder update handles Date objects wrong on a ManyToOne relationship ([#​8748](https://togithub.com/typeorm/typeorm/issues/8748)) ([88d0ced](https://togithub.com/typeorm/typeorm/commit/88d0ced812c9e05ef088dfd5ebaab003eb1811b4)), closes [#​8747](https://togithub.com/typeorm/typeorm/issues/8747) - resolve FindOptionsOrder.nulls to allow FIRST/LAST in uppercase ([#​8978](https://togithub.com/typeorm/typeorm/issues/8978)) ([5e5abbd](https://togithub.com/typeorm/typeorm/commit/5e5abbd14854a431db06d4ab337705797415786b)), closes [#​8970](https://togithub.com/typeorm/typeorm/issues/8970) - resolve issues with new synonymous for GeometryCollection type in MySQL 8 ([#​8927](https://togithub.com/typeorm/typeorm/issues/8927)) ([5ebc626](https://togithub.com/typeorm/typeorm/commit/5ebc626d29af8c343cee445153377d10d92e309f)) - sqlite temporary tables now honor withoutRowid ([#​8431](https://togithub.com/typeorm/typeorm/issues/8431)) ([b8d04dc](https://togithub.com/typeorm/typeorm/commit/b8d04dc3f9aef0658b72d5d438716c1f76420004)), closes [#​8430](https://togithub.com/typeorm/typeorm/issues/8430) - support async import for DataSource in CLI [#​8914](https://togithub.com/typeorm/typeorm/issues/8914) ([#​8917](https://togithub.com/typeorm/typeorm/issues/8917)) ([15f90e0](https://togithub.com/typeorm/typeorm/commit/15f90e0be897f5bd2f4dac1d1e8d24f539a842a8)) - update date utils to parse year correctly for years 1-999 ([#​9236](https://togithub.com/typeorm/typeorm/issues/9236)) ([72a0147](https://togithub.com/typeorm/typeorm/commit/72a0147f31c14ca27b88af1d69a3a5ab409fec8d)), closes [#​9230](https://togithub.com/typeorm/typeorm/issues/9230) ##### Features - add fake migrations running and reverting ([#​8976](https://togithub.com/typeorm/typeorm/issues/8976)) ([340ab67](https://togithub.com/typeorm/typeorm/commit/340ab67b1013781184ab74bc8c8f72d76be2c927)), closes [#​6195](https://togithub.com/typeorm/typeorm/issues/6195) - add setOnLocked for SKIP LOCKED and NOWAIT ([#​9317](https://togithub.com/typeorm/typeorm/issues/9317)) ([68e8f22](https://togithub.com/typeorm/typeorm/commit/68e8f2289487ad21c18fb7b93754788a02199ee4)) - add support for non-generated columns with uuid_generate_v4() default ([#​9065](https://togithub.com/typeorm/typeorm/issues/9065)) ([dadb658](https://togithub.com/typeorm/typeorm/commit/dadb658c59645effaacf4e737e4401cc66b1099d)), closes [#​9063](https://togithub.com/typeorm/typeorm/issues/9063) - new mssql option appName ([#​9213](https://togithub.com/typeorm/typeorm/issues/9213)) ([51a0ebe](https://togithub.com/typeorm/typeorm/commit/51a0ebe5f296db8251b037928021715404eeabda)) ### [`v0.3.7`](https://togithub.com/typeorm/typeorm/blob/HEAD/CHANGELOG.md#​037-httpsgithubcomtypeormtypeormcompare036037-2022-06-29) [Compare Source](https://togithub.com/typeorm/typeorm/compare/0.3.6...0.3.7) ##### Bug Fixes - add missing `enumName` support for EntitySchema ([#​9024](https://togithub.com/typeorm/typeorm/issues/9024)) ([676fd1b](https://togithub.com/typeorm/typeorm/commit/676fd1bf772db535bd2c084ebadd9f5c0661ca5e)) - add missing connect call on RedisQueryResultCache connect ([#​8894](https://togithub.com/typeorm/typeorm/issues/8894)) ([7dfb69f](https://togithub.com/typeorm/typeorm/commit/7dfb69f3664458d6f9f299f5bdbce4bed0b7994f)) - add SET TRANSACTION AUTOCOMMIT DDL statements (SAP HANA) ([#​9020](https://togithub.com/typeorm/typeorm/issues/9020)) ([cac648e](https://togithub.com/typeorm/typeorm/commit/cac648e633e0011d42a8a0c4ebcf900f6675d645)) - call dataSource.destroy() only on initialized dataSource in CLI commands ([#​9146](https://togithub.com/typeorm/typeorm/issues/9146)) ([a100a7a](https://togithub.com/typeorm/typeorm/commit/a100a7a7f1c17432549e5e93fb141d0f52062213)) - expo infinite loop on SAVEPOINT ([#​8984](https://togithub.com/typeorm/typeorm/issues/8984)) ([ec23922](https://togithub.com/typeorm/typeorm/commit/ec23922da745fde7c1e7e353777327f40fbaca28)) - fixes recursive document to entity attributes mapping ([#​9050](https://togithub.com/typeorm/typeorm/issues/9050)) ([40155d6](https://togithub.com/typeorm/typeorm/commit/40155d6ceed1f33f26da548681644c17625605e7)), closes [#​9049](https://togithub.com/typeorm/typeorm/issues/9049) - log command error prior to calling destroy ([#​9135](https://togithub.com/typeorm/typeorm/issues/9135)) ([bf17381](https://togithub.com/typeorm/typeorm/commit/bf17381fd2f949b36394b3cfa0199831d41f67dc)) - make soft-remove and recover events importable from index ([#​9110](https://togithub.com/typeorm/typeorm/issues/9110)) ([e296126](https://togithub.com/typeorm/typeorm/commit/e2961263e07ee058d5b1c3706cea21b3ae24d776)), closes [#​9108](https://togithub.com/typeorm/typeorm/issues/9108) - migration successful now displays name of the migration file ([#​8904](https://togithub.com/typeorm/typeorm/issues/8904)) ([49cbe23](https://togithub.com/typeorm/typeorm/commit/49cbe232776a5cbe4369a5fed08221dcff8d59e2)) - release newly created runner when no runner provided in DbQueryResultCache ([#​8969](https://togithub.com/typeorm/typeorm/issues/8969)) ([ec05f1d](https://togithub.com/typeorm/typeorm/commit/ec05f1d58a08b3cdb72243856a186fef738a236e)), closes [#​4866](https://togithub.com/typeorm/typeorm/issues/4866) - resolve cli init peer dependency issues ([#​8977](https://togithub.com/typeorm/typeorm/issues/8977)) ([f7578d4](https://togithub.com/typeorm/typeorm/commit/f7578d48ef160634744b591636b903728ea79120)), closes [#​8975](https://togithub.com/typeorm/typeorm/issues/8975) - resolve ESM module declaration file correctly ([#​9097](https://togithub.com/typeorm/typeorm/issues/9097)) ([506133e](https://togithub.com/typeorm/typeorm/commit/506133e2179529bf3add2b0b982613835d321af6)) - support for TypeScript 4.8 ([#​9106](https://togithub.com/typeorm/typeorm/issues/9106)) ([d924b70](https://togithub.com/typeorm/typeorm/commit/d924b705e5ea4ff57c853e8848eeb1f3b90c0a71)), closes [/github.com/microsoft/TypeScript/issues/49461#issuecomment-1154443477](https://togithub.com//github.com/microsoft/TypeScript/issues/49461/issues/issuecomment-1154443477) - update mssql peerDependency ([#​8887](https://togithub.com/typeorm/typeorm/issues/8887)) ([9adab34](https://togithub.com/typeorm/typeorm/commit/9adab34e5d8744c134690f855111d21f5d29cf12)) - wrong entity transform of relation id when referenced column is a primary key ([#​8959](https://togithub.com/typeorm/typeorm/issues/8959)) ([6e888dd](https://togithub.com/typeorm/typeorm/commit/6e888dd0a13110f386ed538161740ae059491b91)) ##### Features - add `for_key_share` ("FOR KEY SHARE") lock mode for postgres driver ([#​8879](https://togithub.com/typeorm/typeorm/issues/8879)) ([4687be8](https://togithub.com/typeorm/typeorm/commit/4687be8b77b0f807b2fe4b1e2278e05d0dbd4431)), closes [#​8878](https://togithub.com/typeorm/typeorm/issues/8878) - add nativeBinding option to better-sqlite3 driver ([#​9157](https://togithub.com/typeorm/typeorm/issues/9157)) ([bcdddc3](https://togithub.com/typeorm/typeorm/commit/bcdddc32bddeb3d141c03372971ee27d743b9ab8)) - add spanner as a db option for the init command ([#​9121](https://togithub.com/typeorm/typeorm/issues/9121)) ([e61cade](https://togithub.com/typeorm/typeorm/commit/e61cade32fbcd491e4d8e27aea7b35b5a946c879)) - allow explicitly named primary keys, foreign keys, and indices ([#​8900](https://togithub.com/typeorm/typeorm/issues/8900)) ([78df84c](https://togithub.com/typeorm/typeorm/commit/78df84c732ce085caf4b5ccf37477ef93b38f4d0)), closes [#​1355](https://togithub.com/typeorm/typeorm/issues/1355) - Cloud Spanner support ([#​8730](https://togithub.com/typeorm/typeorm/issues/8730)) ([62518ae](https://togithub.com/typeorm/typeorm/commit/62518ae1226f22b2f230afa615532c92f1544f01)) - fix issues with generated columns and add support in other drivers ([#​8806](https://togithub.com/typeorm/typeorm/issues/8806)) ([0418ebc](https://togithub.com/typeorm/typeorm/commit/0418ebcaf6835dfffe3c3db1f66d20bfe3e5b09d)), closes [#​8761](https://togithub.com/typeorm/typeorm/issues/8761) - implement support for relationids in entity schemas ([#​9129](https://togithub.com/typeorm/typeorm/issues/9129)) ([e24cced](https://togithub.com/typeorm/typeorm/commit/e24cced8f63206a607deff6445cfcccf63c3a0c8)) - support TS 4.7+ node16/nodenext module mode ([#​9043](https://togithub.com/typeorm/typeorm/issues/9043)) ([862a402](https://togithub.com/typeorm/typeorm/commit/862a4027af14e5c3632c2a76c44b62ef0277338a)) - upgrade ioredis to v5 ([#​8997](https://togithub.com/typeorm/typeorm/issues/8997)) ([723f1e5](https://togithub.com/typeorm/typeorm/commit/723f1e514bf261bc1539bdaf86fd0a72a1e42a46)) ##### Performance Improvements - don't recompile escapeRegExp for every query ([#​8956](https://togithub.com/typeorm/typeorm/issues/8956)) ([189592c](https://togithub.com/typeorm/typeorm/commit/189592c77980e766f92f6eb77dbd7412db106086)), closes [#​8955](https://togithub.com/typeorm/typeorm/issues/8955) - partially lift matching from regexp to js ([#​9032](https://togithub.com/typeorm/typeorm/issues/9032)) ([bbdc20f](https://togithub.com/typeorm/typeorm/commit/bbdc20f8cafc63e768f248213eafe65f163cb6e5)), closes [#​3857](https://togithub.com/typeorm/typeorm/issues/3857) [#​8955](https://togithub.com/typeorm/typeorm/issues/8955) [#​8956](https://togithub.com/typeorm/typeorm/issues/8956) [/github.com/typeorm/typeorm/issues/3857#issuecomment-699505893](https://togithub.com//github.com/typeorm/typeorm/issues/3857/issues/issuecomment-699505893)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.