caioagiani / nestjs-graphql

NestJS API GraphQL
5 stars 1 forks source link

fix(deps): update dependency typeorm to v0.3.6 #41

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typeorm 0.3.0 -> 0.3.6 age adoption passing confidence

Release Notes

typeorm/typeorm ### [`v0.3.6`](https://togithub.com/typeorm/typeorm/releases/tag/0.3.6) [Compare Source](https://togithub.com/typeorm/typeorm/compare/0.3.5...0.3.6) ##### 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) - new driver: Cloud Spanner ([#​8730](https://togithub.com/typeorm/typeorm/issues/8730)) ([62518ae](https://togithub.com/typeorm/typeorm/commit/62518ae1226f22b2f230afa615532c92f1544f01)) ### [`v0.3.5`](https://togithub.com/typeorm/typeorm/blob/HEAD/CHANGELOG.md#​035-httpsgithubcomtypeormtypeormcompare034035-2022-04-05) [Compare Source](https://togithub.com/typeorm/typeorm/compare/0.3.4...0.3.5) ##### Bug Fixes - `.save` repository method not returning generated uuids for aurora-postgres ([#​8825](https://togithub.com/typeorm/typeorm/issues/8825)) ([ed06f4c](https://togithub.com/typeorm/typeorm/commit/ed06f4c1f1056837f03a97a25762742a12620a94)) - allow hstore type to use transformers in driver postgres ([#​8823](https://togithub.com/typeorm/typeorm/issues/8823)) ([b1a0107](https://togithub.com/typeorm/typeorm/commit/b1a01074c99b1fee9b2da2c056f5f773367d391b)) - broken shebang parameters of `cli-ts-node-commonjs` and `cli-ts-node-esm` on some linux distros ([#​8821](https://togithub.com/typeorm/typeorm/issues/8821)) ([c5dfc11](https://togithub.com/typeorm/typeorm/commit/c5dfc11ea7b8b33aa9e621b64b953c1d62a27989)), closes [#​8818](https://togithub.com/typeorm/typeorm/issues/8818) - find select object api should support false values [#​8796](https://togithub.com/typeorm/typeorm/issues/8796) ([#​8807](https://togithub.com/typeorm/typeorm/issues/8807)) ([9ac8e9e](https://togithub.com/typeorm/typeorm/commit/9ac8e9ed0da0ac5bba71b76ee99d6f0c4eb0871f)) - resolve missing ConnectionOptions export in index.ts ([#​8850](https://togithub.com/typeorm/typeorm/issues/8850)) ([1693a17](https://togithub.com/typeorm/typeorm/commit/1693a17011195c353e5bc1d93d9c26ac48624a0b)), closes [#​8837](https://togithub.com/typeorm/typeorm/issues/8837) - save correct discriminator with STI ([#​8819](https://togithub.com/typeorm/typeorm/issues/8819)) ([9d1e246](https://togithub.com/typeorm/typeorm/commit/9d1e2460edae9c01f6a56c727f0321b265f78d89)), closes [#​2927](https://togithub.com/typeorm/typeorm/issues/2927) - Update DeepPartial for usage of generics with Repository class ([#​8817](https://togithub.com/typeorm/typeorm/issues/8817)) ([8ba742e](https://togithub.com/typeorm/typeorm/commit/8ba742eb36586a21a918ed178208874a53ace3f9)) - fixed issue with `typeorm init` command ([#​8820](https://togithub.com/typeorm/typeorm/issues/8820)) ### [`v0.3.4`](https://togithub.com/typeorm/typeorm/blob/HEAD/CHANGELOG.md#​034-httpsgithubcomtypeormtypeormcompare033034-2022-03-26) [Compare Source](https://togithub.com/typeorm/typeorm/compare/0.3.3...0.3.4) ##### Bug Fixes - BaseEntity.reload method regression and made `findOne` to throw error on missing conditions in runtime ([#​8801](https://togithub.com/typeorm/typeorm/issues/8801)) ([ee8c1ec](https://togithub.com/typeorm/typeorm/commit/ee8c1ecbc210adcc685d6156a941004b9d724227)) - improve DeepPartial recursion ([#​8732](https://togithub.com/typeorm/typeorm/issues/8732)) ([0494008](https://togithub.com/typeorm/typeorm/commit/0494008b703240bf593c6f8f2c601cb0d6761805)), closes [#​8681](https://togithub.com/typeorm/typeorm/issues/8681) - missing timestamp in created migrations filenames ([#​8802](https://togithub.com/typeorm/typeorm/issues/8802)) ([ceee439](https://togithub.com/typeorm/typeorm/commit/ceee4396d31da1a7dde53cb50689f53659c8a4b1)) - PoolConnection leaked by MysqlDriver ([#​8803](https://togithub.com/typeorm/typeorm/issues/8803)) ([d2cfd22](https://togithub.com/typeorm/typeorm/commit/d2cfd224cacb5db9761aa9679764d699b8abbc65)) - remove console.log calls from SelectQueryBuilder ([#​8795](https://togithub.com/typeorm/typeorm/issues/8795)) ([54c7db4](https://togithub.com/typeorm/typeorm/commit/54c7db49355bb09514b6e977d1d7235c02557a0b)), closes [#​8792](https://togithub.com/typeorm/typeorm/issues/8792) - stop crashing when redis is offline and ignoreErrors on cache options is set ([#​8725](https://togithub.com/typeorm/typeorm/issues/8725)) ([edc39d1](https://togithub.com/typeorm/typeorm/commit/edc39d14a97d90c534b56693b988a0ad139e69fd)) ##### Features - add support for insert with alias ([#​4003](https://togithub.com/typeorm/typeorm/issues/4003)) ([#​8791](https://togithub.com/typeorm/typeorm/issues/8791)) ([4b37030](https://togithub.com/typeorm/typeorm/commit/4b37030fc02878a27b0d57d4217b2efab49999af)) - applicationName parameter for CockroachDB ([#​8800](https://togithub.com/typeorm/typeorm/issues/8800)) ([79b7f5c](https://togithub.com/typeorm/typeorm/commit/79b7f5c22840992e205d61f6433916aaf80ea647)) ### [`v0.3.3`](https://togithub.com/typeorm/typeorm/blob/HEAD/CHANGELOG.md#​033-httpsgithubcomtypeormtypeormcompare032033-2022-03-23) [Compare Source](https://togithub.com/typeorm/typeorm/compare/0.3.2...0.3.3) ##### Bug Fixes - improve initialization of custom repository ([#​8782](https://togithub.com/typeorm/typeorm/issues/8782)) ([52a641c](https://togithub.com/typeorm/typeorm/commit/52a641ca7ce8e4b168155b5043d1e9289c694fc7)) - resolve entities correctly in datasource when globs are specified ([#​8778](https://togithub.com/typeorm/typeorm/issues/8778)) ([a641c5d](https://togithub.com/typeorm/typeorm/commit/a641c5dff86df683b84e14873e88011013258f87)) ##### Features - support for Common Table Expressions ([#​8534](https://togithub.com/typeorm/typeorm/issues/8534)) ([7cc1848](https://togithub.com/typeorm/typeorm/commit/7cc1848fd4a44aefa986026ee659ed872ea6ab8f)), closes [#​1116](https://togithub.com/typeorm/typeorm/issues/1116) [#​5899](https://togithub.com/typeorm/typeorm/issues/5899) [#​4753](https://togithub.com/typeorm/typeorm/issues/4753) ### [`v0.3.2`](https://togithub.com/typeorm/typeorm/blob/HEAD/CHANGELOG.md#​032-httpsgithubcomtypeormtypeormcompare031032-2022-03-22) [Compare Source](https://togithub.com/typeorm/typeorm/compare/0.3.1...0.3.2) ##### Bug Fixes - broken CLI in ESM projects since version 0.3.0 ([#​8773](https://togithub.com/typeorm/typeorm/issues/8773)) ([97699e8](https://togithub.com/typeorm/typeorm/commit/97699e816e03867efe595f620ceb152af91f9f56)) ##### Features - add typeorm CLI variations that include `ts-node` ([#​8776](https://togithub.com/typeorm/typeorm/issues/8776)) ([05fc744](https://togithub.com/typeorm/typeorm/commit/05fc74446988d100052f46e2dbf61c6cc2999b99)) - allows user to specify which mysql package should be used ([#​8771](https://togithub.com/typeorm/typeorm/issues/8771)) ([35106df](https://togithub.com/typeorm/typeorm/commit/35106dfe78a92783abca7d06307ab9106ae536bc)) ##### Reverts - json/jsonb change introduced in 0.3.1 ([#​8777](https://togithub.com/typeorm/typeorm/issues/8777)) ([edf27d9](https://togithub.com/typeorm/typeorm/commit/edf27d97a30d1aaf28e5c7a7aab96d16152e4983)) ### [`v0.3.1`](https://togithub.com/typeorm/typeorm/blob/HEAD/CHANGELOG.md#​031-httpsgithubcomtypeormtypeormcompare030031-2022-03-21) [Compare Source](https://togithub.com/typeorm/typeorm/compare/0.3.0...0.3.1) ##### Bug Fixes - bugfixes introduced in 0.3.0 ([#​8764](https://togithub.com/typeorm/typeorm/issues/8764)) ([d61f857](https://togithub.com/typeorm/typeorm/commit/d61f857ce9447a25d074810759fd5c4aad9a08e3)), closes [#​8762](https://togithub.com/typeorm/typeorm/issues/8762) [#​8759](https://togithub.com/typeorm/typeorm/issues/8759) [#​8758](https://togithub.com/typeorm/typeorm/issues/8758) [#​8757](https://togithub.com/typeorm/typeorm/issues/8757) ##### Features - new array find operators (`ArrayContains`, `ArrayContainedBy`, `ArrayOverlap`) ([#​8766](https://togithub.com/typeorm/typeorm/issues/8766)) ([9f1b8e3](https://togithub.com/typeorm/typeorm/commit/9f1b8e3425739a871c2d0ad84ddd6e7456117f7f)): ##### BREAKING CHANGES - we do not call JSON.stringify() to json/jsonb column types in Postgres. Instead, we delegate value directly to underlying pg driver. This is a correct way of handling jsons. - array: true must be explicitly defined for array json/jsonb values - strings being JSON-stringified must be manually escaped

Configuration

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

renovate[bot] commented 2 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (0.3.6). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.