Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pin @ember/test-helpers to 2.7.0 #100

Merged
merged 1 commit into from
Sep 21, 2022
Merged

Conversation

SergeAstapov
Copy link
Collaborator

PR emberjs/ember-test-helpers#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.

@SergeAstapov SergeAstapov added the dependencies Pull requests that update a dependency file label Sep 21, 2022
@SergeAstapov SergeAstapov changed the title pin @ember/test-helpers to 2.6.0 pin @ember/test-helpers to 2.7.0 Sep 21, 2022
@SergeAstapov
Copy link
Collaborator Author

this fixes CI

@SergeAstapov SergeAstapov merged commit ff66d35 into master Sep 21, 2022
@SergeAstapov SergeAstapov deleted the pin-ember-test-helpers branch September 21, 2022 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant