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

Fix @ember/string resolution issues by depending on ember-auto-import #553

Merged
merged 1 commit into from
Dec 21, 2024

Conversation

jelhan
Copy link
Contributor

@jelhan jelhan commented Dec 21, 2024

@ember/string is a v2 addon. Resolving the peer dependency on it not working reliable without having a dependency on ember-auto-import. We faced issues already when adding it as a peer dependency in #547. The issues magically disappeared when upgrading the project with Ember CLI 4.12 blueprints. But they occurred again when migrating from yarn v1 to PNPM. Likely consumers will face similar issues unless ember-metrics depends on ember-auto-import.

This is a breaking change.

@jelhan jelhan mentioned this pull request Dec 21, 2024
@jelhan jelhan merged commit de3f340 into master Dec 21, 2024
6 checks passed
@jelhan jelhan deleted the add-dependency-on-ember-auto-import branch December 21, 2024 14:31
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