Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency typeorm to v0.3.16 (#237)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [typeorm](https://typeorm.io) ([source](https://github.com/typeorm/typeorm)) | dependencies | patch | [`0.3.14` -> `0.3.16`](https://renovatebot.com/diffs/npm/typeorm/0.3.14/0.3.16) | --- ### Release Notes <details> <summary>typeorm/typeorm</summary> ### [`v0.3.16`](https://github.com/typeorm/typeorm/blob/HEAD/CHANGELOG.md#​0316-httpsgithubcomtypeormtypeormcompare03150316-2023-05-09) [Compare Source](typeorm/typeorm@0.3.15...0.3.16) ##### Bug Fixes - add `trustServerCertificate` option to `SqlServerConnectionOptions` ([#​9985](typeorm/typeorm#9985)) ([0305805](typeorm/typeorm@0305805)), closes [#​8093](typeorm/typeorm#8093) - add directConnection options to MongoDB connection ([#​9955](typeorm/typeorm#9955)) ([e0165e7](typeorm/typeorm@e0165e7)) - add onDelete option validation for oracle ([#​9786](typeorm/typeorm#9786)) ([938f94b](typeorm/typeorm@938f94b)), closes [#​9189](typeorm/typeorm#9189) - added instanceName to options ([#​9968](typeorm/typeorm#9968)) ([7c5627f](typeorm/typeorm@7c5627f)) - added transaction retry logic in cockroachdb ([#​10032](typeorm/typeorm#10032)) ([607d6f9](typeorm/typeorm@607d6f9)) - allow json as alias for longtext mariadb ([#​10018](typeorm/typeorm#10018)) ([2a2bb4b](typeorm/typeorm@2a2bb4b)) - convert the join table ID to the referenceColumn ID type ([#​9887](typeorm/typeorm#9887)) ([9460296](typeorm/typeorm@9460296)) - correct encode mongodb auth credentials ([#​10024](typeorm/typeorm#10024)) ([96b7ee4](typeorm/typeorm@96b7ee4)), closes [#​9885](typeorm/typeorm#9885) - create correct children during cascade saving entities with STI ([#​9034](typeorm/typeorm#9034)) ([06c1e98](typeorm/typeorm@06c1e98)), closes [#​7758](typeorm/typeorm#7758) [#​7758](typeorm/typeorm#7758) [#​9033](typeorm/typeorm#9033) [#​9033](typeorm/typeorm#9033) [#​7758](typeorm/typeorm#7758) [#​7758](typeorm/typeorm#7758) - express option bug in init command ([#​10022](typeorm/typeorm#10022)) ([5be20e2](typeorm/typeorm@5be20e2)) - for running cli-ts-node-esm use exit code from child process ([#​10030](typeorm/typeorm#10030)) ([a188b1d](typeorm/typeorm@a188b1d)), closes [#​10029](typeorm/typeorm#10029) - mongodb typings breaks the browser version ([#​9962](typeorm/typeorm#9962)) ([99bef49](typeorm/typeorm@99bef49)), closes [#​9959](typeorm/typeorm#9959) - RelationIdLoader has access to queryPlanner when wrapped in transaction ([#​9990](typeorm/typeorm#9990)) ([21a9d67](typeorm/typeorm@21a9d67)), closes [#​9988](typeorm/typeorm#9988) - resolve duplicate subscriber updated columns ([#​9958](typeorm/typeorm#9958)) ([3d67901](typeorm/typeorm@3d67901)), closes [#​9948](typeorm/typeorm#9948) - select + addOrderBy broke in 0.3.14 ([#​9961](typeorm/typeorm#9961)) ([0e56f0f](typeorm/typeorm@0e56f0f)), closes [#​9960](typeorm/typeorm#9960) - support More/LessThanOrEqual in relations ([#​9978](typeorm/typeorm#9978)) ([8795c86](typeorm/typeorm@8795c86)) ##### Features - mariadb uuid inet4 inet6 column data type support ([#​9845](typeorm/typeorm#9845)) ([d8a2e37](typeorm/typeorm@d8a2e37)) ##### Reverts - "refactor: remove date-fns package ([#​9634](typeorm/typeorm#9634))" ([54f4f89](typeorm/typeorm@54f4f89)) ### [`v0.3.15`](https://github.com/typeorm/typeorm/blob/HEAD/CHANGELOG.md#​0315-httpsgithubcomtypeormtypeormcompare03140315-2023-04-15) [Compare Source](typeorm/typeorm@0.3.14...0.3.15) ##### Bug Fixes - make cache optional fields optional ([#​9942](typeorm/typeorm#9942)) ([159c60a](typeorm/typeorm@159c60a)) - prevent unique index identical to primary key (all sql dialects) ([#​9940](typeorm/typeorm#9940)) ([51eecc2](typeorm/typeorm@51eecc2)) - SelectQueryBuilder builds incorrectly escaped alias in Oracle when used on entity with composite key ([#​9668](typeorm/typeorm#9668)) ([83c6c0e](typeorm/typeorm@83c6c0e)) ##### Features - support for the latest mongodb v5 ([#​9925](typeorm/typeorm#9925)) ([f6a3ce7](typeorm/typeorm@f6a3ce7)), closes [#​7907](typeorm/typeorm#7907) [#​7907](typeorm/typeorm#7907) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9--> Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Ethan Lane <[email protected]> Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/vylbot-app/pulls/237 Co-authored-by: RenovateBot <[email protected]> Co-committed-by: RenovateBot <[email protected]>
- Loading branch information