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

Relax peer dependency minimums to [email protected] versions #827

Merged
merged 1 commit into from
Mar 9, 2021

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Mar 9, 2021

[email protected] shipped with qunit: ^2.13.0 and @ember/test-helpers: ^2.1.0. However, when Dependabot landed a dependency update for our internal dev dependencies it also increased the minimum for the peerDep (in 719af61 and fd9fa19) both of which were released in [email protected].

Changing the minimum version of a peer dependency that we enforce (via validatePeerDependencies) should be considered a breaking change!

This reverts that change and sets the peer dependencies back to its value when 5.0.0 was published.

@rwjblue rwjblue added the bug label Mar 9, 2021
…versions.

[email protected] shipped with `qunit: ^2.13.0` and `@ember/test-helpers: ^2.1.0`.
However, when Dependabot landed a dependency update for our internal
dev dependencies it also increased the minimum for the peerDep (in
719af61
and
fd9fa19)
both of which were released in [email protected].

Changing the minimum version of a peer dependency that we enforce (via
`validatePeerDependencies`) should be considered a breaking change!

This reverts that change and sets the peer dependencies back to its value
when 5.0.0 was published.
@rwjblue rwjblue changed the title Relax qunit peer dependency minimum version to ^2.13.0. Relax peer dependency minimums to [email protected] versions Mar 9, 2021
@rwjblue rwjblue merged commit b28e047 into master Mar 9, 2021
@rwjblue rwjblue deleted the relax-peer-dependency branch March 9, 2021 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants