marblejs / marble

Marble.js - functional reactive Node.js framework for building server-side applications, based on TypeScript and RxJS.
https://marblejs.com
MIT License
2.15k stars 69 forks source link

build: added support for TypeScript v4.3 and ESlint v7.28 #331

Closed JozefFlakus closed 3 years ago

JozefFlakus commented 3 years ago

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[x] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[x] No
codecov[bot] commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (next@a0c84b6). Click here to learn what that means. The diff coverage is 95.27%.

Impacted file tree graph

@@           Coverage Diff           @@
##             next     #331   +/-   ##
=======================================
  Coverage        ?   95.70%           
=======================================
  Files           ?      164           
  Lines           ?     3119           
  Branches        ?      427           
=======================================
  Hits            ?     2985           
  Misses          ?      129           
  Partials        ?        5           
Impacted Files Coverage Δ
packages/core/src/+internal/fp/index.ts 0.00% <ø> (ø)
...messaging/src/transport/strategies/tcp.strategy.ts 0.00% <0.00%> (ø)
packages/core/src/logger/logger.ts 52.00% <52.00%> (ø)
packages/core/src/http/error/http.error.model.ts 66.66% <66.66%> (ø)
...kages/core/src/http/server/http.server.listener.ts 78.26% <78.26%> (ø)
...es/messaging/src/server/messaging.server.events.ts 78.57% <78.57%> (ø)
...ckages/core/src/http/router/http.router.helpers.ts 80.00% <80.00%> (ø)
...ore/src/http/response/http.responseBody.factory.ts 80.95% <80.95%> (ø)
...rc/transport/strategies/amqp.strategy.interface.ts 81.81% <81.81%> (ø)
packages/core/src/+internal/utils/any.util.ts 84.61% <83.33%> (ø)
... and 101 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a0c84b6...45ff13c. Read the comment docs.