adopted-ember-addons / ember-keyboard

An Ember.js addon for the painless support of keyboard events
http://adopted-ember-addons.github.io/ember-keyboard/
Other
177 stars 57 forks source link

pin @ember/test-helpers to 2.6.0 #665

Closed SergeAstapov closed 2 years ago

SergeAstapov commented 2 years ago

PR https://github.com/emberjs/ember-test-helpers/pull/1211 (released in v2.8.0) made ember-source a peerDependency of @ember/test-helpers.

In case of ember-keyboard monorepo setup, package ember-source does not get hoisted and stay in the test-app/node_modules but at the same time @ember/test-helpers gets hoisted as well as some another version of ember-source.

By pinning @ember/test-helpers package we avoid this issue.