Skip to content

Correct ember-source compatibility for 3.x #214

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

Closed
wants to merge 1 commit into from

Conversation

apellerano-pw
Copy link
Contributor

Just tried to use ember-cli-deprecation-workflow with an Ember 3.28.12 project, but it doesn't meet the peerDependency of ember-source >= 4.0.0

"peerDependencies": {
"ember-source": ">= 4.0.0"
},

Updated the readme to make it clearer that ember-source 3.28 projects should use the 2.x line of this addon

The 3.x line of ember-cli-deprecation-workflow specifies a peer dependency of ember-source >= 4.0.0 and does not work with ember-source 3.28.x
@mixonic
Copy link
Member

mixonic commented Mar 26, 2025

FWIW v3 does actually work with Ember 3.28, it is just that there is no test coverage and so the peerDep says only 4.x is supported.

I'm using 3.x in an Ember 3.28 app right now :-/

Copy link
Member

@mansona mansona left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea as @mixonic says the fix is actually to correct the peer 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants