dbartholomae / lambda-middleware

A collection of middleware for AWS lambda functions.
https://dbartholomae.github.io/lambda-middleware/
MIT License
151 stars 18 forks source link

Update TypeScript to latest version #63

Closed dbartholomae closed 2 years ago

dbartholomae commented 2 years ago

This also updates the version of the util dependency in the middleware template

codecov[bot] commented 2 years ago

Codecov Report

Merging #63 (32e3217) into main (ade9bc2) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #63   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           56        56           
  Lines          530       527    -3     
  Branches       103        99    -4     
=========================================
- Hits           530       527    -3     
Impacted Files Coverage Δ
packages/class-validator/src/classValidator.ts 100.00% <100.00%> (ø)
...iddyMiddleware/promisifyMiddyMiddlewareFunction.ts 100.00% <100.00%> (ø)
packages/middy-adaptor/src/middy-adaptor.ts 100.00% <100.00%> (ø)
packages/utils/src/promisifyHandler.ts 100.00% <100.00%> (ø)
packages/cors/src/handlePreflightRequest.ts 100.00% <0.00%> (ø)
packages/cors/src/handleNonPreflightRequest.ts 100.00% <0.00%> (ø)
...kages/cors/src/headers/createAllowHeadersHeader.ts 100.00% <0.00%> (ø)

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 0d05ea4...32e3217. Read the comment docs.