IBM-Cloud / ibm-developer-extension-vscode

Extension for VS Code editor to enable IBM Cloud CLI capabilities from within the editing environment.
https://marketplace.visualstudio.com/items?itemName=IBM.ibm-developer
Apache License 2.0
13 stars 10 forks source link

chore(build): Migrated from gulp to webpack #41

Closed Aerex closed 2 years ago

Aerex commented 2 years ago

Context

The purpose of this PR is to mitigate security vulnerabilities reported from the npm modules. The changes do not impact the functionality of the extension. The following changes have been made.

  1. Removed gulp and replaced with webpack 1.1 Reason: Security vulnerabilities
  2. Remove tslint to eslint 2.1 Reason: Security vulnerabilities. Tslint is the deprecated version of eslint and it is strongly recommended to not use
  3. Updated typescript syntax 3.1 Reason: Adhere to linting rules (does not impact code)

Callouts

Since the changes are only related to build this will not be a release.