-
Notifications
You must be signed in to change notification settings - Fork 90
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
Convert addon setup to monorepo #388
Conversation
As we disabled `ENV.EmberENV.RAISE_ON_DEPRECATION`, now we can have FastBoot tests passing
1ff0caa
to
3895c01
Compare
package.json
Outdated
"resolutions": { | ||
"@ember/legacy-built-in-components": "github:emberjs/ember-legacy-built-in-components#a84513d197eeafbb01eae81e0f101b86ccde0ecf", | ||
"@ember/render-modifiers": "github:SergeAstapov/ember-render-modifiers#ember-source-asterisk", | ||
"ember-element-helper": "github:SergeAstapov/ember-element-helper#ember-source-asterisk", |
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.
@ef4 FYI could not get peer deps working with pnpm as anticipated so found out it's enough to change ember-source
in peerDependencies of @ember/render-modifiers
and ember-element-helper
I'm not 100% confident this will always work as expected so will keep looking into pnpm.
meanwhile build is green and I can safely start actual v2 conversion
15ce491
to
220f996
Compare
220f996
to
30ea400
Compare
d3b9ccc
to
caadd78
Compare
This follows Porting an Addon to V2 guide