zowe / zowe-cli

Zowe CLI
Eclipse Public License 2.0
108 stars 85 forks source link

Bump Engines in Packages #2074

Closed awharn closed 4 months ago

awharn commented 4 months ago

What It Does

The engines string was incorrectly set, and some dependencies no longer support Node 16. Sets the Engines string to the first Node 18 LTS version, which almost all dependencies support The only exception to this is ava, which is a dev dep of the Secrets SDK. That requires >=18.18.0.

How to Test

Review Checklist I certify that I have:

Additional Comments

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 91.09%. Comparing base (71fb5e8) to head (d528829). Report is 2 commits behind head on next.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #2074 +/- ## ======================================== Coverage 91.09% 91.09% ======================================== Files 638 638 Lines 18840 18840 Branches 3924 3814 -110 ======================================== Hits 17162 17162 Misses 1677 1677 Partials 1 1 ```

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

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud