adobe / aio-cli-plugin-runtime

Adobe I/O Runtime plugin for the Adobe I/O CLI
https://www.adobe.io
Apache License 2.0
15 stars 31 forks source link

Deprecated dependencies #264

Closed florind-ens closed 2 years ago

florind-ens commented 2 years ago

Description

A few of the dependencies have been deprecated. Replaced them && fixed unit test + eslint errors.

Related Issue

Motivation and Context

To keep the repo up to date. Currently, the master branch has: 35 moderate severity vulnerabilities A list of deprecated dependencies.

How Has This Been Tested?

unit tests

Screenshots (if appropriate):

Types of changes

Checklist:

codecov[bot] commented 2 years ago

Codecov Report

Merging #264 (cf4cb8c) into master (869506a) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #264   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           65        65           
  Lines         1698      1730   +32     
  Branches       322       367   +45     
=========================================
+ Hits          1698      1730   +32     
Impacted Files Coverage Δ
src/RuntimeBaseCommand.js 100.00% <100.00%> (ø)
src/commands/runtime/action/create.js 100.00% <100.00%> (ø)
src/commands/runtime/action/delete.js 100.00% <100.00%> (ø)
src/commands/runtime/action/get.js 100.00% <100.00%> (ø)
src/commands/runtime/action/index.js 100.00% <100.00%> (ø)
src/commands/runtime/action/invoke.js 100.00% <100.00%> (ø)
src/commands/runtime/action/list.js 100.00% <100.00%> (ø)
src/commands/runtime/activation/get.js 100.00% <100.00%> (ø)
src/commands/runtime/activation/index.js 100.00% <100.00%> (ø)
src/commands/runtime/activation/list.js 100.00% <100.00%> (ø)
... and 66 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 869506a...cf4cb8c. Read the comment docs.