quaertym / ember-cli-dependency-checker

Ember CLI addon for checking missing node and bower dependencies before running ember commands
MIT License
40 stars 37 forks source link

bump dependencies to support latest Node versions #135

Closed SergeAstapov closed 2 years ago

SergeAstapov commented 2 years ago

@quaertym this is follow up to https://github.com/quaertym/ember-cli-dependency-checker/pull/133#issuecomment-1096925157 and pre-requisite to adding scenario-tester which requires Node.js >= 14.

In order to use Node.js 14 in CI, we need to bump devDependencies.

Once this is merged, I'll open a follow up PR like this https://github.com/SergeAstapov/ember-cli-dependency-checker/pull/5

Ideally, once this PR merged and scenario-tester introduced, we should convert this to monorepo for proper testing: so that we can test the test-app separately from the addon package preventing issues like https://github.com/quaertym/ember-cli-dependency-checker/issues/132

quaertym commented 2 years ago

LGTM