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

Peerdep on ember-source too strict? #82

Open
abeforgit opened this issue Aug 24, 2023 · 1 comment
Open

Peerdep on ember-source too strict? #82

abeforgit opened this issue Aug 24, 2023 · 1 comment

Comments

@abeforgit
Copy link

PR #80 adds ember 4 as a minimum peerdep version, but according to the README, ember 3.16 and up is still supported?

Ran into this cause our 3.28 ember-try CI tests failed all of a sudden, with npm (node 18, also supported as per the readme) not able to resolve the peerdep.

If support was dropped, I'd also expect 1.1.0 to be a breaking release instead of a minor one.

@jelhan
Copy link

jelhan commented Feb 5, 2024

Tests are run against Ember 3.16 and 3.20:

ember-try-scenario:
- ember-lts-3.16
- ember-lts-3.20
- ember-release

The peer dependency was added in #80. The PR does not mention any reason for only allowing Ember >= 4.0 in peer dependency. So likely just a bug introduced by mistake.

piemonkey added a commit to lblod/ember-rdfa-editor that referenced this issue Apr 29, 2024
The previous fix to 1.0.1 was only done due to incorrect peerDeps of
ember-focus-trap, which claim that ember-source `^4.0.0 || ^5.0.0` is
needed. See josemarluedke/ember-focus-trap#82
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

No branches or pull requests

2 participants