H4ad / serverless-adapter

Run REST APIs and other web applications using your existing Node.js application framework (NestJS, Express, Koa, tRPC, Fastify and many others), on top of AWS, Azure, Huawei and many other clouds.
https://serverless-adapter.viniciusl.com.br/
MIT License
134 stars 8 forks source link

chore: bump @deepkit/workflow from 1.0.1-alpha.97 to 1.0.1-alpha.108 #171

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps @deepkit/workflow from 1.0.1-alpha.97 to 1.0.1-alpha.108.

Changelog

Sourced from @​deepkit/workflow's changelog.

1.0.1-alpha.108 (2023-11-21)

Bug Fixes

  • app: correctly end stopwatch frame (86be2e1)
  • broker: await disconnect (0568378)
  • core: make sure stringifyValueWithType does not print unlimited depth (56fbef9)
  • framework: don't enable profiler per default (52a7e52)
  • framework: dont throw when profiler package couldn't be built. (3b165d6)
  • framework: provide always DebugBroker (1b55b65)
  • http: fix tests to reflect new error reporting (1eb83ff)
  • injector: make sure type cache is used when finding matching provider. (8c79e4b)
  • rpc: correctly load controller name (9d603db)
  • rpc: race condition in disconnect() when connect is still in progress (f2d708d)
  • template: better typings to support <element role="string"> (efb1668)
  • type: correctly check X extends Date and print validation errors with caused value. (fde795e)
  • type: correctly materialize Promise in runtime checks. (aa66460), closes #495
  • type: make sure typeof x expression doesn't return the original type (7206e7e)
  • type: make sure inline returns a ref to the correct type program (dc5d6dd)

Features

  • rpc: make controller decorator name optional (#491) (525ed39)
  • type-compiler: emit typeName for type only imports (#501) (318d091)

1.0.1-alpha.107 (2023-10-23)

Note: Version bump only for package root

1.0.1-alpha.106 (2023-10-23)

Note: Version bump only for package root

1.0.1-alpha.105 (2023-10-23)

... (truncated)

Commits
  • 7f20700 v1.0.1-alpha.108
  • 8d8fe61 chore(type): add test to cover #509
  • 7b0c262 feature(type): make all types optional nominal.
  • 2b277b1 feature(broker): refactor API of broker to make it more usable.
  • 5085801 Merge branch 'master' of github.com:deepkit/deepkit-framework
  • 641187e refactor(broker): new easier cache API
  • a535148 Extend indexAccess to work with unions (#507)
  • 310db0a chore: update community package links for graphql (#506)
  • dc5d6dd fix(type): make sure inline returns a ref to the correct type program
  • 3385277 Merge branch 'master' of github.com:deepkit/deepkit-framework
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 10 months ago

The following labels could not be found: Dependencies.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (788346b) 0.00% compared to head (e883dd8) 99.93%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #171 +/- ## ========================================= + Coverage 0 99.93% +99.93% ========================================= Files 0 64 +64 Lines 0 7771 +7771 Branches 0 658 +658 ========================================= + Hits 0 7766 +7766 - Misses 0 5 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dependabot[bot] commented 10 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.