hazelcast / hazelcast-nodejs-client

Hazelcast Node.js Client
https://hazelcast.com/clients/node-js/
Apache License 2.0
150 stars 58 forks source link

Update dependencies #1428

Closed srknzl closed 1 year ago

srknzl commented 1 year ago

mocha-jenkins-reporter was not necessary anymore since we don't use jenkins anymore.

Min development Node version is made 14.14 because Node 12 is end of life.

codecov[bot] commented 1 year ago

Codecov Report

Merging #1428 (02a2b30) into master (60db202) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #1428   +/-   ##
=======================================
  Coverage   93.12%   93.12%           
=======================================
  Files         465      466    +1     
  Lines       16431    16477   +46     
  Branches     1337     1340    +3     
=======================================
+ Hits        15301    15345   +44     
- Misses        829      830    +1     
- Partials      301      302    +1     
Impacted Files Coverage Δ
src/config/Config.ts 98.24% <ø> (ø)
src/config/SSLConfig.ts 100.00% <ø> (ø)
src/serialization/generic_record/GenericRecords.ts 100.00% <ø> (ø)
src/HazelcastClient.ts 93.44% <100.00%> (+0.07%) :arrow_up:
src/codec/ClientSendSchemaCodec.ts 100.00% <100.00%> (ø)
src/codec/builtin/SetUUIDCodec.ts 100.00% <100.00%> (ø)
src/config/ConfigBuilder.ts 90.29% <100.00%> (+0.04%) :arrow_up:
src/protocol/ClientMessage.ts 97.61% <100.00%> (+0.07%) :arrow_up:
src/serialization/compact/SchemaService.ts 90.62% <100.00%> (+4.91%) :arrow_up:
src/util/Util.ts 86.30% <100.00%> (-0.69%) :arrow_down:
... and 6 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more