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/type-compiler to v1.0.1-alpha.150 #1232

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/type-compiler 1.0.1-alpha.123 -> 1.0.1-alpha.150 age adoption passing confidence

Release Notes

deepkit/deepkit-framework (@​deepkit/type-compiler) ### [`v1.0.1-alpha.150`](https://togithub.com/deepkit/deepkit-framework/blob/HEAD/CHANGELOG.md#101-alpha150-2024-05-09) [Compare Source](https://togithub.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.149...v1.0.1-alpha.150) ##### Bug Fixes - **rpc:** ensure data is not chunked twice in server->client controllers ([6c59f9b](https://togithub.com/deepkit/deepkit-framework/commit/6c59f9bda5830dc11f85b555e7ecd618e10708f8)) - **type-compiler:** support ReceiveType in arrow function with body expression ([3c66064](https://togithub.com/deepkit/deepkit-framework/commit/3c660640ba5ef7ac447d31b59abaf4f37bd341de)) ##### Features - **type-compiler:** allow to use T from ReceiveType in function body as type reference ([4d24c8b](https://togithub.com/deepkit/deepkit-framework/commit/4d24c8b33197e163ba75eb9483349d269502dc76)), closes [#​565](https://togithub.com/deepkit/deepkit-framework/issues/565) ### [`v1.0.1-alpha.149`](https://togithub.com/deepkit/deepkit-framework/blob/HEAD/CHANGELOG.md#101-alpha149-2024-05-07) [Compare Source](https://togithub.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.146...v1.0.1-alpha.149) ##### Bug Fixes - **type-compiler:** make sure type reference resolving skips parameter names ([16ba17d](https://togithub.com/deepkit/deepkit-framework/commit/16ba17d728cb6f66db7ff3463ee05a893986b29b)), closes [#​566](https://togithub.com/deepkit/deepkit-framework/issues/566) ### [`v1.0.1-alpha.146`](https://togithub.com/deepkit/deepkit-framework/blob/HEAD/CHANGELOG.md#101-alpha146-2024-04-17) [Compare Source](https://togithub.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.143...v1.0.1-alpha.146) ##### Bug Fixes - **type-compiler:** esm import of micromatch ([5606d74](https://togithub.com/deepkit/deepkit-framework/commit/5606d7404ad4ff1e94c5c12cbf94a532e9ae41ce)) ### [`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.142...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.142`](https://togithub.com/deepkit/deepkit-framework/blob/HEAD/CHANGELOG.md#101-alpha142-2024-03-06) [Compare Source](https://togithub.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.141...v1.0.1-alpha.142) ##### Bug Fixes - **type-compiler:** support windows reflection pattern matching ([cec3146](https://togithub.com/deepkit/deepkit-framework/commit/cec3146612b7b950cbd47eb2850feb887b87fc82)) ### [`v1.0.1-alpha.141`](https://togithub.com/deepkit/deepkit-framework/blob/HEAD/CHANGELOG.md#101-alpha141-2024-03-05) [Compare Source](https://togithub.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.139...v1.0.1-alpha.141) ##### Bug Fixes - **orm:** remove browser export ([58bb3c8](https://togithub.com/deepkit/deepkit-framework/commit/58bb3c864e6d4fb2794835e748cf5a950bf923af)) - **rpc:** maintain strictSerialization option also in new observables ([273330b](https://togithub.com/deepkit/deepkit-framework/commit/273330b102c30f62895bd7d3b8b6d6762e080740)) - **type:** handle `Function` correctly in type comparisons ([16f0c1d](https://togithub.com/deepkit/deepkit-framework/commit/16f0c1da4b6e2ce216c45681e1574bfe68c9044f)) ### [`v1.0.1-alpha.139`](https://togithub.com/deepkit/deepkit-framework/blob/HEAD/CHANGELOG.md#101-alpha139-2024-02-29) [Compare Source](https://togithub.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.139) ##### Bug Fixes - **create-app:** adjust example app to new API changes ([d2b1c26](https://togithub.com/deepkit/deepkit-framework/commit/d2b1c260d557ab46f2ad5b467927e7fd5e1a88cd)) - **rpc:** only print warning text, not error ([ed8cfe7](https://togithub.com/deepkit/deepkit-framework/commit/ed8cfe7733a36b79a8802afec9280f74d51a6b1b)) - **type-compiler:** mark the right SourceFile object as processed ([38cfdf0](https://togithub.com/deepkit/deepkit-framework/commit/38cfdf06910cfbd01755805022f97ed6afa8dd4d)) - **type:** better error message when fast path type resolution fails due to undefined symbols ([0ef082d](https://togithub.com/deepkit/deepkit-framework/commit/0ef082d4b474b7d36d7668cf21ad8a9922469189))

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.