moltar / typescript-runtime-type-benchmarks

📊 Benchmark Comparison of Packages with Runtime Validation and TypeScript Support
https://moltar.github.io/typescript-runtime-type-benchmarks/
594 stars 59 forks source link

fix(deps): update dependency @deepkit/core to v1.0.1-alpha.147 #1230

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@deepkit/core 1.0.1-alpha.123 -> 1.0.1-alpha.147 age adoption passing confidence

Release Notes

deepkit/deepkit-framework (@​deepkit/core) ### [`v1.0.1-alpha.147`](https://togithub.com/deepkit/deepkit-framework/blob/HEAD/CHANGELOG.md#101-alpha147-2024-05-04) [Compare Source](https://togithub.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.145...v1.0.1-alpha.147) ##### Bug Fixes - **http:** support for JSON array payloads ([#​564](https://togithub.com/deepkit/deepkit-framework/issues/564)) ([feeeaa6](https://togithub.com/deepkit/deepkit-framework/commit/feeeaa6ef9f76d67f85b25f4d243b27ceb00360b)) - **mysql:** ensure `number & AutoIncrement` is always `int` ([69feb17](https://togithub.com/deepkit/deepkit-framework/commit/69feb17276f0f23ef32a331b36fa58ce0b001ae5)) - **sqlite:** make sure ALTER TABLE are not aggregated ([74ef2eb](https://togithub.com/deepkit/deepkit-framework/commit/74ef2eb340924306dcd59b4d913d0eb32f88757f)) - **type:** make sure handled constructor properties are not set twice ([2e82eb6](https://togithub.com/deepkit/deepkit-framework/commit/2e82eb6fe6bb8b519b8f170334740ee9f7f988be)) - **type:** resolve global classes as shallow TypeClass ([d976024](https://togithub.com/deepkit/deepkit-framework/commit/d97602409b1e8c1d63839e2d1b75d16a0ccd4cfd)) - **website:** docs about DI configureProvider and nominal tyoes ([e5dafb4](https://togithub.com/deepkit/deepkit-framework/commit/e5dafb47126411e8b369aa78cead32e02b4ee7c9)) ### [`v1.0.1-alpha.145`](https://togithub.com/deepkit/deepkit-framework/blob/HEAD/CHANGELOG.md#101-alpha145-2024-04-08) [Compare Source](https://togithub.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.143...v1.0.1-alpha.145) ##### Bug Fixes - **filesystem-aws-s3:** use correct path normalize function ([58042a9](https://togithub.com/deepkit/deepkit-framework/commit/58042a99dc1f25d92effb766842fea199568f8f6)) - **http:** make sure invalid formidable files are skipped ([d1ff09b](https://togithub.com/deepkit/deepkit-framework/commit/d1ff09ba17e82891b25c192dec7bdf2d9b921f24)) - **orm:** make sure persistence is always closed on flush ([015d90a](https://togithub.com/deepkit/deepkit-framework/commit/015d90af15503c4159e4810cb6f862349a4599f1)) - **sql:** dates should be nullable without casting as JSON ([#​553](https://togithub.com/deepkit/deepkit-framework/issues/553)) ([d34b1a3](https://togithub.com/deepkit/deepkit-framework/commit/d34b1a30ad9371f01eb806ac37f2861754ce9959)) - **sql:** resolve `Date|null` to date type ([ab12802](https://togithub.com/deepkit/deepkit-framework/commit/ab12802c307d9dcf17925526dd5dcf87c87e8899)) - type guard handing of empty Map/Set ([da4cf82](https://togithub.com/deepkit/deepkit-framework/commit/da4cf8242a317157f8b02c67d2b5754fb8f29381)) - **website:** fix ssr, remove some pages ([51b9b36](https://togithub.com/deepkit/deepkit-framework/commit/51b9b3681f46faf368c429302e127cf8c279d18d)) ### [`v1.0.1-alpha.143`](https://togithub.com/deepkit/deepkit-framework/blob/HEAD/CHANGELOG.md#101-alpha143-2024-03-17) [Compare Source](https://togithub.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.124...v1.0.1-alpha.143) ##### Bug Fixes - **core:** don't include stack in formatError per default ([1b603ee](https://togithub.com/deepkit/deepkit-framework/commit/1b603eef2938ab010fb6d83836894ad5a1c236af)) - **http:** parameter service injection into route methods with encapsulated modules ([9c98f8b](https://togithub.com/deepkit/deepkit-framework/commit/9c98f8b110078ab35882fece44f45fde34a4feeb)) - **type-compiler:** also parse tsx source files ([80464bf](https://togithub.com/deepkit/deepkit-framework/commit/80464bf2bd38477e7ce7898fde17b6d6738007f7)), closes [#​560](https://togithub.com/deepkit/deepkit-framework/issues/560) - **type:** print Error cause chain in formatError ([c2a413a](https://togithub.com/deepkit/deepkit-framework/commit/c2a413aeb74155ddb29f1939b48e034f05d9ae60)) - **type:** union expansions in intersections ([332b26e](https://togithub.com/deepkit/deepkit-framework/commit/332b26eb148d916d03f49fad0daaad083c24207a)), closes [#​556](https://togithub.com/deepkit/deepkit-framework/issues/556) ##### Features - **desktop-ui:** support queryParams in list route support ([6f33804](https://togithub.com/deepkit/deepkit-framework/commit/6f3380469c22d8c146367889c8afd55d8df15292)) - **injector:** improve set method api ([#​557](https://togithub.com/deepkit/deepkit-framework/issues/557)) ([eb92e58](https://togithub.com/deepkit/deepkit-framework/commit/eb92e58a44a25170f29150aae89b2dfad33a3495)) - **mysql, postgres:** add support for connection URLs ([2518670](https://togithub.com/deepkit/deepkit-framework/commit/25186701e3d6ea60ea232cbcc0c989e195df9edf)) ### [`v1.0.1-alpha.124`](https://togithub.com/deepkit/deepkit-framework/blob/HEAD/CHANGELOG.md#101-alpha124-2024-02-04) [Compare Source](https://togithub.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.124) ##### Bug Fixes - **desktop-ui:** -webkit-scrollbar is not supported in chrome anymore ([68fca4f](https://togithub.com/deepkit/deepkit-framework/commit/68fca4f393d170e2ce5b4bfa17539d06d6ab1cb0)) - **desktop-ui:** dont ignore dist/ in npm package ([e6e6faa](https://togithub.com/deepkit/deepkit-framework/commit/e6e6faa77f2e30d741dfe0bf77a0d79c5410a7dd)) - **orm:** make sure getJoin operates on existing join model ([03b2428](https://togithub.com/deepkit/deepkit-framework/commit/03b242832adac48b7163e1fcf8902e7f1b197e8a)) - **type:** handle more circular types ([5f6bd12](https://togithub.com/deepkit/deepkit-framework/commit/5f6bd124aaf9c546014b81dbded8110312f4e819)), closes [#​477](https://togithub.com/deepkit/deepkit-framework/issues/477) ##### Features - **orm:** better Error handling + UniqueConstraintFailure ([f1845ee](https://togithub.com/deepkit/deepkit-framework/commit/f1845ee84eb61a894155944a6efae6b926a4a47d)) - **orm:** new API to configure a join query ([64cc55e](https://togithub.com/deepkit/deepkit-framework/commit/64cc55e812a6be555515e036de4e6b18d147b4f0))

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.