Conversation
a862812 to
831662d
Compare
|
I'm stuck with this PR. Ember embed it's own On the other side, since #54, In classic (non-embroider) build, Embroider, on the other hand, relies on explicit npm dependency and expects Here is a list of things I've tried and do not work at the moment:
|
|
embroider-build/ember-auto-import#541 might solve the issue |
I confirm this is working. I'm waiting for a new release of |
Read the full issue here emberjs#66 (comment)
|
@ctjhoa minor, I think we don't need |
| "release": "release-it" | ||
| }, | ||
| "volta": { | ||
| "node": "16.14.2", |
There was a problem hiding this comment.
@ctjhoa I think this should stay as 12 as minimum supported version and the same what was used in CI.
Or we could remove engines.node from @ember/render-modifiers as it's purely frontend code and has nothing to do with Node.js versions anymore (fully delegated to build pipeline)
There was a problem hiding this comment.
I've removed engines.node
226ff16
As this PR introduces a breaking change, go for the latest Node LTS seems fine to me.
|
@SergeAstapov time for re-review? |
|
@ctjhoa - are you still able to work on this? I think we should be able to get it over the finish line now that we've dropped support for node < 18 and Ember < 4.12. |
Nope sorry I don't work on ember stack anymore, I've opened this PR 2 years ago and I didn't follow ember newest changes since then 🤷 |
I guess a rebase is needed first. Or a new PR forked from this branch |
|
I thought I hadn't seen your name on anything for a bit @ctjhoa, thanks for the quick response. I'll take over this work and restart it either with a rebase or a fresh start. Will probably do a pnpm migration first though. |
|
I'm still on the hook for this. It's on hold as I'm not having any luck finding anyone who can release this addon. Want to do a release of current |
|
@jrjohnson you can probably proceed with this now. Good luck and thank you for your help! |
|
I've restarted this work in #87, but I have some questions about typescript and release it. If anyone on this thread can help with that please take a look over there. |

This addon is already in ember-auto-import v2 so it should not be a breaking change.Yes this addon is already ember-auto-import v2 but ember app must be
ember-auto-import@2.4.3minimum to fix the@glimmer/validatorissue (cf #66 (comment))This is based on addon v2 with yarn monorepo setup.
It follows