-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add @ember/string
as a dependency
#139
Conversation
@boris-petrov CI is failing:
Maybe you need to run |
I did |
If it's a package, which needs to be available in consuming apps, I think it needs to go into |
I'm really not sure. I just did what the Ember team did in ember-resolver. I'm fine moving it to |
If it's a different package used at run-time it needs to go into |
To fix Ember 4.10 deprecation warnings
Done, I added it only in |
@ember/string
as a peer-dependency@ember/string
as a dependency
Thanks a lot for starting the discussion on Discord. Getting some recommendations from other community members and core team about recommended path forward was helpful to me. Adding In v1 addon it needs to be a dev dependency as well as it is needed for the build-in test app. That will resolve the error, which we noticed on the first attempt #139 (comment). I'm not a big fan of having another major. I feel I had a quick look if we could drop usage of Would be great if you could upgrade this PR accordingly. I fully understand if you don't have the time. In that case please let me know and I can take over. |
@jelhan sorry, in the end I didn't quite understand what you want to happen. 😄 I've pushed a second commit that adds |
Yes. That seems to be the recommended path forward.
I would prefer going with the recommended path forward even if that means having another major release. Adding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for working on this one!
Published as v3.0.0. |
To fix Ember 4.10 deprecation warnings.
Similar to ember-cli/ember-resolver#862.
cc @jelhan