noobaa-core icon indicating copy to clipboard operation
noobaa-core copied to clipboard

Post Node v16 dependency bumps

Open tangledbytes opened this issue 2 years ago • 0 comments

Explain the changes

Following dependencies were bumped

====================================================
####### MINOR/PATCH DEPENDENCY UPGRADES ###########
====================================================
@google-cloud/storage     6.5.0  →     6.5.2 DONE
@types/lodash          4.14.185  →  4.14.186 DONE
@types/node            16.11.59  →  16.11.63 DONE
aws-sdk                2.1217.0  →  2.1227.0 DONE
eslint                   8.23.1  →    8.24.0 DONE
typescript                4.8.3  →     4.8.4 DONE
ws                        8.8.1  →     8.9.0 DONE
yaml                      2.1.1  →     2.1.2 DONE
====================================================

eslint version 8.24.0 enforced a new rule logical-assignment-operators The relevant changes were made to all the files. It should be noted that ||= operator is available in es2021 and hence the language allowed by eslint was also changed.

Testing Instructions:

  1. make test
  2. make test-postgres
  • [ ] Doc added/updated
  • [ ] Tests added

tangledbytes avatar Oct 03 '22 11:10 tangledbytes