daniel-sc / ng-extract-i18n-merge

Extract and merge i18n xliff translation files for angular projects.
MIT License
170 stars 18 forks source link

Do we need @angular-devkit/build-angular #71

Closed aljaznuncic closed 1 year ago

aljaznuncic commented 1 year ago

Do we really need @angular-devkit/build-angular as a dependency. It contains protractor, which is deprecated and contains dependencies with vulnerabilities (xml2js@0.4.23 and request@2.88.2)

daniel-sc commented 1 year ago

@aljaznuncic Yes - this lib replaces - and internally invokes- the "extract-i18n"-builder from @angular-devkit/build-angular. Would you have any other idea?

Furthermore any angular project depends on this dependency to build - doesn't it?