microsoft / vs-servicehub

The service broker libraries used by Visual Studio to exchange intra- and inter-process services
MIT License
21 stars 8 forks source link

Update OSS Packages for Compliance 2024 #196

Closed RyanToth3 closed 6 months ago

RyanToth3 commented 6 months ago

Update OSS Packages for Compliance 2024.

The latest versions of "tslint" and "eslint-plugin-node" are both older than 4 years, which would categorize them as "Abandoned". In order to stay compliant we would need to take ownership of those packages/repos. To avoid having to that they were removed from the package.json. "tslint" is also labeled as deprecated with "eslint" mentioned as its replacement.

All other updates are moving any dependencies that are older than 18 months to the latest stable versions.

RyanToth3 commented 6 months ago

I will generate a new NOTICE.txt file from the CG tool after this has been checked in.

AArnott commented 6 months ago

The changes look good, but it results in build failure. Can you resolve that prior to merging?