typeorm/typeorm
### [`v0.2.42`](https://togithub.com/typeorm/typeorm/blob/HEAD/CHANGELOG.md#0242-httpsgithubcomtypeormtypeormcompare02410242-2022-02-16)
[Compare Source](https://togithub.com/typeorm/typeorm/compare/0.2.41...0.2.42)
##### Bug Fixes
- proper column comment mapping from database to metadata in aurora-data-api ([baa5880](https://togithub.com/typeorm/typeorm/commit/baa5880001064333eb4eb01765b1d79e17cf1fb5))
- add referencedSchema to PostgresQueryRunner ([#8566](https://togithub.com/typeorm/typeorm/issues/8566)) ([c490319](https://togithub.com/typeorm/typeorm/commit/c49031929aca8f3b932c6593b75447256085bfef))
- adding/removing [@Generated](https://togithub.com/Generated)() will now generate a migration to add/remove the DEFAULT value ([#8274](https://togithub.com/typeorm/typeorm/issues/8274)) ([4208393](https://togithub.com/typeorm/typeorm/commit/42083936e2b65f0d1bd8e23d12689a7f49e2da2f)), closes [#5898](https://togithub.com/typeorm/typeorm/issues/5898)
- adds entity-schema support for createForeignKeyConstraints ([#8606](https://togithub.com/typeorm/typeorm/issues/8606)) ([f224f24](https://togithub.com/typeorm/typeorm/commit/f224f24e5247d3c42385bfc03c89f518aa932310)), closes [#8489](https://togithub.com/typeorm/typeorm/issues/8489)
- allow special keyword as column name for simple-enum type on sqlite ([#8645](https://togithub.com/typeorm/typeorm/issues/8645)) ([93bf96e](https://togithub.com/typeorm/typeorm/commit/93bf96ea635823c7933ea8ef7326be62ccdd6ea7))
- correctly handle multiple-row insert for SAP HANA driver ([#7957](https://togithub.com/typeorm/typeorm/issues/7957)) ([8f2ae71](https://togithub.com/typeorm/typeorm/commit/8f2ae71201e7738fe3c1efd5bbc4584dfe62dcc0))
- disable SQLite FK checks in synchronize / migrations ([#7922](https://togithub.com/typeorm/typeorm/issues/7922)) ([f24822e](https://togithub.com/typeorm/typeorm/commit/f24822ef9cb3051fbe9f3fd5d9e669788852c5a5))
- find descendants of a non-existing tree parent ([#8557](https://togithub.com/typeorm/typeorm/issues/8557)) ([cbb61eb](https://togithub.com/typeorm/typeorm/commit/cbb61eb08139204479110c88d7d1849a24080d11)), closes [#8556](https://togithub.com/typeorm/typeorm/issues/8556)
- For MS SQL Server use lowercase "sys"."columns" reference. ([#8400](https://togithub.com/typeorm/typeorm/issues/8400)) ([#8401](https://togithub.com/typeorm/typeorm/issues/8401)) ([e8a0f92](https://togithub.com/typeorm/typeorm/commit/e8a0f921b4baa7aa7e55ac1fd34c449dfa1e3229))
- improve DeepPartial type ([#8187](https://togithub.com/typeorm/typeorm/issues/8187)) ([b93416d](https://togithub.com/typeorm/typeorm/commit/b93416d7bc25006b34a90c14c497cc7e6e57e28c))
- Lock peer dependencies versions ([#8597](https://togithub.com/typeorm/typeorm/issues/8597)) ([600bd4e](https://togithub.com/typeorm/typeorm/commit/600bd4e5da74b012409d1fdf411a0a0b5265466b))
- make EntityMetadataValidator comply with entitySkipConstructor, cover with test ([#8445](https://togithub.com/typeorm/typeorm/issues/8445)) ([3d6c5da](https://togithub.com/typeorm/typeorm/commit/3d6c5dae76ad0e0640650058ae58fe0addda2ae6)), closes [#8444](https://togithub.com/typeorm/typeorm/issues/8444)
- materialized path being computed as "undefined1." ([#8526](https://togithub.com/typeorm/typeorm/issues/8526)) ([09f54e0](https://togithub.com/typeorm/typeorm/commit/09f54e0273be4dc836824a38e9c78b50ad21bba6))
- MongoConnectionOptions sslCA type mismatch ([#8628](https://togithub.com/typeorm/typeorm/issues/8628)) ([02400da](https://togithub.com/typeorm/typeorm/commit/02400dab662aceca9a722c4aa0dd74a9fa2cb90d))
- mongodb repository.find filters soft deleted rows ([#8581](https://togithub.com/typeorm/typeorm/issues/8581)) ([f7c1f7d](https://togithub.com/typeorm/typeorm/commit/f7c1f7d7c0481f4ada506e5b811a3219519eadf9)), closes [#7113](https://togithub.com/typeorm/typeorm/issues/7113)
- mongodb@4 compatibility support ([#8412](https://togithub.com/typeorm/typeorm/issues/8412)) ([531013b](https://togithub.com/typeorm/typeorm/commit/531013b2f8dfb8d04b0bfb844dc83a5ba6404569))
- must invoke key pragma before any other interaction if SEE setted ([#8478](https://togithub.com/typeorm/typeorm/issues/8478)) ([546b3ed](https://togithub.com/typeorm/typeorm/commit/546b3ed8886c44fbe3d9e167d1904cb9e5961df7)), closes [#8475](https://togithub.com/typeorm/typeorm/issues/8475)
- nested eager relations in a lazy-loaded entity are not loaded ([#8564](https://togithub.com/typeorm/typeorm/issues/8564)) ([1cfd7b9](https://togithub.com/typeorm/typeorm/commit/1cfd7b98ba27032dd0e9429a245c40cea47900f7))
- QueryFailedError when tree entity with JoinColumn ([#8443](https://togithub.com/typeorm/typeorm/issues/8443)) ([#8447](https://togithub.com/typeorm/typeorm/issues/8447)) ([a11c50d](https://togithub.com/typeorm/typeorm/commit/a11c50d5519bda1410ab9ccf67bfcb12ef109c61))
- relation id and afterAll hook performance fixes ([#8169](https://togithub.com/typeorm/typeorm/issues/8169)) ([31f0b55](https://togithub.com/typeorm/typeorm/commit/31f0b5535aa0cc49ff23610b1924c03432f5461f))
- replaced custom uuid generator with `uuid` library ([#8642](https://togithub.com/typeorm/typeorm/issues/8642)) ([8898a71](https://togithub.com/typeorm/typeorm/commit/8898a7175f481f1c171acefef61dc089bc3f8a8e))
- single table inheritance returns the same discriminator value error for unrelated tables where their parents extend from the same entity ([#8525](https://togithub.com/typeorm/typeorm/issues/8525)) ([6523fcc](https://togithub.com/typeorm/typeorm/commit/6523fccda1147dc697afbba57792e5cb4165fbf2)), closes [#8522](https://togithub.com/typeorm/typeorm/issues/8522)
- updating with only `update: false` columns shouldn't trigger [@UpdateDateColumn](https://togithub.com/UpdateDateColumn) column updation ([2834729](https://togithub.com/typeorm/typeorm/commit/2834729e80577bd30f09c2c0e4c949cde173bba3)), closes [#8394](https://togithub.com/typeorm/typeorm/issues/8394) [#8394](https://togithub.com/typeorm/typeorm/issues/8394) [#8394](https://togithub.com/typeorm/typeorm/issues/8394)
- upsert should find unique index created by one-to-one relation ([#8618](https://togithub.com/typeorm/typeorm/issues/8618)) ([c8c00ba](https://togithub.com/typeorm/typeorm/commit/c8c00baf9351973be5780687418303dd87de2077))
##### Features
- add comment param to FindOptions ([#8545](https://togithub.com/typeorm/typeorm/issues/8545)) ([ece0da0](https://togithub.com/typeorm/typeorm/commit/ece0da027dfce4357764dda4b810598ad64af9d9))
- add custom timestamp option in migration creation ([#8501](https://togithub.com/typeorm/typeorm/issues/8501)) ([4a7f242](https://togithub.com/typeorm/typeorm/commit/4a7f2420f1b498465b2a5913b7d848b3eaafb113)), closes [#8500](https://togithub.com/typeorm/typeorm/issues/8500) [#8500](https://togithub.com/typeorm/typeorm/issues/8500)
- add support for node-redis v4.0.0 and newer ([#8425](https://togithub.com/typeorm/typeorm/issues/8425)) ([0626ed1](https://togithub.com/typeorm/typeorm/commit/0626ed1f0bd75fb8e72a462593f33813d85faee8))
- add support for Postgres 10+ GENERATED ALWAYS AS IDENTITY ([#8371](https://togithub.com/typeorm/typeorm/issues/8371)) ([a0f09de](https://togithub.com/typeorm/typeorm/commit/a0f09de8400ac7c94df33f8213ef0eec79b9239d)), closes [#8370](https://togithub.com/typeorm/typeorm/issues/8370)
- add WITH (lock) clause for MSSQL select with join queries ([#8507](https://togithub.com/typeorm/typeorm/issues/8507)) ([3284808](https://togithub.com/typeorm/typeorm/commit/3284808b63552d81456752187c0d130db76007ed)), closes [#4764](https://togithub.com/typeorm/typeorm/issues/4764)
- adds entity-schema support for withoutRowid ([#8432](https://togithub.com/typeorm/typeorm/issues/8432)) ([bd22dc3](https://togithub.com/typeorm/typeorm/commit/bd22dc3b8175ef82967b8265a2388ce16cc08623)), closes [#8429](https://togithub.com/typeorm/typeorm/issues/8429)
- allow soft-deletion of orphaned relation rows using orphanedRow… ([#8414](https://togithub.com/typeorm/typeorm/issues/8414)) ([cefddd9](https://togithub.com/typeorm/typeorm/commit/cefddd95c550191d6a18cb53c8ea4995d0c219ca))
- custom name for typeorm_metadata table ([#8528](https://togithub.com/typeorm/typeorm/issues/8528)) ([f8154eb](https://togithub.com/typeorm/typeorm/commit/f8154eb4c5089a1a0d2c2073f0ea5d64b3252e08)), closes [#7266](https://togithub.com/typeorm/typeorm/issues/7266)
- deferrable option for Unique constraints (Postgres) ([#8356](https://togithub.com/typeorm/typeorm/issues/8356)) ([e52b26c](https://togithub.com/typeorm/typeorm/commit/e52b26c910047d22aa3ea003b62d11c2bf352249))
- ESM support ([#8536](https://togithub.com/typeorm/typeorm/issues/8536)) ([3a694dd](https://togithub.com/typeorm/typeorm/commit/3a694dd3e99699e7284709c53967a5dfcb1e1806)), closes [#6974](https://togithub.com/typeorm/typeorm/issues/6974) [#6941](https://togithub.com/typeorm/typeorm/issues/6941) [#7516](https://togithub.com/typeorm/typeorm/issues/7516) [#7159](https://togithub.com/typeorm/typeorm/issues/7159)
- query builder negating with "NotBrackets" for complex expressions ([#8476](https://togithub.com/typeorm/typeorm/issues/8476)) ([fe7f328](https://togithub.com/typeorm/typeorm/commit/fe7f328fd5b918cab2e7301d57c62e81d9ff34f3))
- separate update events into update, soft-remove, and recover ([#8403](https://togithub.com/typeorm/typeorm/issues/8403)) ([93383bd](https://togithub.com/typeorm/typeorm/commit/93383bd2ee6dc8c22a5cfc0021334fe199da81dc)), closes [#8398](https://togithub.com/typeorm/typeorm/issues/8398)
- soft delete recursive cascade ([#8436](https://togithub.com/typeorm/typeorm/issues/8436)) ([d0f32b3](https://togithub.com/typeorm/typeorm/commit/d0f32b3a17be9ffe9fbc6112e5731bbac91c3691))
- sqlite attach ([#8396](https://togithub.com/typeorm/typeorm/issues/8396)) ([9e844d9](https://togithub.com/typeorm/typeorm/commit/9e844d9ff72fae72578399e24464cd7912c0fe5e))
##### Reverts
- migration:show command must exist with zero status code (Fixes [#7349](https://togithub.com/typeorm/typeorm/issues/7349)) ([#8185](https://togithub.com/typeorm/typeorm/issues/8185)) ([e0adeee](https://togithub.com/typeorm/typeorm/commit/e0adeee48eeb0d5412aa5c0258f7c12e6b1c38ed))
##### BREAKING CHANGES
- update listeners and subscriber no longer triggered by soft-remove and recover
Configuration
📅 Schedule: "before 6am" in timezone Asia/Hong_Kong.
🚦 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.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
0.2.41
->0.2.42
Release Notes
typeorm/typeorm
### [`v0.2.42`](https://togithub.com/typeorm/typeorm/blob/HEAD/CHANGELOG.md#0242-httpsgithubcomtypeormtypeormcompare02410242-2022-02-16) [Compare Source](https://togithub.com/typeorm/typeorm/compare/0.2.41...0.2.42) ##### Bug Fixes - proper column comment mapping from database to metadata in aurora-data-api ([baa5880](https://togithub.com/typeorm/typeorm/commit/baa5880001064333eb4eb01765b1d79e17cf1fb5)) - add referencedSchema to PostgresQueryRunner ([#8566](https://togithub.com/typeorm/typeorm/issues/8566)) ([c490319](https://togithub.com/typeorm/typeorm/commit/c49031929aca8f3b932c6593b75447256085bfef)) - adding/removing [@Generated](https://togithub.com/Generated)() will now generate a migration to add/remove the DEFAULT value ([#8274](https://togithub.com/typeorm/typeorm/issues/8274)) ([4208393](https://togithub.com/typeorm/typeorm/commit/42083936e2b65f0d1bd8e23d12689a7f49e2da2f)), closes [#5898](https://togithub.com/typeorm/typeorm/issues/5898) - adds entity-schema support for createForeignKeyConstraints ([#8606](https://togithub.com/typeorm/typeorm/issues/8606)) ([f224f24](https://togithub.com/typeorm/typeorm/commit/f224f24e5247d3c42385bfc03c89f518aa932310)), closes [#8489](https://togithub.com/typeorm/typeorm/issues/8489) - allow special keyword as column name for simple-enum type on sqlite ([#8645](https://togithub.com/typeorm/typeorm/issues/8645)) ([93bf96e](https://togithub.com/typeorm/typeorm/commit/93bf96ea635823c7933ea8ef7326be62ccdd6ea7)) - correctly handle multiple-row insert for SAP HANA driver ([#7957](https://togithub.com/typeorm/typeorm/issues/7957)) ([8f2ae71](https://togithub.com/typeorm/typeorm/commit/8f2ae71201e7738fe3c1efd5bbc4584dfe62dcc0)) - disable SQLite FK checks in synchronize / migrations ([#7922](https://togithub.com/typeorm/typeorm/issues/7922)) ([f24822e](https://togithub.com/typeorm/typeorm/commit/f24822ef9cb3051fbe9f3fd5d9e669788852c5a5)) - find descendants of a non-existing tree parent ([#8557](https://togithub.com/typeorm/typeorm/issues/8557)) ([cbb61eb](https://togithub.com/typeorm/typeorm/commit/cbb61eb08139204479110c88d7d1849a24080d11)), closes [#8556](https://togithub.com/typeorm/typeorm/issues/8556) - For MS SQL Server use lowercase "sys"."columns" reference. ([#8400](https://togithub.com/typeorm/typeorm/issues/8400)) ([#8401](https://togithub.com/typeorm/typeorm/issues/8401)) ([e8a0f92](https://togithub.com/typeorm/typeorm/commit/e8a0f921b4baa7aa7e55ac1fd34c449dfa1e3229)) - improve DeepPartial type ([#8187](https://togithub.com/typeorm/typeorm/issues/8187)) ([b93416d](https://togithub.com/typeorm/typeorm/commit/b93416d7bc25006b34a90c14c497cc7e6e57e28c)) - Lock peer dependencies versions ([#8597](https://togithub.com/typeorm/typeorm/issues/8597)) ([600bd4e](https://togithub.com/typeorm/typeorm/commit/600bd4e5da74b012409d1fdf411a0a0b5265466b)) - make EntityMetadataValidator comply with entitySkipConstructor, cover with test ([#8445](https://togithub.com/typeorm/typeorm/issues/8445)) ([3d6c5da](https://togithub.com/typeorm/typeorm/commit/3d6c5dae76ad0e0640650058ae58fe0addda2ae6)), closes [#8444](https://togithub.com/typeorm/typeorm/issues/8444) - materialized path being computed as "undefined1." ([#8526](https://togithub.com/typeorm/typeorm/issues/8526)) ([09f54e0](https://togithub.com/typeorm/typeorm/commit/09f54e0273be4dc836824a38e9c78b50ad21bba6)) - MongoConnectionOptions sslCA type mismatch ([#8628](https://togithub.com/typeorm/typeorm/issues/8628)) ([02400da](https://togithub.com/typeorm/typeorm/commit/02400dab662aceca9a722c4aa0dd74a9fa2cb90d)) - mongodb repository.find filters soft deleted rows ([#8581](https://togithub.com/typeorm/typeorm/issues/8581)) ([f7c1f7d](https://togithub.com/typeorm/typeorm/commit/f7c1f7d7c0481f4ada506e5b811a3219519eadf9)), closes [#7113](https://togithub.com/typeorm/typeorm/issues/7113) - mongodb@4 compatibility support ([#8412](https://togithub.com/typeorm/typeorm/issues/8412)) ([531013b](https://togithub.com/typeorm/typeorm/commit/531013b2f8dfb8d04b0bfb844dc83a5ba6404569)) - must invoke key pragma before any other interaction if SEE setted ([#8478](https://togithub.com/typeorm/typeorm/issues/8478)) ([546b3ed](https://togithub.com/typeorm/typeorm/commit/546b3ed8886c44fbe3d9e167d1904cb9e5961df7)), closes [#8475](https://togithub.com/typeorm/typeorm/issues/8475) - nested eager relations in a lazy-loaded entity are not loaded ([#8564](https://togithub.com/typeorm/typeorm/issues/8564)) ([1cfd7b9](https://togithub.com/typeorm/typeorm/commit/1cfd7b98ba27032dd0e9429a245c40cea47900f7)) - QueryFailedError when tree entity with JoinColumn ([#8443](https://togithub.com/typeorm/typeorm/issues/8443)) ([#8447](https://togithub.com/typeorm/typeorm/issues/8447)) ([a11c50d](https://togithub.com/typeorm/typeorm/commit/a11c50d5519bda1410ab9ccf67bfcb12ef109c61)) - relation id and afterAll hook performance fixes ([#8169](https://togithub.com/typeorm/typeorm/issues/8169)) ([31f0b55](https://togithub.com/typeorm/typeorm/commit/31f0b5535aa0cc49ff23610b1924c03432f5461f)) - replaced custom uuid generator with `uuid` library ([#8642](https://togithub.com/typeorm/typeorm/issues/8642)) ([8898a71](https://togithub.com/typeorm/typeorm/commit/8898a7175f481f1c171acefef61dc089bc3f8a8e)) - single table inheritance returns the same discriminator value error for unrelated tables where their parents extend from the same entity ([#8525](https://togithub.com/typeorm/typeorm/issues/8525)) ([6523fcc](https://togithub.com/typeorm/typeorm/commit/6523fccda1147dc697afbba57792e5cb4165fbf2)), closes [#8522](https://togithub.com/typeorm/typeorm/issues/8522) - updating with only `update: false` columns shouldn't trigger [@UpdateDateColumn](https://togithub.com/UpdateDateColumn) column updation ([2834729](https://togithub.com/typeorm/typeorm/commit/2834729e80577bd30f09c2c0e4c949cde173bba3)), closes [#8394](https://togithub.com/typeorm/typeorm/issues/8394) [#8394](https://togithub.com/typeorm/typeorm/issues/8394) [#8394](https://togithub.com/typeorm/typeorm/issues/8394) - upsert should find unique index created by one-to-one relation ([#8618](https://togithub.com/typeorm/typeorm/issues/8618)) ([c8c00ba](https://togithub.com/typeorm/typeorm/commit/c8c00baf9351973be5780687418303dd87de2077)) ##### Features - add comment param to FindOptions ([#8545](https://togithub.com/typeorm/typeorm/issues/8545)) ([ece0da0](https://togithub.com/typeorm/typeorm/commit/ece0da027dfce4357764dda4b810598ad64af9d9)) - add custom timestamp option in migration creation ([#8501](https://togithub.com/typeorm/typeorm/issues/8501)) ([4a7f242](https://togithub.com/typeorm/typeorm/commit/4a7f2420f1b498465b2a5913b7d848b3eaafb113)), closes [#8500](https://togithub.com/typeorm/typeorm/issues/8500) [#8500](https://togithub.com/typeorm/typeorm/issues/8500) - add support for node-redis v4.0.0 and newer ([#8425](https://togithub.com/typeorm/typeorm/issues/8425)) ([0626ed1](https://togithub.com/typeorm/typeorm/commit/0626ed1f0bd75fb8e72a462593f33813d85faee8)) - add support for Postgres 10+ GENERATED ALWAYS AS IDENTITY ([#8371](https://togithub.com/typeorm/typeorm/issues/8371)) ([a0f09de](https://togithub.com/typeorm/typeorm/commit/a0f09de8400ac7c94df33f8213ef0eec79b9239d)), closes [#8370](https://togithub.com/typeorm/typeorm/issues/8370) - add WITH (lock) clause for MSSQL select with join queries ([#8507](https://togithub.com/typeorm/typeorm/issues/8507)) ([3284808](https://togithub.com/typeorm/typeorm/commit/3284808b63552d81456752187c0d130db76007ed)), closes [#4764](https://togithub.com/typeorm/typeorm/issues/4764) - adds entity-schema support for withoutRowid ([#8432](https://togithub.com/typeorm/typeorm/issues/8432)) ([bd22dc3](https://togithub.com/typeorm/typeorm/commit/bd22dc3b8175ef82967b8265a2388ce16cc08623)), closes [#8429](https://togithub.com/typeorm/typeorm/issues/8429) - allow soft-deletion of orphaned relation rows using orphanedRow… ([#8414](https://togithub.com/typeorm/typeorm/issues/8414)) ([cefddd9](https://togithub.com/typeorm/typeorm/commit/cefddd95c550191d6a18cb53c8ea4995d0c219ca)) - custom name for typeorm_metadata table ([#8528](https://togithub.com/typeorm/typeorm/issues/8528)) ([f8154eb](https://togithub.com/typeorm/typeorm/commit/f8154eb4c5089a1a0d2c2073f0ea5d64b3252e08)), closes [#7266](https://togithub.com/typeorm/typeorm/issues/7266) - deferrable option for Unique constraints (Postgres) ([#8356](https://togithub.com/typeorm/typeorm/issues/8356)) ([e52b26c](https://togithub.com/typeorm/typeorm/commit/e52b26c910047d22aa3ea003b62d11c2bf352249)) - ESM support ([#8536](https://togithub.com/typeorm/typeorm/issues/8536)) ([3a694dd](https://togithub.com/typeorm/typeorm/commit/3a694dd3e99699e7284709c53967a5dfcb1e1806)), closes [#6974](https://togithub.com/typeorm/typeorm/issues/6974) [#6941](https://togithub.com/typeorm/typeorm/issues/6941) [#7516](https://togithub.com/typeorm/typeorm/issues/7516) [#7159](https://togithub.com/typeorm/typeorm/issues/7159) - query builder negating with "NotBrackets" for complex expressions ([#8476](https://togithub.com/typeorm/typeorm/issues/8476)) ([fe7f328](https://togithub.com/typeorm/typeorm/commit/fe7f328fd5b918cab2e7301d57c62e81d9ff34f3)) - separate update events into update, soft-remove, and recover ([#8403](https://togithub.com/typeorm/typeorm/issues/8403)) ([93383bd](https://togithub.com/typeorm/typeorm/commit/93383bd2ee6dc8c22a5cfc0021334fe199da81dc)), closes [#8398](https://togithub.com/typeorm/typeorm/issues/8398) - soft delete recursive cascade ([#8436](https://togithub.com/typeorm/typeorm/issues/8436)) ([d0f32b3](https://togithub.com/typeorm/typeorm/commit/d0f32b3a17be9ffe9fbc6112e5731bbac91c3691)) - sqlite attach ([#8396](https://togithub.com/typeorm/typeorm/issues/8396)) ([9e844d9](https://togithub.com/typeorm/typeorm/commit/9e844d9ff72fae72578399e24464cd7912c0fe5e)) ##### Reverts - migration:show command must exist with zero status code (Fixes [#7349](https://togithub.com/typeorm/typeorm/issues/7349)) ([#8185](https://togithub.com/typeorm/typeorm/issues/8185)) ([e0adeee](https://togithub.com/typeorm/typeorm/commit/e0adeee48eeb0d5412aa5c0258f7c12e6b1c38ed)) ##### BREAKING CHANGES - update listeners and subscriber no longer triggered by soft-remove and recoverConfiguration
📅 Schedule: "before 6am" in timezone Asia/Hong_Kong.
🚦 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 WhiteSource Renovate. View repository job log here.