Skip to content

Conversation

@ZacharyMohler
Copy link

closes #414

@ZacharyMohler ZacharyMohler marked this pull request as draft June 4, 2025 19:43
import { dependentKeyCompat } from '@ember/object/compat';
import { tracked } from '@glimmer/tracking';
import { inject as service } from '@ember/service';
import { service } from '@ember/service';
Copy link
Collaborator

Choose a reason for hiding this comment

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

this is a breaking change -- can you update this to the style of support mentioned in the deprecation guide?

thank you!!!

https://deprecations.emberjs.com/id/importing-inject-from-ember-service

Copy link
Author

Choose a reason for hiding this comment

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

oops... yeah, can do

Copy link
Author

Choose a reason for hiding this comment

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

Should be closer to acceptable now... still unsure about if it's correct changing on the earlier version 'test-app's

@ZacharyMohler ZacharyMohler marked this pull request as ready for review June 4, 2025 20:11
@ZacharyMohler
Copy link
Author

@NullVoxPopuli @SergeAstapov, sorry for the delay. I have no experience with ember pre 4.x or any experience with cross version support really--not sure what to do about the failing 3.x pipes

@NullVoxPopuli
Copy link
Collaborator

aye, that seems like a separate issue, and I don't think we need to worry about it in this PR.

Thanks for submitting!

@NullVoxPopuli NullVoxPopuli merged commit c07560c into adopted-ember-addons:master Jun 6, 2025
19 of 22 checks passed
@github-actions github-actions bot mentioned this pull request Jun 6, 2025
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.

importing 'inject' from '@ember/service' is deprecated

3 participants