denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
95.45k stars 5.3k forks source link

Automated license conflicts detection #19968

Open banocean opened 1 year ago

banocean commented 1 year ago

There are various tools that allows us to check is your project compliant with licenses of all the dependencies. Integrating one of them into Deno's CI/CD would ensure this while dealing with large amounts of pr's where some of them introducing changes in the very big and complex dependency tree.

dsherret commented 1 year ago

This is something we're thinking about for Deno 2.0, but not something easily possible at the moment.

banocean commented 1 year ago

This is something we're thinking about for Deno 2.0, but not something easily possible at the moment.

I'm kinda curious what's that and how is it a problem in Deno 1.x. I would be grateful if you will say more about it.