Commit 508b6d4
Fix ember 7 beta/canary compat: service inject, @glimmer/component
- Replace `inject as injectService` with `service as injectService` from
@ember/service (inject was removed in ember 7)
- Update @glimmer/component to ^2.0.0 (v1 imports from the ember barrel
which was removed in ember 7)
Verified locally: lints pass, 553/553 tests pass.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 9d1e747 commit 508b6d4
3 files changed
Lines changed: 20 additions & 134 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments